Avital Oliver
a4dba6c83d
Windows installer: Inform Win 8.1 users to restart
...
(We'll try to fix this after the RC)
Conflicts:
scripts/windows/installer/WiXInstaller/Resources/Theme_Meteor.xml
2015-03-24 17:28:42 -07:00
Sashko Stubailo
31d199124f
Revert "Remove WINDOWS-PREVIEW hack"
...
This reverts commit 84c0b3ccd8 .
2015-03-24 17:19:47 -07:00
Sashko Stubailo
84c0b3ccd8
Remove WINDOWS-PREVIEW hack
...
So that there is a recommended release published for Windows
2015-03-24 17:18:15 -07:00
Avital Oliver
2bc1c412a6
Bump npm-node-aes-gcm again.
...
I published the previous wrapped version with 1.0.4.1
instead of 1.0.4. 1.0.4.1 hasn't been published for
Windows.
2015-03-24 16:46:57 -07:00
Avital Oliver
7fd1294654
New wrapped version of npm-node-aes-gcm
...
Since the previous version was built with 1.0.3.1,
which doesn't work on Windows -- we'll now
publish a new version with identical contents and
publish it with 1.0.4.
2015-03-24 16:36:25 -07:00
Avital Oliver
0d3456d166
When publishing meteor tool on windows, print output as it happens
2015-03-24 14:46:48 -07:00
sashko
127163f344
Fix text on last screen after uninstall
2015-03-24 11:28:59 -07:00
Avital Oliver
705c256f5d
Revert "Bundle dev bundle version for new fstream"
...
This reverts commit 33b486098d .
(this should be done on a branch until it's verified to work,
since in the meanwhile this branch is unusable)
2015-03-23 20:59:18 -07:00
Avital Oliver
33b486098d
Bundle dev bundle version for new fstream
2015-03-23 20:47:11 -07:00
Slava Kim
81f7ee7dbd
Send agentInfo along-side the message from the installer login actions
2015-03-23 20:01:27 -07:00
Slava Kim
27042c43d9
Whitespace changes
2015-03-23 20:01:26 -07:00
Avital Oliver
79f7f162f1
Fix long file paths passed to files.createTarball
...
The fix is actually in https://github.com/npm/fstream/pull/42 ,
but now we also remove our explicit path length check
that used to throw an error instead of silently losing files.
This commit also adds a self-test to test the entire flow
through `files.createTarball` and `files.extractTarGz`.
2015-03-23 19:56:19 -07:00
sashko
91be1eac7c
Make admin get-machine link to SSH directions
2015-03-23 14:18:09 -07:00
Slava Kim
ccc98c1838
Always exit with the same exit code as Meteor node script, in warehouse
2015-03-23 12:14:11 -07:00
Slava Kim
f4bb3c8953
meteor.bat should exit with the same exit code as meteor node script
2015-03-23 12:12:02 -07:00
Sashko Stubailo
aab90ea7c2
Merge branch 'windows-preview-0.2.1' into release-1.1
...
Conflicts:
History.md
packages/accounts-password/package.js
packages/autoupdate/package.js
packages/constraint-solver/package.js
packages/less/package.js
packages/meteor-tool/package.js
packages/minifiers/package.js
packages/observe-sequence/package.js
packages/package-version-parser/package-version-parser.js
packages/package-version-parser/package.js
packages/templating/package.js
packages/tracker/package.js
scripts/admin/meteor-release-experimental.json
tools/selftest.js
2015-03-20 17:52:29 -07:00
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