aboutsummaryrefslogtreecommitdiffstats
path: root/includes/MediaWiki.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace includes/contextJames D. Forrester2024-02-081-0/+2
* entrypoint: Isolate entry points from PHP runtime for testingdaniel2024-02-021-2/+7
* MediaWikiEntryPoint: Inject MediaWiki services containerDerick Alangi2024-01-241-1/+2
* Introduce MediaWikiEntryPoint and ActionEntryPointdaniel2024-01-031-1258/+30
* Replace $wgCommandLineMode checks with MW_ENTRY_POINT in other placesBartosz Dziewoński2024-01-021-1/+1
* MediaWiki.php: Enable all executeTiming metrics to use the new Stats libraryAndrea Denisse Gómez-Martínez2023-12-291-13/+5
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-0/+2
* Request: Deprecate methods in WebRequest classDerick Alangi2023-10-031-1/+0
* MediaWiki: Re-arrange code so $host really only contains the hostthiemowmde2023-09-271-11/+5
* MediaWiki: Use UrlUtils service over wfParseUrlDerick Alangi2023-09-261-1/+1
* MediaWiki: Use `$host` instead of trying to access array (again)Derick Alangi2023-09-261-1/+1
* Merge "MediaWiki.php: Convert executeTiming metric to new Stats library"jenkins-bot2023-09-251-4/+14
|\
| * MediaWiki.php: Convert executeTiming metric to new Stats libraryCole White2023-09-251-4/+14
* | MediaWiki: Remove unused param from `preOutputCommit()`Derick Alangi2023-09-241-6/+1
* | Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-0/+2
* | Namespace remaining Title-related classes under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* | Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-0/+2
|/
* Merge "Add an option to allow users to always enable safemode"jenkins-bot2023-09-151-0/+6
|\
| * Add an option to allow users to always enable safemodeDringsim2023-09-081-0/+6
* | Namespace SpecialR* under \MediaWiki\SpecialsJames D. Forrester2023-09-141-0/+1
* | Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-111-0/+1
|/
* rdbms: Remove LBF::appendShutdownCPIndexAsQuery()Amir Sarabadani2023-08-301-5/+6
* Revert "MediaWiki: Temp silence FR-induced clearActionName warnings"Bartosz Dziewoński2023-08-091-7/+1
* rdbms: Update outdated docs regarding ChronologyProtectorTimo Tijhof2023-08-011-4/+4
* rdbms: Move two static methods of LBFactory to ChronologyProtectorAmir Sarabadani2023-08-011-1/+1
* MediaWiki.php: Add a note about HTMLFileCache::useFileCache() pathDerick Alangi2023-07-141-0/+5
* Remove SpecialPageAction and associated logic, route old URLsBartosz Dziewoński2023-07-111-0/+16
* Add some tests for MediaWiki::parseTitleBartosz Dziewoński2023-07-061-5/+5
* core: Replace deprecated calls to wfExpandUrl with UrlUtils::expandJames D. Forrester2023-06-231-4/+14
* Remove redundant and unused UseCDNCache cookieAaron Schulz2023-04-201-1/+0
* profiler: Add ProfilingContext classAaron Schulz2023-03-231-1/+4
* Merge "Minor optimizations to MediaWiki::schedulePostSendJobs()"jenkins-bot2023-03-101-8/+11
|\
| * Minor optimizations to MediaWiki::schedulePostSendJobs()Aaron Schulz2023-02-151-8/+11
* | Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* | Reorg: Move WebResponse and FauxResponse to Request/Amir Sarabadani2023-03-011-0/+1
* | Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-271-0/+1
* | Metrics: rename Metrics lib to StatsCole White2023-02-241-2/+2
* | Merge "Replace usages of MWException"jenkins-bot2023-02-211-2/+2
|\ \ | |/ |/|
| * Replace usages of MWExceptionDaimona Eaytoy2023-01-291-2/+2
* | Clear the statsd data buffer regardless of StatsdServer configFunc2023-02-121-2/+2
* | Merge "MediaWiki: Fall back to title= when curid= no longer exists"jenkins-bot2023-01-311-1/+3
|\ \
| * | MediaWiki: Fall back to title= when curid= no longer existsUmherirrender2023-01-141-1/+3
| |/
* / rdbms: Simplify $options argument in commitPrimaryChanges and moreAmir Sarabadani2023-01-251-1/+1
|/
* deferred: Remove internal DeferredUpdates::doUpdates parameterTimo Tijhof2023-01-061-1/+0
* rdbms: Consolidate logger channels into oneTimo Tijhof2023-01-031-1/+1
* Merge "rdbms: add statsd metrics to TransactionProfiler"jenkins-bot2022-12-131-0/+3
|\
| * rdbms: add statsd metrics to TransactionProfilerAaron Schulz2022-11-301-0/+3
* | Merge "Handle bad redirect target for personally identifiable special pages"jenkins-bot2022-12-081-0/+11
|\ \
| * | Handle bad redirect target for personally identifiable special pagesUmherirrender2022-11-181-0/+11
* | | Fix casing of class and function name usagesReedy2022-12-041-1/+1
| |/ |/|