aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Storage
Commit message (Expand)AuthorAgeFilesLines
* More master -> primary documentation and internal var renamingJames D. Forrester2021-07-153-6/+6
* Use WikiPage::doUserEditContent() instead of ::doEditContent()DannyS7122021-06-283-3/+3
* Merge "Optionally split out parts of file metadata to BlobStore"jenkins-bot2021-06-261-0/+5
|\
| * Optionally split out parts of file metadata to BlobStoreTim Starling2021-06-111-0/+5
* | Post Revision-removal cleanupDannyS7122021-06-244-36/+23
|/
* PageUpdater: reduce unneeded conversions to User objectsDannyS7122021-06-081-7/+4
* PageUpdater: inject a UserGroupManagerDannyS7122021-06-081-3/+11
* Accept UserIdentity in code to manage edit countsDannyS7122021-06-081-2/+9
* Remove comments that repeat the codeDannyS7122021-06-022-6/+0
* Remove some unneeded uses of full User objectsDannyS7122021-05-221-7/+10
* Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variablesJames D. Forrester2021-05-143-5/+5
* Remove unused default values from class propertiesThiemo Kreuz2021-05-121-3/+3
* Remove remaining non-test uses of Revision objectsDannyS7122021-05-042-26/+7
* Remove hooks that use Revision objectsDannyS7122021-04-303-135/+2
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-295-11/+11
* Stop using legacy ActorMigration field "rc_user"Tim Starling2021-04-281-10/+7
* Hard deprecate User ::isIP, ::getOptionsvladshapik2021-04-261-2/+9
* Remove ArticleEditUpdatesDeleteFromRecentchanges hook, deprecated in 1.35James D. Forrester2021-04-212-35/+0
* Convert PageEditStash to PageIdentity/UserIdentityPetr Pchelko2021-04-141-42/+55
* objectcache: Switch SqlBlobStore to using ATTR_DURABILITYAaron Schulz2021-04-131-5/+5
* build: Swap deprecated @codingStandardsIgnore to phpcs:ignoreUmherirrender2021-04-042-6/+3
* Add support for derived MCR slotsCindy Cicalese2021-03-181-3/+174
* PageUpdater: use UserIdentity where possibledaniel2021-03-092-36/+68
* Fix filename in PageUpdater documentationThalia2021-02-241-1/+1
* DerivedPageDataUpdater: Skip all data updates when page is deletedUmherirrender2021-02-171-7/+13
* phpcs: remove some unneeded suppressionsDannyS7122021-02-172-2/+0
* Use static closures where safe to useUmherirrender2021-02-115-8/+8
* Swap out uses of User->isLoggedIn() with ->isRegistered()James D. Forrester2020-12-221-1/+1
* Make the documentation of change tags easier to accessGergő Tisza2020-11-101-5/+3
* Improve class property documentationUmherirrender2020-10-303-4/+4
* Reverted tag: do not mark null revisions as revertedOstrzyciel2020-10-151-6/+47
* Merge "Document hook names in hook interfaces."jenkins-bot2020-10-0212-0/+36
|\
| * Document hook names in hook interfaces.daniel2020-09-2712-0/+36
* | Fix typos related to repeated wordsUmherirrender2020-09-271-1/+1
|/
* Merge "Remove unwanted parse step"jenkins-bot2020-09-221-30/+0
|\
| * Remove unwanted parse stepMatthias Mullie2020-06-031-30/+0
* | Add mw-reverted change tagOstrzyciel2020-08-316-10/+602
* | Implement EditResultCacheOstrzyciel2020-08-312-0/+147
* | Avoid getContent in PageUpdater::getAtomicSectionUpdateUmherirrender2020-08-251-1/+1
* | Merge "Revision: Point to findBadBlobs.php in exception messages"jenkins-bot2020-08-231-5/+13
|\ \
| * | Revision: Point to findBadBlobs.php in exception messagesdaniel2020-08-231-5/+13
* | | Mark CONSTRUCTOR_OPTIONS as internalAryeh Gregor2020-08-212-3/+2
|/ /
* | EditResult: update undo-related docsOstrzyciel2020-08-181-2/+3
* | Merge "Fix a typo: tabel -> table"jenkins-bot2020-08-071-1/+1
|\ \
| * | Fix a typo: tabel -> tableDannyS7122020-08-071-1/+1
* | | Save additional info about reverts in ct_paramsOstrzyciel2020-08-071-1/+2
|/ /
* | EditResult: enable serializationOstrzyciel2020-08-051-1/+64
* | Use strict (in)equality with namespaces constants when LHS is definitely an i...Ed Sanders2020-07-311-2/+2
* | PageUpdater: fix handling of null editsOstrzyciel2020-07-211-1/+10
* | PageUpdater: Update @since tag from 1.35 to 1.36 for $wgManualRevertSearchRadiusYuki Shira2020-07-181-1/+1