David Glasser
6ea8443f30
Update calls to addFiles, onUse, and onTest
2014-12-09 20:18:31 -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
Sashko Stubailo
5a70c72dd6
Merge pull request #3094 from anstarovoyt/devel
...
Clock example uses old API
2014-12-08 14:10:07 -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
Andrey Starovoyt
ad397c44b9
Clock example uses old API
2014-11-14 13:56:08 +03:00
David Glasser
92b1bf1369
Upgrade request to 2.47.0 from 2.33.0
...
Looks like it now auto-detects $HTTP_PROXY so we could drop that code
from http-helpers (but not from the faye stuff).
2014-10-30 15:12:29 -07:00
Emily Stark
d7090b11d8
update examples to 1.0
2014-10-28 10:25:28 -07:00
Nick Martin
a1d7dba599
Move parties and wordplay out of default examples.
2014-10-28 00:57:06 -07:00
Nick Martin
3a50054e20
Point to a wiki page detailing how to configure twitter keys.
...
Wiki page doesn't have content yet.
2014-10-28 00:56:49 -07:00
Nick Martin
46f71f187d
New example.
2014-10-28 00:56:42 -07:00
David Greenspan
ca4cac9d47
Remove extra HTML attribute
2014-10-27 17:01:35 -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
Slava Kim
45925a7ef8
s/"/'/g
2014-10-16 16:24:14 -07:00
Sashko Stubailo
701db7cfcb
Add mdg-leaderboard
2014-10-16 15:34:09 -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
Stephan Hochhaus
4462c18964
Deps.autorun becomes Tracker.autorun
...
Updated wordplay and parties example to use Tracker.autorun instead of
legacy Deps
2014-10-13 16:27:05 -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
Avital Oliver
403cc2ff8c
Remove Cordova platforms from leaderboard example app
...
Their existence means that trying to run the app on iOS requires
you to have Java installed.
2014-09-25 18:10:02 -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