Commit Graph

1276 Commits

Author SHA1 Message Date
Nick Martin
313d84d64d Add d3 to license file. We're distributing it with our example source code. 2012-08-29 21:39:30 -07:00
Tom Coleman
2b7557472d Fixed problem with LocalCollection._deepcopy destroying dates.
In the browser, `deepcopy` seemed to be successfully cloning dates, but server-side this was not the case. Commit b21da0f274 introduced a `deepcopy` to the process of pulling data out of mongo, so this is needed. Fixes #295
2012-08-29 21:26:39 -07:00
David Greenspan
206f3dbfd8 Merge branch 'spark' into devel
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2012-08-29 21:04:10 -07:00
David Greenspan
e0b84cd87c use preserve in todos example 2012-08-29 21:02:31 -07:00
Nick Martin
6b86b82883 Merge branch 'spark-docs' into spark 2012-08-29 20:58:43 -07:00
David Greenspan
e4a5cb6db1 isolate 2012-08-29 20:34:37 -07:00
David Greenspan
3423aee12c constant regions 2012-08-29 20:07:48 -07:00
David Greenspan
b557de261e render/renderList, delete old Meteor.ui 2012-08-29 19:04:37 -07:00
David Greenspan
1de8e506a2 preserve 2012-08-29 18:05:40 -07:00
Nick Martin
c839cc137c Replace or reword references to Meteor.ui 2012-08-29 18:00:17 -07:00
Nick Martin
ee3bd696fe Move flush to deps. Not the best place for it, but better than core. 2012-08-29 18:00:17 -07:00
David Greenspan
5b03c1f5fb events, helpers 2012-08-29 17:25:24 -07:00
David Greenspan
9c566c9788 template instances 2012-08-29 16:41:18 -07:00
Nick Martin
df7a24b6cc Make document structure match navbar, adding needed api boxes, etc. 2012-08-29 16:37:26 -07:00
David Greenspan
d1e56cd94f good nav 2012-08-29 15:38:49 -07:00
David Greenspan
c42070451f more template docs 2012-08-29 14:47:08 -07:00
David Greenspan
238cfd9a88 tweaks 2012-08-28 13:11:07 -07:00
David Greenspan
2fd4e4c5c1 more Template work 2012-08-28 13:11:07 -07:00
David Greenspan
bdb89d8c55 Create "Templates" section 2012-08-28 13:11:07 -07:00
David Greenspan
c758bbb164 Move Meteor.flush to Core 2012-08-28 13:11:07 -07:00
David Greenspan
76984e87ac Further hack docs Markdown for Spark 2012-08-28 13:11:07 -07:00
Nick Martin
6f8f08714b Merge branch 'devel' into spark 2012-08-27 13:48:45 -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
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
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
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