Avital Oliver
f87f0bd525
0.6.3.1
release/0.6.3.1
release/0.6.3.1-rc0
2013-05-15 15:10:30 -07:00
Avital Oliver
1b88047966
Fix client/compatibility/ in a non-nested directory
2013-05-15 15:10:28 -07:00
Nick Martin
a33fcf6d8c
Merge branch 'release-0.6.3'
2013-05-15 12:02:33 -07:00
Nick Martin
546f4e5fb9
bump docs version.
2013-05-15 11:55:31 -07:00
Nick Martin
2fb44613ce
Bump example version numbers.
2013-05-15 11:52:09 -07:00
Nick Martin
9386af8ac7
Move http notices to package specific notice.
2013-05-15 11:40:54 -07:00
Nick Martin
b237ace7de
Fix trailing comma that breaks JSON parsing.
2013-05-15 11:35:14 -07:00
Matt DeBergalis
93af3ab238
tweaks
2013-05-15 11:14:59 -07:00
Nick Martin
43548bc8c4
History tweaks, notices, banner.
2013-05-14 22:58:17 -07:00
David Glasser
1a3aa25312
Oops, you can't use slice on arguments. This time tests actually pass.
release/0.6.3
release/0.6.3-rc4
2013-05-14 12:32:47 -07:00
David Glasser
3090e86c25
Oops, didn't mean to revert test!
release/0.6.3-rc3
2013-05-14 11:46:32 -07:00
David Glasser
ded617f0c8
Fix Opera test failures by reverting unnecessary part of 583508e.
...
Opera seems to have some consistent but difficult to diagnose bugs related to
using _.map in this context. (As in, minifying the test was difficult because
there seemed to be some odd action at a distance, but a given test failure was
fully reproducible.) This appears to work while still preserving the feature
added in 583508e .
Also fix a missing var (which does not appear to be the original problem).
2013-05-14 11:46:32 -07:00
Avital Oliver
d36de8253d
Support 'tap' event.
release/0.6.3-rc2
2013-05-13 23:50:53 -07:00
Naomi Seyfer
bc2be8bb58
Our version of underscore doesn't have 'partial' anymore since we
...
downgraded.
Missed one instance of this because I missed arrays in the EJSON support in
mongo testing.
2013-05-13 19:10:10 -07:00
Nick Martin
9b74af5b2a
Fix Firefox 3.6. addEventListener useCapture parameter is not optional on old firefox.
release/0.6.3-rc1
2013-05-10 21:37:17 -07:00
Nick Martin
e0573b61b5
Fix IE8. It does not have window.addEventListener
2013-05-10 21:04:50 -07:00
Nick Martin
8c99176477
History updates. Add missing changes and missing users, reorder, and wordsmith.
2013-05-10 19:17:43 -07:00
Avital Oliver
4284a5ed1d
fix npm tests
2013-05-10 15:00:29 -07:00
Avital Oliver
3188861717
oops
2013-05-09 22:13:54 -07:00
Avital Oliver
cb3bcc6b61
History.md improvement
2013-05-09 19:01:43 -07:00
Avital Oliver
d985ca6919
History.md
2013-05-09 18:42:24 -07:00
Avital Oliver
7f970513e5
Faster reconnects. Fixes #696
...
- Lower reconnect timeout to 5m
- Respond to the 'online' event to reconnect immediately
eg. in case you switched from 3G to Wi-Fi
2013-05-09 18:24:23 -07:00
Vyacheslav Kim
0893b8258c
Include environment info in every web request.
...
Pass available environment info (Meteor version, OS, etc) in every web
request in User-Agent http header. OS platfrom, release, arch, type
available from node api and Meteor release number.
2013-05-09 11:59:02 -07:00
Avital Oliver
5b2240df4f
Use Websockets on all browsers other than iOS <= 5
2013-05-09 11:50:56 -07:00
David Glasser
99d5be0079
Mimize shrinkwrap files so that they change less in git.
2013-05-09 11:17:36 -07:00
David Glasser
28fbbc8c3d
Merge branch 'pr/969' into devel
2013-05-06 21:02:16 -07:00
David Glasser
69644fdf01
History.md update.
2013-05-06 21:01:23 -07:00
David Glasser
48774f7aac
Simpler binary search implementation which does not special-case length=1.
2013-05-06 21:00:21 -07:00
David Glasser
2e9ad511d8
Style cleanup, vars, etc.
2013-05-06 20:46:07 -07:00
James Gill
8e0cf9cfa8
Replacing the insert method in sorting.
...
It has been replaced with a binary search, instead of
an insertion-sort O(n^2) search.
2013-05-06 20:31:20 -07:00
David Glasser
aa83b9d800
Merge branch 'pr/987' into devel
2013-05-06 16:16:26 -07:00
David Glasser
74a3c77a9f
Add History note.
2013-05-06 16:16:15 -07:00
Andrew Wilcox
6c8a4b590b
Rename a collection "manager" to "connection".
2013-05-06 16:14:32 -07:00
Andrew Wilcox
1f7627582b
Clearer error message when calling Meteor.Collection without "new".
...
Fixes #457 .
Add an optional "expected" predicate to Tinytest's throws.
2013-05-06 16:04:18 -07:00
David Glasser
c39e44e640
Reorder test output to have name on the right and drop fixed width.
...
Now long test names don't wrap.
2013-05-06 15:50:42 -07:00
David Glasser
3952be8183
Fix EJSON base64 decoding when 'A' is 3rd or 4th char in a block.
...
Fixes #1001 .
2013-05-06 15:38:20 -07:00
Avital Oliver
98c5efd8f1
Prerequisites for python-ddp-client
2013-05-06 12:13:02 -07:00
Avital Oliver
028062bef4
Minor improvements to accounts-facebook
2013-05-06 12:12:46 -07:00
Nick Martin
70af63b286
Merge branch 'mongo-2.4' into devel
release/mongo-2.4-test-1
2013-05-03 17:37:26 -07:00
Nick Martin
9e0e7e1138
Fix typo in springboard test script that caused test to fail
2013-05-03 17:35:38 -07:00
Nick Martin
310defcefc
Bump dev bundle number higher to avoid versions that were taken but not merged.
2013-05-03 17:13:19 -07:00
Nick Martin
cc57b443d4
Bump mongo version to 2.4
2013-05-03 17:10:33 -07:00
Naomi Seyfer
91c273fa41
Fix server synch queue drain to work like client one
2013-05-02 16:38:44 -07:00
Avital Oliver
be8dc47113
Better error rethrowing
2013-04-30 11:43:30 -07:00
Avital Oliver
5d04576b91
HTTP error messages don't have newlines
2013-04-30 11:43:30 -07:00
Avital Oliver
c69ab5d350
Include response in HTTP 4xx/5xx error messages
2013-04-30 11:43:30 -07:00
Nick Martin
f20c76725c
Merge branch 'master' into devel
2013-04-25 20:32:20 -07:00
Nick Martin
bfe4b72ebe
Obfuscate security email from web scrapers so we don't get spam to our pagers.
2013-04-25 20:28:24 -07:00
David Glasser
355397d7e8
Merge branch 'pr/963' into devel
2013-04-25 17:07:45 -07:00
David Glasser
ed4a962655
update HISTORY
2013-04-25 17:07:16 -07:00