972 Commits

Author SHA1 Message Date
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
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
David Greenspan
369ae7f917 patch button names correctly 2012-05-11 13:08:38 -07:00
David Greenspan
5de6052a2e Merge branch 'davidevents' into devel 2012-05-11 12:43:08 -07:00
David Greenspan
1a1499253a fix event.which 2012-05-11 12:37:12 -07:00
David Greenspan
15d38fefcd document supported event types 2012-05-11 12:37:12 -07:00
David Greenspan
e4af13ab57 more comments 2012-05-11 12:37:11 -07:00
David Greenspan
7f5cd5c4e8 normalize mouseenter/mouseleave 2012-05-11 12:37:11 -07:00
David Greenspan
fe3bbee305 event docs; xtreme markdown fixes 2012-05-11 12:37:11 -07:00
David Greenspan
8bd3ebc50b fix stopPropagation 2012-05-11 12:37:11 -07:00
David Greenspan
370cb47eb5 stopImmediatePropagation 2012-05-11 12:37:11 -07:00
David Greenspan
fbb0188d0e preemptively avoid problems with text node targets 2012-05-11 12:37:10 -07:00
David Greenspan
2738e7798a event map wording fix 2012-05-11 12:37:10 -07:00
David Greenspan
4c38c567c7 remove docs warnings 2012-05-11 12:37:10 -07:00
David Greenspan
6ea4976d19 add another markdown hack 2012-05-11 12:37:10 -07:00
David Greenspan
a09c946ea2 use Handlebars context of event target as event_data(!!) 2012-05-11 12:37:10 -07:00
David Greenspan
316fcbb7a1 fix bubbling and more comments 2012-05-11 12:37:09 -07:00
David Greenspan
1df3de2d5d doc comments, make fixEvent internal 2012-05-11 12:37:09 -07:00
David Greenspan
1744cb8af9 dispatchEvent -> handleEvent 2012-05-11 12:37:09 -07:00
David Greenspan
405be310c2 split up "tricky events" into multiple tests 2012-05-11 12:37:09 -07:00
David Greenspan
93f08e684c async focus/blur event issues, Opera test fixes 2012-05-11 12:37:09 -07:00
David Greenspan
3011a9a338 tweaks to make cleaner 2012-05-11 12:37:08 -07:00
David Greenspan
727f759283 liveevents refactor 2012-05-11 12:37:08 -07:00
David Greenspan
a1ec706982 liveevents/liveui refactor wip 2012-05-11 12:37:08 -07:00
David Greenspan
a458293c9a isPropagationStopped method 2012-05-11 12:37:08 -07:00
David Greenspan
cd74df4470 name change to liveevents_now3c for package_nofoo convention 2012-05-11 12:37:08 -07:00
David Greenspan
871c2b3dd1 test improvements 2012-05-11 12:37:07 -07:00
David Greenspan
f024b233b5 test for bubbling behavior under DOM mutation 2012-05-11 12:37:07 -07:00
David Greenspan
e7b3dd9e2e remove dead code and wrong comments 2012-05-11 12:37:07 -07:00
David Greenspan
feed0fce0f pass tests in IE 6-10, FF/S/C (lots of cleanup needed) 2012-05-11 12:37:07 -07:00
David Greenspan
a288e9a26c wip on IE 6-8 event handling, debugging IE 9-10 2012-05-11 12:37:07 -07:00
David Greenspan
e64e756eb8 use event capturing in modern browsers 2012-05-11 12:37:06 -07:00
David Greenspan
654579b2a2 wip (doesn't work) 2012-05-11 12:37:06 -07:00
David Greenspan
a8e3a266e4 update remove() example for new Meteor.ui; fixes #125 2012-05-11 12:36:41 -07:00
Avital Oliver
ffcf942447 Fix python-ddp-client's test_input 2012-05-10 18:56:13 -07:00