aboutsummaryrefslogtreecommitdiffstats
path: root/includes/site
Commit message (Expand)AuthorAgeFilesLines
* Replace call_user_func with dynamic function callUmherirrender2025-02-131-1/+1
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-172-6/+0
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-6/+0
* Remove unchecked exception annotationsAdam Wight2024-09-171-1/+0
* Make use of the ??= and ?? operators where it makes sensethiemowmde2024-08-261-4/+1
* site: Streamline Site class using modern PHP featuresthiemowmde2024-07-181-16/+6
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-1/+1
* Fix various version mention for class_aliasUmherirrender2024-07-0510-10/+10
* Add namespace and deprecation alias to FormatJsonEbrahim Byagowi2024-05-161-1/+1
* Add namespace and deprecation alias to Xml and XmlSelectEbrahim Byagowi2024-05-161-1/+1
* Typo fixesfrankie2024-04-231-1/+1
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-1910-30/+10
* Replace more instances of deprecated MWExceptionDaimona Eaytoy2024-01-191-7/+2
* Replace a few array_key_exists with the ??= syntaxthiemowmde2024-01-081-4/+0
* Merge "Inline once-called short private methods to its caller, part 1"jenkins-bot2023-12-191-8/+1
|\
| * Inline once-called short private methods to its caller, part 1Amir Sarabadani2023-12-181-8/+1
* | Namespace remaining files in includes/siteJames D. Forrester2023-12-148-14/+63
|/
* Namespace Site and SiteListAmir Sarabadani2023-12-1410-9/+43
* Remove redundant empty() constructs (2)Daimona Eaytoy2023-09-081-1/+1
* In query builders, use insertInto() and deleteFrom() instead of insert() and ...Tim Starling2023-09-081-5/+5
* Fix various typos and documentation issuesMatěj Suchánek2023-08-272-2/+2
* site: Migrate DBSiteStore to use ICPAmir Sarabadani2023-08-241-9/+9
* Mass migrate Database::insert calls to InsertQueryBuilderAmir Sarabadani2023-08-071-10/+8
* Migrate last batch of simple Database::select* calls to SQBAmir Sarabadani2023-08-011-18/+10
* site: Use DeleteQueryBuilder in DBSiteStoreUmherirrender2023-07-061-6/+9
* Replace IDatabase::delete with DeleteQueryBuilderUmherirrender2023-06-211-5/+4
* Replace deprecated MWExceptionDaimona Eaytoy2023-06-091-8/+1
* Migrate Database::update() to UpdateQueryBuilderAmir Sarabadani2023-06-081-1/+5
* site: Simplify SiteList by removing GenericArrayObject indirectionTimo Tijhof2023-06-051-32/+113
* Remove uses Database::update()/Database::insert() return valuesAaron Schulz2023-05-271-7/+3
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Replace some usages of MWExceptionDaimona Eaytoy2023-01-261-27/+7
* site\MediaWikiPageNameNormalizer: Replace deprecated Http::getUmherirrender2022-12-141-11/+11
* Merge "Various doc fixes about false on method arguments/return types"jenkins-bot2022-11-173-4/+4
|\
| * Various doc fixes about false on method arguments/return typesUmherirrender2022-11-103-4/+4
* | Merge "Remove pre PHP 7.4 serialize()/unserialize()"jenkins-bot2022-11-101-23/+1
|\ \ | |/ |/|
| * Remove pre PHP 7.4 serialize()/unserialize()Reedy2022-11-101-23/+1
* | site: Hard-deprecate MediaWikiSite::getFileUrl() without $pathLucas Werkmeister2022-11-101-1/+3
|/
* site: Switch new code from MWException to RuntimeExceptionTimo Tijhof2022-11-082-28/+8
* site: Use common terms in docs for script path and article pathTimo Tijhof2022-11-081-31/+25
* site: Annotate CachingSiteStore as `@internal` and perform minor cleanupTimo Tijhof2022-11-0511-196/+123
* Fix Site::getPath() + MediaWikiSite::getFileUrl() confusionLucas Werkmeister2022-11-042-2/+6
* site: Consistently return null from Site::getDomain()Mark A. Hershberger2022-07-062-4/+10
* Get rid of warnings on PHP 8.1Aryeh Gregor2022-06-132-4/+4
* Use MainConfigNames instead of string literals, #3Aryeh Gregor2022-04-261-1/+3
* Merge "Implement __serialize/__unserialize for PHP 8.1 support"jenkins-bot2022-02-072-14/+27
|\
| * Implement __serialize/__unserialize for PHP 8.1 supportReedy2022-02-012-14/+27
* | Try not to discard Excimer timeout exceptionsTim Starling2022-02-021-0/+4
|/
* Stop using is_resource() where possibleTim Starling2022-01-261-0/+1
* Suppress deprecation warnings from libxml_disable_entity_loader()Tim Starling2022-01-211-3/+6