aboutsummaryrefslogtreecommitdiffstats
path: root/includes/revisionlist
Commit message (Expand)AuthorAgeFilesLines
* Add MediaWiki\RevisionList namespace to the related classesEbrahim Byagowi2024-05-214-0/+19
* Add namespace and deprecation alias to DeprecationHelperHakan Özdemir2024-05-051-0/+1
* Type hint IReadableDatabase in RevisionListBaseUmherirrender2024-03-141-2/+2
* Replace last remaining wfGetDB() calls in core, except ResourceLoaderJames D. Forrester2024-02-141-1/+4
* Namespace includes/contextJames D. Forrester2024-02-082-0/+3
* Introduce RevisionSelectQueryBuilderAmir Sarabadani2023-09-061-13/+9
* Fix Phan suppressions related to Title::castFrom*() and friendsBartosz Dziewoński2023-04-221-3/+2
* Fix more PHPStorm inspections (#2)Tim Starling2023-03-251-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* revisionslists: Replace deprecated Linker::revComment/commentBlockUmherirrender2022-12-111-1/+2
* Reorg: Move DummyLinker and Linker to linker/Amir Sarabadani2022-12-081-0/+1
* Get rid of warnings on PHP 8.1Aryeh Gregor2022-06-131-4/+6
* revisionlist: Store page identity instead of TitleUmherirrender2022-04-163-14/+20
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-212-0/+2
* revisionlist: Allow subclasses of RevisionItemBase::getId to use stringUmherirrender2022-03-011-1/+1
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Using RevisionListBase::getPage instead of calling $title directlyZabeMath2021-05-131-1/+1
* RevisionDeleter: Use PageIdentity instead of Titledaniel2021-05-063-6/+28
* Add classes to when a linked change is suppressedAmir Sarabadani2021-04-291-1/+2
* Use Authority for revision audience where possiblePetr Pchelko2021-02-241-6/+4
* Improve docs of RevisionItemBase and RevisionListBaseUmherirrender2020-11-124-20/+32
* Add tests for RevisionList/RevisionItem classesDannyS7122020-05-121-1/+1
* Add missing public visibility on some methodsUmherirrender2020-05-081-1/+1
* RevisionItem: Fix providing timestamp in getRevisionLinkDannyS7122020-05-061-1/+1
* Remove use of Revision objects in RevisionItem classesDannyS7122020-05-051-6/+7
* Replace various uses of Revision objectsDannyS7122020-05-011-16/+28
* Pass RevisionRecord to Linker methodsDannyS7122020-04-181-2/+2
* Hard deprecate Revision::getQueryInfo and ::getArchiveQueryInfoDannyS7122020-03-261-1/+4
* Hard deprecate Revision::userCanDannyS7122020-03-111-4/+8
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Fix more scalar types in docblocksDaimona Eaytoy2019-12-081-5/+5
* Set method visibility for various constructorsUmherirrender2019-12-031-1/+1
* revisionlist: Strict type hints in RevisionItem constructorsThiemo Kreuz2019-10-252-2/+2
* revisionlist: Fix bad type hints in RevisionListBaseThiemo Kreuz2019-10-051-5/+7
* Type hint against IResultWrapperUmherirrender2019-10-041-2/+2
* phan: Disable enable_class_alias_supportUmherirrender2019-09-151-1/+1
* Globally unsuppress phan issues with low countDaimona Eaytoy2019-08-301-0/+1
* Avoid usage of deprecated Revision::* constants, use RevisionRecordDerick Alangi2019-07-211-3/+9
* Move class RevisionListBase and friends to own fileUmherirrender2019-03-144-0/+513