aboutsummaryrefslogtreecommitdiffstats
path: root/includes/MediaWiki.php
Commit message (Expand)AuthorAgeFilesLines
* Revert "Setup: Promote clearActionName log message to runtime warning"Awight2022-07-121-8/+12
* Setup: Promote clearActionName log message to runtime warningTimo Tijhof2022-07-121-12/+8
* MediaWiki.php: Reduce scope of variablesUmherirrender2022-07-081-19/+19
* MediaWiki: Avoid spurious page queryMáté Szabó2022-07-051-4/+3
* Call IContextSource::getAuthority instead of IContextSource::getUserUmherirrender2022-06-291-1/+1
* MediaWiki: Don't eagerly initialize action nameMáté Szabó2022-06-241-4/+6
* Merge "deferred: Remove unused $mode and jobify() from internal doUpdates"jenkins-bot2022-06-241-1/+1
|\
| * deferred: Remove unused $mode and jobify() from internal doUpdatesTimo Tijhof2022-06-211-1/+1
* | MediaWiki.php: Replace deprecated wfReadOnlyUmherirrender2022-06-201-9/+4
|/
* ViewAction: Enable unconditional 1h hour CDN cache for any page viewsAmir Sarabadani2022-05-301-2/+6
* Replace Action::getActionName by IContextSource::getActionNameUmherirrender2022-04-151-2/+2
* Use name constants to access config settings.daniel2022-04-071-27/+28
* phan: Disable scalar_implicit_cast settingUmherirrender2022-03-181-0/+1
* Fix type of value directly passed to php internal functionsUmherirrender2022-03-071-1/+1
* Fix various documentation related to null typesUmherirrender2022-02-261-1/+1
* Replace some more usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-2/+3
* DeferredUpdates: Introduce $wgForceDeferredUpdatesPreSenddaniel2022-02-151-1/+7
* Fix typos in comments (M)Siddharth VP2022-01-091-1/+1
* SECURITY: Require 'read' right for most actionsKunal Mehta2021-12-151-0/+5
* Revert "Replace deprecated methods IContextSource::getWikiPage && IContextSou...Legoktm2021-12-141-11/+14
* Remove ActionAjaxAmir Sarabadani2021-12-011-15/+0
* Merge "rdbms: Stop calling LBFactory::setAgentName from MW wiring"jenkins-bot2021-11-221-12/+0
|\
| * rdbms: Stop calling LBFactory::setAgentName from MW wiringTimo Tijhof2021-11-191-12/+0
* | Remove or replace usages of "sanity"Reedy2021-11-191-2/+2
* | Replace deprecated methods IContextSource::getWikiPage && IContextSource::can...Roman Stolar2021-11-161-14/+11
|/
* profiler: Remove dependency on WebRequest from ProfilerTimo Tijhof2021-10-091-1/+0
* Merge "Metrics: Wire up MetricsFactory into ServiceWiring and emit steps"jenkins-bot2021-10-071-0/+3
|\
| * Metrics: Wire up MetricsFactory into ServiceWiring and emit stepsCole White2021-10-071-0/+3
* | Deprecate wfLogProfilingData(), improve statsd/profiling docsTimo Tijhof2021-10-021-3/+30
|/
* MWExceptionHandler: Rename rollbackMasterChangesAndLog to rollbackPrimaryChan...James D. Forrester2021-09-031-1/+1
* ILoadBalancer/ILBFactory: Rename hasOrMadeRecentMasterChanges to hasOrMadeRec...James D. Forrester2021-09-021-2/+2
* ILoadBalancer/ILBFactory: Rename commitMasterChanges() to commitPrimaryChanges()James D. Forrester2021-09-021-3/+3
* Change trivial use of getVal('action') to getRawValTimo Tijhof2021-08-261-11/+11
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* 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