aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiFormatXml.php
Commit message (Expand)AuthorAgeFilesLines
...
* * API: (bug 17326) BREAKING CHANGE: Changing output format for prop=imageinfo...Roan Kattouw2009-02-031-8/+0
* War on wfElement() and friends. Call the Xml members directly, rather than us...Chad Horohoe2008-12-141-5/+5
* API: (bug 16105) Image metadata attributes with spaces produce invalid XML. J...Roan Kattouw2008-10-251-0/+9
* Removed all instances of empty() where error suppression was not intended. Re...Tim Starling2008-10-251-3/+3
* * (bug 15497) Removed encoding attribute from <?xml ?> tagsRoan Kattouw2008-09-101-2/+2
* Revert r37009 -- turns out you can do these structures, it's just very nonobv...Brion Vibber2008-07-041-10/+1
* Have been playing with custom API modules and been a bit frustrated with the ...Brion Vibber2008-07-031-1/+10
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+1
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-7/+6
* (bug 11401) Added xmldoublequote to xml formatterBryan Tong Minh2008-03-031-2/+27
* API: Changing all modules' getParamDescription(), getAllowedParams() and getD...Roan Kattouw2008-01-281-1/+1
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* API: documentation and cleanup.Yuri Astrakhan2007-05-201-1/+1
* Yet more doc tweaks:Nick Jenkins2007-04-201-2/+4
* API * better self-description for various modulesYuri Astrakhan2006-11-031-22/+2
* API * Better log events info * Added RAW debugging formatYuri Astrakhan2006-10-171-3/+1
* * API: help screen now shows default and allowed parameter valuesYuri Astrakhan2006-10-161-1/+7
* * API query optimizationsYuri Astrakhan2006-10-151-1/+1
* * API: Restructured to allow internal usage. Error handling cleanup.Yuri Astrakhan2006-10-141-1/+1
* * API: added version information to each module (available via api.php?versio...Yuri Astrakhan2006-10-011-0/+4
* * API: pageSet now supports pageids, revised revisions listings, lots of exam...Yuri Astrakhan2006-10-011-18/+16
* * API: result data generation cleanup, minor cleaningYuri Astrakhan2006-10-011-27/+54
* * API: Refactored per brion's suggestionsYuri Astrakhan2006-09-271-16/+16
* * API: Overall query-related cleanup.Yuri Astrakhan2006-09-261-1/+1
* * API: A new ApiPageSet class to retrieve page data and resolve redirects.Yuri Astrakhan2006-09-251-0/+4
* * API: major refactoringYuri Astrakhan2006-09-231-0/+128