Commit Graph

3507 Commits

Author SHA1 Message Date
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
David Glasser
bd0b88caed Use underscore (to avoid prototype issues). 2013-04-25 17:06:06 -07:00
Christine Spang
17d81e64bc Update documentation for Email.send. 2013-04-25 16:52:06 -07:00
Christine Spang
0b74f9b8fa Make email tests include a custom header.
I'd like to test that adding multiple headers is working fine too, but
the current tests are already order-dependent. Fixing this properly
would probably involve the tests depending on something like mailparser.
2013-04-25 16:52:06 -07:00
Christine Spang
e6ff44477b Add support for arbitrary headers to email package.
Ordering is not preserved since we're using a dictionary, but header
ordering doesn't matter anyway.
2013-04-25 16:52:06 -07:00
David Glasser
a3a5a9bfbd Merge branch 'pr/958' into devel 2013-04-25 16:51:28 -07:00
David Glasser
734a82fa58 HISTORY update. 2013-04-25 16:51:20 -07:00
Andrew Wilcox
3e7d38ee9a also add Chromium to the list of browsers in the docs 2013-04-25 16:50:33 -07:00
Andrew Wilcox
f4808b5a68 Add Chromium to the browsers supported by appcache 2013-04-25 16:50:33 -07:00
David Glasser
1529bfa36c Merge branch 'pr/979' into devel 2013-04-25 16:48:50 -07:00
David Glasser
8781477e64 Update notices and HISTORY. 2013-04-25 16:48:34 -07:00
David Glasser
209dbf2fc7 localstorage package should be internal 2013-04-25 16:48:26 -07:00