Geoff Schmidt
bb07daa25e
continue refactor toward Library
2013-05-13 11:51:51 -07:00
Geoff Schmidt
5b2523aa18
refactoring toward Library
2013-05-13 11:51:51 -07:00
David Glasser
347efb3623
don't lose emily's change to a moved file
2013-05-13 11:51:51 -07:00
David Glasser
ede68cd027
bundle NPM modules correctly.
...
tests mostly pass.
2013-05-13 11:51:51 -07:00
David Glasser
c628854bc8
hashes
2013-05-13 11:51:51 -07:00
David Glasser
3fcde01908
don't update NPM in warehouse
2013-05-13 11:51:51 -07:00
David Glasser
bff6101ad5
fix a bug
2013-05-13 11:51:50 -07:00
David Glasser
5b6bc3f29c
update bundler.bundle API to use packageSearchOptions and releaseStamp
2013-05-13 11:51:50 -07:00
David Glasser
1ed8392a31
we don't think we need .call
2013-05-13 11:51:50 -07:00
David Glasser
28cf05e2d7
noMinify -> minify
2013-05-13 11:51:50 -07:00
David Glasser
c9b988cc62
export sha1
2013-05-13 11:51:50 -07:00
David Glasser
471ffd430b
check in geoff's version of bundler.js
2013-05-13 11:51:50 -07:00
David Glasser
4838e5a365
resolved conflicts in packages.js.
...
we merged dependencies and metadataFileHashes as dependencyFileShas
2013-05-13 11:51:50 -07:00
David Glasser
6b48e8bd8a
stuff that doesn't have conflicts
2013-05-13 11:51:50 -07:00
David Glasser
6f05a29f0b
Revert the contents of the avital-client-compatibility branch.
...
We will rebase linker on top of this commit, and then re-apply.
2013-05-13 11:49:45 -07:00
David Glasser
8dbee56e77
Add .gitignore to package directories to match linker branch.
...
This way switching between linker and devel doesn't leave you with lots of junk
in git status.
2013-05-13 10:57:37 -07:00
Naomi Seyfer
3f36763f29
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-12 01:31:39 -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