David Glasser
ea3a600079
Assets added via a plugin are not source files
...
Fixes #2488 .
Assets added via "no handler" already have their source files added to
`sources` via the `sources.push(relPath)` in the sourceItems loop, and
assets added via a handler should not appear as source files themselves
--- the file that triggered the handler should!
This fixes packages like `mizzao:build-fetcher` which add static
assets via a plugin.
2014-09-03 16:45:09 -07:00
David Greenspan
b500d410e5
.meteor/versions
2014-09-03 11:53:44 -07:00
Slava Kim
3df58956e1
Emily's comments on webapp change
release/METEOR@0.9.2-rc0
2014-09-02 14:59:22 -07:00
Slava Kim
fc56f795d6
Bump versions of packages for the 0.9.2-rc0
2014-09-02 14:57:33 -07:00
Slava Kim
f3d0c24d2e
Invalidate memoization of boilerplate
...
Fixes bug introduced on the cordova-hcp branch. Fixes #2498
2014-09-02 14:57:33 -07:00
Emily Stark
da3c39e8a5
Remove trailing commas
2014-09-02 14:29:51 -07:00
Slava Kim
a6c4ed6e6e
Merge branch 'release-0.9.1' into release-0.9.2
...
Conflicts:
packages/autoupdate/package.js
packages/meteor-tool/package.js
packages/meteor/package.js
scripts/admin/meteor-release-experimental.json
2014-09-02 13:49:21 -07:00
Sashko Stubailo
173b7c8b98
Move canonicalize.js from public to private
2014-09-02 10:34:38 -07:00
Sashko Stubailo
87819dc740
Added a DDP.md to livedata to redirect old links
2014-09-02 10:18:37 -07:00
Avital Oliver
fe558fd16b
Another package rc bump
release/METEOR@0.9.1-rc3
2014-09-01 00:19:21 -07:00
Avital Oliver
808c90e3db
Bump rc versions on packages
2014-09-01 00:16:00 -07:00
Avital Oliver
e46cb23037
0.9.1-rc3
2014-08-31 23:45:24 -07:00
David Greenspan
16635af69f
commit todos versions
2014-08-30 13:03:48 -07:00
Slava Kim
0b6cf4f2ca
Add a special 'cordova-build-override' folder.
...
Basically right before the `cordova build` we `cp -R` that folder into our
cordova project. Allows users to overwrite any part of the build, it might be
config.xml, app icons or even crosswalk.
2014-08-29 18:55:54 -07:00
Slava Kim
2b1e5b80b8
Kill unused cordova.preparePlatforms
2014-08-29 18:06:23 -07:00
David Greenspan
f6b9a4bd21
Fix <body> back-compat
2014-08-29 17:13:26 -07:00
David Greenspan
2374ce38df
<body> tag back-compat
2014-08-29 16:29:45 -07:00
David Greenspan
e4c1e18392
Fix back-compat typo
2014-08-29 16:29:45 -07:00
Avital Oliver
7ee8d36456
Add backcompat for Template.__define__
...
See #2480
2014-08-29 16:21:03 -07:00
David Greenspan
c21f49c6e3
Back-compat for template-internal API calls
2014-08-29 16:20:42 -07:00
Slava Kim
88f42c04a0
Merge branch 'responsive-examples' into release-0.9.2
2014-08-29 16:11:06 -07:00
Slava Kim
6e17faa5a7
Upgrade the example to mobile
2014-08-29 16:10:14 -07:00
Slava Kim
d18923d26e
Fix the event handler input->button
2014-08-29 15:59:49 -07:00
David Greenspan
230bebfd82
docs .meteor/versions
2014-08-29 15:41:59 -07:00
Sashko Stubailo
96cfa5a7bd
Remove extra newline
2014-08-29 15:36:53 -07:00
Sashko Stubailo
a9d544ec6b
Make clock example work better on mobile
2014-08-29 15:35:56 -07:00
David Greenspan
dc1eca1768
Better error message if you name a template “body”
2014-08-29 15:30:02 -07:00
Sashko Stubailo
dd024fa690
Leaderboard is now responsive yay
2014-08-29 15:27:12 -07:00
Matthew Arbesfeld
ab6b92fd66
Remove some unused packages
2014-08-29 15:22:12 -07:00
Sashko Stubailo
ddb7285fbd
Fix error in test
2014-08-29 15:21:26 -07:00
Sashko Stubailo
08249e0797
CSS changes to leaderboard
2014-08-29 15:17:49 -07:00
Sashko Stubailo
eb1345efb3
Explicitly depend on mongo
2014-08-29 14:47:48 -07:00
Sashko Stubailo
3bec66979a
Rename Meteor.Collection -> Mongo
...
Summary:
Meteor.Collection -> Mongo.Collection
Meteor.Collection.ObjectID -> Mongo.ObjectID
Meteor.Collection.Cursor -> Mongo.Cursor
Test Plan:
meteor test-packages
meteor self-test
Reviewers: avital, dgreenspan
Reviewed By: dgreenspan
CC: emily, dgreenspan
Differential Revision: https://phabricator.meteor.com/D796
2014-08-29 14:29:44 -07:00
Sashko Stubailo
99ccb445ea
Run jsdoc
2014-08-29 13:21:18 -07:00
Sashko Stubailo
3a1af2a204
Add Mongo export
2014-08-29 13:00:51 -07:00
Sashko Stubailo
4328f9fb23
Add link redirect
2014-08-29 12:33:23 -07:00
Sashko Stubailo
6cb69946ee
Add backcompat
2014-08-29 12:31:33 -07:00
Sashko Stubailo
82d1db5107
Rename Meteor.Collection to Mongo.Collection again
2014-08-29 12:28:32 -07:00
Sashko Stubailo
6b3d31ff5b
Revert "Rename Meteor.Collection -> Mongo.Collection"
...
This reverts commit 96952dda2b .
Conflicts:
packages/ddp/livedata_tests.js
packages/minimongo/minimongo.js
packages/mongo/collection.js
packages/mongo/mongo_driver.js
packages/mongo/mongo_livedata_tests.js
packages/mongo/oplog_tests.js
packages/reactive-dict/reactive-dict.js
packages/session/session_tests.js
tools/auth.js
2014-08-29 12:26:28 -07:00
Matthew Arbesfeld
611298fb50
Merge branch 'cordova-hcp' into devel
...
Conflicts:
packages/deps/package.js
packages/reload/reload.js
tools/tests/apps/hot-code-push-test/.meteor/versions
2014-08-29 12:08:34 -07:00
Matthew Arbesfeld
52db5b6f53
Fix logging test
2014-08-29 11:57:59 -07:00
Matthew Arbesfeld
d821f2f7d3
Fix typo in autoupdate_server
2014-08-29 11:53:30 -07:00
Sashko Stubailo
84f1fcace1
Fix docs and self-test
2014-08-29 11:52:33 -07:00
Emily Stark
345d49f15a
Merge branch 'cordova-hcp-oauth' into cordova-hcp
...
Conflicts:
packages/oauth/package.js
packages/standard-app-packages/package.js
2014-08-29 11:50:00 -07:00
Matthew Arbesfeld
18e414caea
Remove unused code from hot-code-push-test
2014-08-29 11:46:39 -07:00
Emily Stark
2de255f992
Code review comments from arbesfeld
2014-08-29 11:41:02 -07:00
Justin SB
03dc104609
Rename sessionStorage -> safeSessionStorage, for clarity
2014-08-29 11:19:15 -07:00
Justin SB
562d496acc
Don't throw on chrome when sessionStorage is disabled
...
Chrome is really strict; even (typeof sessionStorage) throws a
'SecurityError: Access is defined' when cookies & local storage
are blocked. Borrow the logic from history.js; it relies on
catching the exception.
This should fix a problem with reload-safetybelt for users with
Chrome in no-cookies mode.
2014-08-29 11:19:11 -07:00
Justin SB
16b4003f24
Rename sessionStorage -> safeSessionStorage, for clarity
2014-08-29 11:18:14 -07:00
Justin SB
e0990957e1
Don't throw on chrome when sessionStorage is disabled
...
Chrome is really strict; even (typeof sessionStorage) throws a
'SecurityError: Access is defined' when cookies & local storage
are blocked. Borrow the logic from history.js; it relies on
catching the exception.
This should fix a problem with reload-safetybelt for users with
Chrome in no-cookies mode.
2014-08-29 11:18:07 -07:00