aboutsummaryrefslogtreecommitdiffstats
path: root/includes/AjaxResponse.php
Commit message (Expand)AuthorAgeFilesLines
* Try to make a dent in CodeSniffer reports on includes/ (1)Siebrand Mazeland2014-03-231-6/+10
* Correct the destination of checkLastModified debug messagesAlexandre Emsenhuber2014-03-141-1/+1
* Enhance the destination control parameter of wfDebug() and wfDebugLog()Alexandre Emsenhuber2014-02-041-6/+6
* Removed 'Disable browser page caching" user preference01tonythomas2013-12-071-5/+0
* Remove spaces in function signatureumherirrender2013-03-181-1/+1
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-1/+1
* Fixing typoNiklas Laxström2012-12-011-1/+1
* Add and fix comments in some includes filesmrbluesky2012-05-241-10/+51
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-221-1/+16
* Documentation updatesSam Reed2012-03-051-9/+21
* Add some {}Sam Reed2012-03-021-2/+2
* Fix user related direct member variable accessSam Reed2012-02-161-3/+3
* More return documentationSam Reed2012-02-091-0/+1
* Add, update, tweak documentationSam Reed2011-10-261-0/+10
* Kill AjaxFunctions.php. The only thing using this was FCKEditor, so I moved j...Chad Horohoe2011-07-141-4/+0
* Fix s-max-age to s-maxageNiklas Laxström2010-09-111-1/+1
* * Standardised file description headersAlexandre Emsenhuber2010-08-081-0/+2
* Ran stylize.php, removed trailing whitespace, updated indentation and code fo...Siebrand Mazeland2010-05-301-6/+9
* Random indentation and code formatting updates. No functional changes.Siebrand Mazeland2010-02-141-19/+19
* Mass convert NULL -> null. Left strings and comments alone, obviously.Chad Horohoe2009-12-111-3/+3
* * (bug 17537) Disable bad zlib.output_compression output on HTTP 304 responsesBrion Vibber2009-03-181-0/+1
* Use a content type that's not an XSS riskTim Starling2009-03-181-1/+1
* Document a bit.Chad Horohoe2008-08-201-2/+4
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+6
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-2/+1
* 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-7/+23
* Yet more doc tweaks:Nick Jenkins2007-04-201-0/+1
* Documentation tweaks to help documentation systems (Doxygen + PHPDocumentor) Nick Jenkins2007-04-041-1/+3
* Revert r20769: we don't use PHPDocumentor anymore, we use doxygen.Brion Vibber2007-03-281-3/+1
* PHPDocumentor [http://en.wikipedia.org/wiki/PhpDocumentor] documentation twea...Nick Jenkins2007-03-281-1/+3
* Rename constructors to __constructorAntoine Musso2007-01-201-4/+5
* whitespaces killingAntoine Musso2007-01-091-29/+29
* Completing code housekeeping stuff for rest of includes/ directory: removing ...Nick Jenkins2006-11-291-2/+2
* Revamped ajax interface, see release notes.Daniel Kinzler2006-08-291-0/+203