Reconcept cl_raw_sortkey as cl_sortkey_prefix
[lhc/web/wiklou.git] / includes / api /
2010-07-26 Tim StarlingFix for r69776: remove unused variable ApiMain::$mVaryC...
2010-07-26 Tim StarlingPartial revert of r69782: reverted the cache feature...
2010-07-25 PlatonidesMove getValidNamespaces() to Namespace.php
2010-07-25 Sam ReedFixup some more wrong static usages
2010-07-25 PlatonidesRemove double globals.
2010-07-24 Sam ReedAdd missing global $wgUser
2010-07-23 Sam ReedFixup code from r69753, create title from row and use...
2010-07-23 Sam ReedResolve minor fixme from r69761
2010-07-23 Roan KattouwFollowup to r69776: cache result of extractRequestParam...
2010-07-23 Sam ReedMinor comment improvement to r69757
2010-07-23 Sam ReedStylize API up to date
2010-07-23 Tim StarlingRewrote r69339 etc. to clean up API cache header handling.
2010-07-23 Mark A. Hershbergerre r64403 - remove never-actually-used $flag parameter...
2010-07-22 Sam ReedBig blitz on unused variables (a lot of $db = $this...
2010-07-22 Sam ReedRemove some unused globals
2010-07-22 Sam ReedRemove various unused parameters
2010-07-22 Sam ReedFix fail from r69755, press save, actually do "LIMIT_SM...
2010-07-22 Sam ReedLIMIT_SML2, LIMIT_BIG2 are in ApiBase, not ApiMain
2010-07-22 Sam Reed$this isn't valid in a static function. Fix for r46507
2010-07-22 Sam Reed* (bug 24485) Make iwbacklinks a generator, display...
2010-07-22 Sam ReedRemove unused $categories = array();
2010-07-22 Sam ReedPart of bug 24485 - Make iwbacklinks a generator,...
2010-07-22 Sam ReedFixup r69719 per comments
2010-07-22 Sam ReedFollowup r69719 r66716, add variable definition to...
2010-07-22 Roan KattouwRename the iwl_prefix_from_title index (again) to iwl_p...
2010-07-22 Sam Reed(bug 23936) - Add "displaytitle" to query/info API
2010-07-22 Sam ReedFix bug from r61759
2010-07-22 Sam ReedAdd braces
2010-07-22 Tim StarlingUse $wgContLang not $wgLang for checkTitleEncoding...
2010-07-21 Bryan Tong MinhFollow-up r69233: Add existence check for NS_MEDIA...
2010-07-21 Bryan Tong MinhFollow-up r69203: remove str_replace( '_', ' ', $query...
2010-07-21 Roan KattouwCoding style: camelCase, not CamelCase
2010-07-20 Roan KattouwFollowup to r69587: forgot to hit Save *facepalm*
2010-07-20 Roan KattouwFollowup to r69237: clarify documentation to avoid...
2010-07-19 Roan KattouwReverse-merge r69521 from 1.16wmf4: fix OpenSearch...
2010-07-19 Brian WolffFix fatal error from undefined $wgParser.
2010-07-15 Roan KattouwApply r69357 to trunk; was a fix for trunk but got...
2010-07-15 Mark A. Hershbergerre r69339 use the actual function: s/hasCache/haveCache/
2010-07-14 Mark A. Hershbergerfollow up r69339:
2010-07-14 Mark A. Hershbergerfollow up r69339: Add a missing setVaryCookie for consi...
2010-07-14 Roan KattouwAPI: Make output containing private or user-specific...
2010-07-14 Aryeh GregorRemove 'minordefault' preference completely
2010-07-11 Alexandre EmsenhuberFixed some doxygen warnings
2010-07-10 Bryan Tong Minh(bug 24296) Added converttitles parameter to convert...
2010-07-10 Bryan Tong MinhFollow-up r69231: servedby is a boolean so will always...
2010-07-10 Bryan Tong Minh(bug 24185) Titles in the Media and Special namespace...
2010-07-10 Chad Horohoe(bug 24303) Expose hostname in API results. Show via...
2010-07-09 Bryan Tong Minh(bug 22339) Added srwhat=nearmatch to list=search to...
2010-07-09 Bryan Tong MinhRevert r64436, r64437, r64508 per CR r64436
2010-07-08 Max SemenikrequestWriteMode() is deprecated and unused
2010-07-08 Niklas LaxströmWhitespace fix
2010-07-06 Sam ReedStylize API
2010-06-29 Sam ReedRem superfluous code, as per comments on r68338
2010-06-27 Sam ReedMinor followup to r68636, add to getPossibleErrors
2010-06-27 Sam Reed* (bug 24136) unknownerror when adding new section...
2010-06-23 Sam ReedMinor followup to r68482, fix the fail I introduced
2010-06-23 Sam Reed* (bug 23473) - Give description of properties on all...
2010-06-23 Sam Reed* (bug 24089) Logevents causes PHP Notice if leprop...
2010-06-22 Sam ReedResolve fixme of r66539
2010-06-22 Sam ReedFix typo (and change wrong variable)
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-06-20 Sam ReedDo ApiQueryAllUsers per r68337 (was using while (true)..)
2010-06-20 Sam ReedPer mediawiki.org/wiki/Special:Code/MediaWiki/66168...
2010-06-20 Sam ReedNuke $db->freeResult() from Api stuffs
2010-06-20 Sam ReedFollowup r68157 and r68161 per Bryans comment (anons...
2010-06-19 Derk-Jan HartmanUse the helper function Title::newMainPage() instead...
2010-06-18 Roan KattouwFollowup to r67554: move getAcceptLang() to WebRequest...
2010-06-18 Roan Kattouw(bug 24016) API: Handle parameters specified in simple...
2010-06-17 Roan KattouwFollowup to r68157: simplify ApiQueryUsers::getAutoGroups()
2010-06-17 Sam ReedRem whitespace, function comment for r68158
2010-06-17 Sam ReedMinor followup to r68156, add "user" as implicit group
2010-06-17 Sam Reed* (bug 24009) Include implicit groups in action=query...
2010-06-13 Sam ReedMove some braces
2010-06-12 Mark A. Hershberger* re r65152 add back async option for uploadByURL API...
2010-06-09 Bryan Tong MinhReturn some more verbose error messages when editing...
2010-06-09 Chad HorohoeFixed a bunch of silly instances of [^!=]==\s*(true...
2010-06-08 Sam ReedFixup mixture of copy pasta fail, and some oversights...
2010-06-08 Sam Reed* (bug 23835) Need "thumbmime" result in "imageinfo...
2010-06-08 Sam Reed* (bug 23834) Invalid "thumbwidth" and "thumbheight...
2010-06-07 Roan KattouwAPI: Add Accept-Language echoer, useful for JS that...
2010-06-06 Sam ReedFix method comment from r66539
2010-06-06 Roan KattouwAPI: Add pltitles and tltemplates to prop=links and...
2010-06-03 Roan KattouwFixed for r58099 per CR:
2010-06-01 Alexandre EmsenhuberFixed fatal error because of undefined $wgParser variable
2010-05-25 Sam ReedUpdate description of ApiQueryIWBacklinks as per IRC...
2010-05-25 Sam ReedRemove arrays from getDescription where we are only...
2010-05-25 Sam Reed* (bug 23524) Api Modules as followup to bug 14473...
2010-05-25 Sam ReedFollowup to r66873
2010-05-25 Sam ReedFollowup r66872
2010-05-25 Sam ReedPart of bug 23254 - Add interwiki links to parse output
2010-05-25 Sam Reedbug 23524 - &url for ApiQueryIWLinks to expand full URL
2010-05-25 Sam ReedRemove &redirects from example
2010-05-24 Sam Reedbug 18608 done in a fashion much closer to how I should...
2010-05-21 Sam ReedChange text to Users for bug 23620
2010-05-21 Sam ReedAdd missing {$p}
2010-05-16 Sam ReedAdd extra newline between permissions (nicer formatting)
2010-05-16 Sam Reed* (bug 23548) Allow access of another users watchlist...
2010-05-16 Matthew BrittonAPI: document uiprop=email parameter
2010-05-15 Roan KattouwAdd missing global
2010-05-15 Roan KattouwAPI: (bug 23534) Fix regression from r46809 (!) causing...
next