API: fix copyright symbol, coding style cleanup, more braces
[lhc/web/wiklou.git] / includes / api /
2010-02-23 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
2010-02-23 Jack PhoenixAPI: coding style cleanup, fix copyright symbol, more...
2010-02-22 Sam ReedFixup whitespace
2010-02-22 Jack PhoenixApiExpandTemplates.php: fix copyright symbol, coding...
2010-02-22 Jack PhoenixApiMove.php: fix copyright symbol, spacing & coding...
2010-02-22 Jack PhoenixApiEmailUser.php: fix copyright symbol, spacing and...
2010-02-22 Jack PhoenixApiEditPage.php: fix copyright symbol, spacing and...
2010-02-22 Mark A. Hershbergerws-only cleanup
2010-02-22 Mark A. Hershbergerfollow up r62231, r61779, r62175
2010-02-21 Jack PhoenixApiDisabled.php: fix copyright symbol, coding style...
2010-02-21 Jack PhoenixApiBlock.php: spacing & coding style tweaks, more brace...
2010-02-20 Jack PhoenixApiBase.php: coding style cleanup, added more braces...
2010-02-19 Sam Reedr65299 c5894 followup
2010-02-19 Sam ReedFixup result_array
2010-02-19 Jack PhoenixAPI deletion module: trim trailing spaces, tweak coding...
2010-02-19 Sam ReedStylize on Api
2010-02-18 Jack PhoenixAPI login module: coding style cleanup, remove stray...
2010-02-16 Sam ReedMinor fixup to api/ApiEditPage.php to remove getMaxArti...
2010-02-16 Sam ReedFollowup to r62557 as per Roans comment
2010-02-16 Sam ReedDecomment parts accidentally commited commented in...
2010-02-16 Sam ReedFollowup to r62557
2010-02-15 Sam ReedRemove a couple of duplicated errors from ApiEditPage...
2010-02-15 Sam ReedRefactor requiresToken to getTokenSalt - Returns salt...
2010-02-15 Roan KattouwFix broken comma logic in r62486
2010-02-15 Roan KattouwAPI performance fixes: avoid unstubbing $wgContLang...
2010-02-15 Roan KattouwAPI: Redo r62540 for all modules, easier than I first...
2010-02-15 Roan KattouwAPI: Optimize read rights check in opensearch so $wgUse...
2010-02-15 Roan KattouwWhitespace fixes for r62532
2010-02-15 Michael Dale* helps address bug 22453, Enables the api to return...
2010-02-15 Mark A. Hershbergerfollow-up r62498 — use the new functionality of require...
2010-02-15 Roan KattouwFix r62511: always select ipb_auto field
2010-02-15 Roan KattouwAPI: Don't display range info for autoblocks (effective...
2010-02-15 Raimond SpekkingFix fir r62482: PHP Notice: Undefined index: token...
2010-02-15 Mark A. Hershbergerfollow up r62353 Make ApiBase::requireOnlyOneParameter...
2010-02-14 Tim StarlingSearch suggestion API requests make up a substantial...
2010-02-14 Sam ReedStart of "Bug 21991 - Move common query parameter...
2010-02-14 Sam ReedChange layout of the mustBePosted format to standardise it
2010-02-14 Sam ReedFollowup to r62465, should be in an array
2010-02-14 Sam ReedMove ( 'code' => 'show', 'info' => 'Incorrect parameter...
2010-02-14 Sam ReedFixup spaces to tabs from r62404
2010-02-14 Roan KattouwWhitespace fixes for r62402
2010-02-13 Sam ReedStylize API files
2010-02-13 Sam Reed4 More dieUsage calls
2010-02-13 Sam ReeddieUsage getPossibleErrors in ApiQuerySearch and ApiQue...
2010-02-13 Sam ReedFix fail in ApiEditPage.php
2010-02-13 Sam ReedComplete dieUsage errors in 7 more Api files
2010-02-13 Sam ReedComplete dieUsage errors in 6 more Api files
2010-02-13 Sam ReedAnd an erroneous )
2010-02-13 Sam ReedRem erroneous bracket, followup to r62404
2010-02-13 Sam ReedImplement 9 modules dieUsage errors
2010-02-13 Sam ReedRest of dieUsageMsg in getPossibleErrors
2010-02-13 Sam ReedStart of blanket coverage of dieUsageMsg in getPossible...
2010-02-12 Siebrand MazelandRemove debug logging introduced in r62354
2010-02-12 Mark A. Hershbergervarious eol whitespace now instead of when someone...
2010-02-12 Mark A. HershbergerFinal(?) changes to enable chunked uploading.
2010-02-11 Sam ReedSimplification as per Bryan on r62339 comment
2010-02-11 Sam ReedCater for some more errors in ApiBase.php
2010-02-11 Sam ReedRemove old/deprecated $this->getMain()->isWriteMode...
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...
next