Matthew Arbesfeld
0bf177ca0b
Create more hot code push tests and let --browserstack use many browsers.
2014-08-29 11:07:13 -07:00
Sashko Stubailo
34231601cc
Update deps to tracker in self-test
2014-08-28 12:02:53 -07:00
Avital Oliver
40b9b80cf4
Fix the deprecated deps package
2014-08-28 10:36:08 -07:00
Sashko Stubailo
52db2174a5
Wrap link redirect in Meteor.startup
2014-08-28 10:28:34 -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
David Greenspan
4e1111f6fa
Make deprecated use of UI.render/UI.insert work
...
(but warn)
2014-08-27 16:03:37 -07:00
David Greenspan
56cb304895
Rename Blaze.findView to Blaze.getView
...
and make second argument private
2014-08-27 16:01:38 -07:00
Emily Stark
c6401c692e
Merge branch 'master' into devel
...
Conflicts:
History.md
2014-08-27 15:57:03 -07:00
Emily Stark
3e999c4f69
Fix authorized test for DEPLOY_HOSTNAME
2014-08-27 15:56:08 -07:00
Emily Stark
1b9f57322b
Add packages organizations selftest
2014-08-27 15:56:08 -07:00
Emily Stark
d5e3b2691a
Make test packages server URL universe-friendly
2014-08-27 15:56:07 -07:00
Emily Stark
fc1b3e596e
Don't require test package server to have 'standard-app-packages'
2014-08-27 15:56:07 -07:00
Emily Stark
fd36b80bf0
Merge branch 'release-0.9.0.1'
2014-08-27 15:55:42 -07:00
Emily Stark
8e6b2faeca
Update docs and examples to 0.9.0.1
2014-08-27 15:52:21 -07:00