aboutsummaryrefslogtreecommitdiffstats
path: root/includes/CommentStoreComment.php
Commit message (Collapse)AuthorAgeFilesLines
* CommentStore: Add documentation defgroup/ingroup annotationsTimo Tijhof2020-07-251-4/+5
| | | | Change-Id: I61afc0ecaaa401323b1b2c45841fbd27d7edab34
* Use @internal instead of @private per policydaniel2020-06-261-1/+1
| | | | | | | | https://www.mediawiki.org/wiki/Stable_interface_policy mandates the use of @internal. The semantics of @private was never properly defined. Bug: T247862 Change-Id: I4c7c6e7b5a80e86456965521f88d1dfa7d698f84
* Fix CommentStoreComment RawMessage constructionLucas Werkmeister2019-02-131-1/+1
| | | | | | | | | If a CommentStoreComment is constructed without a Message argument, then the RawMessage it uses instead should specify the comment text as a plain-text parameter, not as a regular parameter: we don’t want any syntax in the text to be interpreted at the Message level. Change-Id: If14debde2bceae695c8955604ee96bd5005d8b66
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-3/+3
| | | | | | | Brought to you by vim macros. Bug: T200246 Change-Id: I79e919f4553e3bd3eb714073fed7a43051b4fb2a
* build: Updating mediawiki/mediawiki-codesniffer to 13.0.0Umherirrender2017-09-251-2/+0
| | | | Change-Id: Ia24dbf015f2b4781683ca980a460d0ac3e85674e
* Add CommentStoreComment::newUnsavedComment()Brad Jorsch2017-09-111-1/+36
| | | | | | | | | | Revision (or more accurately, its upcoming MCR replacement) should allow for the full flexibility of CommentStore in its interface, and the most straightforward way to do that is to use CommentStoreComment. But for that to work sanely, we need a non-@private way to create a new CommentStoreComment that hasn't been saved to the database yet. Change-Id: I76028e8ef3da4568a16e098cdfbc806a67b814e3
* Add `comment` table and code to start using itBrad Jorsch2017-08-301-0/+57
A subsequent patch will remove the old columns. Bug: T166732 Change-Id: Ic3a434c061ed6e443ea072bc62dda09acbeeed7f