Commit Graph

5126 Commits

Author SHA1 Message Date
Avital Oliver
df5dc5c5be Fix {{> foo bar=false}}.
Apparently `Boolean("false")` is true.
release/template-engine-preview-1-rc release/template-engine-preview-1
2013-10-22 22:11:33 -07:00
Avital Oliver
4788427f9d Fix spacebars-tests
The "inclusion args" tests broke with commit
1c37ac1a98. Within
'lookup' we were wrapping results in functions
even when they were constants. This led
`{{> foo bar}}` to not correctly pass `bar`
as data into the Template pointed to by `foo`.
2013-10-22 22:02:47 -07:00
Avital Oliver
a0f76c8c74 Use the 'rendering-preview-0' release 2013-10-11 14:55:30 -07:00
Avital Oliver
c11a085863 Use the 'rendering-preview-0' release 2013-10-11 14:49:56 -07:00
Avital Oliver
9a923b448d Merge branch 'node-no-fswatch' into shark release/template-engine-preview-0 release/rendering-preview-0 2013-10-11 13:24:36 -07:00
Nick Martin
085b9bb0e5 Remove now unneeded double check. 2013-10-11 13:11:22 -07:00
Nick Martin
135de89282 Rip out fs.watch entirely. 2013-10-11 13:09:27 -07:00
Nick Martin
287d43bd99 Don't use fs.watch. Poll directory contents instead. release/node-no-fsevents-6 2013-10-11 10:01:29 -07:00
Avital Oliver
5741186ee4 Merge branch 'devel' into shark 2013-10-10 16:37:56 -07:00
Emily Stark
995ccae967 Bump docs meteor release 2013-10-10 16:16:43 -07:00
Avital Oliver
f4bf7aad80 Ease the transition from {{loginButtons}} to {{> loginButtons}} 2013-10-10 16:08:00 -07:00
David Greenspan
e10145d14c comments 2013-10-10 16:04:17 -07:00
David Greenspan
21180a20e9 only access data if needed in comp.lookup 2013-10-10 15:32:58 -07:00
Avital Oliver
05985f50c1 backcompat for Handlebars.SafeString 2013-10-10 15:20:10 -07:00
Avital Oliver
cdd07f9acc Remove #constant from parties 2013-10-10 15:20:10 -07:00
Avital Oliver
df657e0af6 Deprecate preserve-inputs 2013-10-10 15:20:09 -07:00
Avital Oliver
64c2e86b2c rename variables
now when looking at a stack trace you explicitly see
`cursor.observe`
2013-10-10 15:20:09 -07:00
David Greenspan
1c37ac1a98 fix over-rendering by isolating comp.lookup
comp.lookup was establishing immediate dependencies, which was incorrect
2013-10-10 14:54:12 -07:00
Nick Martin
687f989f18 Merge branch 'master' into devel 2013-10-10 13:25:50 -07:00
Nick Martin
be1a55adb4 Merge branch 'release-0.6.6' 2013-10-10 13:25:27 -07:00
Nick Martin
3733ab1c72 fix bless release script for update getUrl function. 2013-10-10 12:58:05 -07:00
Nick Martin
06b9beab3a upgrade docs and examples to 0.6.6
this is premature, as it isn't out yet, but it will be by the time this hits devel
2013-10-10 12:45:40 -07:00
Nick Martin
f1ca859790 another history tweak. 2013-10-10 12:45:40 -07:00
Nick Martin
82067795f6 banner text tweak. 2013-10-10 12:45:40 -07:00
Nick Martin
b9562447bd Notices and first draft banner. 2013-10-09 20:58:03 -07:00
Nick Martin
008b46ac49 History tweaks. 2013-10-09 20:38:58 -07:00
David Greenspan
e350782fce wrap event handling in Deps.nonreactive 2013-10-09 17:20:18 -07:00
Emily Stark
de05d27cf3 Make browser-policy-content tell webapp about inline script policy.
This avoids the need for webapp to probe for browser-policy without
weak-depending on it.
2013-10-09 12:00:23 -07:00
Stephen Darnell
8883056bf7 Switch to socket.end() 2013-10-09 09:59:24 -07:00
David Glasser
5453ca480e Update History and mailmap. release/0.6.6 release/0.6.6-rc5 2013-10-09 09:58:57 -07:00
Stephen Darnell
31669c7dd5 Switch to socket.end() 2013-10-09 09:58:08 -07:00
Nick Martin
1214eec099 test and bump version numbers for examples and docs. 2013-10-08 23:34:43 -07:00
Emily Stark
35cee2d4ea Test that logoutOtherClients returns a new valid token. 2013-10-08 22:01:40 -07:00
Emily Stark
cd0b6eb22f Use pollUntil in waitForLoggedOutStep 2013-10-08 22:01:40 -07:00
Emily Stark
abd9669099 Minor password test changes 2013-10-08 22:01:40 -07:00
Emily Stark
b44f0a61df Test for invalidated token after expireTokens. 2013-10-08 22:01:40 -07:00
Nick Martin
4e922fd709 remove ie8 hack from tests. for some reason it is no longer needed. 2013-10-08 21:30:39 -07:00
Nick Martin
57c87a403d OCD release/0.6.6-rc4 2013-10-08 20:03:02 -07:00
Nick Martin
93c23470aa make a bunch of packages internal.
please remember to set this when making new packages.
2013-10-08 19:58:48 -07:00
David Greenspan
11aa6c65e2 call template callbacks in Deps.nonreactive 2013-10-08 19:03:09 -07:00
David Greenspan
d1e6bd1a4f spacebars: prettier code gen pretty-printing 2013-10-08 19:02:42 -07:00
David Glasser
2f42f21daf Hopefully fix ECONNRESET errors again. 2013-10-08 17:41:08 -07:00
David Glasser
0be428b731 Build mongo with -j4 on Mac too. release/0.6.6-rc3 2013-10-08 17:14:32 -07:00
David Glasser
c4b1e6b324 Hopefully fix ECONNRESET errors again. 2013-10-08 16:31:36 -07:00
Avital Oliver
8df574c68a Don't crash on template destroyed callback 2013-10-08 15:02:52 -07:00
Nick Martin
3798826ac2 Merge branch 'devel' into release-0.6.6 release/0.6.6-rc2 2013-10-08 00:43:55 -07:00
Nick Martin
9f2188b5da Not sure why, but opera is better now (including old versions). I guess one of the minimongo changes caused the ordering to be different. 2013-10-08 00:42:52 -07:00
Nick Martin
9eda3f9707 Merge branch 'long-series-rework' into devel 2013-10-08 00:41:08 -07:00
Nick Martin
28082f33e1 Fix issue where login callbacks could be called multiple times on reconnect. 2013-10-08 00:10:33 -07:00
Nick Martin
e5dd8f4f8e Better error handling if resetPassword fails. Also, handle setLoginToken(null) better. 2013-10-07 23:33:04 -07:00