| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some warnings from phan-taint-check | Brian Wolff | 2018-08-13 | 1 | -0/+3 |
* | Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient | Bartosz DziewoĆski | 2018-05-30 | 1 | -2/+2 |
* | Re-enable MediaWiki.Usage.SuperGlobalsUsage.SuperGlobals sniff | Kunal Mehta | 2018-05-19 | 1 | -0/+3 |
* | Improve some parameter docs | Umherirrender | 2017-09-10 | 1 | -0/+1 |
* | Replace some of the deprecated wfGetLBFactory() calls | WMDE-Fisch | 2017-02-07 | 1 | -1/+4 |
* | Remove empty lines at end of functions | umherirrender | 2016-11-05 | 1 | -2/+0 |
* | Convert all array() syntax to [] | Kunal Mehta | 2016-02-17 | 1 | -2/+2 |
* | Make AjaxDispatcher commit transactions before responding | Aaron Schulz | 2016-01-12 | 1 | -0/+3 |
* | Fix some line indent of string concat | umherirrender | 2015-06-19 | 1 | -6/+6 |
* | Remove obvious function-level profiling | Chad Horohoe | 2015-01-07 | 1 | -9/+0 |
* | AjaxDispatcher: Use Config instead of globals | Kunal Mehta | 2014-08-25 | 1 | -6/+13 |
* | Fixed spacing | umherirrender | 2014-07-24 | 1 | -4/+4 |
* | No spaces after (casts) | MatmaRex | 2013-09-04 | 1 | -1/+1 |
* | Add User::isEveryoneAllowed function | Brad Jorsch | 2013-07-12 | 1 | -4/+2 |
* | Added space after switch/Removed spaces after unset | umherirrender | 2013-04-26 | 1 | -1/+1 |
* | Don't unset() $wgOut in AjaxDispatcher. | Alexandre Emsenhuber | 2012-07-29 | 1 | -2/+1 |
* | explode()'ing the callback is no longer needed in AjaxDispatcher. | Alexandre Emsenhuber | 2012-07-17 | 1 | -8/+2 |
* | Add and fix comments in some includes files | mrbluesky | 2012-05-24 | 1 | -5/+16 |
* | Added missing GPLv2 headers in some places. | Alexandre Emsenhuber | 2012-05-22 | 1 | -2/+20 |
* | * (bug 32276) Skins were generating output using the internal page title whic... | Sam Reed | 2011-11-28 | 1 | -1/+8 |
* | Kill AjaxFunctions.php. The only thing using this was FCKEditor, so I moved j... | Chad Horohoe | 2011-07-14 | 1 | -6/+0 |
* | Yet more additions of wfProfileOut() | Platonides | 2011-02-10 | 1 | -1/+1 |
* | Use the AutoLoader to load the AjaxDispatcher class | Alexandre Emsenhuber | 2010-12-08 | 1 | -1/+1 |
* | Revert r70960 "AjaxDispatcher, now ~30 lines shorter and not using $_GET or $... | Aryeh Gregor | 2010-08-13 | 1 | -10/+38 |
* | AjaxDispatcher, now ~30 lines shorter and not using $_GET or $_POST | Chad Horohoe | 2010-08-12 | 1 | -38/+10 |
* | Ran stylize.php, removed trailing whitespace, updated indentation and code fo... | Siebrand Mazeland | 2010-05-30 | 1 | -30/+28 |
* | Random indentation and code formatting updates. No functional changes. | Siebrand Mazeland | 2010-02-14 | 1 | -16/+17 |
* | Mass convert NULL -> null. Left strings and comments alone, obviously. | Chad Horohoe | 2009-12-11 | 1 | -1/+1 |
* | adding debug messages to ajax dispatcher | Daniel Kinzler | 2008-06-28 | 1 | -0/+14 |
* | WARNING: HUGE COMMIT | Alexandre Emsenhuber | 2008-05-20 | 1 | -1/+5 |
* | Stop profiling before ending the function | Alexandre Emsenhuber | 2008-05-05 | 1 | -0/+1 |
* | * remove end of line whitespace | Siebrand Mazeland | 2008-04-14 | 1 | -2/+0 |
* | * De-crappified JS upload dest check feature. Converted to sajax framework. C... | Tim Starling | 2007-07-01 | 1 | -1/+6 |
* | Remove ?>'s from files. They're pointless, and just asking for people to mes... | Aryeh Gregor | 2007-06-29 | 1 | -1/+1 |
* | * AjaxDispatcher : use a switch() | Antoine Musso | 2007-05-05 | 1 | -10/+32 |
* | Doc tweaks: | Nick Jenkins | 2007-04-24 | 1 | -1/+1 |
* | Convert whitespaces to tabulations | Antoine Musso | 2007-04-21 | 1 | -2/+3 |
* | Yet more doc tweaks: | Nick Jenkins | 2007-04-20 | 1 | -0/+1 |
* | Documentation tweaks to help documentation systems (Doxygen + PHPDocumentor) | Nick Jenkins | 2007-04-04 | 1 | -0/+3 |
* | Revert r20769: we don't use PHPDocumentor anymore, we use doxygen. | Brion Vibber | 2007-03-28 | 1 | -3/+0 |
* | PHPDocumentor [http://en.wikipedia.org/wiki/PhpDocumentor] documentation twea... | Nick Jenkins | 2007-03-28 | 1 | -0/+3 |
* | * Add 'charset' to Content-Type headers on various HTTP error responses | Brion Vibber | 2007-02-21 | 1 | -6/+6 |
* | Rename constructors to __constructor | Antoine Musso | 2007-01-20 | 1 | -1/+1 |
* | whitespaces killing | Antoine Musso | 2007-01-09 | 1 | -4/+4 |
* | One more E_STRICT warning tweak for http://192.168.0.64/wiki/index.php?action... | Nick Jenkins | 2007-01-09 | 1 | -2/+2 |
* | Testing AJAX watch/unwatch, with E_STRICT error_reporting: | Nick Jenkins | 2007-01-09 | 1 | -1/+1 |
* | Prevent XSS / arbitrary HTML injection via unescaped "rs" parameter. Proof-of... | Nick Jenkins | 2007-01-09 | 1 | -1/+1 |
* | (bug 7169) Use Ajax to watch/unwatch articles. Patch by Dan Li with some mod... | Aryeh Gregor | 2006-12-26 | 1 | -5/+5 |
* | * Removed lots of explicit require_once statements. The autoloader should the... | Tim Starling | 2006-10-03 | 1 | -1/+0 |
* | Revamped ajax interface, see release notes. | Daniel Kinzler | 2006-08-29 | 1 | -25/+34 |