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
Emily Stark
7461cab726
Clear password reset tokens on password change
2014-12-16 13:55:28 -08:00
David Glasser
56ceae09aa
rough draft of History.md for 1.0.2
2014-12-12 18:19:53 -08:00
David Greenspan
f9339a8f26
Merge branch 'blaze-render-with-data-gc' into devel
2014-12-09 13:18:26 -08:00
David Greenspan
ab92f117ae
Expand fix for #3130
...
If you Blaze.remove a View that is a template rendered by Blaze.renderWithData, or included with an implicit “with” as in `{{> myTemplate someData}}`, Blaze will now remove the DOM of the template, and also remove the implicit “with” (in both cases).
As background, Blaze.remove only works on Views that were attached directly under a DOM element, not inside another View. Blaze.render always attaches the resulting View directly under a DOM element, but Blaze.renderWithData creates a “with” View around the template View. Previously, you could Blaze.remove the “with” View (which is returned by renderWithData), but if you got access to the template’s View some other way and tried to remove it directly, nothing would happen. Now, the correct thing happens (the View is destroyed and the DOM is removed).
In the future, we should consider whether Blaze.remove should work on arbitrary Views, not just Views attached under a DOM element.
2014-12-09 13:17:12 -08:00
Emily Stark
0d33cbbfca
remove history entry for nonexistent 0.6.4.2
2014-12-09 13:16:28 -08:00
Emily Stark
71652f9b9f
Merge branch 'master' into devel
...
Conflicts:
History.md
docs/client/data.js
docs/client/full-api/concepts.html
docs/client/full-api/tableOfContents.js
examples/localmarket/.meteor/packages
packages/ddp/package.js
packages/meteor-tool/package.js
packages/mongo/package.js
scripts/admin/manifest.json
2014-12-09 13:15:29 -08:00
David Glasser
e73ae0e41c
oops, some previous backports were missing
2014-12-09 11:42:41 -08:00
David Greenspan
3aadefa71d
History.md and docs tweaks
2014-12-08 14:01:03 -08:00
Emily Stark
708d63bee5
update History to note backports
2014-12-08 10:26:07 -08:00
Emily Stark
9a30d5cbeb
Update History for all the other releases too
2014-12-08 08:57:50 -08:00
Emily Stark
9bacc49a46
Update History and banners
2014-12-08 08:51:31 -08:00
Emily Stark
24d8fec98f
Check for parent process only every few seconds.
...
Fixes #3252 . Also probably fixes #2890 , which we might have misattribued
to file watching in the tool process.
2014-12-07 09:34:45 -08:00
David Glasser
2a2bf8a460
Improve comment and add History note
2014-12-03 14:46:05 -08:00
David Glasser
b96c5d7962
include a few more non-core packages
2014-11-12 17:28:46 -08:00
David Glasser
e2f2a2238c
A few more History notes
2014-11-12 16:25:28 -08:00
David Glasser
45eea35a95
Update History.md
2014-11-12 16:19:50 -08:00
David Glasser
34aac459a0
Upgrade esprima to 1.2.2 from pre-1.1
2014-10-30 15:12:30 -07:00
David Glasser
e79e04fd60
Upgrade Mongo to 2.4.12 from 2.4.9
...
Not quite ready to take 2.6 yet
2014-10-30 15:12:29 -07:00
David Glasser
fc375be7c8
Upgrade openssl in mongo to 1.0.1j from 1.0.1g
2014-10-30 15:12:29 -07:00
David Glasser
d91667a941
Upgrade http-proxy to 1.6.0 from 1.0.2
...
The patch was integrated in 1.0.3.
2014-10-30 15:12:29 -07:00
David Glasser
66bd817382
Upgrade phantomjs to 1.9.12 from 1.8.1-1
2014-10-30 15:12:29 -07:00
David Glasser
8b9771420b
upgrade sqlite3 to 3.0.2 from 3.0.0
2014-10-30 15:12:29 -07:00
David Glasser
80f8eec669
Upgrade source-map to 0.1.40 from 0.1.32
2014-10-30 15:12:29 -07:00
David Glasser
5d84fd2b7c
Upgrade tar to 1.0.2 from 1.0.1
2014-10-30 15:12:29 -07:00
David Glasser
92b1bf1369
Upgrade request to 2.47.0 from 2.33.0
...
Looks like it now auto-detects $HTTP_PROXY so we could drop that code
from http-helpers (but not from the faye stuff).
2014-10-30 15:12:29 -07:00
David Glasser
d4feca7703
Upgrade semver to 4.1.0
...
I believe all the backwards-incompatible changes are to features we
don't use, like range expressions and the inc function.
2014-10-30 15:12:28 -07:00
David Glasser
5db7b27153
upgrade source-map-support: 0.2.8 (from 0.2.5)
2014-10-30 15:12:28 -07:00