Moved globals $utfCombiningClass, $utfCanonicalComp, $utfCanonicalDecomp, $utfCheckNF...
[lhc/web/wiklou.git] / includes / api / ApiPageSet.php
2010-07-23 Sam ReedStylize API up to date
2010-07-20 Roan KattouwFollowup to r69587: forgot to hit Save *facepalm*
2010-07-10 Bryan Tong Minh(bug 24296) Added converttitles parameter to convert...
2010-07-10 Bryan Tong Minh(bug 24185) Titles in the Media and Special namespace...
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-06-20 Sam ReedPer mediawiki.org/wiki/Special:Code/MediaWiki/66168...
2010-06-20 Sam ReedNuke $db->freeResult() from Api stuffs
2010-04-17 Sam ReedStylize Api upto date
2010-02-23 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
2010-02-13 Sam ReedComplete dieUsage errors in 7 more Api files
2010-01-23 Sam ReedNormalise comment usage (# --> //)
2010-01-11 Aryeh Gregorstylize.php on API code
2009-02-18 Andrew GarrettFix logic error from bad casing
2009-02-11 Roan KattouwAPI: Remove stray $options = array(); from ApiPageSet
2009-02-11 Roan Kattouw* API: Add documentation to important API classes
2009-02-05 Roan Kattouw* API: Listing (semi-)deleted revisions and log entries...
2009-01-01 Aryeh Gregors/existant/existent/
2008-12-17 Roan KattouwAPI: Crusade against extract(). Left one extract()...
2008-12-14 Roan KattouwAPI: (bug 16549) Kill a filesort in list=allpages&apfil...
2008-10-29 Aaron SchulzDon't show orphaned revisions (will matter for bug...
2008-10-28 Roan KattouwAPI: (bug 16158) Generators choke on pagelinks entries...
2008-10-25 Tim StarlingRemoved all instances of empty() where error suppressio...
2008-08-18 Roan Kattouw(bug 15228) Throw a warning instead of an error when...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-18 Roan KattouwRemove deprecated ApiMain::scheduleCommit()
2008-05-13 Aaron SchulzE_STRICT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-11 Roan KattouwCommitting patch for bug 10931, which also fixes bug...
2008-04-04 Roan KattouwAPI:
2008-03-18 Roan Kattouw(bug 13390) Invalid title no longer kills an entire...
2007-08-20 Nick JenkinsVariable $titleString seemed to be used before it was...
2007-07-14 Yuri AstrakhanAPI: Big change: Removed all userCanRead() checks per...
2007-07-08 Yuri AstrakhanAPI:
2007-07-07 Yuri AstrakhanAPI: implemented prop=imageinfo, minor cleanup
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-14 Yuri AstrakhanAPI: fixed bug 10147 Silent normalization of interwiki...
2007-05-20 Yuri AstrakhanAPI: documentation and cleanup.
2007-05-19 Yuri AstrakhanAPI: fixed bug in categories: error when no valid title...
2007-05-14 Yuri Astrakhan* New properties: links, templates, images, langlinks
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2006-11-25 Tim StarlingFixed inefficient use of array_keys() introduced by...
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-11-04 Yuri AstrakhanAPI * version param now links to the SVN
2006-10-30 Yuri AstrakhanAPI * Implemented backlinks / imagelinks / embeddedin...
2006-10-25 Yuri AstrakhanAPI * simple backlinks module (no redirect resolution...
2006-10-21 Yuri AstrakhanAPI * Common field output function to simplify result...
2006-10-17 Nick Jenkins* Probably want "$this->mIsGenerator = false;", not...
2006-10-15 Yuri Astrakhan* API query optimizations
2006-10-14 Yuri Astrakhan* API watchlist: Forced an index, enabled generator
2006-10-13 Yuri Astrakhan* API: added watchlist module (incomplete)
2006-10-13 Yuri Astrakhan* API: Added revids parameter.
2006-10-06 Yuri Astrakhan* API: Optimized PageSet object to avoid executing...
2006-10-02 Yuri Astrakhan* API: implemented generator function
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: pageSet now supports pageids, revised revisions...
2006-10-01 Yuri Astrakhan* Code cleanup per TimStarling's suggestions
2006-10-01 Yuri Astrakhan* API: result data generation cleanup, minor cleaning
2006-09-30 Yuri Astrakhan* API: revisions & pageset cleanup
2006-09-29 Yuri Astrakhan* API: revisions module fixes
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...