David Greenspan
1bb59b22d8
fix meteor create (path change)
2013-03-19 15:11:01 -07:00
Avital Oliver
460911c406
Use files.getUrl instead of ad-hoc solution
2013-03-19 15:11:01 -07:00
Nick Martin
55349ca974
Use packages.meteor.com instead of cloudfront.
2013-03-19 15:11:01 -07:00
David Greenspan
067ec18139
untargz in process when fetching packages
2013-03-19 15:11:01 -07:00
David Greenspan
21cd1bee2f
Move node out of admin/ into tools/; also fixes it
2013-03-19 15:11:01 -07:00
Avital Oliver
58c6f55676
Apply changes made on engine repo
2013-03-19 15:11:01 -07:00
Avital Oliver
25c3a683fa
Directory reorg to mirror the structure of the engine repo
2013-03-19 15:11:01 -07:00
David Greenspan
cb12b19582
Implement files.extractTarGz(...) utility
2013-03-19 15:11:01 -07:00
Naomi Seyfer
b475c95358
Old note about old event syntax was confusing people on IRC
2013-03-19 11:23:10 -07:00
Nick Martin
1bc0a0cff8
Clean up deploy-examples. Now it finds examples automatically.
2013-03-18 20:53:55 -07:00
Nick Martin
331177d002
Comment only.
2013-03-18 15:26:55 -07:00
David Glasser
70f1412c0a
Avoid crash on spiderable errors. Fixes #832 .
2013-03-18 10:22:37 -07:00
Naomi Seyfer
9fcbcbd191
Merge branch 'devel' of github.com:meteor/meteor into devel
2013-03-15 18:57:14 -07:00
Naomi Seyfer
83b99f8c8a
test for added from two different subs
2013-03-15 18:57:01 -07:00
Chris Mather
d97b0b6e0d
Update History.md with recent pull request merges.
2013-03-15 15:42:05 -07:00
Chris Mather
a162d7c4d3
Merge branch 'timhaines-788' into devel. Fixes #788 .
2013-03-15 15:10:21 -07:00
Chris Mather
d2ed7cab9e
Merge branch 'update-twitter-service-data-to-include-avatars-and-lang' of git://github.com/timhaines/meteor into timhaines-788
2013-03-15 14:49:49 -07:00
Chris Mather
c9f99b234e
Merge branch 'blackcoat-789' into devel. Fixes #789 .
2013-03-15 14:43:14 -07:00
Chris Mather
cffc1d2051
Merge branch 'remove-trailing-whitespace' of git://github.com/blackcoat/meteor into blackcoat-789.
...
Closes #789 .
2013-03-15 14:39:32 -07:00
David Glasser
c8d3e0dd89
Fix allow_tests instability.
...
Meteor.apply('login', [], {wait: true});
Meteor.call('setUpTests'); // creates some publishers
Meteor.subscribe('oneOfThosePublishers');
The client will send the subscribe call before the setUpTests call due to
login's wait-ness, and then the subscribe will fail. We were basically doing
that in allow_tests.
2013-03-14 22:20:30 -07:00
Chris Mather
e0f1ae70de
Merge branch 'raix-815' into devel. Fixes #815 .
2013-03-14 17:23:43 -07:00
Chris Mather
e0a90fa24f
Merge branch 'devel-#801-fixed' of git://github.com/raix/meteor into raix-815
2013-03-14 17:20:53 -07:00
Nick Martin
6dd637865e
Merge branch 'master' into devel
2013-03-14 16:25:32 -07:00
Nick Martin
f07715dc70
Merge tag 'v0.5.9'
2013-03-14 16:24:48 -07:00
Nick Martin
00c3f48837
Fix annoying bug in opera where deleting from a doc as you iterate doesn't work right.
2013-03-14 15:04:35 -07:00
Nick Martin
45fef52095
Use coffeescript.org instead of github link.
v0.5.9
2013-03-14 12:12:24 -07:00
Nick Martin
e5fb32dfab
History.md for 0.5.9.
2013-03-14 12:07:17 -07:00
Nick Martin
d58d5f7e80
Bump version number for next release.
2013-03-14 11:12:15 -07:00
Morten Henriksen
0ead1fbf41
Fixed reactive each
...
Mentioned by Chris Mather on google talk
2013-03-14 14:32:06 +01:00
Morten Henriksen
30643c5008
Added som tests for fix #801
2013-03-14 14:03:39 +01:00
Morten Henriksen
4bf1b76a71
Fixed #801
2013-03-14 11:50:36 +01:00
David Glasser
e92522c283
Use correct new Deps API in Meteor.loggingIn(). Fixes #811 .
2013-03-14 00:27:42 -07:00
David Glasser
000842d4bc
Fix allow rule to allow users to update their profile (broken in 0.5.8 release).
...
Fixes #809 .
2013-03-13 23:24:16 -07:00
Nick Martin
dcb26e182b
Merge branch 'pr-784' into devel
2013-03-13 16:15:36 -07:00
Kevin Miller
bfb7ed2e30
Made links to external projects in package section more consistent.
2013-03-13 16:09:12 -07:00
Kevin Miller
5e107051b2
Changed JavaScript spelling to be more consistent.
2013-03-13 16:09:12 -07:00
Kevin Miller
cf2423f6ab
Added authentication header to break up the rather long data & security section.
2013-03-13 16:09:12 -07:00
Kevin Miller
12fa62e33f
Added link to smart packages.
2013-03-13 16:09:12 -07:00
Kevin Miller
e15c49d0de
Fixed link to isClient/isServer.
2013-03-13 16:09:12 -07:00
Naomi Seyfer
dcb7ccd2ca
Merge branch 'master' into devel
2013-03-13 12:16:05 -07:00
Naomi Seyfer
471f661c5b
Merge branch 'release-0.5.8'
2013-03-13 12:15:28 -07:00
Naomi Seyfer
a19c4df24d
Contributing.md regarding the security email address
2013-03-13 12:12:38 -07:00
Naomi Seyfer
8a88fee134
Remove XXX comment
2013-03-13 12:01:39 -07:00
David Glasser
a23d85c103
Be more explicit in app cache QA file.
2013-03-13 07:14:55 -07:00
David Glasser
9ffdc44487
Merge branch 'devel' into release-0.5.8
v0.5.8
2013-03-13 06:20:29 -07:00
Geoff Schmidt
017ee5eac5
minor docs editing/examples improvement
2013-03-13 06:08:52 -07:00
David Glasser
431e3ab900
Merge branch 'devel' into release-0.5.8
2013-03-13 06:05:16 -07:00
David Glasser
854bca2fae
Remove outdated comment about update/remove rewriting.
2013-03-13 06:03:59 -07:00
Geoff Schmidt
a158e3f901
Update docs: update/remove RPCs may only use IDs as selectors, other tweaks
2013-03-13 05:52:58 -07:00
David Glasser
9e73d68566
Another pass on History.md.
2013-03-13 05:43:05 -07:00