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
Andrew Wilcox
a15d1ecdee
Unpolyfill localstorage.
...
Fixes #634 .
The unit test now passes in Firefox when dom.storage.enabled is set to
false (if we care :)
Tested in Chrome, Firefox, and IE 6 and 7.
2013-04-25 16:43:39 -07:00
David Glasser
b9693f4e1e
Update .npm for newish code (eg 1a7c2d8).
2013-04-25 14:39:45 -07:00
David Glasser
10600ef684
Merge branch 'pr/972' into devel
2013-04-25 14:24:28 -07:00
David Glasser
8b047447fc
Update HISTORY and notices.
2013-04-25 14:24:13 -07:00
Andrew Wilcox
c83fcbb5ca
Bump CoffeeScript version to 1.6.2.
2013-04-25 14:20:29 -07:00
David Glasser
eecc97715f
Don't get confused (on the server) if transform returns something without _id.
...
Fixes #974 .
2013-04-25 14:18:36 -07:00
Avital Oliver
1fefb9593d
Merge branch 'avital-client-compatibility' into devel
2013-04-25 13:48:05 -07:00
Avital Oliver
c9e9c73da7
Update History.md
2013-04-25 13:47:55 -07:00
Avital Oliver
4a32bb81f3
options.compatibility -> options.raw
2013-04-25 13:47:03 -07:00
Avital Oliver
47ba95dfc4
wrapping
2013-04-25 10:58:27 -07:00
Avital Oliver
fb61e884db
Don't create new var scope for js files in client/compatibility/
2013-04-24 15:53:19 -07:00
Avital Oliver
37bc8491b8
Merge branch 'avital-springboard-test' into devel
2013-04-24 15:35:42 -07:00
Avital Oliver
c6c24dffb5
Correct comment
2013-04-24 15:34:58 -07:00
Avital Oliver
1ef5cfceb1
Glasser code review
2013-04-24 15:27:17 -07:00
Avital Oliver
b8886b3935
Improve CLI testing
...
- Test fake installed version of CLI
- Test springboarding against a fake release
2013-04-24 15:27:17 -07:00