Merge "escape HTML elements in docblock with double quotes"
[lhc/web/wiklou.git] / includes / api / ApiDelete.php
2012-05-04 Tim StarlingMerge "(bug 29296) Expanded Blacklist for SVG Files"
2012-05-04 WerdnaMerge "(bug 18195) Allow changing preferences via API"
2012-05-03 Aaron SchulzMerge "ImagePage refactoring"
2012-05-03 Aaron SchulzMerge "Noticed while looking at $wgShowUpdatedMarker...
2012-05-03 Aaron SchulzMerge "Done a bit of deglobalisation."
2012-05-02 HasharMerge "Bumping minimum supported version of PHPUnit...
2012-05-02 KaldariMerge "Prevents sidebar links from jumping on page...
2012-05-02 umherirrender(bug 30488) API now allows listing of backlinks/embedde...
2012-04-30 CatropeMerge "Revert "Forward port of https://mediawiki.org...
2012-04-30 CatropeMerge "Forward port of https://mediawiki.org/wiki/Speci...
2012-04-27 Brion VIBBERMerge "Update jQuery UI to 1.8.19"
2012-04-27 Brion VIBBERMerge "Simplify and refactor out api code for getting...
2012-04-27 DemonMerge changes Ib2cb36cd,I50dec908
2012-04-27 ReedySimplify and refactor out api code for getting title...
2012-04-26 Brion VIBBERMerge "Removed usage of global objects in SpecialEmailUser"
2012-04-26 CatropeMerge "(bug 33602) list=allusers throws exceptions...
2012-04-26 Aaron SchulzMerge "36019: Revert b/25095 breaks Special:Categories"
2012-04-25 Brion VIBBERMerge "(bug 32537) Pre-register default-loaded RL modul...
2012-04-25 DemonMerge "(bug 34956) Parser should use mUrlProtocol inste...
2012-04-20 KaldariMerge "Removing button-float-right rule from jquery...
2012-04-20 Brion VIBBERMerge "(bug 35769) Convert mediawiki.Uri test suite...
2012-04-20 Aaron SchulzMerge "(bug 35961) Hash comparison should always be...
2012-04-19 HasharMerge "Removed subclassing of PageQueryPage where not...
2012-04-18 ReedyMerge "Re-adding dbdataobject stuff which got pulled...
2012-04-18 ReedyMerge "duration formatter, makes time in sec easy to...
2012-04-18 NikerabbitMerge "Space in $separatorTransformTable should be...
2012-04-16 Aaron SchulzMerge "fix the call of count( $module->getDependencies...
2012-04-16 Aaron SchulzMerge "(bug 34669) Disable CSS concatenation, breaks...
2012-04-16 Aaron SchulzMerge "Make data loading a bit better in ApiDelete."
2012-04-16 Alexandre EmsenhuberMake data loading a bit better in ApiDelete.
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-01-12 Max SemenikConsistency: made all API examples a verbs
2011-12-27 Sam ReedRe-instate most of the revisions for bug 33147 "API...
2011-12-27 Alexandre Emsenhuber* Integrate $wgDeleteRevisionsLimit in Title::getUserPe...
2011-12-20 Brion VibberRevert r106521: creates lots of long, unwrappable lines...
2011-12-17 Sam ReedMore example conversions/additions
2011-11-28 Sam ReedOh noes, moar http:// -> https://
2011-11-16 Alexandre Emsenhuber* Use WikiPage instead of Article
2011-11-16 John Du HartRemoved the 'eclipse helper' bit on top of every API...
2011-10-27 Sam ReedDocumentation
2011-08-17 Sam ReedBased on diff to wikia, set more functions consistently...
2011-07-17 Sam ReedFollowup r92396, add help urls for most of the core...
2011-06-28 Aaron SchulzRemoved raw Article->field accessing
2011-05-19 Antoine MussoSingle messages can be passed as strings to Api::dieUsa...
2011-04-21 Chad HorohoeRemove @static from all over the place. That's what...
2011-04-13 Happy-melonRevert r86001: Brion says it's too scary :D will recom...
2011-04-13 Happy-melonNew infrastructure for actions, as discussed on wikitec...
2011-03-23 Ryan LaneRemoving pass by reference, and making the $error argum...
2011-03-23 Ryan LaneMoving deletion hooks into doArticleDelete so that...
2011-02-25 Sam ReedImplement getRequireOnlyOneParameterErrorMessages,...
2011-02-19 Sam ReedMore parameter documentation
2011-01-07 Sam ReedAdd some more requireOnlyOneParameter related errors
2010-12-22 Sam ReedDelete all the "API for MediaWiki 1.8+" comments
2010-12-22 Roan KattouwReplace my old e-mail address with my new one in API...
2010-11-23 Alexandre Emsenhuber* (bug 26075) ApiDelete.php now calls correctly Article...
2010-10-20 Sam ReedFix some method documentation
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-10-09 Sam ReedNot sure why watch was marked as deprecated, but unwatc...
2010-10-09 Sam ReedComment return types, some explicit class variable...
2010-10-03 Sam ReedMinor tweaks to r74232, add a value for $botMax on...
2010-10-01 Sam Reed* (bug 25248) API: paraminfo errors with certain modules
2010-09-25 Sam ReedRemove some unused variables
2010-08-07 Alexandre EmsenhuberStandardised file description headers, added @file
2010-07-22 Sam ReedRemove some unused globals
2010-07-22 Sam Reed$this isn't valid in a static function. Fix for r46507
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-05-25 Sam ReedRemove arrays from getDescription where we are only...
2010-05-11 Sam ReedMixture of things.
2010-04-14 Bryan Tong MinhFollowup to r64962: Fixed watchlist parameter in API...
2010-04-10 Mark A. Hershberger* Clean up some duplicated code in r64291
2010-03-28 Sam ReedFollowup r64197
2010-03-25 Sam ReedFix bug 22944 in a much better fashion (using watchlist...
2010-03-25 Sam ReedRevert my api changes to pre r64815
2010-03-25 Sam ReedAdd array( 'show' ), to getPossibleErrors
2010-03-25 Sam ReedStop mutually exclusive values in ApiProtect
2010-03-25 Sam ReedStop mutually exclusive values in ApiDelete and ApiMove
2010-03-08 Alexandre EmsenhuberFixed some doxygen warnings
2010-02-19 Jack PhoenixAPI deletion module: trim trailing spaces, tweak coding...
2010-02-19 Sam ReedStylize on Api
2010-02-16 Sam ReedFollowup to r62557 as per Roans comment
2010-02-15 Sam ReedRefactor requiresToken to getTokenSalt - Returns salt...
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 ReedFixup spaces to tabs from r62404
2010-02-13 Sam ReedRest of dieUsageMsg in getPossibleErrors
2010-01-31 Sam ReedStylize.php on API
2010-01-23 Sam ReedNormalise comment usage (# --> //)
2010-01-23 Sam ReedAdd/remove whitelines to increase readability in API...
2010-01-11 Aryeh Gregorstylize.php on API code
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-08-15 Tim Starling* Per my CR comments on r44560: merged FileCache into...
2009-06-06 Roan KattouwFix syntax error reported by Jidanni
2009-06-05 Roan KattouwAPI: Fix bug where deleting a file description page...
2009-03-07 Roan Kattouw* API: (bug 17832) action=delete returns 'unknownerror...
2009-03-06 Roan Kattouw* API: (bug 17774) API pretends action=query doesn...
2009-01-29 Andrew GarrettFix broken calls to ArticleDelete hook.
2009-01-21 Roan KattouwFollowup to r45954: it helps to save before committing
2009-01-21 Roan KattouwFix indentation for r45944 and use consistent code...
2009-01-20 Chad HorohoeCode style tweak.
2009-01-20 Alex ZMake API action=delete respect $wgDeleteRevisionsLimit
next