Modified Special:Categories to subclass SpecialPage
[lhc/web/wiklou.git] / includes / api /
2010-08-19 Sam ReedMinor followup to r70480
2010-08-18 Sam ReedFollowup to r68338, remove useless code (row is overwri...
2010-08-13 Sam ReedIt's params, not param
2010-08-12 PlatonidesRefactor to avoid defining globals inside switches.
2010-08-10 Sam ReedPrefix searches for users, not pages
2010-08-09 X!Fix r70770: Will I ever get this working? :)
2010-08-09 X!Followup to r70701: Facepalm fixing.
2010-08-09 Tim Starling* Revert r66878, completely misses the point of factori...
2010-08-09 X!Add format=dump and format=dumpfm, outputs results...
2010-08-08 Jack Phoenixfollow-up to r70703: converted spaces to tabs and trimm...
2010-08-08 X!(bug 24722) Only show blockinfo if user is actually...
2010-08-08 X!Followup to r70658: Code styling, use ApiPageSet to...
2010-08-08 X!Followup to r70638: Clean up code, add prop to function...
2010-08-08 X!(bug 24330) Add &redirect parameter to ?action=edit
2010-08-07 Alexandre EmsenhuberStandardised file description headers, added @file
2010-08-07 X!-(bug 24484) Add prop=pageprops module
2010-08-07 X!Followup to r70584: Use fourth parameter of ApiQueryBas...
2010-08-07 X!Followup r70587: Remove unnecessary references
2010-08-06 X!* (bug 24236) Add add, remove, add-self, remove-self...
2010-08-06 X!* (bug 24677) axto= parameters added to allcategories...
2010-08-06 Sam ReedChange statsOutput to parent, wikiStatsOutput is a...
2010-08-06 Roan Kattouw(bug 24665) When starttimestamp is not specified, fake...
2010-08-06 Sam ReedReduce unnecessary seperate nested if's, move them...
2010-08-06 Sam ReedFollowup r70460 per Umherirrender comment
2010-08-05 Sam ReedFollowup r69091 Where did those spaces come from? :/
2010-08-05 Sam Reedstylize api up to date
2010-08-05 Sam ReedRevert r70489
2010-08-05 Sam ReedMove if ( is_array( $value ) && !$dupes ) { up to else...
2010-08-05 Sam ReedFollowup r70480, per Nikerabbits comment, there ''...
2010-08-04 Sam Reed-rakkaus/#mediawiki-i18n- [04-Aug-2010 22:02:04] PHP...
2010-08-04 Sam ReedFollowup r70479
2010-08-04 Sam ReedFurther followup to r70460/r70461 and r70477
2010-08-04 Sam ReedMake search enforced by API in search by setting PARAM_...
2010-08-04 Sam ReedFollowup r70460/r70461
2010-08-04 Sam ReedFollowup r70474 and r70461, drop missingparam from...
2010-08-04 Sam ReedFollowup r70461 if PARAM_REQUIRED is set, use for missi...
2010-08-04 X!Followup to r70460 and r70461: Use true instead of 1
2010-08-04 X!Followup to r70460: Committed wrong version of ApiBase...
2010-08-04 X!* PARAM_REQUIRED parameter flag added. If this flag...
2010-08-04 Sam Reed* (bug 24656) API's parse module needs option to disabl...
2010-08-03 Siebrand MazelandFollow-up r69898: fix Undefined variable: wgCookiePrefi...
2010-07-31 PlatonidesFollow up r70095. Remove the now unused $wgAllowCopyUpl...
2010-07-31 Sam ReedMove a few braces noticed while doing CR
2010-07-29 Bryan Tong MinhMade asynchronous upload by URL working, partly. Hid...
2010-07-28 Bryan Tong MinhRefactor some code out of execute into selectUploadModu...
2010-07-28 Bryan Tong MinhRestructured upload-by-url:
2010-07-28 Bryan Tong Minh(bug 24564) Fix fatal errors when using list=deletedrev...
2010-07-28 Tim StarlingReintroduced the extractRequestParams() memoization...
2010-07-27 Bryan Tong MinhFollow-up r70037: Fix ApiUpload by passing a WebRequest...
2010-07-27 PlatonidesUse the canonical names for classes.
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
next