mark_story
|
3a60aa07de
|
Fixing issues where setting jQueryObject did not affect request() and its connected methods.
Tests added.
Fixes #728
|
2010-05-17 18:25:50 -04:00 |
|
predominant
|
1ec220dac2
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
|
predominant
|
2218d186c8
|
Revert "Fixing escaping of forward slash for JS Engines."
This reverts commit 7334fdfbdf .
|
2010-03-09 14:30:28 +11:00 |
|
predominant
|
7334fdfbdf
|
Fixing escaping of forward slash for JS Engines.
|
2010-03-09 12:26:25 +11:00 |
|
Mark Story
|
832b15ba3e
|
Fixing issues in JqueryEngineHelper where eval()'ed responses wouldn't run code contained inside $js->domReady() due to implementation differences between $(document).ready() and $(document).bind('ready'). Tests updated.
|
2010-01-29 10:06:47 -05:00 |
|
Mark Story
|
be7ce6e923
|
Fixing issues where chained jQuery engine requests wouldn't eval() script elements, making ajax pagination much harder.
|
2010-01-06 11:59:15 -05:00 |
|
predominant
|
0977b3fe15
|
Standardising docblock endings throughout.
|
2009-11-14 23:19:25 +11:00 |
|
predominant
|
62810fb4f4
|
Updating more Copyright dates.
|
2009-11-06 18:04:38 +11:00 |
|
predominant
|
384bb7a0e0
|
Update license lines throughout.
|
2009-11-06 17:51:51 +11:00 |
|
predominant
|
8ff6505fe8
|
Removing excess whitespace
|
2009-11-06 17:08:23 +11:00 |
|
predominant
|
6782cb019c
|
Update CakePHP Project link.
|
2009-11-06 17:00:11 +11:00 |
|
predominant
|
8f75ff58c7
|
Removing @filesource
|
2009-11-06 15:24:02 +11:00 |
|
mark_story
|
73a63a4b65
|
Fixing whitespace.
|
2009-08-12 09:45:43 -04:00 |
|
mark_story
|
459fcb7a1a
|
Applying patch from 'evilbloodydemon'. Fixes JqueryEngine::request() when wrapCallbacks is true. Test cases added. Fixes #20
|
2009-08-12 09:45:42 -04:00 |
|
mark_story
|
3a5b782737
|
Adding newlines and tests for slideDown slideUp alternate syntax for jquery engine.
|
2009-07-29 22:37:41 -04:00 |
|
mark_story
|
5b13b29a92
|
Adding callbackArguments and parseCallbacks to jQuery engine.
|
2009-07-29 22:19:02 -04:00 |
|
mark_story
|
4ebf5a4e32
|
Merge commit 'code/1.3' into 1.3-jshelper
Conflicts:
cake/tests/cases/libs/view/helpers/html.test.php
cake/tests/lib/header.php
|
2009-07-25 01:35:36 -04:00 |
|
mark_story
|
9a66c2cfc5
|
Fixing method param in jQuery engine. Needed to be converted to 'type'.
Fixing issues in JsHelper::submit() related to data being escaped.
Updating tests cases.
|
2009-07-24 23:29:44 -04:00 |
|
mark_story
|
36722c0ef2
|
Implementing serializeForm() in jquery engine.
|
2009-07-24 22:46:33 -04:00 |
|
mark_story
|
4a4b9eefe5
|
Updating file headers.
Removing newlines.
|
2009-07-17 00:09:06 -04:00 |
|
mark_story
|
50c624486e
|
Updating tests to reflect changes in json encoding.
|
2009-07-11 17:21:06 -04:00 |
|
mark_story
|
9754926d02
|
Merging with self.
|
2009-04-24 13:44:52 -04:00 |
|
mark_story
|
646cfd7a83
|
Adding drop() to jquery.
Adding testcases.
Fixing doc blocks.
|
2009-04-08 23:57:32 -04:00 |
|
mark_story
|
0269994842
|
Adding Drag() to jquery
|
2009-04-08 23:31:17 -04:00 |
|
mark_story
|
c6c7630d8f
|
Fixing tests for php4 compat.
|
2009-04-06 21:24:14 -04:00 |
|
mark_story
|
5f7abae48c
|
Fixing request() callbacks. Starting test for prototype
|
2009-04-05 23:49:09 -04:00 |
|
mark_story
|
87c5a5da6a
|
Fixing jquery::request() and update key.
Adding drag and drop test skeleton to mootools/jquery
|
2009-03-29 23:00:39 -04:00 |
|
mark_story
|
a899af66da
|
Fixing jQuery tests.
|
2009-03-29 21:52:44 -04:00 |
|
mark_story
|
d59a704fb1
|
Adding sortable to jQuery engine.
|
2009-03-27 23:44:57 -04:00 |
|
mark_story
|
eea1fa576c
|
Refactoring quote style in jquery engine
|
2009-03-15 21:44:40 -04:00 |
|
mark_story
|
87d68e5029
|
Switching quote styles in mootools engine
Adding effect() and each() to mootools
Adding tests
|
2009-03-15 19:59:16 -04:00 |
|
mark_story
|
e873bb5ab9
|
Adding querystring creation and option mapping to jquery engine.
More complex ajax requests can now be done.
|
2009-03-15 13:08:29 -04:00 |
|
mark_story
|
72866966b0
|
Updating parseOptions to allow safeKeys that do not need to be escaped
Useful for handling function callbacks in options arrays.
|
2009-03-15 12:26:12 -04:00 |
|
mark_story
|
ffdbec12fe
|
Refactoring event() and adding ability to stop default events.
|
2009-03-15 12:10:46 -04:00 |
|
mark_story
|
ae2114dcc1
|
Starting request() for jquery engine.
Adding _mapOptions so engines can map from abstract to concrete option
names.
Tests added.
|
2009-03-14 17:01:49 -04:00 |
|
mark_story
|
72e1c73134
|
Adding effects and effects tests to JqueryEngine
|
2009-03-14 01:57:24 -04:00 |
|
mark_story
|
94c4e18112
|
Adding error feedback to base class methods
|
2009-03-14 00:10:43 -04:00 |
|
mark_story
|
20530f5ffb
|
Adding test case for jquery engine
Adding some methods for jquery engine
Updating methods in base class
|
2009-03-13 20:50:31 -04:00 |
|