aboutsummaryrefslogtreecommitdiffstats
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* RequestContext: add @param documentation to setAuthority()Universal Omega2021-05-091-0/+3
* DatabaseBlock: Hard-deprecate calls to isWhitelistedFromAutoblocks()James D. Forrester2021-05-081-0/+2
* DatabaseBlock::isExemptedFromAutoblocks: Drop fallback message loadJames D. Forrester2021-05-081-2/+0
* Merge "resourceloader: Fix path-only URLs in wiki modules when script path is...jenkins-bot2021-05-081-2/+14
|\
| * resourceloader: Fix path-only URLs in wiki modules when script path is docrootTimo Tijhof2021-05-081-2/+14
* | Merge "Rename `page_timestamp` revision index"jenkins-bot2021-05-082-0/+7
|\ \
| * | Rename `page_timestamp` revision indexAmmarpad2021-04-302-0/+7
* | | Merge "Do not call SpecialPage::addHelpLink in constructor"jenkins-bot2021-05-082-2/+10
|\ \ \ | |_|/ |/| |
| * | Do not call SpecialPage::addHelpLink in constructorUmherirrender2021-05-042-2/+10
* | | Merge "Split TimeCorrection parser into separate class"jenkins-bot2021-05-075-99/+280
|\ \ \
| * | | Split TimeCorrection parser into separate classDerk-Jan Hartman2021-05-075-99/+280
* | | | Merge "ForkController: Throw more meaningful error for missing PHP extensions"jenkins-bot2021-05-071-12/+12
|\ \ \ \
| * | | | ForkController: Throw more meaningful error for missing PHP extensionsAmmarpad2021-04-171-12/+12
* | | | | Merge "Declare $wgCanonicalNamespaceNames in DefaultSettings.php"jenkins-bot2021-05-071-0/+7
|\ \ \ \ \
| * | | | | Declare $wgCanonicalNamespaceNames in DefaultSettings.phpdaniel2021-05-071-0/+7
* | | | | | Merge "LinkBatch: skip bad input"jenkins-bot2021-05-071-9/+27
|\ \ \ \ \ \
| * | | | | | LinkBatch: skip bad inputdaniel2021-05-071-9/+27
| |/ / / / /
* | | | | | Merge "Add null checks for namespaces and actions in blocks"jenkins-bot2021-05-072-18/+25
|\ \ \ \ \ \
| * | | | | | Add null checks for namespaces and actions in blocksSTran2021-05-072-18/+25
* | | | | | | Title: avoid instance cache pollutiondaniel2021-05-071-5/+27
| |/ / / / / |/| | | | |
* | | | | | Localisation updates from https://translatewiki.net.Translation updater bot2021-05-075-11/+12
* | | | | | Merge "ApiQueryLogEvents: when user is specified, omit STRAIGHT_JOIN"jenkins-bot2021-05-071-1/+2
|\ \ \ \ \ \
| * | | | | | ApiQueryLogEvents: when user is specified, omit STRAIGHT_JOINTim Starling2021-05-071-1/+2
| |/ / / / /
* | | | | | Merge "LinksUpdate: don't throw if page does not exist"jenkins-bot2021-05-072-13/+39
|\ \ \ \ \ \
| * | | | | | LinksUpdate: don't throw if page does not existdaniel2021-05-042-13/+39
* | | | | | | Merge "rdbms: disallow upsert()/replace() calls with multiple unique keys"jenkins-bot2021-05-073-20/+20
|\ \ \ \ \ \ \
| * | | | | | | rdbms: disallow upsert()/replace() calls with multiple unique keysAaron Schulz2021-05-053-20/+20
* | | | | | | | Merge "Use a constant for 'Maintenance script' username"jenkins-bot2021-05-072-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Use a constant for 'Maintenance script' usernameGergő Tisza2021-05-032-0/+7
* | | | | | | | | Reorder tables in SpecialWatchlistPetr Pchelko2021-05-061-1/+1
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge "WebInstaller: Don't show the announce-l subscribe checkbox temporarily"jenkins-bot2021-05-061-6/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | WebInstaller: Don't show the announce-l subscribe checkbox temporarilyJames D. Forrester2021-05-051-6/+7
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge "Deprecate legacy actor migration keys"jenkins-bot2021-05-061-6/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | Deprecate legacy actor migration keysTim Starling2021-05-031-6/+19
* | | | | | | | | Merge "Split a base class out of ActorMigration"jenkins-bot2021-05-062-452/+556
|\| | | | | | | |
| * | | | | | | | Split a base class out of ActorMigrationTim Starling2021-05-032-452/+556
* | | | | | | | | Merge "rdbms: use is_file() in DatabaseSqlite::open()"jenkins-bot2021-05-061-5/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rdbms: use is_file() in DatabaseSqlite::open()Aaron Schulz2021-05-051-5/+1
* | | | | | | | | | Merge "Eliminate use of Title object in REST infrastructure"jenkins-bot2021-05-0619-273/+407
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Eliminate use of Title object in REST infrastructurePetr Pchelko2021-05-0519-273/+407
* | | | | | | | | | | Localisation updates from https://translatewiki.net.Translation updater bot2021-05-064-3/+12
* | | | | | | | | | | Merge "Remove harmful validation regex in PageReferenceValue"jenkins-bot2021-05-061-8/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove harmful validation regex in PageReferenceValueTim Starling2021-05-061-8/+1
* | | | | | | | | | | | Merge "EditPage::getExpectedParentRevision(): guard against null edittime"jenkins-bot2021-05-061-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | EditPage::getExpectedParentRevision(): guard against null edittimeTim Starling2021-05-061-2/+2
* | | | | | | | | | | | Merge "WikiPage: Document triggerOpportunisticLinksUpdate and related code"jenkins-bot2021-05-054-9/+46
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | WikiPage: Document triggerOpportunisticLinksUpdate and related codeTimo Tijhof2021-05-054-9/+46
* | | | | | | | | | | | | rdbms: add an IDatabase method to expose DB server IDsAaron Schulz2021-05-055-5/+47
| |_|_|/ / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge "Throw if action codes in getAllBlockActions aren't unique"jenkins-bot2021-05-051-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Throw if action codes in getAllBlockActions aren't uniqueSTran2021-05-051-0/+4