Commit Graph

13297 Commits

Author SHA1 Message Date
Slava Kim
62ac82c835 Bump release/WINDOWS-PREVIEW@0.1.8 2015-02-24 21:16:41 -08:00
Slava Kim
bf68f0f50e Delete the source of old installer 2015-02-24 21:10:28 -08:00
Slava Kim
798e6c2e8b Move installer to InstallMeteor.exe 2015-02-24 21:09:25 -08:00
Slava Kim
1aba870162 Always create an empty Release folder
otherwise the build fails
2015-02-24 21:06:38 -08:00
Slava Kim
bafde7f94c Remove pauses 2015-02-24 21:02:35 -08:00
Slava Kim
b6f9bf5976 Installer builds 2015-02-24 21:01:13 -08:00
Slava Kim
c8c84f5a9c Adapt the jenkins build script for the new installer. 2015-02-24 20:01:07 -08:00
Slava Kim
7bfa78a7bf Merge branch 'helpers-docs' into devel 2015-02-24 12:10:59 -08:00
Slava Kim
0af4a8ff7c Sashko's comments 2015-02-24 10:55:43 -08:00
Jacek Migdal
0e3c992fd8 No argument in client accounts callbacks.
https://github.com/meteor/meteor/issues/3572

[stubailo] Improve docs
2015-02-23 21:51:27 -08:00
Jacek Migdal
b5861c114a Implement Account.onLogin/onLoginFailure on client.
https://github.com/meteor/meteor/issues/3572
2015-02-23 21:51:26 -08:00
Sashko Stubailo
ee59870e06 Add docs about new Session.set API, wrap doc comments 2015-02-23 21:42:13 -08:00
Abigail Watson
26fc3d6666 Allow ReactiveDict#set to take object of keys/values 2015-02-23 21:35:50 -08:00
Netanel Gilad
d49af044d2 throw error instead of warning when two attributes with the same name are defined in the body. 2015-02-23 21:24:49 -08:00
Netanel Gilad
fa4e9c676e add body attributes tests 2015-02-23 21:24:49 -08:00
Netanel Gilad
48ecdf1d54 add warning when the same body attribute appears more than once. 2015-02-23 21:24:48 -08:00
Netanel Gilad
0eab851204 add body attributes to body 2015-02-23 21:24:48 -08:00
Slava Kim
d0fc2a386f New installer from Sorin
That actually compiles well with VS2010 express
2015-02-23 17:16:54 -08:00
Slava Kim
05b6ddb8ed Colors to Tracker's readme 2015-02-22 12:34:13 -08:00
David Glasser
f426f09abb Allow asking for full update result from Mongo 2015-02-19 10:42:08 -08:00
David Glasser
17fc498259 Fix tests from #3730 fix
Whoops, accidentally only ran webapp tests before pushing.
2015-02-17 18:39:20 -08:00
David Glasser
181180df2f History update 2015-02-17 18:03:57 -08:00
David Glasser
d4d349ca96 Don't overly escape Meteor.settings.public
Fixes #3730.

Testing Done:
Manual testing based on the report in #3730. Also confirmed that `</script>` is not a problem.

I would have added a test-packages test but there's no easy way to override Meteor.settings in test-packages.

Bugs closed: 3730

Reviewed at https://rbcommons.com/s/meteor/r/1/
2015-02-17 18:01:01 -08:00
David Glasser
94683896b7 Don't ignore nonexistent settings file in run
Refactorings in 1.0.2 accidentally started ignoring errors related to
--settings.  Fixes #3757.
2015-02-17 16:36:39 -08:00
David Glasser
4a07d83f7d more reviewboard setup 2015-02-17 16:09:35 -08:00
David Glasser
d48cbed92e experiment with reviewboard 2015-02-17 16:04:08 -08:00
David Glasser
414b5e2206 Improve Email.send docs
Fixes #3747.
2015-02-17 14:15:33 -08:00
Sashko Stubailo
5efa6da74a Remove unused dependencies from Webapp
Fixes #3753
2015-02-17 09:25:18 -08:00
Sashko Stubailo
619642b556 Fix reused variable 2015-02-17 09:22:48 -08:00
ekatek
fb528874b3 bumping meteor-platform
A pre-release has failed to bump its package versions before releasing
pre-releases. Bumping them post-factum, so we can release a (test)
release.
2015-02-16 15:39:18 -08:00
ekatek
4a8e5fde08 incrementing version numbers
A merge of the windows-cordova branch did not increment the version numbers
of some packages before adding pre-release versions. This causes constraint
solver errors, when, for example, trying to build a release from devel. This
change should fix the most obvious candidates.
2015-02-16 15:25:25 -08:00
Slava Kim
8e92b1173e Merge branch 'cordova-dev-bundle' into devel 2015-02-16 15:23:55 -08:00
Slava Kim
5bd8d35b68 Remove the outdated line deleting a benchmarks folder in browserify from the
dev-bundle script
2015-02-16 15:13:41 -08:00
David Glasser
5d17598584 Update pathwatcher, which took our PR
Our PR landed in 4.1.0, so we no longer need a fork.

Hopefully, the runas-related bug which causes dev bundle builds to
sometimes fail (which is why we moved the install to its own step) is
fixed with the newer version of runas used by pathwatcher now.

Note that we were previous using a fork with an early version of our PR,
which put the numeric errno on 'code'. The accepted version of the PR
puts the numeric errno on 'errno' (and in Node 0.12, puts a string on
'code').
2015-02-16 14:34:54 -08:00
Slava Kim
5df8fd0596 Bump dev-bundle version 2015-02-16 14:14:38 -08:00
Slava Kim
37f3230591 Merge branch 'upgrade-cordova' into devel
This merge applies changes to the dev-bundle script, but the new dev-bundle is
yet to be built.
2015-02-16 14:07:00 -08:00
Slava Kim
b7c86152d4 Add all the cordova changes to HISTORY.md
Conflicts:
	History.md
2015-02-16 14:03:25 -08:00
Slava Kim
d4f3c211e6 Upgrade device cordova dependency to 0.3.0 2015-02-16 12:08:46 -08:00
Slava Kim
f8b07186d0 Upgrade statusbar cordova dependency to 0.1.10 2015-02-16 12:07:45 -08:00
Slava Kim
51a0263d4b Upgrade splashscreen cordova dependency to 1.0.0 2015-02-16 12:05:43 -08:00
Slava Kim
fc07a67704 Upgrade file-transfer cordova dependency to 0.5.0 2015-02-16 12:04:37 -08:00
Slava Kim
3ea3160365 Upgrade the file cordova dependency to 1.3.3 2015-02-16 11:59:26 -08:00
Slava Kim
772e87a355 Upgrade the inappbrowser dependency 2015-02-16 11:58:38 -08:00
Slava Kim
6c57bc2cfc Bump com.apache.cordova.console dep to 0.2.13 2015-02-14 12:44:05 -08:00
Sashko Stubailo
eb4845439a Remove unused imports 2015-02-13 20:39:08 -08:00
Sashko Stubailo
68ba975d45 Fix eqeqeq 2015-02-13 20:36:45 -08:00
Sashko Stubailo
a29f74874a Make console ok inside upgraders 2015-02-13 20:35:43 -08:00
Sashko Stubailo
61893dacf0 Relax linter 2015-02-13 20:35:40 -08:00
Sashko Stubailo
d8634e0264 Code style 2015-02-13 20:27:33 -08:00
Sashko Stubailo
04151aadaa Relax linter 2015-02-13 20:27:22 -08:00