aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Storage
Commit message (Expand)AuthorAgeFilesLines
* storage: Push CategoryMembershipChangeJob in ChangeTrackingEventIngressMáté Szabó2025-04-042-47/+0
* Use type declaration on undocumented private functionsUmherirrender2025-04-024-9/+9
* objectcache: Remove internal StorageAwareness, now unusedTimo Tijhof2025-03-271-1/+2
* Merge "DomainEvents: Model page state before/after"jenkins-bot2025-03-252-19/+51
|\
| * DomainEvents: Model page state before/afterdaniel2025-03-252-19/+51
* | Namespace all remaining files in includes/changetagsJames D. Forrester2025-03-252-2/+2
* | Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-1/+1
|/
* EditResult: only stash revertsdaniel2025-03-212-5/+16
* Namespace all remaining files in includes/jobqueueJames D. Forrester2025-03-203-6/+6
* Namespace all remaining files in includes/recentchangesJames D. Forrester2025-03-201-1/+1
* Merge "PageUpdater: move revert tag update logic"jenkins-bot2025-03-203-64/+13
|\
| * PageUpdater: move revert tag update logicdaniel2025-03-193-64/+13
* | Namespace all remaining files in includes/loggingJames D. Forrester2025-03-191-1/+1
|/
* Namespace all remaining files in includes/pageJames D. Forrester2025-03-189-9/+9
* DomainEvents: Rename getOldRevision and getNewRevisiondaniel2025-03-151-1/+1
* Merge "DomainEvents: Rename PageEvent and PageUpdatedEvent"jenkins-bot2025-03-143-40/+41
|\
| * DomainEvents: Rename PageEvent and PageUpdatedEventdaniel2025-03-113-40/+41
* | Merge "Do not enqueue RevertedTagUpdateJob for null edits"jenkins-bot2025-03-111-1/+1
|\ \ | |/ |/|
| * Do not enqueue RevertedTagUpdateJob for null editsMatěj Suchánek2025-03-101-1/+1
* | Merge "DeletePage: emit PageDeletedEvent"jenkins-bot2025-03-101-0/+3
|\ \ | |/ |/|
| * DeletePage: emit PageDeletedEventdaniel2025-03-101-0/+3
* | Merge "WikiPage: Emit PageUpdatedEvent when protection changes"jenkins-bot2025-03-081-0/+6
|\ \
| * | WikiPage: Emit PageUpdatedEvent when protection changesdaniel2025-03-071-0/+6
| |/
* / PageUpdatedEvent: Model revert causesdaniel2025-03-071-0/+6
|/
* Restore PHPDoc comment of PageUpdaterFactory::__construct()Tacsipacsi2025-03-021-0/+23
* DomainEvents: More clearly model null edits and dummy revisionsdaniel2025-02-261-7/+13
* PageUpdatedEvent: include EditResult on null-editsdaniel2025-02-242-1/+12
* PageUpdater: allow dummy revisions to be minordaniel2025-02-241-2/+6
* PageUpdatedEvent: improve modeling of flagsdaniel2025-02-202-44/+22
* PageUpdater: make it easy to create dummy revisionsdaniel2025-02-142-14/+66
* Replace call_user_func with dynamic function callUmherirrender2025-02-132-3/+3
* Merge "PageUpdater: move more updates to ingress objects"jenkins-bot2025-02-082-153/+6
|\
| * PageUpdater: move more updates to ingress objectsdaniel2025-02-062-153/+6
* | When a deleted page is undeleted, the most recent edit should not be tagged w...Kgraessle2025-02-071-5/+8
|/
* PageUpdater: no PageUpdatedEvent on derived slot updatesdaniel2025-02-031-7/+3
* PageUpdatedEvent: explicitly model cause and performerdaniel2025-01-213-49/+139
* DomainEvent: Support type hierarchiesdaniel2025-01-212-298/+1
* Storage,MessageCache: Reference TTL constants from BagOStuffTimo Tijhof2025-01-201-2/+2
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-179-59/+0
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-162-15/+0
* Tag page creations of previously deleted pageKgraessle2025-01-142-2/+48
* PageUpdater: do not map EDIT_INTERNAL to FLAG_AUTOMATED.daniel2025-01-071-2/+19
* Storage: Document error silence reason, use native atTimo Tijhof2024-12-211-19/+17
* Replace isset() with falsy checksUmherirrender2024-12-191-3/+3
* Merge "storage: move endAtomic() calls in PageUpdater::do(Create|Modify|Update)"jenkins-bot2024-12-181-16/+28
|\
| * storage: move endAtomic() calls in PageUpdater::do(Create|Modify|Update)Aaron Schulz2024-12-171-16/+28
* | Merge "Storage: Suppress error from gzinflate and expand log message"jenkins-bot2024-12-181-7/+11
|\ \ | |/ |/|
| * Storage: Suppress error from gzinflate and expand log messageUmherirrender2024-11-231-7/+11
* | Ensure necessary updates are performed on import and undeletedaniel2024-12-124-88/+294
* | Merge "PageUpdatedEvent: improve documentation"jenkins-bot2024-12-011-9/+70
|\ \