aboutsummaryrefslogtreecommitdiffstats
path: root/includes/revisionlist
Commit message (Expand)AuthorAgeFilesLines
* 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