Commit Graph

9465 Commits

Author SHA1 Message Date
Avital Oliver
6f6630d616 Update package versions for 0.9.1-rc2 release/METEOR@0.9.1-rc2 2014-08-28 12:37:04 -07:00
Avital Oliver
4ee13d6aab 0.9.1-rc2 2014-08-28 12:31:10 -07:00
Avital Oliver
ca8ae9462d Export 'Deps' from the tracker package.
Specifically, this gives apps access to Deps (via meteor-platform,
formerly known as standard-app-packages)
2014-08-28 12:13:55 -07:00
Sashko Stubailo
932ab597b0 Merge branch 'release-0.9.1' of github.com:meteor/meteor into release-0.9.1 2014-08-28 12:04:33 -07:00
Sashko Stubailo
6f72a3c649 Update deps to tracker in self-test 2014-08-28 12:04:27 -07:00
Avital Oliver
ab5432a99e Bump meteor-tool version (not totally sure why... is Blaze used in the tool?) release/METEOR@0.9.1-rc1 2014-08-28 11:40:47 -07:00
David Glasser
3d10208869 Fix 'meteor list' if not all packages on server
Fixes #2468.  Regression from 0.9.0.
2014-08-28 11:38:00 -07:00
Avital Oliver
c080a59b3d 0.9.1-rc1 2014-08-28 11:36:26 -07:00
Avital Oliver
18c917b44f Oops. Bump blaze to a new major version 2014-08-28 11:35:30 -07:00
Avital Oliver
827360189c Bump version for jquery-layout as well (due to whitespace) release/METEOR@0.9.1-rc0 2014-08-28 11:09:13 -07:00
Avital Oliver
864fffc9e9 Bump package versions in preparation for 0.9.1-rc0 2014-08-28 11:00:35 -07:00
Avital Oliver
171c2dea49 Fix the deprecated deps package 2014-08-28 10:35:40 -07:00
Avital Oliver
975c004867 0.9.1-rc0 2014-08-28 10:29:10 -07:00
Sashko Stubailo
e2dc996865 Merge branch 'devel' of github.com:meteor/meteor into devel
Conflicts:
	docs/.meteor/versions
2014-08-28 10:13:32 -07:00
Sashko Stubailo
2b680d087c Added link redirect to docs 2014-08-28 10:12:09 -07:00
Emily Stark
3f6ad09361 Change a thrown exception to 'selftest.fail' 2014-08-28 09:03:34 -07:00
David Greenspan
a81fbf483e Merge branch 'blaze-templates' into devel 2014-08-28 04:12:31 -07:00
David Greenspan
1dedd89387 Eliminate UI from docs; add some API to Template!
By choosing names like Template.registerHelper(…) and Template.instance() (instead of Blaze), we can separate the “Templates” section and the “Blaze” section of the docs.
2014-08-28 04:11:25 -07:00
David Greenspan
db17540f2f findView becomes getView, has no viewName arg
Also, make UI.templateInstance() not throw, to match the docs.
2014-08-28 02:46:13 -07:00
David Greenspan
4b1958de0a More docs fixes from MDG feedback 2014-08-28 02:36:00 -07:00
David Greenspan
26bb071967 Don’t hype UI.Template 2014-08-28 02:28:41 -07:00
David Greenspan
c081213fc9 Deprecate UI.insert and isAttached in docs
Also:
* Rework UI.render and UI.remove docs
* Get rid of reference to UI.destroy
* Document optional parentView argument to UI.render[withData]
2014-08-28 02:28:16 -07:00
David Greenspan
cecf89516e Call the template instance template, not this
But keep some occurrences of `this` for clarity; for example, “in a rendered callback you can use `this.findAll`”.
2014-08-28 00:53:22 -07:00
David Greenspan
d951e45a1b docs: move ReactiveVar to own package 2014-08-28 00:31:23 -07:00
David Greenspan
743396a0ce Fix some more docs refs, and run jsdoc 2014-08-27 22:58:09 -07:00
David Greenspan
384c98b88d Make jsdoc.sh use dev_bundle’s node 2014-08-27 22:57:21 -07:00
Emily Stark
87bac7820d Remove some more strict checks in auth tests.
They're too strict for universe output.
2014-08-27 22:54:35 -07:00
David Greenspan
c9857ea642 Change additional occurrences of Deps to Tracker 2014-08-27 22:43:28 -07:00
David Greenspan
8345de74e9 Merge branch 'devel' into blaze-templates
Conflicts:
	docs/.meteor/versions
	docs/client/api.html
	docs/client/docs.js
	packages/blaze/builtins.js
	packages/blaze/materializer.js
	packages/blaze/render_tests.js
	packages/blaze/view.js
	packages/livedata/package.js
	packages/minimongo/package.js
	packages/reactive-var/reactive-var.js
	packages/standard-app-packages/package.js
	packages/templating/templating.js
	packages/test-helpers/reactivevar.js
	packages/test-in-browser/package.js
	packages/ui/package.js
