Avital Oliver
b55eb265d4
Update History.md
release/0.6.6.3-rc1
release/0.6.6.3
2013-11-01 14:30:42 -07:00
David Glasser
c2d1b39791
Update fibers instructions in README.
...
Now it matches the instructions in the docs.
Fixes #1519 .
(All of this is a mess; we should stop using the dev bundle in
deployments entirely.)
2013-11-01 14:27:08 -07:00
David Glasser
8fe59c741d
Fix error on this.removed during session shutdown.
...
Followup to 4f4e5342 which removed session resumption. That commit
deferred the _deactivateAllSubscriptions call on session shutdown, but
left around the immediate deletion of the merge box
state (collectionViews). This meant that if any publish callbacks were
called before the _deactivateAllSubscriptions call, they would operate
on the invalid collectionViews state.
This change ensures that the subscriptions are considered deactivated as
soon as we decide to deactivate them, even before we actually deactivate
them (and call their possibly-yielding stop callbacks).
2013-11-01 14:26:48 -07:00
David Glasser
7e39e8ca8f
Ensure 500 ms of directory watch downtime.
...
Should help with #1506 .
Fingers crossed for an eventual usable fs.watch.
2013-11-01 14:26:40 -07:00
Nick Martin
11a10421f7
bump version number on example and docs
2013-10-21 16:48:38 -07:00
Nick Martin
d687d974a0
banner and notices for 0.6.6.2
2013-10-21 15:25:34 -07:00
Nick Martin
f4e21c0d37
Bump node version from 0.10.20 to 0.10.21 for Meteor 0.6.6.2 release.
release/0.6.6.2-rc1
release/0.6.6.2
2013-10-20 22:02:25 -07:00
Nick Martin
958a547513
update examples to 0.6.6.1
2013-10-11 18:43:13 -07:00
Nick Martin
ca0e7c3c07
Docs version bump.
2013-10-11 18:20:06 -07:00
Nick Martin
cb1d30c7e8
History for 0.6.6.1
2013-10-11 17:19:27 -07:00
Nick Martin
47babd170f
banner and notices for 0.6.6.1
2013-10-11 17:12:10 -07:00
Nick Martin
d05560d12f
Don't us fs.watch. Cherry pick and squash 2b8e4a2975
release/0.6.6.1
release/0.6.6.1-rc1
2013-10-11 16:31:40 -07:00
Nick Martin
3733ab1c72
fix bless release script for update getUrl function.
2013-10-10 12:58:05 -07:00
Nick Martin
06b9beab3a
upgrade docs and examples to 0.6.6
...
this is premature, as it isn't out yet, but it will be by the time this hits devel
2013-10-10 12:45:40 -07:00
Nick Martin
f1ca859790
another history tweak.
2013-10-10 12:45:40 -07:00
Nick Martin
82067795f6
banner text tweak.
2013-10-10 12:45:40 -07:00
Nick Martin
b9562447bd
Notices and first draft banner.
2013-10-09 20:58:03 -07:00
Nick Martin
008b46ac49
History tweaks.
2013-10-09 20:38:58 -07:00
David Glasser
5453ca480e
Update History and mailmap.
release/0.6.6
release/0.6.6-rc5
2013-10-09 09:58:57 -07:00
Stephen Darnell
31669c7dd5
Switch to socket.end()
2013-10-09 09:58:08 -07:00
Nick Martin
1214eec099
test and bump version numbers for examples and docs.
2013-10-08 23:34:43 -07:00
Nick Martin
57c87a403d
OCD
release/0.6.6-rc4
2013-10-08 20:03:02 -07:00
Nick Martin
93c23470aa
make a bunch of packages internal.
...
please remember to set this when making new packages.
2013-10-08 19:58:48 -07:00
David Glasser
0be428b731
Build mongo with -j4 on Mac too.
release/0.6.6-rc3
2013-10-08 17:14:32 -07:00
David Glasser
c4b1e6b324
Hopefully fix ECONNRESET errors again.
2013-10-08 16:31:36 -07:00
Nick Martin
3798826ac2
Merge branch 'devel' into release-0.6.6
release/0.6.6-rc2
2013-10-08 00:43:55 -07:00
Nick Martin
9f2188b5da
Not sure why, but opera is better now (including old versions). I guess one of the minimongo changes caused the ordering to be different.
2013-10-08 00:42:52 -07:00
Nick Martin
9eda3f9707
Merge branch 'long-series-rework' into devel
2013-10-08 00:41:08 -07:00
Nick Martin
28082f33e1
Fix issue where login callbacks could be called multiple times on reconnect.
2013-10-08 00:10:33 -07:00
Nick Martin
e5dd8f4f8e
Better error handling if resetPassword fails. Also, handle setLoginToken(null) better.
2013-10-07 23:33:04 -07:00
Nick Martin
b09f206753
Specify userId in one other expireTokens call. Add a check to make sure we don't do it again.
2013-10-07 21:53:57 -07:00
Nick Martin
468eb6a1bf
Fix typo in index name. We were not indexing password reset tokens correctly.
2013-10-07 21:53:57 -07:00
Nick Martin
9bad3afcfb
Fix reset email test. NOTE: still needs work on error handling.
2013-10-07 21:53:57 -07:00
Nick Martin
f9504f215e
Add test parameter so we only expire tokens for our user, not everyone.
2013-10-07 21:53:57 -07:00
Nick Martin
bc8406d8a0
add XXX note
2013-10-07 21:53:56 -07:00
Nick Martin
2deb0e9b62
break 'long series' test into smaller tests.
2013-10-07 21:53:56 -07:00
Nick Martin
6ca55ec189
Remember to call this._setLoginToken the other places we call this.setUserId
...
This makes me feel that this._setLoginToken is the wrong pattern even more strongly.
2013-10-07 21:53:56 -07:00
Slava Kim
799dd35319
Merge branch 'minimongo-near' into devel
...
Conflicts:
History.md
LICENSE.txt
2013-10-07 16:55:10 -07:00
Slava Kim
24b3ca13e1
Another test for minimongo $near inside $and clause
...
It throws no matter how deep is $near.
2013-10-07 16:50:27 -07:00
Slava Kim
d1518f4f17
Package wrapper for geojson-utils package to keep original code unchanged.
2013-10-07 16:07:45 -07:00
David Glasser
b414cd15bb
Fix README instructions about running docs app.
2013-10-07 15:12:44 -07:00
Slava Kim
7c9122ef09
Make geojson-utils a strong dependency of minimongo.
2013-10-07 14:30:54 -07:00
David Glasser
bda5113fa5
meteor run: Handle errors in the websocket proxy by closing socket instead of
...
throwing
2013-10-07 14:18:29 -07:00
Geoff Schmidt
77d50e4f3d
parties example: force selection to an actually-existing party.
...
This handles the case where the selected party is
deleted by another user, and also the case where
the server rejects the party creation request.
release/0.6.6-rc1
2013-10-04 18:21:18 -07:00
Geoff Schmidt
c2b2deb0d6
parties example: force selection to an actually-existing party.
...
This handles the case where the selected party is
deleted by another user, and also the case where
the server rejects the party creation request.
2013-10-04 18:19:57 -07:00
Nick Martin
82994d06e4
more history tweaks
2013-10-04 17:55:08 -07:00
David Glasser
c604a8dd80
Rename warehouse S3 bucket to be SSL-compatible.
2013-10-04 15:49:27 -07:00
David Glasser
35fc8bf5f5
Rename warehouse S3 bucket to be SSL-compatible.
2013-10-04 15:47:55 -07:00
David Glasser
a4d96c68b2
Add issue number to History.
2013-10-04 14:19:45 -07:00
Nick Martin
234ae59840
Bump version in history file.
release/0.6.6-rc0
2013-10-04 13:25:19 -07:00