Commit Graph

13516 Commits

Author SHA1 Message Date
David Glasser
9e2539bcd1 1.0.4.2 release/METEOR@1.0.4.2 2015-03-20 11:13:06 -07:00
David Glasser
aa2867b3ea Clean up Cordova app IDs a bit
Starting with cordova-lib 4.2.0 (shipped with Meteor 1.0.4) the cordova
create command checks that app IDs look like Java namespaces.  Clean up
the most obvious ways that our generated app IDs won't look like Java
namespaces (most notably hyphens).

This isn't perfect (eg we don't check for leading digits or
consecutive/leading/trailing dots, or for Java reserved words).  This
check is implemented by the valid-identifier NPM package.

While we're at it, put app ids under `com.meteor.userapps` so that there
are other parts of `com.meteor` available for potential MDG Java work.

Fixes #3950.
2015-03-20 11:11:44 -07:00
David Glasser
c775e1e445 Merge branch 'release-1.0.4.1' 2015-03-18 00:54:08 -07:00
David Glasser
865fdce33c Update docs and examples for 1.0.4.1 2015-03-18 00:53:26 -07:00
David Glasser
d75e70b0d6 Merge release-1.0.4 into release-1.0.4.1 2015-03-18 00:52:10 -07:00
David Glasser
722242dd89 banner spacing 2015-03-18 00:48:06 -07:00
David Glasser
2f1ee9f9fb banners for 1.0.4.1 2015-03-18 00:35:23 -07:00
David Glasser
92ba69e860 1.0.4.1 release/METEOR@1.0.4.1 2015-03-18 00:29:35 -07:00
Avital Oliver
e95cc58031 Fix publish-for-arch in Windows
We recently changed the package tarball structure to use
colonConverter in package-client.js but not in
commands-package.js
2015-03-18 00:26:38 -07:00
Nick Martin
d6dea52ce6 Temporarily disable appcache and force-ssl while we figure out how to make them work right together. 2015-03-17 13:55:09 -07:00
David Glasser
8ea5618c53 Merge branch 'release-1.0.4' 2015-03-17 13:34:37 -07:00
David Glasser
7bf8665163 fix banner spacing 2015-03-17 13:33:27 -07:00
David Glasser
e84f5d7c74 Update docs and examples to 1.0.4 2015-03-17 13:31:29 -07:00
David Glasser
4daaa76b12 METEOR@1.0.4 release/METEOR@1.0.4 2015-03-17 13:06:07 -07:00
David Glasser
765aef5e35 Stamp History with date 2015-03-17 13:01:56 -07:00
David Glasser
bc4392ed54 History update 2015-03-17 13:01:43 -07:00
David Glasser
616649d492 1.0.4-rc.6 release/METEOR@1.0.4-rc.6 2015-03-17 12:22:32 -07:00
David Glasser
ff8b47abb0 Banner update 2015-03-17 12:17:28 -07:00
David Glasser
8409919bb6 actually fail on package creation error 2015-03-17 12:14:16 -07:00
David Glasser
1717573f01 License update for 1.0.4. 2015-03-17 12:06:10 -07:00
David Glasser
cfb21f43e5 Move third-party licenses into subdirectory
This should make them easier to update.
2015-03-17 11:18:57 -07:00
Sashko Stubailo
ebe7c1a08b Merge pull request #3947 from meteor/colons-validation
Validate number of colons in package name on create
2015-03-17 11:08:27 -07:00
Sashko Stubailo
efdfe62331 Validate number of colons in package name on create
Instead of in the general package version parser
2015-03-17 10:56:33 -07:00
David Glasser
04228e06c0 Update contributors list 2015-03-17 10:28:32 -07:00
David Glasser
1d8e5f7a4e 1.0.4-rc.5 release/METEOR@1.0.4-rc.5 2015-03-16 12:31:50 -07:00
David Glasser
d591a288e1 Fix Android emulator access
Also fix odd use of `false` where everything else used `true`.
2015-03-13 18:49:30 -07:00
David Glasser
d770d81399 1.0.4-rc.4 release/METEOR@1.0.4-rc.4 2015-03-12 18:03:11 -07:00
Sashko Stubailo
c6ea68f9b3 Make meteor create --package not use prefix
It used to create a directory with an underscore instead of a colon
Now, it just removes the prefix.

