Commit Graph

14909 Commits

Author SHA1 Message Date
Slava Kim
59165b9c4f Undo accidentally deleted files in 36b542f822 2015-08-03 16:06:09 -07:00
Slava Kim
36b542f822 move files into tools/packaging 2015-08-03 16:03:15 -07:00
David Greenspan
13e7e28b25 Merge branch 'master' into devel 2015-08-03 14:20:43 -07:00
David Greenspan
ff783e9a12 Update date on release 1.1.0.3 2015-08-03 14:19:41 -07:00
David Greenspan
2cfd6a322a Merge branch 'master' into devel 2015-08-03 14:18:55 -07:00
David Greenspan
79ae7fc061 Merge branch 'release-1.1.0.3' 2015-08-03 14:13:58 -07:00
David Greenspan
6b5c0c6d94 Bump versions in docs and examples 2015-08-03 14:12:29 -07:00
Dean Brettle
587e02a692 Fix issue #4862. Don't wrap login callbacks with bindEnvironment.
Changes to packages/callback-hook:
- Add bindEnvironment option to Hook constructor (defaults to true).
- Add internal helper function dontBindEnvironment() which does all the
  error handling stuff like Meteor.bindEnvironment() but doesn't change
  the environment.
- Use dontBindEnvironment() instead of Meteor.bindEnvironment() when
  bindEnvironment option is false.
- Add tests.

Changes to packages/accounts-base:
- Create hooks with { bindEnvironment: false }
- Add test for whether Meteor.userId() is available in login callbacks.
2015-08-03 10:52:11 -07:00
David Greenspan
b36dab26ef Remove rc.0 from package versions release/METEOR@1.1.0.3 2015-08-03 10:16:26 -07:00
David Greenspan
0b24135d68 Update banners.json 2015-08-03 10:04:02 -07:00
Martijn Walraven
8e625c4066 Use rename instead of a slow robocopy move 2015-08-03 13:47:16 +02:00
Martijn Walraven
d09ee4c5a1 Use cp -R just in case it matters on OS X 2015-08-03 13:46:34 +02:00
Slava Kim
11064baf51 Merge pull request #4861 from Primigenus/patch-7
Fix grammar in tools readme
2015-08-02 01:27:54 -07:00
Rahul
d45b7bddd0 Grammar
Also, "marketing material" doesn't seem like an accurate description of the page on the Meteor site as it's more of a high level description of the component.
2015-08-01 17:11:55 -07:00
Slava Kim
176b862085 minimal readme for isobuild 2015-08-01 14:54:07 -07:00
Slava Kim
dc91f4ac5c Add more about admin commands in cli readme 2015-08-01 14:18:19 -07:00
Slava Kim
5472331fc5 Move isopackets.js to tool-env
Because it is only used in tool to load packages, so it is sort of a
setup environment file.
2015-08-01 14:13:53 -07:00
Slava Kim
005a880318 A bit more docs for tools 2015-08-01 14:02:37 -07:00
Slava Kim
5c21cc8490 Fix the test to match new error message 2015-08-01 13:01:57 -07:00
Slava Kim
08005bfe0a move runners into folder 'runners' 2015-08-01 13:01:49 -07:00
Slava Kim
e8abced83d fix git call back to ls-tree 2015-08-01 11:57:06 -07:00
Slava Kim
49a7088c30 Create a folder "tool-env"
Contains uninteresting setup and cleanup files
2015-07-31 18:38:25 -07:00
Slava Kim
e5ddbaa244 Fix a couple of bugs introduced in renamings 2015-07-31 17:12:38 -07:00
Slava Kim
35aef2b296 Create 'static-assets' folder in tools
To keep files that are not run by tool itself, but are used by generated code.
2015-07-31 17:12:38 -07:00
David Greenspan
913e35d4ec bump app release versions to RC 2015-07-31 10:57:31 -07:00
David Greenspan
a60f97bb4e Clarify what .mailmap is in comments 2015-07-31 10:56:11 -07:00
Sashko Stubailo
df95e8714b Merge pull request #4832 from meteor/issue/4804
Fix #4804 and throw error when Mongo selector is array
2015-07-31 10:47:37 -07:00
Sashko Stubailo
02dfd2c8f0 Throw error in Mongo.Collection when selector is array, fixes #4804 2015-07-31 10:47:12 -07:00
Sashko Stubailo
1803d9666c Merge pull request #4829 from meteor/static-html
Static HTML package and templating refactor
2015-07-31 10:46:16 -07:00
Sashko Stubailo
ec33215a7f Static HTML package and templating refactor
1. Make a package called `static-html` that just compiles `<head>` and `<body>` tags inside `.html` files. Much like templating but without the templates.
2. Refactor `templating` to avoid duplicating code.

