Fix r62331 - If we renamed a method, we need to to it everywhere!
[lhc/web/wiklou.git] / includes / api / ApiFormatBase.php
2010-01-23 Sam ReedNormalise comment usage (# --> //)
2010-01-11 Aryeh Gregorstylize.php on API code
2009-11-14 Siebrand MazelandUpdate break notation to self enclosed and properly...
2009-09-18 Roan KattouwPartial revert of r56602: remove what is probably accid...
2009-09-18 Andrew GarrettForce changedfilter parameter to integer on Special...
2009-08-28 Bryan Tong Minh* Add buffering to ApiFormatBase, which allows bufferin...
2009-04-28 Roan KattouwAPI: (bug 16422) Don't show help in format=jsonfm unles...
2009-03-18 Alexandre EmsenhuberChanged ereg(i)_replace to preg_replace, the former...
2009-02-27 Roan KattouwAPI: Fix autolinker bug reported by DannyB on IRC:...
2009-02-13 Roan KattouwAPI: More docs, break long lines in docs
2009-02-05 Roan Kattouw* API: BREAKING CHANGE: (bug 11430) Return fewer result...
2009-01-31 Roan KattouwAPI: (bug 17182) Fix pretty printer so URLs with parent...
2008-11-14 Tim StarlingDon't use getParameter() inside substituteResultWithErr...
2008-08-31 Bryan Tong Minh* (bug 15392) ApiFormatBase::formatHTML now uses $wgUrl...
2008-06-10 Tim StarlingLike the comment says... dieDebug() instead of wfHttpError
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-03-26 Roan KattouwAPI: Don't output error messages caused by display_erro...
2008-03-02 Roan Kattouw* (bug 13218) Fix inclusion of " character in hyperlinks
2008-01-28 Roan KattouwAPI: Changing all modules' getParamDescription(), getAl...
2007-12-01 Victor Vasiliev* Use *bold* and $italics$ highlighting only in API...
2007-11-19 Brion VibberRevert r27581, 27598, 27626
2007-11-18 Victor Vasiliev* (bug 11206) api.php should honor maxlag
2007-11-17 Victor VasilievAPI:
2007-10-30 Roan KattouwAPI: Please use <?php tags, as <? tags can be disabled...
2007-10-24 Daniel Cannon(bug 11721) API: Use a different title for results...
2007-09-19 Brion VibberTweak it up a little more -- also unescape the double...
2007-09-19 Brion VibberTweaks to r25923 for my own peace of mind:
2007-09-18 Daniel Cannon(bug 11296) Introduced special case pretty-printer...
2007-09-13 Brion VibberReverting r25082:
2007-09-11 Daniel Cannon(API) Partial revert of r25742. Escaping all html speci...
2007-09-10 Brion Vibber* (bug 11158) Fix escaping in API HTML-formatted JSON
2007-07-06 Rob Church* Introduce wfScript() wrapper around script path gener...
2007-07-06 Yuri AstrakhanAPI: Documentation cleanup
2007-06-29 Yuri AstrakhanAPI: Minor cleanup
2007-06-29 Aryeh GregorOops, one bogus one slipped through.
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-20 Yuri AstrakhanAPI: documentation and cleanup.
2007-05-20 Yuri AstrakhanAPI:
2007-05-19 Yuri AstrakhanAPI:
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-01-18 Brion Vibber* (bug 8673) Minor fix for web service API content...
2006-11-03 Yuri AstrakhanAPI * better self-description for various modules
2006-11-02 Nick Jenkins"si" param should be "siprop" in example (si param...
2006-10-25 Yuri AstrakhanAPI * simple backlinks module (no redirect resolution...
2006-10-22 Yuri AstrakhanAPI * cache expiration control
2006-10-21 Yuri AstrakhanAPI * Common field output function to simplify result...
2006-10-19 Nick Jenkins* Don't give attackers an opening by echoing back known...
2006-10-18 Yuri AstrakhanAPI * HTML is now valid HTML Transitional (thansk nickj)
2006-10-18 Yuri AstrakhanAPI
2006-10-16 Yuri Astrakhan* API: added prop parameter to watchlist, added partrol...
2006-10-16 Yuri Astrakhan* API: help screen now shows default and allowed parame...
2006-10-15 Yuri Astrakhan* API query optimizations
2006-10-14 Yuri Astrakhan* API: Restructured to allow internal usage. Error...
2006-10-13 Yuri Astrakhan* API: fixed caching header per jeluf's fix in query.php
2006-10-03 Yuri Astrakhan*API: rewired generator (more work needed)
2006-10-02 Yuri Astrakhan*API: better version gen, added check for read-only...
2006-10-01 Yuri Astrakhan* API: added version information to each module (availa...
2006-10-01 Yuri Astrakhan* API: result data generation cleanup, minor cleaning
2006-09-27 Yuri Astrakhan* API: Refactored per brion's suggestions
2006-09-26 Yuri Astrakhan* API: Overall query-related cleanup.
2006-09-25 Yuri Astrakhan* API: General query modules order of execution
2006-09-25 Yuri Astrakhan* API: A new ApiPageSet class to retrieve page data...
2006-09-23 Yuri Astrakhan* API-query: normalization
2006-09-23 Yuri Astrakhan* API: major refactoring