Commit Graph

22356 Commits

Author SHA1 Message Date
Mike Bannister
1bffb63b63 move requires to correct file 2012-08-24 12:19:38 -07:00
Mike Bannister
2915d907e1 added comments 2012-08-24 12:19:37 -07:00
Mike Bannister
7dfb385fc3 move methods around 2012-08-24 12:19:37 -07:00
Mike Bannister
08a53cabca cleanup oauth1 class 2012-08-24 12:19:37 -07:00
Mike Bannister
107051a3f3 extend oauth with configuration 2012-08-24 12:19:37 -07:00
Mike Bannister
ca609e5918 added some comments 2012-08-24 12:19:37 -07:00
Mike Bannister
03b7706134 first pass at oauth1 with twitter 2012-08-24 12:19:37 -07:00
David Greenspan
9005cf34a0 more events decl changes 2012-08-23 12:23:07 -07:00
David Greenspan
2255c61383 more events({... changes 2012-08-23 12:17:53 -07:00
David Greenspan
99c0bfc548 Wrap all templates in labelBranch with name
This allows multiple helpers with different names to be called from a Template helper with no landmark ambiguity.
2012-08-23 11:58:14 -07:00
Avital Oliver
410a8fcaea Explain the need for a call to Meteor.startup 2012-08-22 22:32:26 -07:00
David Greenspan
1ca5357b28 new event map syntax 2012-08-22 19:41:06 -07:00
David Greenspan
0ddc169a9c fix race condition on list cleanup 2012-08-22 18:40:47 -07:00
David Greenspan
379f608043 begin updating examples for new API 2012-08-22 18:14:15 -07:00
David Greenspan
9fe768989f past-tense created/rendered/destroyed
Consensus is that "render" is too confusing a name for what's obviously a callback (after the template is rendered).  We prefer past tense rather than oncreate, onrender, ondestroy.
2012-08-22 16:58:48 -07:00
David Greenspan
c149a10735 Spark.UNIQUE_LABEL, no matching in bare each 2012-08-22 16:21:52 -07:00
David Greenspan
b379b03f70 all Handlebars helpers drop branch labels 2012-08-22 15:44:51 -07:00
David Greenspan
0efe0e26d3 Spark.labelBranch safe on non-element-balanced HTML 2012-08-22 15:15:41 -07:00
David Greenspan
a995e364bf Fix preserve bug causing landmark not to match
Landmarks nested inside a DOM node in a re-rendered range weren't
being preserved, because the selector was being run on the old
DOM and new DOM with the context node from the old DOM.  Fix is to
only use the preservation root 'context' option for the case where
the landmark is above the re-rendered region.
2012-08-22 15:02:31 -07:00
David Greenspan
4794ebc447 minor test changes 2012-08-22 14:30:09 -07:00
David Greenspan
2283e3e76f fix removeEventListener args (FF test failure) 2012-08-22 12:11:55 -07:00
David Greenspan
e3c3fc6674 minor comment tweak 2012-08-22 11:19:27 -07:00
Mike Bannister
a7bbb8c2a2 Added comment explaining when val can be undefined 2012-08-22 01:37:21 -04:00
Mike Bannister
8bd27f992f Added comment about which assetion types can appear 2012-08-22 01:36:52 -04:00
Mike Bannister
d5e0b577fd One line per statement in css 2012-08-22 01:35:43 -04:00
Audrey Roy
ff5fd84d0b Add clarification to 'Quick start' with link to supported platforms. 2012-08-21 16:09:15 -07:00
Audrey Roy
59d93e1bea Add WebStorm JS IDE's .idea to .gitignore 2012-08-21 14:58:49 -07:00
David Greenspan
32239218c9 fix IE7 spurious 'change' in copyAttributes not spark 2012-08-21 03:11:39 -04:00
David Greenspan
7eb81ebffb fix template_tests for IE 7 2012-08-21 02:42:00 -04:00
David Greenspan
a326aa367f minor comment tweaks 2012-08-21 02:22:53 -04:00
David Greenspan
f70aa390bb spark_tests pass in IE 7 2012-08-21 02:22:30 -04:00
Avital Oliver
a2a72ebe54 Merge pull request #227 from tmeasday/package_support
Allows you to provide a colon-separated list of package directories in the
PACKAGE_DIRS env variable for meteor, which enables you to use non-core
packages whilst running against meteor core.

Supports meteor add/remove/list
2012-08-20 16:22:22 -07:00
Avital Oliver
67a6fe0f8f Merge branch 'package_support' of git://github.com/tmeasday/meteor into packages 2012-08-20 16:16:26 -07:00
Avital Oliver
005413b3dc Fix #212: Wrap code that calls subscription onStop in Meteor environment, including a fiber 2012-08-20 16:06:32 -07:00
Avital Oliver
c499f7c9da Fixes #126 -- minimingo fails on dotted queries if undefined is seen 2012-08-20 15:37:16 -07:00
David Greenspan
8d2971a373 fix some IE 7 spark test failures 2012-08-20 17:23:27 -04:00
Avital Oliver
d17ddc93ac Merge branch 'devel' of github.com:meteor/meteor into devel 2012-08-17 19:18:53 -07:00
Nick Martin
729e45003b Don't require username in example, because then we can't show use facebook or google auth 2012-08-17 17:53:01 -07:00
Nick Martin
c3b018b3c6 Show the user's email if they don't have a name or username. 2012-08-17 17:52:24 -07:00
Nick Martin
1c6a31c67a Remove unsafePasswordChanges option. 2012-08-17 17:02:06 -07:00
Nick Martin
41dff26890 Use the real email API to send real email. 2012-08-17 16:33:00 -07:00
Nick Martin
910adda358 Merge remote-tracking branch 'origin/email' into auth-email 2012-08-17 15:33:56 -07:00
Avital Oliver
d79da9b1b4 An initial semi-sane set of account-related email templates 2012-08-17 15:27:02 -07:00
Avital Oliver
0d350f2d5b Use absolute-url instead of passing baseUrl's around
While at it, some minor fixes and improvements,
and make account enrollment emails contain the right
url.
2012-08-17 15:27:02 -07:00
David Glasser
e86d282354 Basic email support 2012-08-17 14:23:19 -07:00
Nick Martin
46d296450c Merge branch 'absolute-url' into devel 2012-08-17 14:16:12 -07:00
David Glasser
eae1e2b213 meteor run: Don't miss LISTENING if there's other stuff on stdout 2012-08-17 14:00:45 -07:00
Nick Martin
f7afc0b5f3 Test hash fragments also. 2012-08-16 21:52:14 -07:00
Nick Martin
1df6b74ada Feedback from review. 2012-08-16 21:16:31 -07:00
David Glasser
4e68bdd0e9 dev_bundle 0.1.7: packages needed for email branch 2012-08-16 19:44:31 -07:00