aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialUndelete.php
Commit message (Expand)AuthorAgeFilesLines
* Remove cols and rows preferencesChad Horohoe2017-01-091-2/+2
* Add id attribute to error message "mw-error-cannotundelete"divadsn2016-12-251-5/+3
* Replaced Linker::link() usage with LinkRenderer in some special pagesSubin Siby2016-12-041-13/+14
* Get ConfigFactory & MainConfig from MediaWikiServicesaddshore2016-11-231-1/+2
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-10/+10
* Better handle already-used rev_id when restoringMatthew Flaschen2016-08-111-91/+164
* Fix alias capitalization warningMatthew Flaschen2016-05-181-1/+1
* Set doesWrites() for Special:UndeleteAaron Schulz2016-03-241-0/+4
* Add tags support to patrol, protect, unblock, and undeleteGeoffrey Mon2016-02-291-1/+4
* Don't URL encode titles when revdeling from Special:UndeleteLuke Faraone2016-02-211-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-131/+131
* Merge "Add IContextSource as parameter to ChangeTags::formatSummaryRow"jenkins-bot2016-02-121-2/+6
|\
| * Add IContextSource as parameter to ChangeTags::formatSummaryRowAashaka Shah2016-02-041-2/+6
* | Merge "Allow easy suppression of multiple deleted revs"jenkins-bot2016-02-091-10/+50
|\ \
| * | Allow easy suppression of multiple deleted revsLuke Faraone2016-02-091-10/+50
* | | Include completion search into SearchEngineStanislav Malyshev2016-02-031-9/+1
| |/ |/|
* | Define which SpecialPage classes expect write vs read modeAaron Schulz2016-01-141-0/+4
* | Fall back to autoincrement when page cannot be recreated with old IDGergő Tisza2016-01-121-0/+4
* | Use ar_page_id on undeletionvictorbarbu2016-01-111-1/+1
|/
* No prefix suggestion of special and media namespace on special pagesumherirrender2015-12-131-1/+3
* Resolve code invoking Title::newFromURLAlbert2212015-12-121-1/+1
* Replace "squid" with "CDN" in various commentsAaron Schulz2015-12-091-2/+2
* Allow auto suggestion for subpages of some special pagesumherirrender2015-12-061-0/+18
* Move category membership RC updates to CategoryMembershipChangeJobAaron Schulz2015-12-031-3/+6
* Make HTMLCacheUpdate callers more consistentAaron Schulz2015-12-011-2/+1
* Move the "shit" outumherirrender2015-10-141-1/+1
* Clean up Special:Undelete read-only checksAaron Schulz2015-10-041-3/+3
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-1/+1
* Merge "Avoid fatal when accessing method of non-objects on Special:Undelete"jenkins-bot2015-08-141-1/+1
|\
| * Avoid fatal when accessing method of non-objects on Special:Undeleteumherirrender2015-08-091-1/+1
* | Added wfTransactionalTimeLimit() method and applied itAaron Schulz2015-08-121-0/+2
|/
* Ignore tagfilter url parameter on Special:Undeleteumherirrender2015-07-051-1/+2
* Change "? :" to "?:"Kunal Mehta2015-07-011-1/+1
* Made isAllowed(), showHistory() and formatRevisionRow() protected to allow fo...Jack Phoenix2015-05-241-3/+3
* Allow to customise addHelpLink() target via system messageFederico Leva2015-05-151-1/+1
* Fix "Bad value 1 for attribute autofocus" on special pagesumherirrender2015-03-181-2/+2
* Made wfFindFile/wfLocalFile callers use explicit "latest" flagsAaron Schulz2015-03-061-0/+1
* Add top help link to MediaWiki.org in several pages via indicatorNemo bis2015-03-041-0/+1
* Revision: mark getRaw*() methods as deprecatedRicordisamoa2015-01-181-2/+2
* Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-8/+8
* Changed some DatabaseBase type hints to IDatabaseAaron Schulz2014-12-021-1/+1
* Break long linesumherirrender2014-10-141-1/+3
* Remove redundant $db->resultObject() callsKevin Israel2014-09-191-14/+9
* SpecialUndelete: Check permissions on a per-page basisKunal Mehta2014-09-181-8/+31
* SpecialUndelete/PageArchive: Use Config instead of globalsKunal Mehta2014-08-061-19/+17
* Fix appearance of suppress messages at Special:UndeleteLeon Liesener2014-07-261-2/+4
* Avoid using raw sql in SpecialUndelete.phpumherirrender2014-05-311-17/+8
* Pass archived page id to ArticleUndelete hook.Rob Moen2014-05-201-1/+2
* Fixed some @params documentation (includes/[specialpage|specials])umherirrender2014-04-191-3/+5
* Declare visibility on class properties of SpecialUndeleteSiebrand Mazeland2014-03-261-3/+12