Commit Graph

8135 Commits

Author SHA1 Message Date
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
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
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
Pradel Léo
d2958b9697 accounts-twitter reorganize 2017-01-24 16:28:35 +01:00
laosb
1edd1d08b2 Move css to config-ui. 2017-01-21 10:37:47 +08:00
laosb
9fa2a0e786 Accounts-google reorganized. 2017-01-21 10:30:49 +08:00
laosb
08de1c9457 Accounts-google reorganize [Not finished yet] 2017-01-21 09:25:53 +08:00
Ben Newman
0734a70299 Merge branch 'devel' into release-1.4.3 2017-01-19 11:55:29 -05:00
Jesse Rosenberger
fe1f167eea force-ssl: clarify necessity of the package and the target platforms 2017-01-19 18:53:42 +02:00
David Glasser
32d61eacb9 force-ssl: update README
- Drop reference to *.meteor.com apps (no longer exist)

- Clarify that this is a separate feature from Galaxy's "Force HTTPS" setting,
  and that MDG recommends the latter for apps on Galaxy.
2017-01-18 18:39:43 -08:00
Ben Newman
7baed435f5 Merge pull request #8088 from mitar/fix-buffering
Fix bad interaction between methods and buffering.
2017-01-18 11:31:19 -05:00
Ben Newman
1539df7973 Merge pull request #8265 from hwillson/issue-4445
Removed all code-prettify package code and marked as deprecated.
2017-01-18 11:26:03 -05:00
Ben Newman
d93c021c89 Merge pull request #8175 from VeliovGroup/mongo-package-linting
Mongo package linting
2017-01-18 11:15:15 -05:00
Ben Newman
79da801dcf Merge pull request #8163 from elie222/devel
Added an index for the users collection.
2017-01-18 11:10:46 -05:00
Hugh Willson
1a73562fdc Removed all code-prettify package code and marked as deprecated. 2017-01-18 06:11:33 -05:00
Mitar
e7fe8abff2 Added a test. 2017-01-17 20:44:56 +02:00
Mitar
0898bc47e6 Fixing tests. 2017-01-17 20:44:56 +02:00
Mitar
6a2c4db868 Better code change. 2017-01-17 20:44:56 +02:00
Mitar
07aa0044ad Fix bad interaction between methods and buffering. 2017-01-17 20:44:55 +02:00
dr-dimitru
edf58bc8cc PR review changes 2017-01-17 20:54:33 +03:00
dr-dimitru
ebde43db67 Changes as requested + JavaScript Style Guide rules
- Apply rule [#16.1](https://github.com/meteor/javascript#16.1) to
if/else blocks
2017-01-17 14:02:12 +03:00
dr-dimitru
5b193e53b4 More linting
- Line 88: `selector` variable defined but never used
 - Apply rule [#16.1](https://github.com/meteor/javascript#16.1) to
if/else blocks
2017-01-17 13:58:02 +03:00
dr-dimitru
2a8667d529 Fiver packages is not used 2017-01-17 13:50:49 +03:00
dr-dimitru
fc3349b451 Changes as requested 2017-01-17 13:50:31 +03:00
dr-dimitru
ada34ef3ce Requested changes + JavaScript Style Guide rules
- Changes according to PR request
 - Apply rule [#16.1](https://github.com/meteor/javascript#16.1) to
if/else blocks
2017-01-17 13:48:32 +03:00
dr-dimitru
a60b30f64e Requested changes + apply some JavaScript Style Guide rules
- Changes according to PR request
 - Apply rule [#16.1](https://github.com/meteor/javascript#16.1) to
if/else blocks
2017-01-17 12:34:11 +03:00
dr-dimitru
3739a602d2 Fiber lib is not used at mongo_driver.js file 2017-01-17 12:10:27 +03:00
dr-dimitru
bd61f6b421 Changes according to PR request 2017-01-17 12:09:55 +03:00
Bartosz Wojtkowiak
a0adfc938a Update Crosswalk plugin to latest version 2017-01-11 22:14:21 +01:00
Bartosz Wojtkowiak
9347cdff3d Update Cordova pinned plugin versions and dependencies to latest verions 2017-01-11 22:13:29 +01:00
Wexpo Lyu
d5c7026a4d Add sparse for 'services.password.reset.when'.
Having a spare minute so fix it for you.
2017-01-11 18:50:00 +08:00
Ben Newman
90f7efd98b Merge pull request #8223 from hwillson/issue-2380
Replaced core references to document.location with window.location.
2017-01-10 18:57:36 -05:00