David Glasser
acae4a576e
Merge branch 'master' into devel
...
Made sure not to revert the run-velocity change that was reverted on
master.
2015-02-25 09:35:31 -08:00
David Glasser
749ecb81ad
update docs and examples for 1.0.3.2
2015-02-25 09:32:21 -08:00
Christian Bundy
650695f878
Change cursor to pointer on checkbox hover
2015-02-24 22:04:55 -08:00
David Glasser
d1e76b52cb
Update examples and docs to 1.0.3.2-rc.0
2015-02-24 15:48:20 -08:00
Selwyn
39435fffa6
Removed deprecated collection code
...
`Meteor.Collection` is old and has been changed to `Mongo.Collection`.
Fixes #3701 .
2015-02-11 08:53:17 -08:00
Slava Kim
e2b78cfd0b
Merge branch 'templateEventsMethods' into devel
...
Adds Template#onRendered, Template#onCreated and Template#onDestroyed methods
2015-01-21 11:02:09 -08:00
ekatek
1e062d9f82
update examples to 1.0.3.1
2015-01-20 17:57:11 -08:00
Slava Kim
9e7c14ac81
Globally replace Template.rendered callbacks to Template.onRendered
...
In:
- examples
- some blaze tests
- packages
Change:
- rendered -> onRendered()
- created -> onCreated()
- destroyed -> onDestroyed()
2015-01-16 16:36:23 -08:00
David Glasser
0daffe9bd8
Remove duplicate code
...
Duplication was introduced at merge c78e04645d . Commit
ccc2526 (right-hand side of merge) moved this code from the bottom to
the middle. Commit 21411b4 added a newline at the end of the file,
which made this a conflicted merge; the merge conflict was not resolved
properly.
Fixes #3208 .
2015-01-07 17:14:01 -08:00
adnissen
bab6ac5ef7
fixed 'make list public/private' language to accurately reflect the action being performed
2014-12-29 13:47:24 -08:00
David Glasser
e9e849f0f5
Update examples to 1.0.2.1
2014-12-22 17:42:46 -08:00
David Glasser
c9345ed4ea
Delete straggling submodule objects
2014-12-09 14:04:42 -08:00
Emily Stark
71652f9b9f
Merge branch 'master' into devel
...
Conflicts:
History.md
docs/client/data.js
docs/client/full-api/concepts.html
docs/client/full-api/tableOfContents.js
examples/localmarket/.meteor/packages
packages/ddp/package.js
packages/meteor-tool/package.js
packages/mongo/package.js
scripts/admin/manifest.json
2014-12-09 13:15:29 -08:00
Emily Stark
b4fbf0af44
update docs and examples to 1.0.1
2014-12-09 13:01:22 -08:00
David Glasser
a34585b4b3
default packages file: mention checking in
...
Fixes #3127 .
2014-12-04 19:17:29 -08:00
David Glasser
2548eba93a
Update examples to use 'meteor-platform'
...
Pin iron:router to @0.9.4 in localmarket. (Maybe fixes #2969.)
Organize localmarket packages and add comments.
This commit does not update the versions files; that will happen at
release time.
2014-11-17 16:49:59 -08:00
Emily Stark
d7090b11d8
update examples to 1.0
2014-10-28 10:25:28 -07:00
ekatek
91b4c5fc14
maybe we do not need an exact dependency here
2014-10-24 16:34:11 -07:00
ekatek
7e656cb820
pin iron-router to 0.9.4 exactly
2014-10-24 12:32:38 -07:00
David Greenspan
e60f904eef
Whitespace
2014-10-22 13:36:13 -07:00
Zoltan Olah
b4fbfe016f
Adds missing Android assets and standardizes asset filenames between platforms
2014-10-22 12:43:02 -07:00
Slava Kim
caf9538b8d
Edits to todo's mobile config
2014-10-21 12:57:12 -07:00
Avital Oliver
cab3217eb0
Default version for Todos app on mobile
2014-10-17 11:22:57 -07:00
Sashko Stubailo
b0dab99f9a
Pin todos to the checkout because it doesn't work with 0.9.4 right now
2014-10-17 09:39:25 -07:00
Sashko Stubailo
c78e04645d
Merge branch 'mdg-todos' into devel
...
Conflicts:
examples/todos/.meteor/release
examples/todos/lib/router.js
2014-10-17 09:34:38 -07:00
Sashko Stubailo
ccc25260f6
Update todos
2014-10-17 09:30:11 -07:00
Avital Oliver
2e425df7cd
In Todos, don't re-render all items when unnecessary
...
Prior to this commit, any time the 'incompleteCount' field of a list
changes (due to a new task being added or a task marked complete),
we'd re-render the entire list of tasks.
2014-10-16 19:56:54 -07:00
Avital Oliver
30a1ac4a89
Rename variable
2014-10-15 20:59:48 -07:00
Avital Oliver
11abe0cfb7
Fix usage of new LaunchScreen API in Todos
2014-10-15 19:03:42 -07:00
Slava Kim
51a23fc346
Another pass on LaunchScreens
2014-10-13 17:30:50 -07:00
Sashko Stubailo
101b96bdcc
Merge branch 'master' into devel
2014-10-13 14:51:41 -07:00
Sashko Stubailo
6b060010f6
Bump releases for all examples
2014-10-13 14:50:08 -07:00
Sashko Stubailo
f286bef233
Update banner.json
2014-10-13 12:29:21 -07:00
Sashko Stubailo
f2645c1ac9
Update todos
2014-10-13 11:17:12 -07:00
Slava Kim
21411b4114
Use the mobile-launch-screen package in todos
...
The example doesn't "flash" with the white page on mobile when launched.
2014-10-11 03:32:04 -07:00
Sashko Stubailo
3952dbfda5
Update todos
2014-10-09 20:26:47 -07:00
Sashko Stubailo
38b437b676
Update todos to newest code with touchwipe
2014-10-09 16:28:15 -07:00
Slava Kim
eb24eb59d4
Make icons/splashscreens options consistent with underscores
2014-10-08 14:47:42 -07:00
Sashko Stubailo
1a73a4a6c3
Update todos
2014-10-07 17:10:47 -07:00
Sashko Stubailo
67fbec2263
Add new todos example
2014-10-03 21:25:24 -07:00
Sashko Stubailo
c4115de3bc
Remove cordova-build-override from todos example
2014-10-01 20:48:37 -07:00
Sashko Stubailo
283b57894d
Update todos app
2014-09-29 23:01:33 -07:00
Sashko Stubailo
1ac45850de
Replace todos with new example
2014-09-29 21:09:25 -07:00
ekatek
dd7635af6e
merging from master
2014-09-25 19:45:48 -07:00
Nick Martin
0c3d8138cb
update examples for 0.9.3
2014-09-25 19:39:26 -07:00
David Greenspan
48264ccafd
Use preferred helper style in docs,apps,packages
2014-09-25 14:56:15 -07:00
Emily Stark
15460e83bf
Update examples to 0.9.2.2
2014-09-17 23:04:25 -04:00
Emily Stark
7299bac40f
update examples to 0.9.2.1
2014-09-15 16:49:00 -07:00
Emily Stark
12ad0a3d46
update examples to 0.9.2
2014-09-15 14:10:36 -07:00
Slava Kim
6ca6641a34
Merge branch 'master' into release-0.9.2
...
Includes latest 0.9.1 changes
Conflicts:
examples/leaderboard/.meteor/versions
examples/parties/.meteor/versions
examples/todos/.meteor/versions
packages/accounts-base/package.js
packages/accounts-ui-unstyled/package.js
packages/autoupdate/package.js
packages/constraint-solver/package.js
packages/facebook/package.js
packages/github/package.js
packages/google/package.js
packages/http/package.js
packages/less/package.js
packages/meetup/package.js
packages/meteor-developer/package.js
packages/meteor-platform/package.js
packages/meteor-tool/package.js
packages/meteor/package.js
packages/minimongo/package.js
packages/oauth/package.js
packages/oauth1/package.js
packages/reload/package.js
packages/templating/package.js
packages/twitter/package.js
packages/webapp/package.js
packages/weibo/package.js
scripts/admin/meteor-release-experimental.json
tools/help.txt
tools/tests/apps/hot-code-push-test/.meteor/versions
2014-09-05 11:28:12 -07:00