Commit graph

3 commits

Author SHA1 Message Date
daniel
6f1f783c77 CommentStore: Force message to be a string
Apparently, we end with the comment text being null sometimes.
That should not happen, and can lead to failures down the road.
So we need to detect and prevent this case early.

Bug: T355751
Change-Id: Ifc91416d297e9a569bc7a2981732e5dd808429aa
2024-01-25 15:02:05 +00:00
James D. Forrester
84157df23b Follow-up f6bd18d: Add in-code comment on aliases for when they were added
Change-Id: I16cd2aba7b353b52359604d0290f9996e6bc0044
2023-08-25 20:54:34 +00:00
Alexander Vorwerk
f6bd18d6c2 Split a base class out of CommentStore
so that extensions (i.e. CheckUser) can implement their own comment
store without having a lot of code duplication

basically the comment store version of I3a6486532f2ef36

Bug: T233004
Change-Id: Ib40f99e00a514d41776ce521baf113e46d37e9cd
2023-01-01 22:34:36 +00:00
Renamed from includes/CommentStoreComment.php (Browse further)