Sashko Stubailo
cddd350f5d
Update examples to new release
2015-09-28 17:19:28 -07:00
Sashko Stubailo
d41b858988
Update example versions
2015-09-22 04:01:43 -04:00
Sashko Stubailo
e77686b85b
Update all apps and examples to 1.2
2015-09-21 20:06:39 -04:00
Sashko Stubailo
3d715c3200
Update all examples to final RC
2015-09-21 15:36:46 -04:00
Sashko Stubailo
036ffb4e03
Add simple-todos example apps
2015-09-16 11:39:21 -07:00
Sashko Stubailo
cb67e1061d
Rename react-starter to react
2015-09-14 20:35:03 -07:00
Sashko Stubailo
4704aaa08a
Add first version of React starter app
2015-09-14 16:42:56 -07:00
Sashko Stubailo
6835354580
Don't release the hold if it doesn't exist
2015-08-06 17:41:17 -07:00
Sashko Stubailo
c568ce6358
Fix todos example, and imply launch screen everywhere
2015-08-06 17:36:50 -07:00
Sashko Stubailo
1b631c1cec
Fix packages in leaderboard example
2015-08-06 17:09:26 -07:00
Sashko Stubailo
901d2e5a3e
fix deps of clock example
2015-08-06 17:09:26 -07:00
David Greenspan
2cfd6a322a
Merge branch 'master' into devel
2015-08-03 14:18:55 -07:00
David Greenspan
6b5c0c6d94
Bump versions in docs and examples
2015-08-03 14:12:29 -07:00
David Greenspan
913e35d4ec
bump app release versions to RC
2015-07-31 10:57:31 -07:00
David Glasser
1c93d09834
add standard-minifiers to examples
...
clean up some other example package usage
2015-07-22 21:28:49 -07:00
Edwin Lin
7b6dd02b54
Fix typo in todos example
2015-07-11 09:00:34 -07:00
Slava Kim
8946bd3963
Point examples' mobile-config.js files to the right files
2015-04-30 15:18:39 -07:00
Selwyn
f429c6ad96
Replace deprecated router function
2015-04-14 13:45:25 -07:00
Selwyn
867209d7d6
Format code to follow the MDG style guide
2015-04-14 13:45:25 -07:00
Selwyn
8f111e8381
Replace deprecated router function
2015-04-14 13:45:25 -07:00
Sashko Stubailo
2ab9e98fa4
Update example apps to latest version
2015-04-06 11:26:32 -07:00
Sashko Stubailo
3f8a512043
Update examples to 1.1
2015-03-31 14:17:13 -07:00
Sashko Stubailo
4ff636c7df
Merge branch 'master' into release-1.1
...
Conflicts:
History.md
2015-03-25 16:07:42 -07:00
Sashko Stubailo
71ea938141
Update all of the examples
2015-03-25 14:55:37 -07:00
David Glasser
87a0366352
Merge branch 'master' into devel for 1.0.4.2
2015-03-20 11:34:44 -07:00
David Glasser
c8c9f8dc60
Update docs and examples to 1.0.4.2
2015-03-20 11:32:45 -07:00
David Glasser
601f007922
Merge branch 'master' into devel
2015-03-18 00:56:51 -07:00
David Glasser
865fdce33c
Update docs and examples for 1.0.4.1
2015-03-18 00:53:26 -07:00
David Glasser
21bdac8734
Merge branch 'master' into devel
...
Conflicts:
History.md
packages/accounts-password/package.js
packages/accounts-password/password_server.js
packages/constraint-solver/package.js
packages/meteor-tool/package.js
packages/non-core/npm-bcrypt/package.js
packages/package-version-parser/package-version-parser-tests.js
packages/package-version-parser/package-version-parser.js
packages/package-version-parser/package.js
tools/selftest.js
2015-03-17 13:41:14 -07:00
David Glasser
e84f5d7c74
Update docs and examples to 1.0.4
2015-03-17 13:31:29 -07:00
Robin Jakobsson
dd79aeabbc
change deprecated 'new Meteor.Collection' to 'new Mongo.Collection' to address #3906
2015-03-12 11:22:29 +01:00
David Glasser
0fc2261cfe
Update docs and examples to 1.0.4-rc.0
2015-03-05 23:23:21 -08:00
David Glasser
166840f8be
localmarket: use npmRequestOptions
2015-03-05 17:12:37 -08:00
David Glasser
08c5bd0f83
localmarket: Use HTTPInternals.NpmModules.request
...
I tested that tweeting still works.
2015-03-05 17:12:36 -08:00
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
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