aboutsummaryrefslogtreecommitdiffstats
path: root/skins/common/ajax.js
Commit message (Expand)AuthorAgeFilesLines
* [Core JS] More fixing of global config variable usageKrinkle2011-12-311-3/+1
* Remove unneeded semicolonsSam Reed2010-12-081-2/+0
* (bug 26265) Many semicolons are missing from JavaScript filesSam Reed2010-12-061-1/+1
* bug 26265, a few explicit ; at end of blocksSam Reed2010-12-061-4/+4
* Merging resourceloader branch into trunk. Full documentation is at http://www...Roan Kattouw2010-09-041-9/+7
* coding style tweaks for ajax.jsJack Phoenix2010-08-221-86/+98
* Move wfSupportsAjax() to ajax.jsAaron Schulz2008-08-021-0/+11
* Fix a stupid typo I made in a back-compat check.Brion Vibber2007-07-071-1/+1
* * Use native XMLHttpRequest class in preference to ActiveX on IE 7; thisBrion Vibber2007-06-281-6/+11
* * (bug 10396) Fix AJAX error when $wgScriptPath/index.php is not valid;Brion Vibber2007-06-281-1/+3
* remove evil whitespacesAntoine Musso2007-01-131-16/+16
* Add a warning for Firefox 2.0 which rejects XMLHttpRequest to localhost...Brion Vibber2006-12-271-1/+8
* * (bug 7766) Remove redundant / from AJAX requests, can break some serversBrion Vibber2006-10-311-1/+1
* Bug 7196: Comply to strict JS checks: if a function has a return statement so...Daniel Kinzler2006-09-021-1/+8
* use encodeURIComponent() instead of escape() in ajax.jsDaniel Kinzler2006-08-311-5/+5
* Revamped ajax interface, see release notes.Daniel Kinzler2006-08-291-16/+76
* Separated ajax search box features from core ajax framework.Daniel Kinzler2006-07-301-102/+0
* OOP'ed Ajax functions, embedded in index.php for better compatibility with wi...Jens Frank2006-03-271-2/+2
* Ajax based suggest feature for the search boxJens Frank2006-03-261-0/+177