Commit Graph

22356 Commits

Author SHA1 Message Date
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
Avital Oliver
cf685eb58d Add a hook on unit test completion 2012-05-15 23:01:43 -07:00
Nick Martin
a013be0965 Update changelog for latest changes. 2012-05-15 21:21:43 -07:00
Geoff Schmidt
5e5769490a Clarifications in new events docs
(with David)
2012-05-15 15:18:11 -07:00
Avital Oliver
6862557742 Some more refactoring of python-ddp-client
- Properly split the code between DDPClient, which is solely
  in charge of communication; and App, which is solely in charge
  of implementing the shell
- Fixed a bug with not waiting for a failed method call to complete
  before showing the prompt again
- Changed references to createApp into reference to vote, as to
  discourage accidental creation of bad apps on madewith.meteor.com
2012-05-13 12:57:01 -07:00
Avital Oliver
1e721bf2ee Merge pull request #136 from clarete/ddpclient-refactoring
Various refactoring of python-ddp-client
2012-05-13 12:22:03 -07:00
Lincoln de Sousa
95b35239eb Moving the block_until_return method from APP to the DDPClient 2012-05-13 03:08:01 -03:00
Lincoln de Sousa
58c66a4a98 Updating the pending operation label when sending the msg (pyddp client) 2012-05-13 02:13:44 -03:00
Lincoln de Sousa
e3c69efda3 Using the line param in the help command (py-ddp-client) 2012-05-13 02:09:12 -03:00
Lincoln de Sousa
dd0afc32bd Various small pythonic improvements in the ddp-client 2012-05-13 02:09:08 -03:00
Lincoln de Sousa
39c4bdb72f Replacing print >> statements by sys.stderr.write + string format 2012-05-13 01:58:50 -03:00