Commit Graph

632 Commits

Author SHA1 Message Date
David Glasser
acae4a576e Merge branch 'master' into devel
Made sure not to revert the run-velocity change that was reverted on
master.
2015-02-25 09:35:31 -08:00
David Glasser
18c6183926 History update 2015-02-24 15:19:20 -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
David Glasser
181180df2f History update 2015-02-17 18:03:57 -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
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
Adam Monsen
d117ba29f8 History.md: improve vNEXT bullet
"#2858" was interpreted by Markdown as <h1>2858</h1> instead of a
mention of GitHub ticket #2858.
2015-02-12 10:09:11 -08:00
Sashko Stubailo
085e02d525 Add onStopped callback to subscriptions
Also, add subscriptionId to handles
Fixes #1461
2015-02-11 18:10:33 -08:00
David Glasser
e698c5bf5a crossbar: check common reasons to not match first
Also, put off the use of EJSON.equals until necessary.

Inspired by @hypno2000.  See #3697.
2015-02-11 17:49:19 -08:00
David Glasser
d003c1311c history update 2015-02-10 12:16:01 -08:00
David Glasser
44d200d259 We now stand a chance of supporting MongoDB 3.0. 2015-02-06 18:50:43 -08:00
David Glasser
eaf11fa55e Update Node Mongo driver from 1.4.1 to 1.4.30
and BSON from 0.2.7 to 0.2.18

This is past the minimum version required to use the upcoming MongoDB
3.0.

Fixes #3654.
2015-02-06 18:05:16 -08:00
David Glasser
a8568eb992 History.md updates for Mongo and Node upgrades 2015-02-06 10:55:34 -08:00
David Glasser
dbea793f6a History.md updates 2015-01-29 17:07:09 -08:00
Sashko Stubailo
633cfc21ae Add a way to reproduce previous behavior to History.md 2015-01-28 11:31:53 -08:00
Sashko Stubailo
6b0f3d03b6 Improve History.md entry 2015-01-28 10:43:09 -08:00
Sashko Stubailo
368e8798a7 Update README.md 2015-01-28 10:21:24 -08:00
David Glasser
f8f90f949c Add a comment explaining why this file is so weird 2015-01-27 17:48:33 -08:00
David Glasser
074087be8a meteor login --email was supposed to be boolean!
See #3532.

We honestly should probably just drop the option and allow you to type
either a username or a password, just like in accounts-ui.

Because options have to be consistently bool or not across commands (so
that you can put them before the command name), change the testing-only
dummy command's string option to a different nonsense name.
2015-01-27 14:17:41 -08:00
David Glasser
e2706b1390 History update. 2015-01-26 15:57:10 -08:00
David Glasser
c51eed9330 Clone return value from server-side method call
The server-side Meteor.call abstraction is "RPC", not "function call",
so you shouldn't be able to mutate internal state using it. This is a
similar change to that done in e91713d9 with function parameters.

Fixes #3201.
2015-01-26 15:36:48 -08:00
David Glasser
5ca2fb0f36 history notes and shorten lines 2015-01-26 15:23:06 -08:00
David Glasser
0c7b6dd460 History updates 2015-01-26 15:18:02 -08:00
David Glasser
10173c0ca5 Stop semi-supporting Npm.require in package.js
It can be used to get things like `path` (though you can just use '/'),
but trying to require the packages whose list is determined by running
the file while running the file just doesn't make any sense.
2015-01-23 16:58:33 -08:00
David Glasser
6bb5516010 history update 2015-01-23 16:49:19 -08:00
Ekaterina Kuznetsova
8ac477a19b Change latest History.md version to 1.0.3.1
We never released 1.0.3, since there was a race condition around creating bootstrap tarballs. The latest version in History.md should be 1.0.3.1
2015-01-23 12:07:30 -08:00
ekatek
87a9c59c64 fix History.md and banners.json 2015-01-20 10:13:36 -08:00
ekatek
c123b89c4e history.md update 2015-01-15 11:22:56 -08:00
ekatek
066e4fb435 update History.md 2015-01-14 12:21:18 -08:00
David Glasser
e5130bdcea History: rough draft of changes since 1.0.3 2015-01-14 12:06:34 -08:00
David Glasser
1f9648cd23 Upgrade jquery to 1.11.2 from 1.11.0
Closes #2386.
2015-01-09 16:36:58 -08:00
David Glasser
9023cccc28 Clean up PR 2015-01-09 15:53:49 -08:00
David Glasser
315fa640ea Add release dates to History.md
Note that "backport" here doesn't just mean "patch release"; it means
"patch release to a release that was not the newest release" (ie, an
out-of-order entry in history)
2015-01-02 14:39:32 -08:00
David Glasser
995a57d0c2 Merge branch 'master' into devel
Conflicts:
	tools/safe-pathwatcher.js
2014-12-22 17:48:12 -08:00
David Glasser
36d49dc61e History.md update for 1.0.2.1 2014-12-22 12:30:14 -08:00
Dan Dascalescu
19733f19d7 rm double mention of mitar for 1.0.2 2014-12-19 14:05:51 -08:00
David Glasser
6320acabc4 Merge branch 'master' into devel
Conflicts:
	History.md
	tools/safe-pathwatcher.js
	tools/tests/old.js
	tools/watch.js
2014-12-19 11:42:50 -08:00
David Glasser
c49e7f97a1 Update contributor list again 2014-12-18 10:47:14 -08:00
David Glasser
6256122784 Update mailmap/contributors 2014-12-18 10:44:24 -08:00
David Glasser
8dc1567cc2 Explain why you'd set METEOR_WATCH_FORCE_POLLING 2014-12-18 10:15:12 -08:00
Ben Newman
cfe07d898c Mention meteor shell in History.md. 2014-12-18 10:56:06 -05:00
Nick Martin
37781be2e0 Minor History.md tweaks. 2014-12-18 01:34:47 -08:00
Emily Stark
2dc8464cf7 Add History entry for OAuth1 query parameter change 2014-12-17 20:31:55 -08:00
David Glasser
6527e669ab Reorganize History.md 2014-12-17 18:21:45 -08:00
David Glasser
934bfca426 More History.md cleanup 2014-12-17 18:17:58 -08:00
David Glasser
06f65cff50 Clear two types of tokens on Accounts.setPassword 2014-12-16 17:46:59 -08:00
David Glasser
6c43678bc0 Clear two types of tokens on Accounts.setPassword 2014-12-16 17:46:26 -08:00
Emily Stark
747dd88bbf Clear password reset tokens on password change
Conflicts from devel:
	History.md
2014-12-16 17:16:02 -08:00
Emily Stark
98003cbc3d Add History entry for a16d0cb7 2014-12-16 14:29:11 -08:00