aboutsummaryrefslogtreecommitdiffstats
path: root/includes/CommentStore/CommentStore.php
Commit message (Expand)AuthorAgeFilesLines
* Re-apply "Drop all 49 remaining class_aliases from MediaWiki 1.40"Daimona Eaytoy2025-03-051-3/+0
* Revert "Drop all 49 remaining class_aliases from MediaWiki 1.40"Ahmon Dancy2025-03-041-0/+3
* Drop all 49 remaining class_aliases from MediaWiki 1.40James D. Forrester2025-03-041-3/+0
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-1/+1
* CommentStore: `hash()` has only one caller, make privateDerick Alangi2024-07-251-1/+1
* Add namespace and deprecation alias to FormatJsonEbrahim Byagowi2024-05-161-1/+1
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-3/+1
* Namespace Message, move to appropriate directoryJames D. Forrester2024-02-141-1/+1
* CommentStore: Remove unused getFields methodAlexander Vorwerk2024-01-201-20/+0
* Add second batch of taint-check annotationsDaimona Eaytoy2023-09-231-0/+2
* filerepo: Switch to use IConnectionProvider where possibleAmir Sarabadani2023-09-121-4/+5
* In query builders, use insertInto() and deleteFrom() instead of insert() and ...Tim Starling2023-09-081-1/+1
* Merge CommentStoreBase into CommentStoreAlexander Vorwerk2023-09-011-1/+382
* Follow-up f6bd18d: Add in-code comment on aliases for when they were addedJames D. Forrester2023-08-251-0/+3
* CommentStore: Drop temp table codeAlexander Vorwerk2023-06-131-33/+0
* Drop $wgCommentTempTableSchemaMigrationStageAlexander Vorwerk2023-06-091-6/+1
* Drop revision_comment_tempAlexander Vorwerk2023-06-071-1/+1
* Migrate revision_comment_temp to rev_comment_idAlexander Vorwerk2023-05-271-1/+1
* Remove deprecated CommentStore::getStoreUmherirrender2023-04-221-11/+0
* Merge "Hard-deprecate CommentStore::getStore"jenkins-bot2023-01-141-1/+2
|\
| * Hard-deprecate CommentStore::getStoreUmherirrender2023-01-091-1/+2
* | Prepare migration from revision_comment_temp to rev_comment_idAlexander Vorwerk2023-01-021-1/+6
|/
* Split a base class out of CommentStoreAlexander Vorwerk2023-01-011-0/+87