Commit Graph

16926 Commits

Author SHA1 Message Date
Ben Newman
c12edb9276 Bump package versions for 1.3.3.1-rc.0 release. release/METEOR@1.3.3.1-rc.0 2016-06-16 17:18:31 -04:00
Ben Newman
021463c892 Bump $BUNDLE_VERSION to 0.6.11 before rebuilding dev bundle. 2016-06-16 16:59:58 -04:00
Ben Newman
a5b34af583 Fix babel-runtime/regenerator import in tools runtime setup.
Fixes #7181.
2016-06-16 16:59:58 -04:00
Ben Newman
a10e1db152 Upgrade npm deps: meteor-babel, reify, babel-runtime, pathwatcher.
Fixes #7221.
2016-06-16 16:59:57 -04:00
Ben Newman
d93456011d Use npm-node-aes-gcm@0.1.7_4 in oauth-encryption. 2016-06-16 16:59:57 -04:00
Ben Newman
c525e61d1c Upgrade npm dependency of npm-node-aes-gcm package to v0.1.7. 2016-06-16 16:59:57 -04:00
Ben Newman
3f3a6dc6b5 Fix misuse of Map object in Resolver.prototype.resolve.
Using this._resolveCache as an object rather than using the Map methods
(.has, .get, .set) almost works, miraculously, except of course when
resolving a module identifier whose name is "has", "get", or "set",
because then the cache appears to contain a matching entry, but the cached
value is a function object, not a proper byParentDir object.

Fixes #7215.
2016-06-16 16:59:56 -04:00
Ben Newman
88111e21ee Merge pull request #7235 from meteor-velocity/remove-velocity
Removes Velocity testing code
2016-06-16 20:51:21 +00:00
Jonas Aschenbrenner
d2309542a2 Removes Velocity testing code 2016-06-16 19:13:25 +02:00
Tom Coleman
9440636c1e onLogout didn't make it into 1.3.3 but ended up in the changelog 2016-06-15 12:38:22 +10:00
Tom Coleman
2823f9380b Merge branch 'sort-clause' into devel 2016-06-15 09:03:09 +10:00
Alon Amster
6923a87d1c Define different sort spec for local collections
LocalCollection (MiniMongo) accepts a sort function, while native
MongoDB does not.

Added a couple of tests to cover the various cases.
2016-06-15 09:00:35 +10:00
Zoltan Olah
cc5377656b Update History.md 2016-06-15 08:55:05 +10:00
Zoltan Olah
e6da0087d6 Merge pull request #7043 from MichaelJCole/fix-issue-7042
Allow smtps:// in MAIL_URL to enable secureConnection
2016-06-15 08:51:54 +10:00
Alon Amster
5e5282f778 Allow a function to be passed in the 'sort' clause
MiniMongo's LocalCollection allows a function to be used for sorting
query results when using `find()`, but it is rejected by the
`Mongo.find()` argument check.
2016-06-15 08:39:47 +10:00
Tom Coleman
001c1d7a4f Merge pull request #7216 from klaussner/devel
Add documentation for Random functions
2016-06-15 08:32:23 +10:00
Christian Klaussner
af6dcad337 Add documentation for Random functions 2016-06-14 19:40:37 +02:00
Ben Newman
5f266f2fa3 Merge pull request #7203 from ocdtrekkie/update-google-api-instructions-2
Update Google client ID instructions again.
2016-06-14 08:51:49 -04:00
Ben Newman
db9e5001fe Explain .babelrc files in the babel-compiler README.md. 2016-06-13 17:19:25 -04:00
Ben Newman
cc8f0b2a54 Update the update banner for Meteor 1.3.3. 2016-06-13 15:46:15 -04:00
Jacob Weisz
50bf9dad3d Update Google client ID instructions again
Google changed them. Again. I also decided "Click" is a better verb than
"Press", so I changed that as well.
2016-06-11 01:39:03 -05:00
Ben Newman
dce2b20ddb Merge pull request #7033 from meteor/release-1.3.3
Release 1.3.3
2016-06-10 18:18:28 -04:00
Ben Newman
b907fea4c4 Update modules test app to use the official Meteor 1.3.3 release. 2016-06-10 17:21:30 -04:00
Ben Newman
025299f286 Bump package versions for the official 1.3.3 release. release/METEOR@1.3.3 2016-06-10 16:29:23 -04:00
Ben Newman
32555d5ed9 Bump compiler.BUILT_BY in tools/isobuild/compiler.js. 2016-06-10 16:17:23 -04:00
Ben Newman
b46b87932a Update History.md to reflect non-compilation of bare files. 2016-06-10 16:17:22 -04:00
Ben Newman
9d0c4b9cfa Bump LINKER_CACHE_SALT to trigger relinking. 2016-06-10 14:33:47 -04:00
Ben Newman
7c8f53aa8f Do not compile "bare" files with Babel.
Addresses this comment:
https://github.com/meteor/meteor/pull/7033#issuecomment-225126778
2016-06-10 14:33:42 -04:00
Ben Newman
919b69a132 Update History.md with recent changes (up to 1.3.3-rc.5). 2016-06-09 13:20:28 -04:00
Ben Newman
eea8612834 Update modules test app to 1.3.3-rc.5. 2016-06-09 13:20:20 -04:00
Ben Newman
ae9f29c81f Bump package versions for 1.3.3-rc.5 release. release/METEOR@1.3.3-rc.5 2016-06-09 12:17:37 -04:00
Ben Newman
e2c550dda9 Use npm-bcrypt@0.8.6_1 in accounts-password. 2016-06-09 11:45:37 -04:00
Ben Newman
02b81ac705 Bump npm-bcrypt version to 0.8.6_1. 2016-06-09 11:45:22 -04:00
Ben Newman
cf4b098c09 Also record .meteor-last-rebuild-version.json after install from shrinkwrap. 2016-06-09 11:45:21 -04:00
Ben Newman
edbe9fb50b Upgrade bcrypt to 0.8.6. 2016-06-09 10:47:50 -04:00
Ben Newman
091c0417f1 Write .meteor-last-rebuild-version.json after initial install.
This should help prevent unnecessary rebuilds for packages with binary
dependencies installed from Atmosphere.

