(bug 37183) Removed hard coded parentheses in SpecialListfiles.php
[lhc/web/wiklou.git] / includes / AjaxDispatcher.php
2012-05-31 Aaron SchulzMerge "Show revdel links instead of checkboxes on pages...
2012-05-29 Aaron SchulzMerge "wfProfileOut() for new return added in c6396...
2012-05-29 Aaron SchulzMerge "Adding sanity check to Title::isRedirect()."
2012-05-28 Aaron SchulzMerge "$wgUseSquid unused since parent commit (fa1a8d5)"
2012-05-28 PlatonidesMerge "Tweak Accept-Language sorting method to respect...
2012-05-28 NikerabbitMerge "bug 37015: Allow disabling special page summary"
2012-05-28 NikerabbitMerge "Revert "Remove old compat methods/functions...
2012-05-27 Aaron SchulzMerge "Remove old compat methods/functions for mb_...
2012-05-26 KrinkleMerge "Revert "Re-phrased titles for diff and history...
2012-05-25 Aaron SchulzMerge "Avoid extreme performance regression in ImagePage."
2012-05-25 CatropeMerge "Add some more detailed info about the xslt param...
2012-05-25 NikerabbitMerge "Fix a typo in resources/jquery/jquery.byteLimit.js"
2012-05-24 Aaron SchulzMerge "HTMLForm: throw a warning when no callback is...
2012-05-24 Aaron SchulzMerge "Make it work in wikis not configured in English...
2012-05-24 Aaron SchulzMerge "(bug 36761) "Mark pages as visited" should submi...
2012-05-24 Aaron SchulzMerge "Scribunto parser support"
2012-05-24 SiebrandMerge "Localisation updates from translatewiki.net."
2012-05-24 Brion VIBBERMerge "[FileBackend] Added getScopedLocksForOps() funct...
2012-05-24 Aaron SchulzMerge "Bug 36785 Special:Shortpages lists only NS_MAIN...
2012-05-24 Aaron SchulzMerge "Workaround for autoloading when using php namesp...
2012-05-24 Brion VIBBERMerge "When file sha1 populator fixes wrong values...
2012-05-24 Brion VIBBERMerge "Work around annoying Revision::newFromArchiveRow...
2012-05-24 mrblueskyAdd and fix comments in some includes files
2012-05-23 Aaron SchulzMerge "Revert "(bug 30625) Add, to every API upload...
2012-05-22 Aaron SchulzMerge "(bug 30625) Add, to every API upload response...
2012-05-22 SiebrandMerge "Localisation updates from translatewiki.net."
2012-05-22 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2011-11-28 Sam Reed* (bug 32276) Skins were generating output using the...
2011-07-14 Chad HorohoeKill AjaxFunctions.php. The only thing using this was...
2011-02-10 PlatonidesYet more additions of wfProfileOut()
2010-12-08 Alexandre EmsenhuberUse the AutoLoader to load the AjaxDispatcher class
2010-08-13 Aryeh GregorRevert r70960 "AjaxDispatcher, now ~30 lines shorter...
2010-08-12 Chad HorohoeAjaxDispatcher, now ~30 lines shorter and not using...
2010-05-30 Siebrand MazelandRan stylize.php, removed trailing whitespace, updated...
2010-02-14 Siebrand MazelandRandom indentation and code formatting updates. No...
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2008-06-28 Daniel Kinzleradding debug messages to ajax dispatcher
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-05 Alexandre EmsenhuberStop profiling before ending the function
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2007-07-01 Tim Starling* De-crappified JS upload dest check feature. Converted...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-05 Antoine Musso* AjaxDispatcher : use a switch()
2007-04-24 Nick JenkinsDoc tweaks:
2007-04-21 Antoine MussoConvert whitespaces to tabulations
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-02-21 Brion Vibber* Add 'charset' to Content-Type headers on various...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-09 Antoine Mussowhitespaces killing
2007-01-09 Nick JenkinsOne more E_STRICT warning tweak for 192.168.0.64/wiki...
2007-01-09 Nick JenkinsTesting AJAX watch/unwatch, with E_STRICT error_reporting:
2007-01-09 Nick JenkinsPrevent XSS / arbitrary HTML injection via unescaped...
2006-12-26 Aryeh Gregor(bug 7169) Use Ajax to watch/unwatch articles. Patch...
2006-10-03 Tim Starling* Removed lots of explicit require_once statements...
2006-08-29 Daniel KinzlerRevamped ajax interface, see release notes.
2006-08-24 Tim StarlingExit from AJAX requests properly. Calling exit after...
2006-06-07 Tim StarlingValid exit status codes range from 0 to 254.
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-03-27 Jens FrankOOP'ed Ajax functions, embedded in index.php for better...