aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add mw-manual-revert change tagOstrzyciel2020-07-161-9/+15
* | EditResultBuilder: manual revert detectionOstrzyciel2020-07-142-3/+126
* | Replace "@stable for implementation" with "@stable to implement"daniel2020-07-136-6/+6
* | EditResult: improve documentationOstrzyciel2020-07-091-2/+22
* | Mark exceptions as @newabledaniel2020-07-083-0/+3
* | Merge "Fix some incomplete PHPDocs in Revision and related"jenkins-bot2020-07-031-1/+1
|\ \
| * | Fix some incomplete PHPDocs in Revision and relatedThiemo Kreuz2020-06-081-1/+1
* | | EditResultBuilder: use RevisionRecord::hasSameContentOstrzyciel2020-07-021-1/+1
* | | Don't create Revisions for deprecated hooks if hook is not registeredDannyS7122020-07-011-8/+31
* | | Hard deprecate the `TitleMoveComplete` and `PageContent(Insert|Save)Complete`...DannyS7122020-07-011-1/+1
* | | PageUpdater: set DeprecatablePropertyArray to hard deprecate RevisionDannyS7122020-06-301-6/+11
* | | Merge "DerivedPageDataUpdater::prepareUpdate deprecate passing a Revision"jenkins-bot2020-06-241-6/+12
|\ \ \
| * | | DerivedPageDataUpdater::prepareUpdate deprecate passing a RevisionDannyS7122020-06-231-6/+12
* | | | Modify PageSaveComplete hook to use EditResultOstrzyciel2020-06-232-8/+6
* | | | Merge "PageUpdater: create EditResult class"jenkins-bot2020-06-233-43/+502
|\ \ \ \
| * | | | PageUpdater: create EditResult classOstrzyciel2020-06-233-43/+502
| |/ / /
* / / / PageUpdater: Fix typo in documentation for grabParentRevisionThalia2020-06-221-1/+1
|/ / /
* | | Merge "Add `PageSaveComplete` hook to replace `PageContent(Insert|Save)Comple...jenkins-bot2020-06-104-5/+58
|\ \ \
| * | | Add `PageSaveComplete` hook to replace `PageContent(Insert|Save)Complete`DannyS7122020-06-104-5/+58
* | | | Remove unneeded creation of revision objectsDannyS7122020-06-101-1/+0
|/ / /
* / / Introduce DeprecatablePropertyArray and use it for PageUpdaterPetr Pchelko2020-06-091-2/+15
|/ /
* | Pass function name to database functionsUmherirrender2020-06-071-2/+2
* | Merge "Replace core uses and hard deprecate Parser(Options) Revision methods"jenkins-bot2020-06-031-5/+4
|\ \
| * | Replace core uses and hard deprecate Parser(Options) Revision methodsDannyS7122020-06-031-5/+4
| |/