stylize.php on API code
[lhc/web/wiklou.git] / includes / api / ApiFormatXml.php
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