aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialProtectedtitles.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace SpecialP* under \MediaWiki\SpecialsJames D. Forrester2023-09-131-193/+0
* Use real type hints for services etc. in specials/ (N-Z)Bartosz Dziewoński2023-08-291-5/+2
* SpecialProtected(pages|titles): Cleanup getLevelMenu() methodFunc2023-07-131-13/+6
* Specials: Mass switch everything to IConnectionProvider from LBAmir Sarabadani2023-04-191-7/+7
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* Remove unused arguments to private functionsUmherirrender2023-02-081-10/+4
* Reorg: Move DummyLinker and Linker to linker/Amir Sarabadani2022-12-081-0/+1
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-1/+2
* Sort services injected into specialpage pagersUmherirrender2022-02-101-3/+3
* Use HTMLForm::setWrapperLegend and ::setSubmitTextMsg to set messagesUmherirrender2021-06-151-1/+1
* Improve documentation about object to be stdClass or specific typeUmherirrender2020-11-201-1/+1
* Inject services into SpecialProtectedtitlesUmherirrender2020-10-251-3/+20
* Use ::class to refer HTML form field classesUmherirrender2020-09-191-1/+1
* specials: HTMLForm::factory() method calls can be chainedThiemo Kreuz2020-09-081-2/+1
* Use LinkBatchFactory in pagers, special pages and actionsUmherirrender2020-09-061-1/+12
* Use @internal instead of @private per policydaniel2020-06-261-2/+2
* Fix the rest of includes/specials/ Squiz.Scope.MethodScope.MissingReedy2020-05-181-2/+2
* Fix some includes/specials/ Squiz.Scope.MethodScope.MissingReedy2020-05-181-2/+2
* Add help links to core special pagesDannyS7122019-07-111-0/+1
* Improve type hints to special page related classesUmherirrender2019-06-031-1/+1
* Resolve required parameter after optional in specialsErik Bernhardson2018-06-081-1/+1
* Special:ProtectedTitles: Use HTMLFormPrateek Saxena2018-04-201-1/+1
* Special:ProtectedTitles: Use HTMLFormPrateek Saxena2018-02-261-37/+25
* SpecialProtectedtitles: Use 'comma-separator' instead of hardcoded commaBartosz Dziewoński2018-01-121-6/+3
* Replaced Linker::link() usage with LinkRenderer in some special pagesSubin Siby2016-12-041-1/+1
* Split Pager classes out of SpecialPage filesaddshore2016-03-241-71/+0
* Convert all array() syntax to []Kunal Mehta2016-02-171-16/+16
* Localisation: Gave each special page its own messagePranavK2015-12-111-1/+1
* Remove unneeded empty lines at begin of if/else/foreach bodyumherirrender2015-06-191-2/+0
* Clean up handling of 'infinity'Brad Jorsch2015-03-131-8/+2
* Do not call purgeExpiredRestrictions on simple page viewsAaron Schulz2015-02-111-6/+2
* Fix phpcs errors in includes/Ricordisamoa2015-01-081-1/+0
* Remove obvious function-level profilingChad Horohoe2015-01-071-5/+0
* Revert "Pass a real IContextSource to ProtectedTitlesPager"Legoktm2014-08-091-1/+1
* SpecialProtectedTitles: Use Config instead of globalsKunal Mehta2014-08-031-5/+2
* Pass a real IContextSource to ProtectedTitlesPagerKunal Mehta2014-08-031-1/+1
* Fixed some @params documentation (includes/[specialpage|specials])umherirrender2014-04-191-4/+4
* Deprecate SpecialPage::getTitleKunal Mehta2013-12-241-1/+1
* doc: Remove repetitive "Give grep a chance" phrase from commentsTimo Tijhof2013-08-291-4/+2
* Give grep a chance to find the usagesshirayuki2013-08-161-0/+4
* Update formattingSiebrand Mazeland2013-05-181-13/+31
* Fixed spacing around parenthesis in includesumherirrender2013-04-281-1/+1
* Fixed spacing in specials folderumherirrender2013-04-201-8/+10
* Merge "Added spaces before and removed spaces after 'array'"jenkins-bot2013-04-141-3/+3
|\
| * Added spaces before and removed spaces after 'array'umherirrender2013-04-141-3/+3
* | Update/add documentationSiebrand Mazeland2013-04-141-1/+1
|/
* Merge "Update/fix docs"jenkins-bot2013-04-121-0/+2
|\
| * Update/fix docsSiebrand Mazeland2013-04-121-0/+2
* | Add wfProfileOut to the new returns added by 19ecb69fPlatonides2013-04-021-0/+1
|/