Add some more detailed info about the xslt param of format=xml
[lhc/web/wiklou.git] / includes / api / ApiFormatXml.php
2012-05-25 LiangentAdd some more detailed info about the xslt param of...
2011-12-13 Jeroen De Dauwrem use of escapeLocalURL
2011-11-28 Sam ReedFollowup r104445, swap the xmlnamespace url back to
2011-11-28 Sam ReedOh noes, moar http:// -> https://
2011-11-16 John Du HartRemoved the 'eclipse helper' bit on top of every API...
2011-11-04 Brion VibberPartial revert of r101912 -- restores r99315 'includexm...
2011-11-03 Brion Vibber* (bug 31878, bug 31542) Fix XML namespace output in...
2011-11-03 Mark A. Hershbergereol w/s
2011-10-06 Bryan Tong Minh(bug 24781) The API will include an XML namespace if...
2011-05-29 Sam ReedEven more documentation in various files
2011-05-13 Roan Kattouw(bug 24781) Define XML namespace for API output. Also...
2010-12-22 Sam ReedDelete all the "API for MediaWiki 1.8+" comments
2010-09-25 Sam ReedRemove some unused keys from foreach
2010-08-07 Alexandre EmsenhuberStandardised file description headers, added @file
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-05-11 Sam ReedMixture of things.
2010-02-23 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
2010-02-13 Sam ReedStart of blanket coverage of dieUsageMsg in getPossible...
2010-01-23 Bryan Tong Minh(bug 19528) Revert 55749: "according to the XSLT 1...
2010-01-11 Aryeh Gregorstylize.php on API code
2009-09-08 Brion VibberCleanup for r55641: call static function statically
2009-09-02 Tim StarlingFix for r53194: according to the XSLT 1.0 spec, the...
2009-08-27 Roan KattouwAPI: Refactor the XML formatter a bit so that ApiFormat...
2009-07-13 Bryan Tong Minh(bug 19528) Added XSLT parameter to API queries in...
2009-04-29 Roan KattouwAPI: (bug 18617) Add xml:space="preserve" attribute...
2009-02-03 Roan Kattouw* API: (bug 17326) BREAKING CHANGE: Changing output...
2008-12-14 Chad HorohoeWar on wfElement() and friends. Call the Xml members...
2008-10-25 Roan KattouwAPI: (bug 16105) Image metadata attributes with spaces...
2008-10-25 Tim StarlingRemoved all instances of empty() where error suppressio...
2008-09-10 Roan Kattouw* (bug 15497) Removed encoding attribute from <?xml...
2008-07-04 Brion VibberRevert r37009 -- turns out you can do these structures...
2008-07-03 Brion VibberHave been playing with custom API modules and been...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-03-03 Bryan Tong Minh(bug 11401) Added xmldoublequote to xml formatter
2008-01-28 Roan KattouwAPI: Changing all modules' getParamDescription(), getAl...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-20 Yuri AstrakhanAPI: documentation and cleanup.
2007-04-20 Nick JenkinsYet more doc tweaks:
2006-11-03 Yuri AstrakhanAPI * better self-description for various modules
2006-10-17 Yuri AstrakhanAPI * Better log events info * Added RAW debugging...
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-01 Yuri Astrakhan* API: added version information to each module (availa...
2006-10-01 Yuri Astrakhan* API: pageSet now supports pageids, revised revisions...
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: A new ApiPageSet class to retrieve page data...
2006-09-23 Yuri Astrakhan* API: major refactoring