Commit Graph

7692 Commits

Author SHA1 Message Date
Ben Newman
9131700684 Bump package versions for 1.3.5-beta.0 release. 2016-07-14 12:04:53 -04:00
Ben Newman
79660c16aa Make constraint solver result cache JSON-serializable. 2016-07-14 11:27:56 -04:00
Ben Newman
cfac635a62 Flatten webapp npm-shrinkwrap.json.
This may also help fix errors installing the mime-db dependency, since it
has been upgraded from 1.21.0 to 1.23.0.
2016-07-14 11:27:55 -04:00
Mehdi Ahraoui
81ef4d7818 Allow Meteor.publish to take an object (#7365)
* Add TODO

* Fix 6649

Allow `Meteor.publish` to take an object

* Add tests

* Update PR

* Missing semicolon

* Remove useless line
2016-07-13 17:16:23 +00:00
Ilari Patrikka
768d82eb6c Set stopped computation to null instead of delete (#7326) (#7328)
* Set stopped computation to null instead of delete (#7326)

Delete can be very slow. Setting the stopped computation property to null instead brings a speed gain of 3-10x.

http://bertanguven.com/preventing-memory-leaks-in-javascript-null-vs-delete

* add generated npm-shrinkwrap.json

* Remove computation tracking from Tracker.
2016-07-12 22:37:48 +00:00
Tom Coleman
bc12938206 Merge pull request #7387 from abernix/meteor-issue-7347
Update simplesmtp to 0.3.34
2016-07-13 08:22:51 +10:00
Jesse Rosenberger
56113cc8cc Update simplesmtp to 0.3.34
Fixes #7347

Also removes incorrectly copy-pasted comment left over from #7128
2016-07-11 18:56:43 +03:00
Wexpo Lyu
9022729b1e Excluede .min.js from babel compiling. 2016-07-11 06:28:06 +08:00
Ben Newman
ab0f803b06 Bump package versions for the official 1.3.4.4 release. 2016-07-10 10:06:40 -04:00
Ben Newman
07e4bb0814 Bump package versions for 1.3.4.4-rc.0 release. 2016-07-09 17:22:28 -04:00
Ben Newman
90a15fad29 Bump package versions for the official 1.3.4.2 release. 2016-07-08 19:37:51 -04:00
Ben Newman
ac81da34f6 Peg accounts-password npm-bcrypt version to 0.8.6_2 exactly.
With the simultaneous development of Meteor 1.4, npm-bcrypt@0.8.7 has
already been published, but we very much do not want to use that version
with Meteor 1.3.4.3, since it doesn't work with Node 0.10.46.
2016-07-08 19:23:03 -04:00
Ben Newman
8bfac648dd Bump package versions for 1.3.4.3-rc.2 release. 2016-07-08 16:15:34 -04:00
Ben Newman
73fed34ea5 Use npm-node-aes-gcm@0.1.5_2 in oauth-encryption. 2016-07-08 16:14:01 -04:00
Ben Newman
f03a817d21 Bump npm-node-aes-gcm version to 0.1.5_2. 2016-07-08 16:14:01 -04:00
Ben Newman
af1b5957dd Use npm-bcrypt@0.8.6_2 in accounts-password. 2016-07-08 16:14:00 -04:00
Ben Newman
40c554fb39 Bump npm-bcrypt version to 0.8.6_2. 2016-07-08 15:55:14 -04:00
Ben Newman
2d678981b0 Bump package versions for 1.3.4.3-rc.1 release. 2016-07-08 14:07:22 -04:00
Ben Newman
c0bf593877 Bump package versions for 1.3.4.3-rc.0 release. 2016-07-08 13:44:07 -04:00
Ben Newman
0abebb0a35 Bump package versions for the official 1.3.4.2 release. 2016-07-07 18:10:48 -04:00
Ben Newman
c528620d38 Bump package versions for 1.3.4.2-rc.1 release. 2016-07-07 17:01:12 -04:00
Ben Newman
0d60ecc649 Bump package versions for 1.3.4.2-beta.1 release.
Yes, I just published 1.3.4.2-rc.0, but the recent changes to create
.meteor/dev_bundle symlinks deserve another beta, not a release candidate.
2016-07-07 15:28:26 -04:00
Ben Newman
95589c3978 Bump package versions for 1.3.4.2-rc.0 release. 2016-07-07 10:33:27 -04:00
Ben Newman
b5f731cbf7 Bump package versions for 1.3.4.2-beta.0 release. 2016-07-06 21:00:40 -04:00
Ben Newman
8e4dbc84a1 Update packages/promise npm-shrinkwrap.json. 2016-07-06 21:00:40 -04:00
Ben Newman
27ac47aa14 Upgrade meteor-babel and reify to latest versions. 2016-07-06 21:00:38 -04:00
Tom Coleman
866614802e Merge pull request #7357 from meteor/mquandalle-fix-path-minifiers-css
Mquandalle fix path minifiers css
2016-07-06 11:37:28 +10:00
Tom Coleman
89aeac5623 Use a reproduced pathRelative in css minifier
We can't use Plugin.fs here so we'll keep replicating stuff.
2016-07-06 09:05:22 +10:00
Tom Coleman
4be08cb01f Publish CSS documents for autoupdate after rewriting for #7149
Previously we did not take the JsCssRewriteHook (i.e. CDN host)
into account when doing CSS-only "version-refreshable" HCP.

It is not possible on the client to rewrite CSS urls to take the
hook into account (as it is a function), so instead, we just
publish those CSS URLs post-transform.
2016-06-29 16:21:42 +10:00
Tom Coleman
c8b52c3c31 Merge branch 'fix-path-minifiers-css' of https://github.com/mquandalle/meteor into mquandalle-fix-path-minifiers-css 2016-06-29 08:17:33 +10:00
Ben Newman
256edd499b Bump package versions for the official 1.3.4.1 release. 2016-06-23 18:33:11 -04:00
Ben Newman
ab92f1eaea Bump package versions for 1.3.4.1-rc.0 release. 2016-06-23 12:32:50 -04:00
Pradel Léo
e8783e95ac Check options exist on twitter package 2016-06-23 11:29:26 +02:00
Ben Newman
887cf9670b Bump package versions for the official 1.3.4 release. 2016-06-22 16:56:05 -04:00
Ben Newman
36354b1cc0 Bump package versions for 1.3.4-rc.2 release. 2016-06-22 15:26:37 -04:00
Ben Newman
9a5907b911 Merge branch 'devel' into release-1.3.4 2016-06-22 13:22:44 -04:00
Zoltan Olah
5d5cfca5b0 Merge pull request #7256 from workflow/1-3-3-1-facebook-auth-type-checking-error-in-facebook-package-1-2-7-B-#7255
Adds truthiness check b4 accessing property in facebook package. Fixes #7255
2016-06-22 08:41:34 +10:00
Ben Newman
9d17aa44c6 Bump package versions for 1.3.4-rc.1 release. 2016-06-21 13:45:12 -04:00
Tomas Brambora
95ba1ed841 Reload: detect href ending with #.
Fixes #7239.
2016-06-21 11:05:32 -04:00
Tomas Brambora
51c4565aa9 Implemented @banjamn suggestions. 2016-06-21 08:51:58 +10:00
Ben Newman
d270b2ab97 Bump package versions for 1.3.4-rc.0 release. 2016-06-20 18:00:15 -04:00
Ben Newman
b7fd3b0737 Upgrade http request npm dependency to 2.72.0. 2016-06-20 18:00:14 -04:00
Ben Newman
e025d3054a Upgrade meteor-babel and reify to latest versions.
The bulk of this diff is due to flattening npm-shrinkwrap.json files
because we're now using npm@3 instead of npm@2.
2016-06-20 16:26:17 -04:00
Tomas Brambora
b8cf2b67bf Reload: detect href ending with #.
Fixes #7239 .
2016-06-20 19:29:32 +10:00
Workflow
654939e092 Adds truthness check b4 accessing property in facebook package. Fixes #7255 2016-06-19 22:30:36 +08:00
Ben Newman
9897092a7c Merge pull request #7237 from meteor/release-1.3.3.1
Release 1.3.3.1
2016-06-17 22:49:08 +00:00
Ben Newman
9c0f4e6d6a Bump package versions for the official 1.3.3.1 release. 2016-06-17 15:29:20 -04:00
Ben Newman
f9879fb18c Use npm-node-aes-gcm@0.1.5_1 in oauth-encryption. 2016-06-17 14:43:05 -04:00
Ben Newman
ac18ec3d2b Try bumping the npm-node-aes-gcm version again to publish on Windows.
Part of: #7217
2016-06-17 14:43:05 -04:00
Ben Newman
632b650f0f Bump package versions for 1.3.3.1-rc.2 release. 2016-06-17 13:12:11 -04:00