Fix r62331 - If we renamed a method, we need to to it everywhere!
[lhc/web/wiklou.git] / includes / api /
2010-02-11 Sam ReedFix r62331 - If we renamed a method, we need to to...
2010-02-11 Sam Reed$this->mModuleName to $this->getModuleName()
2010-02-11 Sam ReedUpdate code documentation with Bryans help for r62282...
2010-02-11 Sam ReedFollowup to bryans comment for r62328
2010-02-11 Sam ReedMove mustBePosted error into messageMap
2010-02-11 Sam ReedMore of bug 18771 - List possible errors in action...
2010-02-11 Mark A. HershbergerMake sure Firefogg gets the json it needs.
2010-02-11 Mark A. Hershbergerfollow-up r61355
2010-02-11 Sam ReedStart implementation of bug 18771 - List possible error...
2010-02-10 Roan KattouwWhitespace fixes for r62195, remove out-of-context...
2010-02-10 Mark A. Hershberger* new FauxResponse class to help with unit testing
2010-02-09 Sam Reed* (bug 18608) - API should provide list of CSS styles...
2010-02-09 Mark A. Hershberger* Fix up ApiTest a bit, cookie handling works
2010-02-05 Tim StarlingFix for r61957: initialise array variables explicitly.
2010-02-04 Sam Reedarray_flip() as per r61760#c5615 (follow up to r61760)
2010-02-04 Chad HorohoeFollowup r61957, define $index
2010-02-03 Tim StarlingFix for r58399 (missing index on change_tag table)...
2010-02-01 Roan KattouwWhitespace fixes for r61761, r61779
2010-02-01 Mark A. Hershbergerfollow up r61355, initial, incomplete dealing with...
2010-01-31 Sam ReedAdd myself to Api Credits
2010-01-31 Sam ReedLast fail change from r61761
2010-01-31 Sam ReedRem extra brace from r61761
2010-01-31 Sam ReedFix r61760/r61762
2010-01-31 Sam ReedFix r61760
2010-01-31 Sam ReedFinish (bug 18427) Comment (edit summary) parser option...
2010-01-31 Sam Reedin_array to isset on ApiQueryLogEvents as per (most...
2010-01-31 Sam Reed* (bug 20809) Expose EditFormPreloadText via the API
2010-01-31 Roan KattouwRevert changes to Spyc in r61756: changes tabs to space...
2010-01-31 Sam ReedStylize.php on API
2010-01-31 Sam ReedWhitespace/brace cleanup to ApiQueryDeletedrevs
2010-01-31 Sam Reedbug 18427 - Parsed comment on prop=revision
2010-01-31 Sam ReedParamDescriptions for ApiQueryRevisions were inconsiste...
2010-01-31 Sam ReedPart 1 of bug 18427 - "add comment= parameter to action...
2010-01-30 Sam ReedStart of implementation of bug 18758 - Get value of...
2010-01-30 Roan KattouwAPI: Fix E_NOTICE. !is_null() and isset() are not equiv...
2010-01-29 Sam ReedFollowup r61663 per Chads comment. Move $db declaration...
2010-01-29 Sam ReedFollowup to 61664
2010-01-29 Sam ReedDuplicate "definition" of $wgUser in same method
2010-01-29 Sam ReedReduce code duplication by having tables added in all...
2010-01-29 Tim StarlingFix careless errors in r61442 and r61444.
2010-01-28 Sam ReedMinor followup to r61609
2010-01-27 Sam Reed* (bug 21922) YAML output should quote asterisk when...
2010-01-26 Greg Sabino MullaneUse 'AS' for column alias
2010-01-24 Roan KattouwAPI: Support key-params arrays in 'descriptionmsg'...
2010-01-24 Roan KattouwAPI: (bug 22248) Output extension URLs in meta=siteinfo...
2010-01-24 Roan KattouwAPI: Document the behavior added in r61447
2010-01-24 Roan KattouwRevert r61414 per CR comment: wfTimestampNow() doesn...
2010-01-24 Sam Reedminor followup to r61447, moving commment
2010-01-23 Sam Reed* (bug 22245) blfilterredirect=nonredirects in blredire...
2010-01-23 Sam ReedLess fail for 61445
2010-01-23 Sam ReedProperly fix r61436/r61442
2010-01-23 Sam ReedNormalise comment usage (# --> //)
2010-01-23 Sam ReedMore of r61437 (adding/removing whitespace)
2010-01-23 Sam ReedFollowup to r61436
2010-01-23 Sam ReedRefactor array_intersect_key from ApiResult.php to...
2010-01-23 Sam ReedAdd/remove whitelines to increase readability in API...
2010-01-23 Sam ReedNormalise check for filterredir in Allpages to that...
2010-01-23 Sam Reedfilterredir is mutually exclusive (one value)
2010-01-23 Roan KattouwAPI: Fix bug where deprecated boolean parameters would...
2010-01-23 Bryan Tong Minh(bug 19528) Revert 55749: "according to the XSLT 1...
2010-01-23 Sam ReedStylise on ApiParse.php
2010-01-23 Roan KattouwFix indentation in r61407. PLEASE don't use spaces...
2010-01-23 Roan KattouwFollowup to r61412: don't use time(), we have our own...
2010-01-23 Sam Reed* (bug 22240) - API: include time in siteinfo
2010-01-23 Mark A. Hershbergerfollow up r61355
2010-01-22 Sam Reed(bug 22225) - misspelt wpEdittoken -> wpEditToken...
2010-01-22 Mark A. HershbergerUploadChunks added from js2 branch. Refactored. Still...
2010-01-22 Mark A. Hershbergerws only cleanup
2010-01-19 Sam ReedMove position of $prlevel array stripping, and check...
2010-01-16 Sam Reed* (bug 22061) API: add prop=headitems to action=parse
2010-01-11 Aryeh Gregorstylize.php on API code
2010-01-06 Sam Reed"apprfiltercascade - Filter protections based on cascad...
2010-01-06 Sam Reed* (bug 20233) ApiLogin::execute() doesn't handle LoginF...
2010-01-05 Chad HorohoeOnly use one if, not 2
2010-01-04 Bryan Tong MinhAPI: Expand the thumburl to an absolute url to make...
2010-01-04 Tim StarlingFix for bug 9413 and the related Malayalam issue report...
2010-01-03 Roan KattouwFollowup to r60587: wrong user_groups join
2010-01-03 Roan KattouwAPI: Per Domas, don't FORCE INDEX when doing an INNER...
2009-12-29 Roan KattouwAPI: Fix breakage due to MySQL 5.1 behavior change...
2009-12-24 Roan KattouwAPI: (bug 21945) Add chomp control in YAML
2009-12-13 Alexandre Emsenhuber* (bug 21441) meta=userinfo&uiprop=options no longer...
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-12-11 Roan KattouwAPI: (bug 21817) list=usercontribs chokes on empty...
2009-12-11 Tim StarlingRestored the function of ApiMain::requestWriteMode...
2009-12-09 Roan KattouwAPI: Add rvdifftotext parameter to prop=revisions to...
2009-12-02 Roan KattouwAPI: Minor cleanup for r59258, general whitespace cleanup
2009-12-02 Roan KattouwAPI: Fix for r58551: WDDX formatter barfs on null
2009-12-02 Sam Reedbug 21740 Attempting to protect a page that doesn't...
2009-12-01 Tim StarlingReverted r58646 as per my comments on bug 20554.
2009-11-26 Tim StarlingRemoved JS2 work (has been moved to the js2-work branch...
2009-11-22 Sam ReedApply patch from bug 21589 API: Separate summary and...
2009-11-20 Tim StarlingRework of libAddMedia. The changes are entirely unteste...
2009-11-19 Max Semeniktab to spaces
2009-11-19 Sam Reedbug 19523 prop=info&inprop=watched
2009-11-14 Siebrand MazelandUpdate break notation to self enclosed and properly...
2009-11-09 Bryan Tong MinhFollow-up to r58633 and r58628 (lqt): Rename Title...
2009-11-06 Roan KattouwAPI: (bug 20967) action=edit allows creation of invalid...
2009-11-06 Roan KattouwAPI: (bug 20554) Expose average slave lag (avglag)...
2009-11-06 Andrew GarrettEnabling changes for r56828: some refactoring and code...
2009-11-04 Alexandre Emsenhuber* (bug 21083) API: list=allusers no longer returns...
next