Slava Kim
f0932db7e1
"One size fits all"
...
at least temporarily
2014-09-30 20:06:23 -07:00
Slava Kim
48914cc6cb
Fix bugs in splash/icon code
2014-09-30 20:06:23 -07:00
Slava Kim
6982aa4195
Add 'xmlbuild' package to the deps of tool and specify npm deps correctly
2014-09-30 20:06:23 -07:00
Sashko Stubailo
15d74d67a8
Move cordova-platforms to platforms and include server and browser
...
Summary: We should start pretending that browser and server are platforms just like ios and android. Eventually, we will be able to remove browser, or server, or both even!
Test Plan: I tested the upgrader, and ran some apps with curmeteor. There should maybe be a self-test for this...
Reviewers: slava
Reviewed By: slava
CC: nim
Differential Revision: https://phabricator.meteor.com/D840
2014-09-30 19:48:25 -07:00
Sashko Stubailo
dd83854552
Clean up commands-cordova
2014-09-30 19:30:42 -07:00
Sashko Stubailo
4d8e54fe4f
Small fixes
2014-09-30 19:25:35 -07:00
Sashko Stubailo
e9a76d00c7
Put back a newline
2014-09-30 19:17:40 -07:00
Sashko Stubailo
2368138e3b
Fix upgrader after running it a few times
2014-09-30 19:16:10 -07:00
Sashko Stubailo
07987a009d
Merge branch 'devel' into platform-list
...
Conflicts:
tools/commands-cordova.js
tools/tests/cordova-platforms.js
2014-09-30 19:02:42 -07:00
Sashko Stubailo
8beecd4238
First pass at an upgrader
2014-09-30 18:57:35 -07:00
Sashko Stubailo
c448c19936
Change DDP error to have String instead of Number
2014-09-30 18:32:32 -07:00
Justin SB
aeee00b0cd
Implement getLatestVersion on the local & layered catalogs
2014-09-30 18:03:06 -07:00
Justin SB
a71f16be32
Implement some toString functions on the catalogs
2014-09-30 18:03:06 -07:00
Slava Kim
8c77ab7192
Fix typos and actually run the mobile control file
2014-09-30 17:48:32 -07:00
Slava Kim
b155e3a84d
First version of mobile control file parsing logic
2014-09-30 17:05:38 -07:00
Slava Kim
09a6c8db97
Add a new wrapper package for xmlbuilder
2014-09-30 17:05:38 -07:00
Justin SB
f5f9b47da8
Add getLatestVersion to catalog-remote.js
2014-09-30 16:49:00 -07:00
ekatek
5f886d3346
finish the sql merge: rename unipack to isopack where needed
2014-09-30 16:36:33 -07:00
ekatek
c67de0830a
merging from sqllite
2014-09-30 16:29:41 -07:00
Justin SB
cd43315e76
Launch phantomjs using spawn; should work better on Linux/Docker
2014-09-30 16:18:20 -07:00
David Greenspan
11c0577f1d
Fix weird backslashes in package skeleton
2014-09-30 15:45:46 -07:00
ekatek
364efde3af
don't forget to write the format for old-style unipackage.json
2014-09-30 15:32:39 -07:00
ekatek
3d17a05af0
use the dev bundle with sqllite in it
2014-09-30 15:19:03 -07:00
ekatek
676c3ea1b6
add sqllite to 0.9.4 branch
2014-09-30 14:55:42 -07:00
David Greenspan
3cd1d64de7
Merge pull request #2476 from cryptoquick/html5-main-tag
...
Add HTML5 `main` tag to HTML.knownElementNames
2014-09-30 14:14:50 -07:00
Slava Kim
4aa42726a9
Make the "remove old sourceMappingURL" regex global
...
So we don't make an assumption there is only one of those. Thanks to Ben.
2014-09-30 14:08:33 -07:00
Slava Kim
5e7c1a45d8
Fix the server-side sourcemaps again
...
Partially reverts 431af48743 merged in #2385
2014-09-30 14:04:17 -07:00
Slava Kim
c5e383efba
Merge branch 'release-0.9.4' into devel
2014-09-30 13:51:33 -07:00
Slava Kim
a1ab53d2c1
More moving things around and clean up the external interface of
...
commands-cordova.js
2014-09-30 12:41:31 -07:00
Justin SB
1337b84466
Properly close the heredoc we pass to phantomjs
2014-09-30 12:39:44 -07:00
Slava Kim
264b9efb2d
Moving things around for categorization
...
Should an no-op
2014-09-30 12:28:59 -07:00
Slava Kim
b4a063c53c
Don't compile the mobile-config.js control file into an app
2014-09-30 12:28:59 -07:00
ekatek
274497d083
mark tests that publish as checkout only
...
When we publish things to the test packaging server, we use the versionsFrom
argument that is very difficult to set up right to actually work. Most of the time
we don't really set that up and just agree that those tests should fail. As such, I
am going to mark most of those tests as checkout-only for now (we still usually check
that we can publish manually anyway as part of poking at the release in QA, and there is
not a lot of reason that I can think of why publishing from release would be different than
pubishing from checkout. So, marking these as checkout-only until we can get a better
testing infrastructure for this in place.
2014-09-30 12:24:11 -07:00
ekatek
69df87ce7d
mark tests that publish as checkout only
...
When we publish things to the test packaging server, we use the versionsFrom
argument that is very difficult to set up right to actually work. Most of the time
we don't really set that up and just agree that those tests should fail. As such, I
am going to mark most of those tests as checkout-only for now (we still usually check
that we can publish manually anyway as part of poking at the release in QA, and there is
not a lot of reason that I can think of why publishing from release would be different than
pubishing from checkout. So, marking these as checkout-only until we can get a better
testing infrastructure for this in place.
2014-09-30 12:22:09 -07:00
ekatek
383faa5cdb
also, do not let people run update --patch from an old release
2014-09-30 12:22:09 -07:00
David Greenspan
6a35e05ba3
Clear status message on enableProgressBar(false)
...
Motivated by `meteor shell` in Emacs shell-mode
2014-09-30 11:51:17 -07:00
Sashko Stubailo
0d4134250e
Bump version of meteor-tool
2014-09-30 11:51:17 -07:00
Sashko Stubailo
7808258a10
Bumped all of the versions again
2014-09-30 11:51:17 -07:00
Sashko Stubailo
75c09c49d3
Update srp version
2014-09-30 11:51:17 -07:00
Sashko Stubailo
ce1a405101
Bump every single package version number due to a change in compilation
2014-09-30 11:51:17 -07:00
Nick Martin
bcacef436e
Fix velocity test command for new parsedUrl (e7037b72)
2014-09-30 11:51:16 -07:00
Sashko Stubailo
14c0ec29f8
Script to bump all version numbers
2014-09-30 11:51:16 -07:00
Sashko Stubailo
cd55ca4b1c
Bump version number for release
2014-09-30 11:51:16 -07:00
Sashko Stubailo
f817b32852
Update todos app
2014-09-30 11:51:16 -07:00
Sashko Stubailo
3236121b0f
Bump docs version number
2014-09-30 11:51:16 -07:00
Avital Oliver
d794aa6335
Allow more than one dash in package version names
...
This is consistent with the semver spec, and should fix
2014-09-30 11:51:05 -07:00
Avital Oliver
7e6ea64e07
Fix meteor update from an app created from a checkout
2014-09-30 11:51:05 -07:00
Avital Oliver
a9ea64a7c3
Allow more than one dash in package version names
...
This is consistent with the semver spec, and should fix
2014-09-30 11:49:43 -07:00
Justin SB
f0a12fd37d
Don't run the npm downloads in parallel
...
Seems to break. We should fix this properly in future, for a better dev UX
2014-09-30 11:45:58 -07:00
Avital Oliver
69501a9eb3
Fix meteor update from an app created from a checkout
2014-09-30 11:23:09 -07:00