Split out code that would be shared between `templating` and `static-html` into a new `templating-tools` package. These tools could also be used to simplify implementation of other build plugins, like `simple:markdown-templating`.

This also has the added benefit of moving as much code as humanly possible out of the `templating` package, so that it can be reused in other packages.

1. `templating-tools` package and its README
2. `static-html` package and its README
3. `caching-html-compiler` is not new code; it is just code factored out of the batch plugin version of `templating`, but the README and some comments are new.

1. `tools/tests/static-html.js` tests static html and error handling
2. `templating-tools/html-scanner-tests.js` tests `scanHtmlForTags` and `compileTagsWithSpacebars` together.

All unit tests pass on this branch.
2015-07-31 10:40:23 -07:00
Sashko Stubailo
0c93aeb6b6 Merge pull request #4848 from meteor/clean-up-dependencies
Remove `meteor-platform` from `test-packages` app, fix dependencies
2015-07-31 10:27:54 -07:00
Sashko Stubailo
10fd9ab74c Move Template.dynamic into templating from spacebars 2015-07-30 17:55:37 -07:00
Sashko Stubailo
15f7cc2c24 Put back comment 2015-07-30 17:35:53 -07:00
Sashko Stubailo
0ef65cc782 Clean up all dependencies 2015-07-30 17:25:38 -07:00
Sashko Stubailo
89184679fd Add check dep to Blaze 2015-07-30 16:31:38 -07:00
Sashko Stubailo
8c92c551a4 Fix comment 2015-07-30 16:21:02 -07:00
Sashko Stubailo
ed6b51c04d Make accounts-password depend on EJSON 2015-07-30 16:20:05 -07:00
Sashko Stubailo
6f6bdd1168 Add script to check dependencies 2015-07-30 16:19:57 -07:00
Sashko Stubailo
051ba43b2a Straighten out OAuth deps 2015-07-30 15:54:16 -07:00
Sashko Stubailo
9406bef642 Remove meteor-platform from tinytest to weed out dependencies 2015-07-30 15:46:20 -07:00
David Greenspan
e6a1bb3fbe Bump versions release/METEOR@1.1.0.3-rc.0 2015-07-30 14:57:48 -07:00
David Greenspan
27baf3dd26 Bump version in meteor-release-experimental.json 2015-07-30 14:32:23 -07:00
David Greenspan
d0cb58f286 Bump meteor-release-official.json 2015-07-30 13:58:51 -07:00
David Greenspan
ddf40f65af update mailmap 2015-07-30 13:49:16 -07:00
David Greenspan
9c462fc551 Update History.md 2015-07-30 13:49:16 -07:00
O'meid
76f46f2457 packages/facebook: Request fields using Graph 2.4. Closes #4743, closes #4744
Signed-off-by: O'meid <public@omeid.me>
2015-07-30 13:47:36 -07:00
Slava Kim
3ddd281d8c Move catalog files into tools/catalog/ 2015-07-30 12:12:07 -07:00
Martijn Walraven
e88e4a2837 Add explicit dependency on the npm version we build our node fork with 2015-07-30 17:37:41 +02:00
Slava Kim
cb681e595f Move CLI files into a CLI folder in tools 2015-07-29 23:58:04 -07:00
Sashko Stubailo
8b5399efe2 Fix read-only variables 2015-07-29 16:10:16 -07:00