David Greenspan
373c7039c5
start of "controls" demo
2012-06-04 21:21:52 -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
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
Lincoln de Sousa
44cd072c77
Small refactoring for the wait command
...
Now, instead of having a custom "wait" fuction for each command (sub and
method) we now have a single method for this with a small test for the
kind of operation.
2012-05-13 01:58:46 -03:00
Avital Oliver
ffcf942447
Fix python-ddp-client's test_input
2012-05-10 18:56:13 -07:00
Avital Oliver
10092efab5
Inital commit of a Python DDP client
2012-05-10 18:53:00 -07:00
David Greenspan
89ce396ae5
Overhaul liveui & templating to support "smart patch" and rendering HTML (rebase-2)
2012-04-03 22:10:20 -07:00
Geoff Schmidt
b3fc3150d4
simplify signature of observe()'s remove callback
2012-03-16 18:26:19 -07:00
Geoff Schmidt
8cdadb3762
make insert return the id of the new object
...
(not a copy of the new object)
avoid updating docs to prevent merge conflict
(will handle out of band)
2012-03-16 02:55:14 -07:00
Geoff Schmidt
e0f7c6dd37
Keep leaderboard, move leaderboard-remote
2012-03-12 21:36:52 -07:00
Geoff Schmidt
56d2ac669c
move examples/leaderboard-remote to unfinished
2012-03-12 21:23:19 -07:00
Geoff Schmidt
14d41036f4
Simplify subscription API
...
- Use positional arguments
- Pass the subscription object in 'this'
2012-03-06 15:44:42 -08:00
Geoff Schmidt
3e47029a61
port skel, todos, leaderboard to new data API
2012-02-17 01:02:34 -08:00
Nick Martin
0e39cbe5be
Replace new occurances of Skybreak with Meteor.
2012-01-18 17:53:21 -08:00
Nick Martin
459dac9cac
Merge branch 'master' into meteor
...
conflicts hand resolved. deftemplate and liveui reverted to master, will re-do later.
Conflicts:
admin/generate-dev-bundle.sh
admin/install-s3.sh
admin/manifest.json
app/meteor/deploy.js
app/meteor/meteor.js
examples/leaderboard/leaderboard.js
examples/unfinished/azrael/client/azrael.js
examples/unfinished/azrael/model.js
packages/liveui/liveui.js
packages/templating/deftemplate.js
packages/templating/html_scanner.js
tests/minimongo/test.html
2012-01-18 16:14:54 -08:00
Nick Martin
9d3d31df6e
Rename .skybreak directories.
2012-01-04 21:27:14 -08:00
Nick Martin
ad8adcbc90
Include missed .skybreak directories.
2012-01-04 21:19:52 -08:00
Nick Martin
3faff2de78
perl -pi -e 's/Sky/Meteor/g' **/*
2012-01-04 20:52:46 -08:00
Nick Martin
23cd5b6912
perl -pi -e 's/Skybreak/Meteor/g' **/*
2012-01-04 18:30:25 -08:00
Geoff Schmidt
d052ca4b20
clean up azrael example
2011-12-19 17:03:26 -08:00
Geoff Schmidt
5d172d0ded
rename renderlist 'query' option to 'selector'
...
for consistency with other APIs
2011-12-09 23:37:50 -08:00
Geoff Schmidt
0599d5198c
move examples into main repo
2011-12-07 21:22:47 -08:00