* Add 'charset' to Content-Type headers on various HTTP error responses
[lhc/web/wiklou.git] / includes / AjaxDispatcher.php
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...