aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialBrokenRedirects.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/skinJames D. Forrester2025-03-251-1/+1
* specials: Remove constructor PHPdoc blockUmherirrender2025-02-201-5/+0
* Use expression builder instead of raw sqlUmherirrender2024-07-231-1/+1
* specials: Improve docs and `@ingroup` tags, fix file headersTimo Tijhof2024-05-151-5/+4
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-3/+1
* SpecialBrokenRedirects: Make sure $toObj is always setAmir Sarabadani2023-11-021-0/+2
* Deprecate Title::getBrokenLinksFrom()Amir Sarabadani2023-10-311-7/+0
* Remove allowances for nullable `rd_interwiki` and `rd_fragment`Bartosz Dziewoński2023-10-031-5/+4
* Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-1/+1
* Use real type hints for services etc. in specials/ (A-M)Bartosz Dziewoński2023-08-291-2/+1
* Simplify WHERE conditions with field IS NULLUmherirrender2023-07-241-1/+1
* Simplify WHERE conditions with field = '' OR IS NULLUmherirrender2023-07-011-1/+1
* Specials: Mass switch everything to IConnectionProvider from LBAmir Sarabadani2023-04-191-5/+5
* Namespace SpecialB* under \MediaWiki\SpecialsJames D. Forrester2023-04-021-1/+10
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Add missing null to string casts when using rd_fragment and suchThiemo Kreuz2021-11-021-1/+5
* Introduce SpecialPage::getAuthority shortcut to contextPetr Pchelko2021-03-021-2/+2
* Convert first batch of special pages to AuthorityPetr Pchelko2021-03-011-9/+2
* Improve doc about object to be stdClass in QueryPage::formatResultUmherirrender2020-11-151-1/+1
* Inject LinkBatchFactory into QueryPage and use itUmherirrender2020-11-021-1/+5
* Inject DBLoadBalancer into abstract QueryPageUmherirrender2020-11-021-5/+2
* Inject services into SpecialBrokenRedirects/SpecialDoubleRedirectsUmherirrender2020-10-121-10/+31
* Merge "Add default deletion reason for deleting broken redirects."jenkins-bot2020-07-081-1/+6
|\
| * Add default deletion reason for deleting broken redirects.DannyS7122020-05-151-1/+6
* | Fix some includes/specials/ Squiz.Scope.MethodScope.MissingReedy2020-05-181-7/+7
|/
* Introduce ContentHandlerFactoryArtBaltai2020-02-071-1/+4
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Do not insert page titles into querycache.qc_valuemszabo-wikia2019-10-311-1/+0
* Replace usages of deprecated User::isAllowed. Step 2.Petr Pchelko2019-09-111-2/+5
* Make most special pages class names match filenameReedy2019-09-101-1/+1
* Add "help" links for Special:BrokenRedirects, Special:DoubleRedirects, and Sp...DannyS7122019-06-301-0/+5
* Change ResultWrapper to IResultWrapper in pagers and special pagesUmherirrender2018-04-041-2/+2
* Show redirect fragments on Special:BrokenRedirectsFomafix2017-08-011-2/+3
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-281-0/+1
* Move ResultWrapper subclasses to RdbmsAaron Schulz2017-03-031-0/+2
* SpecialBrokenRedirects: fix up LinkRenderer conversionMtDu2016-12-011-7/+1
* Replace Linker::link() with LinkRenderer in some special pagesMtDu2016-11-301-7/+8
* Move LinkBatch operations for QueryPage to a helper functionFlorian Schmidt2016-10-291-12/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-25/+25
* Remove various double empty newlinesumherirrender2015-12-271-1/+0
* Make edit link conditional on Special:BrokenRedirects/DoubleRedirectsumherirrender2015-11-061-8/+40
* Add public keywords to QueryPage subclassesRicordisamoa2015-08-201-2/+2
* Pass phpcs-strict on includes/specials/ (1/3)Siebrand Mazeland2014-05-091-2/+2
* Update formattingSiebrand Mazeland2013-04-201-0/+2
* Update/add documentationSiebrand Mazeland2013-04-141-3/+3
* Update code formattingSiebrand Mazeland2013-03-271-2/+2
* Add SpecialPage::getGroupName and use itumherirrender2013-03-071-0/+4
* fix hardcoded quote in Special:DoubleRedirects/BrokenRedirectsumherirrender2013-01-291-1/+2
* (bug 9237) SpecialBrokenRedirects.php: Exclude iw redirectsTimo Tijhof2012-09-271-17/+27