summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/ajax.test
Commit message (Collapse)AuthorAge
* - Patch #647228 by sun, katbailey, Rob Loach: links are needlessly unable to ↵Dries Buytaert2010-10-21
| | | | fully participate in D7 AJAX framework features.
* - Patch #561858 by effulgentsia, sun, rfay, Nick_vh, merlinofchaos, ↵Dries Buytaert2010-10-04
| | | | katbailey, dereine, tstoeckler: drupal_add_js() and drupal_add_css() to work for AJAX requests too by adding lazy-load to AJAX framework.
* - Patch #924686 by mikey_p, munzirtaha: space required after foreach construct.Dries Buytaert2010-09-28
|
* - Patch #789186 by effulgentsia: improve drupalPostAJAX() to be used more ↵Dries Buytaert2010-09-19
| | | | easily, leading to better AJAX test coverage. (Actual commit so we have proper credit.)
* - Patch #789186 by effulgentsia: improve drupalPostAJAX() to be used more ↵Dries Buytaert2010-09-19
| | | | easily, leading to better AJAX test coverage. (Rollback)
* - Removing and adding files per #885228.Dries Buytaert2010-09-19
|
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|
* #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵Angie Byron2010-08-05
| | | | SimpleTest, so translators do not get 1000s of bogus strings.
* - Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess ↵Dries Buytaert2010-07-30
| | | | should default to FALSE.
* - Patch #645800 by katbailey, effulgentsia, rfay: ajax_deliver() ignores ↵Dries Buytaert2010-04-30
| | | | #ajax['method'] and incorrectly forces 'replaceWith' for simple AJAX callbacks, D6->D7 regression.
* - Patch #755566 by effulgentsia: use of ID within theme_filter_guidelines() ↵Dries Buytaert2010-04-30
| | | | breaks HTML validation with more than 1 field item on a page.
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* - Patch #384992 by effulgentsia, sun: drupal_html_id() does not work ↵Dries Buytaert2010-04-07
| | | | correctly in AJAX context with multiple forms on page.
* - Patch #684846 by effulgentsia, rfay, quicksketch, aspilicious: AJAX ↵Dries Buytaert2010-03-26
| | | | triggered by non-submit element fails if any elements are validated.
* - Patch #656782 by effulgentsia: critical bug: ajax_process_form() results ↵Dries Buytaert2010-03-26
| | | | in settings being returned for elements that aren't re-rendered as part of the AJAX request.
* #623320 by rfay: Implement AJAX 'css' command in misc/ajax.js (with tests).Angie Byron2009-12-12
|
* - Patch #622922 by chx, fago, sun, effulgentsia: form API clean-up, bugfixes ↵Dries Buytaert2009-12-01
| | | | and extra tests.
* #623310 by rfay: Fixed AJAX 'changed' command asterisk argument.Angie Byron2009-11-22
|
* #633156 by rfay and effulgentsia: Added a baseline of tests for AJAX commands.Angie Byron2009-11-18
|
* #595654 by sun: Fixed AJAX command 'settings' (with tests).Angie Byron2009-10-18