David Greenspan
91eedfb8ec
prepare for reactive attributes
2013-10-29 20:08:15 -07:00
David Greenspan
de71913aa8
comments and clean-up
2013-10-29 19:31:32 -07:00
David Greenspan
0f7a261da4
reactive closures
...
handle void elements; codegen better object literals
2013-10-29 19:03:48 -07:00
David Greenspan
c2da2dac1d
unit tests and a couple fixes
2013-10-29 18:25:18 -07:00
David Greenspan
b85ae3ccc6
EmitCode
2013-10-28 20:15:03 -07:00
David Greenspan
03312eb0a0
CharRef and Comment; toCode
2013-10-28 19:32:32 -07:00
David Greenspan
066955252f
initial commit
2013-10-28 18:37:55 -07:00
Avital Oliver
379cc79ea9
Remove 'handlebars' package.
...
It has been superseded by the 'ui' package.
2013-10-28 14:22:55 -07:00
Avital Oliver
3b0dad79b0
remove unusable {{#markdown}}
...
it was never made to work on shark. a later
commit will re-introduce this or supply
an alternative pattern.
2013-10-28 14:19:53 -07:00
Avital Oliver
347fb5ca01
comment out old failing tempting tests
...
(they haven't been updated post-spark). we'll
make another XXX pass and take a look at them.
2013-10-28 14:18:59 -07:00
Avital Oliver
849e4e015d
remove stale comment
2013-10-22 23:04:57 -07:00
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