In cases where the name of the package has more than one colon or starts or ends
witha colon, we report an error.
2015-03-12 17:57:27 -07:00
Sashko Stubailo
b652770229 Fix the example to use self instead of this 2015-03-11 16:30:57 -07:00
David Glasser
aca23adb70 Update docs for 1.0.4-rc.3 2015-03-11 15:54:44 -07:00
Sashko Stubailo
50de6f59f7 Add another example for TemplateInstance#subscribe 2015-03-11 10:30:54 -07:00
David Glasser
51b38a5a45 Test for Accounts.setPassword(u, p, {logout: false}) 2015-03-11 00:00:08 -07:00
David Glasser
1b779a7545 Style improvements to Accounts.setPassword(u, p, {logout: false}) 2015-03-10 23:55:13 -07:00
David Glasser
7ffc3a44b0 1.0.4-rc.3 release/METEOR@1.0.4-rc.3 2015-03-10 22:00:24 -07:00
David Glasser
031237573a Work around a cordova bug
Fixes #3914.  Fixes self-test 'add cordova plugins'.
2015-03-10 21:48:20 -07:00
David Glasser
52d500e123 Delete "sync local catalog" test
It's been auto-failing for many months. If somebody wants to fix it,
feel free to revert this and fix it, but there's no reason to just
entirely stop self-test --slow from having any hope of passing forever.
2015-03-10 20:54:22 -07:00
David Glasser
dc5573332f Remove upgraded lines for reverted commit 2015-03-10 17:31:19 -07:00
David Glasser
55e006dbf1 Remove redundant header 2015-03-10 17:14:43 -07:00
hwillson
7d9afa31b7 Added missing meteor debug content. 2015-03-10 15:27:01 -07:00
David Greenspan
070ca69f9a Validate package names more strictly
In particular, ban leading `-`, trailing `.`, and `..` anywhere.

This backport commit drops the changes to constraint-solver and adds a
History.md note.
2015-03-10 15:20:36 -07:00
David Glasser
891a9c3893 1.0.4-rc.2 release/METEOR@1.0.4-rc.2 2015-03-10 11:49:25 -07:00
David Glasser
56b3dbd3b9 Fix cordova update plugin lost in merge conflict
This was from 2966337ea7, which somehow got reverted while resolving
merge commit 37f3230.
2015-03-10 11:44:56 -07:00
David Glasser
adc6d9969c Revert "Add some helpers for testing wrapped text"
This reverts commit 4a6dd52bca.

This made some tests flaky because notSpaceSensitive sometimes (but not
always!) ate the newline after the regexp.

We should just disable word wrapping in processes run by self-test
instead.
2015-03-09 22:30:44 -07:00
David Glasser
0a1dcee43c Show pattern for junk-before too 2015-03-09 22:13:07 -07:00
David Glasser
82e02c4cc4 test: Prevent overlapping meteor calls
They crashed sometimes, because meteor does that.
2015-03-09 18:51:40 -07:00
David Glasser
c72f20ccea Use correct symbol for Template
The blaze package defines Blaze.Template, not Template, and should find
it there.

(Apps tend to put `Template = Blaze.Template` globally on the client via
templating package, but that's not guaranteed, and doesn't happen on the
server.)
2015-03-09 17:14:44 -07:00
David Glasser
e7a9bdb507 1.0.4-rc.1 release/METEOR@1.0.4-rc.1 2015-03-09 16:20:50 -07:00
ekatek
50534fa252 fixing a test
The test is fine, but we were publishing a different version than we checked for.
(That is, we published 1.1.0, and were surprised when 1.0.1 did not show up).
Fixed.
2015-03-09 16:18:45 -07:00
David Glasser
7fad3ed150 History update 2015-03-09 16:17:32 -07:00
Tom Coleman
7733b584f1 Allow changing password without logging all users out. 2015-03-09 16:17:19 -07:00