Related: #7188
2016-06-09 10:43:43 -04:00
Tom Coleman
fa21921280 Merge pull request #7176 from chemicstry/ipv6_support
IPv6 Support. closes #7155
2016-06-08 13:01:50 +10:00
Tom Coleman
bb1e1039f8 Added documentation for Assets.absoluteFilePath()
See https://github.com/meteor/meteor/issues/6552
2016-06-08 12:56:32 +10:00
Tom Coleman
00cb620f31 Merge pull request #7187 from meteor/fix-pr-6889
Fix #6889
2016-06-08 10:38:10 +10:00
Tom Coleman
9812c135e5 Added History entry 2016-06-08 10:37:48 +10:00
Peter Mooney
61a0cd0c5c Add client/server onLogout tests 2016-06-08 09:21:48 +10:00
Peter Mooney
4eff26c6bb Invoke onLogout hook on server 2016-06-08 09:21:48 +10:00
Peter Mooney
555e1d4415 Add logout hooks to accounts-base 2016-06-08 09:21:41 +10:00
Ben Newman
aebab5eee7 Merge pull request #6743 from abernix/check-match-maybe-circular-objects
Fix for `check` max-recursion when called on circular references.
2016-06-07 19:12:48 -04:00
Ben Newman
735cf8e891 Merge pull request #7114 from zol/awwx-simplify-connected-msg-code
Simplify DDP connected message code.
2016-06-07 18:42:55 -04:00
Ben Newman
50e4b8cf72 Bump package versions for 1.3.3-rc.4 release. release/METEOR@1.3.3-rc.4 2016-06-07 15:11:25 -04:00
Ben Newman
c4c8f826c3 Hold off on making coffeescript api.imply('modules').
If you're using 'coffeescript' but not 'ecmascript' or 'modules', you
should be able to keep doing that, and you can always `meteor add modules`
at any time. There's no need for the CoffeeScript plugin to force that
decision on you, and doing so would pose at least some risk for current
pure-CoffeeScript users trying to update to Meteor 1.3.3.
2016-06-07 14:52:29 -04:00
Ben Newman
0539b440d7 Bump package versions for 1.3.3-rc.3 release.
There were some problems publishing 1.3.3-rc.2, so I decided to skip that
RC number.
release/METEOR@1.3.3-rc.3
2016-06-07 14:20:52 -04:00
Ben Newman
1792c8d0fb Delegate _joinAndStat call to this.resolver in ImportScanner. 2016-06-07 14:15:54 -04:00
Ben Newman
fd5009a8f2 Make coffeescript imply the same runtime environment as ecmascript.
Follow-up to #6691.
Fixes #7184.
2016-06-07 13:13:06 -04:00