Commit Graph

8164 Commits

Author SHA1 Message Date
Ben Newman
3761fd4bf1 Bump package versions for 1.4.3-rc.2 release. 2017-02-08 15:10:39 -05:00
Ben Newman
0e0ad9f629 Move deprecated packages into packages/non-core. 2017-02-08 15:09:55 -05:00
Ben Newman
2010e9d11a Merge branch 'devel' into release-1.4.3 2017-02-08 14:47:03 -05:00
Ben Newman
858dc64db4 Merge branch 'master' into devel 2017-02-08 14:43:26 -05:00
Ben Newman
351e05ddf4 Bump package versions for the official 1.4.2.6 release. 2017-02-08 13:25:04 -05:00
Blake Bourque
6df240e65b Fix for 8309 (#8331)
Strip the trailing /
2017-02-08 10:18:58 -08:00
Ben Newman
a301184a3f Bump package versions for 1.4.2.6-rc.0 release. 2017-02-08 12:04:06 -05:00
Ben Newman
bdc987217c Merge pull request #8302 from meteor/accounts-weibo-reorg
Accounts-weibo reorganize
2017-02-08 11:29:09 -05:00
Ben Newman
1c0060f160 Merge pull request #8303 from hwillson/issue-7715
Wired up new github accounts changes to separate the UI from oauth calls
2017-02-08 11:27:27 -05:00
Ben Newman
6eafbee380 Merge pull request #8305 from hwillson/issue-7715-meteor-developer
Wired up new meteor-developer accounts changes to separate the UI from oauth calls
2017-02-08 11:17:21 -05:00
Ben Newman
2f0371afa1 Merge pull request #8321 from hwillson/issue-7715-meetup
Wired up new meetup accounts changes to separate the UI from oauth calls
2017-02-08 11:15:22 -05:00
Hugh Willson
c7e8706100 Adjusted the url package to encode nested objects and arrays (to help address #5065). (#8261)
* Adjusted the url package common code to encode nested objects and arrays properly (to help address #5065).

* Adjusted to make sure a 'hasOwnProperty' param name is handled.
2017-02-08 11:09:15 -05:00
Jesse Rosenberger
63b8fba326 Change twitter-oauth => to weibo-oauth
Seemingly copy-paste residue in the PR, but this is the Weibo package
it should be Weibo, not Twitter.
2017-02-08 14:29:04 +02:00
Ben Newman
33e4a6e658 Bump package versions for 1.4.3-rc.1 release. 2017-02-07 15:36:12 -05:00
Ben Newman
d9ba82473a Update install package to record module.childrenById. 2017-02-07 10:45:28 -05:00
Ben Newman
f8db29ab32 Stop trapping exceptions thrown by require("meteor-node-stubs"). 2017-02-07 10:45:22 -05:00
Ben Newman
3801349437 Merge branch 'master' into devel 2017-02-07 10:36:49 -05:00
Hugh Willson
333945168b Wired up new meetup accounts changes to separate the UI from oauth calls 2017-02-06 14:54:49 -05:00
Jesse Rosenberger
52c9f10056 Bump package versions for the official 1.4.2.5 release. 2017-02-03 09:45:14 -08:00
Jesse Rosenberger
836e9d496b Bump package versions for 1.4.2.5-rc.1 release. 2017-02-03 09:10:14 -08:00
Jesse Rosenberger
4156460f3c Restore state of modules-runtime@0.7.8 as it was published
This code was reverted in 32140c8707 as part of a larger revert, but this particular change should actually remain since it is how modules-runtime@0.7.8 was and is published.  I had initially thought that this commit would also be rolled back (and result in a 0.7.9) but that did not yield the desired result.
2017-02-03 09:00:30 -08:00
Jesse Rosenberger
fc4468bb16 Bumping version of modules-runtime to 0.7.8
`modules-runtime@0.7.8` was already released but this part of the commit was included in a larger commit which was reverted.  This simply puts the version in-line with the `devel` branch.
2017-02-03 01:10:21 -08:00
Jesse Rosenberger
32140c8707 Revert "Preserve true "main" and "browser" fields of package.json modules."
This reverts commit 6c643a4763.
2017-02-02 20:26:54 -08:00
Jesse Rosenberger
7de467db35 Bump package versions for 1.4.2.5-rc.0 2017-02-02 19:12:15 -08:00
Ben Newman
9502f1bd79 Bump package versions for 1.4.3-rc.0 release. 2017-02-02 17:19:07 -05:00
Ben Newman
a00b19d1fb Merge branch 'devel' into release-1.4.3 2017-02-02 16:07:50 -05:00
Hugh Willson
5279187099 Added additional BrowserPolicy exports to help with ES2015 import support. (#8295)
* Added BrowserPolicy export to help with ES2015 import support.
* Replaced api.export use with api.mainModule, to help reduce extra globals.
2017-02-02 15:54:30 -05:00
Ben Newman
cc8734ddca Merge branch 'master' into devel 2017-02-02 15:18:48 -05:00
Ben Newman
ec92486642 Bump package versions for the official 1.4.2.4 release. 2017-02-02 10:26:13 -05:00
Ben Newman
d2cdaa1883 Bump package versions for 1.4.2.4-rc.1 release. 2017-02-01 14:51:52 -05:00
Ben Newman
611b23dcf7 Bump package versions for 1.4.2.4-rc.0 release. 2017-02-01 12:24:19 -05:00
Ben Newman
abc672ec4a Remove packages/ui (superseded by packages/non-core/blaze/packages/ui).
https://github.com/meteor/meteor/pull/8212#issuecomment-270330469
2017-02-01 11:00:35 -05:00
Ben Newman
0971e89abe Merge pull request #8204 from mitar/new-blaze-history
Updated packages/non-core/blaze submodule to new Blaze history.
2017-02-01 11:00:02 -05:00
Ben Newman
6c643a4763 Preserve true "main" and "browser" fields of package.json modules.
Previously, when building a JavaScript bundle for the client, if a
package.json file had a string-valued "browser" field, we would replace
the value of the "main" field of the bundled package.json module with the
value of the "browser" field. This trick was important because it allowed
an npm package to have a different entry point on the client than it had
on the server.

However, that approach became inconsistent if the package.json file was
also explicitly imported as a module, because the package.json stub used
for module resolution prevented the real contents of package.json from
getting bundled, and disagreed with the original package.json module about
the value of the "main" field.

To resolve that inconsistency, it seems better to avoid modifying the
"main" field of package.json modules, and instead rely on the runtime
module system to make sense of the "browser" field, regardless of whether
the package.json module is a stub used only for module resolution or
contains the full contents of the original package.json file.

The ability to understand "browser" fields of package.json modules was
introduced in install@0.8.3:
377d1a3b51

This is potentially a backwards-incompatible change for developers using
this version of `ImportScanner` and `Resolver` who have not yet upgraded
their `modules-runtime` package to at least version 0.7.8. The solution is
to upgrade `modules-runtime`, though it would be nice to enforce that
better somehow.
2017-02-01 10:34:52 -05:00
Hugh Willson
cb37c34ad4 Removed beta.1 version suffix. 2017-02-01 09:22:07 -05:00
Hugh Willson
1fd3b44f92 Removed beta.1 version suffix. 2017-02-01 09:21:00 -05:00
Hugh Willson
026cdb6c63 Wired up new meteor-developer accounts changes to separate the UI from oauth calls 2017-02-01 07:47:10 -05:00
Hugh Willson
43336e3d64 Wired up new github accounts changes to separate the UI from oauth calls. 2017-01-31 06:12:55 -05:00
laosb
de4bb33cd8 Deprecate weibo. 2017-01-31 15:15:19 +08:00
laosb
d1cd0ab0f3 Move weibo to weibo-oauth. 2017-01-31 15:12:05 +08:00
laosb
9085124691 Move templates to weibo-config-ui. 2017-01-31 15:06:51 +08:00
laosb
154f7408ec accounts-weibo adjustments. 2017-01-31 15:00:30 +08:00
Jesse Rosenberger
f33f75d759 Bump package versions for 1.4.3-beta.3 release. 2017-01-26 16:12:26 -08:00
Jesse Rosenberger
3b8c886f6f Merge branch 'devel' into release-1.4.3 2017-01-26 15:39:21 -08:00
Ben Newman
355cde306a Merge pull request #8239 from wojtkowiak/cordova-6.4.0
Update to Cordova 6.4.0
2017-01-25 16:39:13 -05:00
Ben Newman
142fe41ec1 Merge pull request #8283 from pradel/accounts-twitter-reorganize
accounts-twitter reorganize
2017-01-25 16:37:37 -05:00
Ben Newman
293b3d938e Merge pull request #8275 from meteor/accounts-google-reorg
Accounts-google reorganize
2017-01-25 16:37:01 -05:00
laosb
b60750657e Fix according to @abernix 's review. 2017-01-25 12:43:25 +08:00
Geoffrey Booth
a1514223c8 Bump CoffeeScript version to 1.12.3 2017-01-24 19:29:10 -08:00
Michael Mason
487a444075 Fix typo in coffeescript compiler options. Fixes #8281 2017-01-25 10:15:22 +08:00