aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Revision.php
Commit message (Expand)AuthorAgeFilesLines
...
* | Hard deprecate Revision::newFromPageIdPetr Pchelko2020-03-181-0/+3
* | Hard deprecate Revision::getParentLengthsPetr Pchelko2020-03-181-1/+3
* | Hard deprecate Revision::newKnownCurrentPetr Pchelko2020-03-181-0/+2
* | Hard deprecate Revision::userCanDannyS7122020-03-111-1/+3
|/
* Remove Revision::loadFromId(), deprecated and unusedDannyS7122020-03-011-16/+0
* Hard deprecate Revision::countByTitleDannyS7122020-02-291-0/+3
* Hard deprecate Revision::countByPageIdDannyS7122020-02-291-0/+3
* Hard deprecate Revision::loadFromTitleDannyS7122020-02-281-0/+2
* Hard deprecate Revision::userCanBitfieldDannyS7122020-02-241-4/+9
* Use __METHOD__ instead of __FUNCTION__DannyS7122020-02-201-1/+1
* Deprecate falling back to $wgUser in some functionsDannyS7122020-02-191-2/+3
* Introduce ContentHandlerFactoryArtBaltai2020-02-071-1/+3
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-2/+2
* Merge "Set method visibility in some classes"jenkins-bot2019-12-091-5/+5
|\
| * Set method visibility in some classesUmherirrender2019-12-051-5/+5
* | build: Upgrade phan to 0.9.0Daimona Eaytoy2019-12-071-1/+0
|/
* Add missing @param and @return to documentationUmherirrender2019-11-101-0/+1
* Set constant visibility, part 1Max Semenik2019-10-181-10/+10
* Hard deprecate Revision::getRevisionText() methodPetr Pchelko2019-10-071-7/+1
* Move callers away from Title::GAID_FOR_UPDATEAaron Schulz2019-09-091-1/+1
* Mostly drop old pre-actor user schemasBrad Jorsch2019-09-091-197/+0
* Unsuppress phan issues, part 8Daimona Eaytoy2019-09-041-0/+1
* Move getPrevious/NextRevision logic out of TitleAryeh Gregor2019-05-051-6/+4
* Don't require Title for getTimestampFromIdAryeh Gregor2019-05-051-2/+2
* Normalize use of "INNER JOIN" to "JOIN" in database queriesAaron Schulz2019-03-061-1/+1
* Merge "Fix documentation for Revision::getComment and WikiPage::getComment"jenkins-bot2019-02-161-5/+3
|\
| * Fix documentation for Revision::getComment and WikiPage::getCommentThiemo Kreuz2019-01-151-5/+3
* | build: Updating mediawiki/mediawiki-codesniffer to 24.0.0Kunal Mehta2019-02-071-1/+1
* | Use shorter ?: syntax in Revision classThiemo Kreuz2019-02-041-9/+9
* | Remove Revision::fetchRevision()Max Semenik2019-01-301-16/+0
* | Add missing empty lines between methodsThiemo Kreuz2019-01-151-0/+1
|/
* Revision: Assert that $mRecord is never null in Revisiondaniel2018-12-211-3/+4
* Allow getRevisionText to function without the text table.daniel2018-10-171-10/+54
* ActorMigration: Remove possibility of read-bothBrad Jorsch2018-10-111-9/+12
* Re-namespace RevisionStore and RevisionRecord classesBrad Jorsch2018-10-091-8/+8
* Avoid fatal when finding no base revision for a null revision.daniel2018-10-041-1/+1
* Add constant for the name of the 'main' slot for MCRGergő Tisza2018-09-241-2/+2
* [MCR] Set MCR migration stage to write-both/read-new.daniel2018-09-111-0/+26
* Remove duplicated article usagespetarpetkovic2018-08-091-1/+1
* Update composer/spdx-licenses to 1.4.0 and mediawiki/mediawiki-codesniffer to...Reedy2018-07-261-3/+3
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* Merge "Blob can't be false"jenkins-bot2018-06-201-0/+5
|\
| * Blob can't be falsedaniel2018-06-201-0/+5
* | Merge "When encountering bad blobs, log the text row id."jenkins-bot2018-06-191-1/+12
|\ \ | |/ |/|
| * When encountering bad blobs, log the text row id.daniel2018-06-191-1/+12
* | Merge "Provide backwards compatibility for RevisionInsertComplete hook."jenkins-bot2018-06-131-2/+0
|\ \
| * | Provide backwards compatibility for RevisionInsertComplete hook.daniel2018-06-131-2/+0
| |/
* / Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-4/+4
|/
* Remove three deprecated functions from the Revision class.Matthew Bowker2018-05-021-34/+0
* Merge "Drop archive.ar_text and ar_flags"jenkins-bot2018-04-231-1/+0
|\