aboutsummaryrefslogtreecommitdiffstats
path: root/includes/MediaWiki.php
Commit message (Expand)AuthorAgeFilesLines
* MediaWiki: Avoid usage of deprecated `JobQueueGroup::singleton()`Derick A2021-07-121-3/+3
* Add statsd timing for actionsTim Starling2021-06-291-3/+11
* Add TransactionProfiler::silenceForScope()Gergő Tisza2021-05-161-8/+5
* Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variablesJames D. Forrester2021-05-141-1/+1
* Remove deprecated https-related hooksDannyS7122021-04-301-5/+0
* build: Upgrade mediawiki-codesniffer from v35.0.0 to v36.0.0James D. Forrester2021-04-291-1/+1
* Reapply Content-Length deferred updates patchesTim Starling2021-04-081-43/+113
* Disable DEFER_SET_LENGTH_AND_FLUSH headers to avoid HTTP errorsAaron Schulz2021-04-061-34/+3
* Revert "Avoid HTTP protocol errors when fastcgi_finish_request() is unavailable"Reedy2021-04-021-96/+56
* Revert "Move logDataPageOutputOnly() call to outputResponsePayload()"Reedy2021-04-021-8/+9
* Move logDataPageOutputOnly() call to outputResponsePayload()Aaron Schulz2021-03-291-9/+8
* Merge "Avoid HTTP protocol errors when fastcgi_finish_request() is unavailable"jenkins-bot2021-03-241-56/+96
|\
| * Avoid HTTP protocol errors when fastcgi_finish_request() is unavailableAaron Schulz2021-03-241-56/+96
* | Limit the scope of when ErrorPageError is expected to be thrownAaron Schulz2021-03-221-16/+12
|/
* Merge "Remove MediaWiki::triggerJobs()"jenkins-bot2021-03-211-46/+0
|\
| * Remove MediaWiki::triggerJobs()Tim Starling2021-03-181-46/+0
* | Replace various usages of PermissionManager with AuthorityPetr Pchelko2021-03-171-6/+4
|/
* Allow top-right search form target to be modifiableCormac Parle2021-03-121-6/+8
* Hard-deprecate MediaWiki::triggerJobs()Aaron Schulz2021-03-121-0/+2
* Add $wgChronologyProtectorStash and improve $wgMainStash commentsAaron Schulz2021-03-011-47/+27
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* rdbms: Use PSR-3 for ChronologyProtector shutdown debug messageTimo Tijhof2021-01-071-1/+0
* Swap out uses of User->isLoggedIn() with ->isRegistered()James D. Forrester2020-12-221-2/+2
* Merge "Replace deprecated Title::getCdnUrls"jenkins-bot2020-11-131-8/+10
|\
| * Replace deprecated Title::getCdnUrlsUmherirrender2020-11-031-8/+10
* | Replace deprecated WikiPage::factory in MediaWiki classUmherirrender2020-11-111-4/+4
|/
* Hard deprecation of Language::convertTitle(),ArtBaltai2020-10-201-12/+15
* Merge "Change invalid 'Content-Encoding: none' header"jenkins-bot2020-10-121-1/+1
|\
| * Change invalid 'Content-Encoding: none' headerPlatonides2020-07-261-1/+1
* | Use strict (in)equality with namespaces constants when LHS is definitely an i...Ed Sanders2020-07-311-1/+1
|/
* Introduce $wgForceHTTPSTim Starling2020-06-301-48/+89
* Fix redirects using Special:MyLanguage etc. when using a mobile domainBartosz Dziewoński2020-06-171-1/+1
* Merge "MediaWiki::parseTitle - remove use of Revision objects"jenkins-bot2020-06-031-2/+8
|\
| * MediaWiki::parseTitle - remove use of Revision objectsDannyS7122020-06-031-2/+8
* | Remove terminating line breaks from debug messagesTim Starling2020-06-031-1/+1
|/
* Hooks::run() call site migrationTim Starling2020-05-301-8/+10
* exception: cleanup "caught_by" and use Throwable in more placesAaron Schulz2020-05-181-12/+17
* Fix numerous PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-121-2/+2
* Hard deprecate Action construction with WikiPageArtBaltai2020-04-141-4/+4
* Hard deprecate Action::factory with null argument $actionArtBaltai2020-04-111-1/+1
* Fix post-send job runningBrad Jorsch2020-03-191-2/+2
* Use MediaWikiServices::getMessageCacheUmherirrender2020-03-141-3/+4
* Convert JobRunner into a service and use DIPetr Pchelko2020-02-271-7/+6
* Replace calls to Title::getUserPermissionsErrors (part 5)DannyS7122020-02-261-1/+2
* Introduce ContentHandlerFactoryArtBaltai2020-02-071-1/+5
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-3/+3
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-4/+4
* Fix typo: occured → occurredAmmar2019-10-061-1/+1
* HHVM removal: Remove use of HHVM_VERSION and register_postsend_functionDaimona Eaytoy2019-10-041-11/+4
* Merge "Avoid using "enqueue" mode for deferred updates in doPostOutputShutdown"jenkins-bot2019-10-021-51/+146
|\