aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/ajax
Commit message (Collapse)AuthorAgeFilesLines
* Ajax: improve content-type detectionOleg Gaidarenko2015-10-121-0/+5
| | | | | | Cherry-picked from 239169bb2ede6ea6287d82d1d13b0c354f451749 Fixes gh-2584 Closes gh-2643
* Tests: lower the PHP sleep time in unreleasedXHR.htmlMichał Gołębiowski2015-09-081-1/+1
| | | | | | | | | | | | The AJAX test performed in unreleasedXHR.html was scheduling PHP processes sleeping for 10 minutes. When a lot of commits are tested in short intervals this was causing build failures due to the drained php-fpm pool. The 10 seconds sleep time should be enough for this test. (cherry-picked from 02e10082b25df3b47b6b98e3b35399712795b7df) Refs 62acda819f9b6fba9263d0b613e15285807b23a7
* Ajax: make jQuery#load "type" field explicitOleg Gaidarenko2015-02-152-0/+2
| | | | | | | | | * Move "evalScript.php" file to appropriate place * Make jQuery#load "type" field explicit and add test for it Ref trac-11264 Ref 4ef120d3f2578fe3d52eb6c0d0641df945991391
* Ref f9d41ac6: Opera-compatible form targetRichard Gibson2013-11-041-1/+1
| | | | (cherry picked from commit d5b7139abce9dd207773531d6dcb3493c6ac0c7c)
* Fix #14379: AJAX requests on unloadRichard Gibson2013-11-041-0/+30
| | | | | | | | (cherry picked from commit f9d41ac641dcb5a93ba8a9027476b160d8f41111) Conflicts: src/ajax/xhr.js
* Ref #13316: Sync all test documents on full vs. minified source.Richard Gibson2013-02-081-1/+1
|
* Fix #13316. Use minified version in unit testing.Dave Methvin2013-01-261-0/+25
| | | | Also migrates the XHR check added to 2.0 in 62acda819f9b6fba9263d0b613e15285807b23a7.
* Revert "Organizes the php scripts used for testing better, so that the whole ↵jaubourg2012-12-054-90/+0
| | | | | | logic of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore." This reverts commit 228ab3ddae527f72cc3122a1c6115d7718bcfd57.
* Organizes the php scripts used for testing better, so that the whole logic ↵jaubourg2012-12-044-0/+90
of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore.