Commit Graph

544 Commits

Author SHA1 Message Date
Christian Bundy
650695f878 Change cursor to pointer on checkbox hover 2015-02-24 22:04:55 -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
106337311e use upsert method, fix indentation 2015-01-12 14:06:29 -08:00
Daniel Dent
f12b08947a Avoids a race condition when multiple server instances are backed by the MongoDB database. MongoDB does not have transactions, atomic upserts are used instead. 2015-01-12 14:05:00 -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
David Glasser
77ca0fe524 localmarket: Use clearer variable name
The session variable didn't mean "show an issue", it meant "allow an
issue, if one exists, to be shown". Describing it as "ignore an issue
that exists" seems more direct to me.

Addresses #3031.
2015-01-07 15:14:35 -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
f1a493aa04 Merge branch 'release-1.0.2.1'
Conflicts (because branched from release/METEOR@1.0.2, not the latest
commit on release-1.0.2):
	docs/.meteor/release
	docs/.meteor/versions
	docs/client/helpers.js
	examples/clock/.meteor/release
	examples/clock/.meteor/versions
	examples/leaderboard/.meteor/release
	examples/leaderboard/.meteor/versions
	examples/localmarket/.meteor/release
	examples/localmarket/.meteor/versions
	examples/todos/.meteor/release
	examples/todos/.meteor/versions
2014-12-22 17:45:35 -08:00
David Glasser
e9e849f0f5 Update examples to 1.0.2.1 2014-12-22 17:42:46 -08:00
David Glasser
0befea50f2 Delete versions.json files; they are no longer used 2014-12-19 11:34:07 -08:00
David Glasser
fc829ad525 update examples for 1.0.2 2014-12-19 11:31:38 -08:00
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