Add support for Number grouping(commafy) based on CLDR number grouping patterns like...
[lhc/web/wiklou.git] / includes / AjaxDispatcher.php
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...