Nick Martin
|
eca3b91375
|
Bump version number.
v0.3.7
|
2012-06-06 21:26:20 -07:00 |
|
Nick Martin
|
1765ef011a
|
Merge remote-tracking branch 'refs/remotes/origin/master' into devel
|
2012-06-06 20:20:35 -07:00 |
|
David Greenspan
|
41e32e972f
|
update History.md
|
2012-06-06 14:45:33 -07:00 |
|
Tom Coleman
|
e655492f70
|
Fix problem with content-type on POST requests (close #172)
|
2012-06-05 17:09:29 -07:00 |
|
David Greenspan
|
6a9e8f33cd
|
comment
|
2012-06-05 16:52:23 -07:00 |
|
David Greenspan
|
80bef5ea9b
|
allow semicolon in JSON Content-Type
|
2012-06-05 16:46:50 -07:00 |
|
David Greenspan
|
0dd3992c94
|
Make textareas behave like text fields in liveui
|
2012-06-05 16:13:46 -07:00 |
|
David Greenspan
|
646765eeae
|
docs formatting fix
|
2012-06-05 12:22:17 -07:00 |
|
David Greenspan
|
5b0346b34c
|
Remove Handlebars._escape & heuristic.
It made strings like "Escape < as <" unrenderable.
|
2012-06-04 21:22:50 -07:00 |
|
David Greenspan
|
0dec81f85b
|
support Handlebars.SafeString (#160)
|
2012-06-04 21:22:04 -07:00 |
|
David Greenspan
|
373c7039c5
|
start of "controls" demo
|
2012-06-04 21:21:52 -07:00 |
|
David Greenspan
|
0e7f3c5223
|
Fix reactive radio buttons
|
2012-06-04 21:21:27 -07:00 |
|
David Greenspan
|
ed86eff718
|
scroll test page to top when done
|
2012-06-04 21:03:18 -07:00 |
|
Avital Oliver
|
f6a292d7e6
|
Very minor fix to documentation
|
2012-05-31 15:57:37 -07:00 |
|
Avital Oliver
|
949ea34a85
|
Log data that fails to be serialized on migration
|
2012-05-30 15:31:06 -07:00 |
|
Avital Oliver
|
b983141482
|
Merge pull request #161 from wbzyl/examples-todos
Add cursor pointer to Todo Lists.
|
2012-05-30 15:14:07 -07:00 |
|
Avital Oliver
|
b9c3a7fe73
|
Merge pull request #94 from mpj/patch-4
Updated title on the documentation
|
2012-05-30 12:14:52 -07:00 |
|
David Greenspan
|
bd29f8d810
|
Merge branch 'davidscanner' into devel
|
2012-05-25 16:09:53 -07:00 |
|
David Greenspan
|
59cb217a56
|
address Nick's code review
|
2012-05-25 16:08:52 -07:00 |
|
David Greenspan
|
06b1be4052
|
add test for whitespace around '='
|
2012-05-25 16:08:48 -07:00 |
|
David Greenspan
|
9ce0a6d572
|
scanner unit tests
|
2012-05-25 16:08:41 -07:00 |
|
David Greenspan
|
a3b86b1c5e
|
semicolon
|
2012-05-25 16:07:14 -07:00 |
|
David Greenspan
|
7aacb4e5e8
|
better error messages
|
2012-05-25 16:07:14 -07:00 |
|
David Greenspan
|
561496ba64
|
first cut of new HTML scanner
|
2012-05-25 16:07:14 -07:00 |
|
David Greenspan
|
86e3eacaed
|
improved docs wording introducing is_client/is_server (see #157)
|
2012-05-25 11:51:04 -07:00 |
|
Wlodek Bzyl
|
dd95b830e4
|
Add cursor pointer to Todo Lists.
|
2012-05-25 20:37:24 +02:00 |
|
David Greenspan
|
a1ec3937fc
|
break out httpcall timeout test
|
2012-05-24 20:42:15 -07:00 |
|
David Greenspan
|
0815cc11e9
|
revert Chrome auth test workaround (Chrome works again; broke IE7)
|
2012-05-24 20:07:49 -07:00 |
|
Nick Martin
|
8991c8bb25
|
Fix "Cursor is closed" intermittent error.
If the initial _doPoll didn't complete before the first markDirty, two doPolls could be running at once, causing badness.
|
2012-05-24 19:40:27 -07:00 |
|
David Greenspan
|
57b13fd174
|
fix LiveRange destroy(true) and add tests; fixes #142
|
2012-05-23 14:41:22 -07:00 |
|
David Greenspan
|
aebb9a21aa
|
better errors for unknown helper or reserved name; fixes #151
|
2012-05-23 12:59:47 -07:00 |
|
Nick Martin
|
5a70d0d6e3
|
Merge branch 'license' into devel
|
2012-05-22 21:34:16 -07:00 |
|
Nick Martin
|
59977ed0e0
|
Consolidate a bit.
|
2012-05-22 21:33:44 -07:00 |
|
Nick Martin
|
4b2e763cae
|
Remove unused font.
|
2012-05-22 21:33:44 -07:00 |
|
Nick Martin
|
0c89dfa9d6
|
A couple more missed items.
|
2012-05-22 21:33:44 -07:00 |
|
Nick Martin
|
f2cf1a126d
|
Add dependencies of node packages we use.
|
2012-05-22 21:33:44 -07:00 |
|
Nick Martin
|
70b186753f
|
De-duplicate MIT and Apache licenses.
|
2012-05-22 21:33:44 -07:00 |
|
Nick Martin
|
435afed69a
|
Add mongodb third party notices.
|
2012-05-22 21:33:44 -07:00 |
|
Nick Martin
|
a1a6414c1a
|
Add heartbeat timer so we notice when the server silently goes away.
|
2012-05-22 21:32:15 -07:00 |
|
David Greenspan
|
ac487445f5
|
tests don't prompt for auth in Chrome
|
2012-05-17 12:00:24 -07:00 |
|
Nick Martin
|
1c0d784e5d
|
Bump test timeout. We need a better solution.
|
2012-05-16 19:15:47 -07:00 |
|
Avital Oliver
|
5105de0159
|
Update History.md to reflect new version 0.3.6
v0.3.6
|
2012-05-16 18:16:59 -07:00 |
|
Avital Oliver
|
401a2f05fd
|
Bump version to 0.3.6
|
2012-05-16 18:01:36 -07:00 |
|
Geoff Schmidt
|
cff1cb6077
|
Improve internal liveevents documentation
|
2012-05-16 16:08:45 -07:00 |
|
Nick Martin
|
1cba2f21f0
|
Bump fibers version in docs.
|
2012-05-16 15:31:27 -07:00 |
|
David Greenspan
|
201d146816
|
make test_responder password checker explicit
|
2012-05-16 13:20:42 -07:00 |
|
David Greenspan
|
4ac26ecc49
|
note in docs about IE6-8 limitation
|
2012-05-16 12:52:47 -07:00 |
|
David Greenspan
|
fe5d57b7b9
|
double semicolon
|
2012-05-16 12:38:42 -07:00 |
|
David Greenspan
|
0172f9870a
|
use chunks for block-helper event_data; unit tests; fix event-less chunks
|
2012-05-16 12:37:53 -07:00 |
|
David Greenspan
|
62794338c4
|
fix docs markdown again (link regression)
|
2012-05-16 12:12:06 -07:00 |
|