2014-08-27 22:34:21 -07:00
David Greenspan
aef29845c5 docs versions file 2014-08-27 22:08:29 -07:00
Sashko Stubailo
ab0e177561 Rename standard-app-packages to meteor-platform
Summary: Also update the skeleton app to use meteor-platform

Test Plan: Created a new app, it had meteor-platform, it ran

Reviewers: dgreenspan

Reviewed By: dgreenspan

CC: avital, emily, nim

Differential Revision: https://phabricator.meteor.com/D785
2014-08-27 22:04:08 -07:00
Sashko Stubailo
27ac79925d Add back gitignore 2014-08-27 22:03:30 -07:00
Sashko Stubailo
23547b7c06 Rename Deps to Tracker
Summary:
Make a new package called tracker that exports Tracker, add package deps that exports Deps = Tracker.

Replace all occurences of Deps namespace with Tracker.

Replace it all in docs as well.

Test Plan: Ran test-packages, looked at docs

Reviewers: avital, dgreenspan

Reviewed By: dgreenspan

CC: nim, emily, dgreenspan

Differential Revision: https://phabricator.meteor.com/D784
2014-08-27 21:31:34 -07:00
Sashko Stubailo
a3cec3b6dc Rename standard-app-packages to meteor-platform 2014-08-27 21:14:34 -07:00
Sashko Stubailo
ca4ff126f2 Fix comment and symlink 2014-08-27 21:06:30 -07:00
David Greenspan
d2eaa25d92 UI.body to Template.body 2014-08-27 21:01:51 -07:00
David Greenspan
a0fe0c8ad6 Prevent Blaze.remove from doing extra detaches
(The test doesn’t really cover the case we encountered in iron-layout.)

It’s normal to end up calling Blaze.remove on an already-destroyed View, or a View that is not attached directly the DOM but has a parentRange (it’s just that it takes a situation like iron-layout to actually have a pointer to such a View in your code).
2014-08-27 20:28:05 -07:00
Sashko Stubailo
5458c985f5 Run JSDoc to update API and names.json 2014-08-27 20:25:35 -07:00
Sashko Stubailo
d224143c54 Rename Deps to Tracker in the docs 2014-08-27 20:20:53 -07:00
Sashko Stubailo
41910019e1 Renamed Deps to Tracker in all packages 2014-08-27 20:05:22 -07:00
Sashko Stubailo
8e7cd297bf Renamed Deps to Tracker and added deprecated deps package. Tests pass 2014-08-27 19:45:49 -07:00
Emily Stark
c21ed42a33 Remove 'expectEnd' from login test.
It'll fail if we have a universe file, because the universe will get
printed.
2014-08-27 19:36:57 -07:00
Sashko Stubailo
58869b050b Merge branch 'jsdoc' into devel 2014-08-27 19:28:55 -07:00
Sashko Stubailo
093c98cad0 Fix type link checker 2014-08-27 19:23:00 -07:00
Sashko Stubailo
a8a13a9de8 Fix spelling error 2014-08-27 19:13:52 -07:00
Emily Stark
28ec9e62d2 Start crash count reset timer only after app is bundled.
Change the timeout back to what it was before 0.9.0
2014-08-27 18:56:32 -07:00
Sashko Stubailo
27d48b4ede Merge branch 'devel' into jsdoc
Conflicts:
	meteor
2014-08-27 18:52:40 -07:00
Sashko Stubailo
2baaa8c987 Merge branch 'devel' of github.com:meteor/meteor into devel 2014-08-27 18:50:19 -07:00
Sashko Stubailo
c689f14cf1 Fix URL for test bundle 2014-08-27 18:50:11 -07:00
David Glasser
a30b811aa9 Allow @1.0.0 to match @1.0.2-cordova if requested
(eg, if 1.0.2-cordova is in the release)
2014-08-27 17:08:20 -07:00