Slava Kim
5dc8ea5ffb
Always convert \r\n and \r sequences to \n on file reading in tool
...
Fixes https://github.com/meteor/windows-preview/issues/104
2015-03-20 17:35:55 -07:00
Slava Kim
d8e22d9404
Consistently parse end-of-line characters as "\n" on all platforms for the meteor shell history file.
...
Fixes the bug where the history would be parsed as one big blob on Windows,
because it is always written with "\n" but parsed with "\r\n" on Windows and
"\n" on Unixy platforms.
2015-03-20 17:00:34 -07:00
Slava Kim
ca82e5f956
Read file as utf8
...
So the return value is a string and not a buffer
2015-03-20 15:12:45 -07:00
Slava Kim
155375da1f
Always try to read the mongo port file on Windows
2015-03-20 15:03:28 -07:00
Sashko Stubailo
b1d0c1c93e
Improve message when no build found
2015-03-20 14:38:25 -07:00
Matthew Brewer
7a754533bc
Merge pull request #3702 from meteor/mbrewer-devBundle
...
Mbrewer dev bundle
2015-03-20 15:20:08 -04:00
David Glasser
87a0366352
Merge branch 'master' into devel for 1.0.4.2
2015-03-20 11:34:44 -07:00
David Glasser
3a4a3273d0
Merge branch 'release-1.0.4.2'
2015-03-20 11:33:27 -07:00
David Glasser
c8c9f8dc60
Update docs and examples to 1.0.4.2
2015-03-20 11:32:45 -07:00
David Glasser
f9579beab4
banner update
2015-03-20 11:30:00 -07:00
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
dabe0ae2f0
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:03:36 -07:00
Nick Martin
4ebd0cc8b7
Merge branch 'master' into devel
2015-03-18 22:18:44 -07:00
Nick Martin
1f2b600735
Remove force-ssl from docs. It does not get along well with appcache. #3965 .
2015-03-18 22:16:30 -07:00
Nick Martin
4c369c6a56
Revert "Temporarily disable appcache and force-ssl while we figure out how to make them work right together."
...
This reverts commit d6dea52ce6 .
2015-03-18 21:54:08 -07:00
David Glasser
601f007922
Merge branch 'master' into devel
2015-03-18 00:56:51 -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
David Greenspan
8ac310b9db
Fix #3942
...
I don't know how to repro this for a test, but this pretty clearly
should fix the issue! This is how the code should have been written
the first time.
2015-03-17 15:20:16 -07:00
David Glasser
44a4604c8d
Document Meteor.loginWithX callback only for popup
...
Fixes #3917 .
2015-03-17 14:45:22 -07:00
David Glasser
00047e185a
Remove jquery-waypoints from docs; we haven't used it in a while
2015-03-17 14:23:03 -07:00
hwillson
cca2ef2354
Minor adjustments to add blaze and spacebars package references.
...
[stubailo: Some improvements before merging]
2015-03-17 13:55:44 -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
21bdac8734
Merge branch 'master' into devel
...
Conflicts:
History.md
packages/accounts-password/package.js
packages/accounts-password/password_server.js
packages/constraint-solver/package.js
packages/meteor-tool/package.js
packages/non-core/npm-bcrypt/package.js
packages/package-version-parser/package-version-parser-tests.js
packages/package-version-parser/package-version-parser.js
packages/package-version-parser/package.js
tools/selftest.js
2015-03-17 13:41:14 -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
Slava Kim
9a29988016
Merge pull request #3937 from meteor/callbacks-docs
...
Better documentation for callbacks taking arguments
2015-03-17 07:21:11 +00:00
Slava Kim
b3e1c4d89a
Docs: Put TrackerComputationFunction typedef to Tracker namespace
2015-03-17 00:20:32 -07:00
Sashko Stubailo
bc6bfceacf
Merge pull request #3944 from Primigenus/patch-5
...
Correct typo
2015-03-16 17:44:01 -07:00
David Greenspan
269f32fec6
Fix package-tests: package specifying a name
...
a self-test broken by the version solver changes.
2015-03-16 16:18:02 -07:00
Rahul
55b8441df9
Correct typo
2015-03-16 16:16:04 -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