aboutsummaryrefslogtreecommitdiffstats
path: root/includes/CommentStore.php
Commit message (Expand)AuthorAgeFilesLines
* Turn CommentStore::$tempTables into a constantThiemo Kreuz2021-02-161-15/+15
* Merge "Use static closures where safe to use"jenkins-bot2021-02-141-2/+2
|\
| * Use static closures where safe to useUmherirrender2021-02-111-2/+2
* | Use ?? instead of isset/array_key_exists where possibleThiemo Kreuz2021-02-101-10/+5
|/
* Improve docs about @param/@return object $row to stdClassUmherirrender2020-11-131-3/+3
* CommentStore: Add documentation defgroup/ingroup annotationsTimo Tijhof2020-07-251-4/+15
* Merge "Use private instead of protected in CommentStore"jenkins-bot2020-05-231-7/+7
|\
| * Use private instead of protected in CommentStoreThiemo Kreuz2020-03-241-7/+7
* | Fix numerous PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-121-10/+3
|/
* Remove CommentStore::newKey, deprecated and unusedDannyS7122020-02-201-75/+10
* Unsuppress PhanParamReqAfterOpt, use PHP71 nullable typesDaimona Eaytoy2019-10-101-1/+1
* CommentStore: Accept SCHEMA_COMPAT_* constantsBrad Jorsch2019-09-261-27/+42
* Improve documentation of getJoin() methods for static analysisGergő Tisza2019-07-031-1/+1
* Fix misc phan errors by adjusting documentation (#8)Kunal Mehta2019-04-051-0/+1
* Mostly drop old comment schemasBrad Jorsch2019-02-071-5/+10
* Drop the image_comment_temp tableBrad Jorsch2018-11-141-5/+7
* Comments, tests, and tweaks for JSON decoding quirksBill Pirkle2018-11-071-3/+2
* Migrate image descriptions from image_comment_tempBrad Jorsch2018-10-021-63/+75
* CommentStore: Hard-deprecate newKey()James D. Forrester2018-09-201-2/+1
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-3/+4
* Merge "Simplify PHP by using ?? and ?:"jenkins-bot2018-07-111-1/+1
|\
| * Simplify PHP by using ?? and ?:Fomafix2018-07-101-1/+1
* | Remove most uses of deprecated Language::truncate()C. Scott Ananian2018-07-091-11/+2
* | Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-6/+6
|/
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-1/+1
* Change @throw to @throwsUmherirrender2018-04-271-1/+1
* This patch reduces the edit summary length to 500 charactersNiharika Kohli2018-03-211-1/+1
* Pass $key into CommentStore methods and use MediawikiServicesaddshore2018-02-051-58/+168
* Have CommentStore limit the maximum character length of commentsBrad Jorsch2017-10-101-2/+25
* Add CommentStoreComment::newUnsavedComment()Brad Jorsch2017-09-111-20/+1
* CommentStore: Try to improve description of insert()Kunal Mehta2017-09-051-2/+2
* Merge "Handle comment truncation in CommentStore"jenkins-bot2017-09-051-3/+23
|\
| * Handle comment truncation in CommentStoreBrad Jorsch2017-09-011-3/+23
* | Remove reference to deprecated IDatabase->nextSequenceValue()Brad Jorsch2017-09-011-2/+0
|/
* Add `comment` table and code to start using itBrad Jorsch2017-08-301-0/+567