aboutsummaryrefslogtreecommitdiffstats
path: root/includes/AjaxDispatcher.php
Commit message (Expand)AuthorAgeFilesLines
* No spaces after (casts)MatmaRex2013-09-041-1/+1
* Add User::isEveryoneAllowed functionBrad Jorsch2013-07-121-4/+2
* Added space after switch/Removed spaces after unsetumherirrender2013-04-261-1/+1
* Don't unset() $wgOut in AjaxDispatcher.Alexandre Emsenhuber2012-07-291-2/+1
* explode()'ing the callback is no longer needed in AjaxDispatcher.Alexandre Emsenhuber2012-07-171-8/+2
* Add and fix comments in some includes filesmrbluesky2012-05-241-5/+16
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-221-2/+20
* * (bug 32276) Skins were generating output using the internal page title whic...Sam Reed2011-11-281-1/+8
* Kill AjaxFunctions.php. The only thing using this was FCKEditor, so I moved j...Chad Horohoe2011-07-141-6/+0
* Yet more additions of wfProfileOut()Platonides2011-02-101-1/+1
* Use the AutoLoader to load the AjaxDispatcher classAlexandre Emsenhuber2010-12-081-1/+1
* Revert r70960 "AjaxDispatcher, now ~30 lines shorter and not using $_GET or $...Aryeh Gregor2010-08-131-10/+38
* AjaxDispatcher, now ~30 lines shorter and not using $_GET or $_POSTChad Horohoe2010-08-121-38/+10
* Ran stylize.php, removed trailing whitespace, updated indentation and code fo...Siebrand Mazeland2010-05-301-30/+28
* Random indentation and code formatting updates. No functional changes.Siebrand Mazeland2010-02-141-16/+17
* Mass convert NULL -> null. Left strings and comments alone, obviously.Chad Horohoe2009-12-111-1/+1
* adding debug messages to ajax dispatcherDaniel Kinzler2008-06-281-0/+14
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+5
* Stop profiling before ending the functionAlexandre Emsenhuber2008-05-051-0/+1
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-2/+0
* * De-crappified JS upload dest check feature. Converted to sajax framework. C...Tim Starling2007-07-011-1/+6
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* * AjaxDispatcher : use a switch()Antoine Musso2007-05-051-10/+32
* Doc tweaks:Nick Jenkins2007-04-241-1/+1
* Convert whitespaces to tabulationsAntoine Musso2007-04-211-2/+3
* Yet more doc tweaks:Nick Jenkins2007-04-201-0/+1
* Documentation tweaks to help documentation systems (Doxygen + PHPDocumentor) Nick Jenkins2007-04-041-0/+3
* Revert r20769: we don't use PHPDocumentor anymore, we use doxygen.Brion Vibber2007-03-281-3/+0
* PHPDocumentor [http://en.wikipedia.org/wiki/PhpDocumentor] documentation twea...Nick Jenkins2007-03-281-0/+3
* * Add 'charset' to Content-Type headers on various HTTP error responsesBrion Vibber2007-02-211-6/+6
* Rename constructors to __constructorAntoine Musso2007-01-201-1/+1
* whitespaces killingAntoine Musso2007-01-091-4/+4
* One more E_STRICT warning tweak for http://192.168.0.64/wiki/index.php?action...Nick Jenkins2007-01-091-2/+2
* Testing AJAX watch/unwatch, with E_STRICT error_reporting:Nick Jenkins2007-01-091-1/+1
* Prevent XSS / arbitrary HTML injection via unescaped "rs" parameter. Proof-of...Nick Jenkins2007-01-091-1/+1
* (bug 7169) Use Ajax to watch/unwatch articles. Patch by Dan Li with some mod...Aryeh Gregor2006-12-261-5/+5
* * Removed lots of explicit require_once statements. The autoloader should the...Tim Starling2006-10-031-1/+0
* Revamped ajax interface, see release notes.Daniel Kinzler2006-08-291-25/+34
* Exit from AJAX requests properly. Calling exit after doing something is reall...Tim Starling2006-08-241-2/+2
* Valid exit status codes range from 0 to 254.Tim Starling2006-06-071-1/+1
* Revert to r14512; domas introduced massive breakage with incomplete experimen...Brion Vibber2006-06-011-0/+13
* Use AutoLoader to load classes:Domas Mituzas2006-06-011-13/+0
* OOP'ed Ajax functions, embedded in index.php for better compatibility with wi...Jens Frank2006-03-271-0/+83