aboutsummaryrefslogtreecommitdiffstats
path: root/includes/CommentStore
Commit message (Expand)AuthorAgeFilesLines
* Restore deprecated aliases for CommentStoreComment and RawMessageBartosz DziewoƄski2025-03-211-0/+5
* Re-apply "Drop all 49 remaining class_aliases from MediaWiki 1.40"Daimona Eaytoy2025-03-052-6/+0
* Revert "Drop all 49 remaining class_aliases from MediaWiki 1.40"Ahmon Dancy2025-03-042-0/+6
* Drop all 49 remaining class_aliases from MediaWiki 1.40James D. Forrester2025-03-042-6/+0
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-162-3/+3
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-1/+1
* Merge "CommentStore: Typehint param in CommentStoreComment constructor"jenkins-bot2024-07-251-9/+2
|\
| * CommentStore: Typehint param in CommentStoreComment constructorDerick Alangi2024-07-241-9/+2
* | 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-192-6/+2
* Namespace Message, move to appropriate directoryJames D. Forrester2024-02-142-2/+2
* CommentStore: Force message to be a stringdaniel2024-01-251-3/+14
* 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-012-412/+382
* Remove migration code from CommentStoreBaseLucas Werkmeister2023-08-291-80/+10
* Follow-up f6bd18d: Add in-code comment on aliases for when they were addedJames D. Forrester2023-08-252-0/+6
* Mass migrate Database::insert calls to InsertQueryBuilderAmir Sarabadani2023-08-071-9/+4
* CommentStore: Drop temp table codeAlexander Vorwerk2023-06-132-193/+11
* 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
* respect migration stage when deleting from revision_comment_tempAlexander Vorwerk2023-02-031-0/+13
* 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-022-9/+7
|/
* Split a base class out of CommentStoreAlexander Vorwerk2023-01-013-0/+815