aboutsummaryrefslogtreecommitdiffstats
path: root/includes/page/PageStore.php
Commit message (Expand)AuthorAgeFilesLines
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-1/+1
* page: PageStore::newSelectQueryBuilder is no longer unstableDaimona Eaytoy2024-06-191-2/+0
* Use real type hints for services etc. in includes/page/Bartosz Dziewoński2024-06-111-18/+6
* Change some type hints from IDatabase to IReadableDatabaseUmherirrender2024-05-241-2/+1
* PageStore: Migrate to StatsLibMáté Szabó2024-05-051-14/+28
* Replace all instances of "per default" with "by default"Tim Starling2024-04-291-2/+2
* Use functions of SelectQueryBuilder for STRAIGHT_JOIN / LIMITUmherirrender2024-04-151-1/+1
* Move away from DBAccessObjectUtils::getDBOptions in more placesAmir Sarabadani2024-03-251-13/+8
* Namespace includes/cacheJames D. Forrester2024-02-201-1/+1
* Remove more indirect calls to IDBAccessObject::READ_* constantsAmir Sarabadani2024-01-231-11/+12
* ParserOutput: Allow passing LinkTarget to title-related methodsC. Scott Ananian2023-12-081-3/+3
* Namespace remaining Title-related classes under \MediaWiki\TitleJames D. Forrester2023-09-191-1/+1
* Namespace TitleParser under \MediaWiki\TitleJames D. Forrester2023-09-191-1/+1
* Namespace NamespaceInfo under \MediaWiki\TitleJames D. Forrester2023-09-191-1/+1
* rdbms: Use more narrow IReadableDatabase in SelectQueryBuilderthiemowmde2023-06-051-2/+3
* Use MainConfigNames instead of string literals, #3Aryeh Gregor2022-04-261-2/+3
* page: Improve class documentation briefsTimo Tijhof2022-04-121-1/+0
* Fix various documentation related to null types (part II)Umherirrender2022-03-081-1/+1
* PageStore: fill in some missing fieldsdaniel2021-12-141-0/+4
* PageStore: avoid getPageById, since it bypasses caching.daniel2021-11-221-10/+0
* Don't trust Title that if it exists pageId will be > 0Petr Pchelko2021-11-171-3/+2
* Title: use PageStore instead of LinkCachedaniel2021-11-021-0/+3
* Fix return type of PageStore::newSelectQueryBuilder()Lucas Werkmeister2021-10-181-2/+1
* Merge "PageStore: Use LinkCache"jenkins-bot2021-09-091-2/+120
|\
| * PageStore: Use LinkCachedaniel2021-09-011-2/+120
* | build: Update mediawiki/mediawiki-phan-config to 0.11.0Umherirrender2021-09-071-0/+1
|/
* PageStore: Pass query flags to getPageById() tooBartosz Dziewoński2021-08-261-1/+1
* PageStore: Pass query flags to getPageByName()Bartosz Dziewoński2021-08-251-2/+2
* Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variablesJames D. Forrester2021-05-141-1/+1
* PageIdentityValue: apply basic validation of titlesdaniel2021-05-071-4/+7
* Eliminate use of Title object in REST infrastructurePetr Pchelko2021-05-051-0/+51
* Introduce PageReferencedaniel2021-04-131-9/+13
* PageRecord: make language optionaldaniel2021-04-081-5/+0
* Use PageStore in RevisionStoredaniel2021-04-051-8/+14
* Introduce PageSelectQueryBuilderdaniel2021-03-241-23/+59
* Introduce PageStoredaniel2021-03-231-0/+237