aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialDoubleRedirects.php
Commit message (Expand)AuthorAgeFilesLines
* specials: Use type declaration on undocumented private functionsUmherirrender2025-04-041-1/+1
* Namespace all remaining files in includes/skinJames D. Forrester2025-03-251-1/+1
* specials: Remove constructor PHPdoc blockUmherirrender2025-02-201-5/+0
* Use content dir in DoubleRedirects and ShortPages special pagesEbrahim Byagowi2024-10-081-7/+9
* Replace use of getDirMark with <bdi> in Special:DoubleRedirectsEbrahim Byagowi2024-10-021-9/+13
* specials: Improve docs and `@ingroup` tags, fix file headersTimo Tijhof2024-05-151-5/+4
* Migrate to IReadableDatabase::newSelectQueryBuilder with queryInfoUmherirrender2024-05-041-6/+4
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-3/+1
* Remove allowances for nullable `rd_interwiki` and `rd_fragment`Bartosz Dziewoński2023-10-031-4/+1
* 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-5/+2
* tests: Avoid database usage when possibleDaimona Eaytoy2023-07-311-5/+1
* Simplify WHERE conditions with field = '' OR IS NULLUmherirrender2023-07-011-1/+1
* Namespace SpecialD* under \MediaWiki\SpecialsJames D. Forrester2023-05-031-0/+11
* Specials: Mass switch everything to IConnectionProvider from LBAmir Sarabadani2023-04-191-5/+5
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Show fragment of middle page in Special:DoubleRedirectsBrian Wolff2022-07-111-1/+4
* Introduce SpecialPage::getAuthority shortcut to contextPetr Pchelko2021-03-021-1/+1
* Convert first batch of special pages to AuthorityPetr Pchelko2021-03-011-8/+1
* Improve doc about object to be stdClass in QueryPage::formatResultUmherirrender2020-11-151-1/+1
* Inject DBLoadBalancer into abstract QueryPageUmherirrender2020-11-021-0/+1
* Inject services into SpecialBrokenRedirects/SpecialDoubleRedirectsUmherirrender2020-10-121-20/+39
* Use LinkBatchFactory in pagers, special pages and actionsUmherirrender2020-09-061-1/+2
* Fix the rest of includes/specials/ Squiz.Scope.MethodScope.MissingReedy2020-05-181-1/+1
* 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-1/+4
* 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
* SpecialDoubleRedirects: Fix undefined '$result->namespace' noticeTimo Tijhof2017-08-101-21/+26
* SpecialDoubleRedirects: Use more descriptive aliases in the queryTimo Tijhof2017-08-031-25/+30
* Show anchor in redirect target on Special:DoubleRedirectsHuji Lee2017-08-031-2/+3
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-281-0/+1
* Move ResultWrapper subclasses to RdbmsAaron Schulz2017-03-031-0/+2
* includes/specials: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-281-1/+1
* Replace Linker::link() with LinkRenderer in some special pagesMtDu2016-11-301-9/+8
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-17/+17
* Make edit link conditional on Special:BrokenRedirects/DoubleRedirectsumherirrender2015-11-061-8/+47
* Add public keywords to QueryPage subclassesRicordisamoa2015-08-201-2/+2
* SpecialDoubleRedirects: Remove redirect=no for action=editFomafix2015-06-301-1/+0
* Update formattingSiebrand Mazeland2013-04-201-5/+12
* 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/+7
|/
* Add SpecialPage::getGroupName and use itumherirrender2013-03-071-0/+4
* Merge "fix hardcoded quote in Special:DoubleRedirects/BrokenRedirects"jenkins-bot2013-01-311-1/+2
|\