index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
CommentStore.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Turn CommentStore::$tempTables into a constant
Thiemo Kreuz
2021-02-16
1
-15
/
+15
*
Merge "Use static closures where safe to use"
jenkins-bot
2021-02-14
1
-2
/
+2
|
\
|
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-2
/
+2
*
|
Use ?? instead of isset/array_key_exists where possible
Thiemo Kreuz
2021-02-10
1
-10
/
+5
|
/
*
Improve docs about @param/@return object $row to stdClass
Umherirrender
2020-11-13
1
-3
/
+3
*
CommentStore: Add documentation defgroup/ingroup annotations
Timo Tijhof
2020-07-25
1
-4
/
+15
*
Merge "Use private instead of protected in CommentStore"
jenkins-bot
2020-05-23
1
-7
/
+7
|
\
|
*
Use private instead of protected in CommentStore
Thiemo Kreuz
2020-03-24
1
-7
/
+7
*
|
Fix numerous PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-12
1
-10
/
+3
|
/
*
Remove CommentStore::newKey, deprecated and unused
DannyS712
2020-02-20
1
-75
/
+10
*
Unsuppress PhanParamReqAfterOpt, use PHP71 nullable types
Daimona Eaytoy
2019-10-10
1
-1
/
+1
*
CommentStore: Accept SCHEMA_COMPAT_* constants
Brad Jorsch
2019-09-26
1
-27
/
+42
*
Improve documentation of getJoin() methods for static analysis
Gergő Tisza
2019-07-03
1
-1
/
+1
*
Fix misc phan errors by adjusting documentation (#8)
Kunal Mehta
2019-04-05
1
-0
/
+1
*
Mostly drop old comment schemas
Brad Jorsch
2019-02-07
1
-5
/
+10
*
Drop the image_comment_temp table
Brad Jorsch
2018-11-14
1
-5
/
+7
*
Comments, tests, and tweaks for JSON decoding quirks
Bill Pirkle
2018-11-07
1
-3
/
+2
*
Migrate image descriptions from image_comment_temp
Brad Jorsch
2018-10-02
1
-63
/
+75
*
CommentStore: Hard-deprecate newKey()
James D. Forrester
2018-09-20
1
-2
/
+1
*
Mass conversion of $wgContLang to service
Aryeh Gregor
2018-08-11
1
-3
/
+4
*
Merge "Simplify PHP by using ?? and ?:"
jenkins-bot
2018-07-11
1
-1
/
+1
|
\
|
*
Simplify PHP by using ?? and ?:
Fomafix
2018-07-10
1
-1
/
+1
*
|
Remove most uses of deprecated Language::truncate()
C. Scott Ananian
2018-07-09
1
-11
/
+2
*
|
Fix PhanTypeMismatchDeclaredParam
Umherirrender
2018-07-07
1
-6
/
+6
|
/
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-1
/
+1
*
Change @throw to @throws
Umherirrender
2018-04-27
1
-1
/
+1
*
This patch reduces the edit summary length to 500 characters
Niharika Kohli
2018-03-21
1
-1
/
+1
*
Pass $key into CommentStore methods and use MediawikiServices
addshore
2018-02-05
1
-58
/
+168
*
Have CommentStore limit the maximum character length of comments
Brad Jorsch
2017-10-10
1
-2
/
+25
*
Add CommentStoreComment::newUnsavedComment()
Brad Jorsch
2017-09-11
1
-20
/
+1
*
CommentStore: Try to improve description of insert()
Kunal Mehta
2017-09-05
1
-2
/
+2
*
Merge "Handle comment truncation in CommentStore"
jenkins-bot
2017-09-05
1
-3
/
+23
|
\
|
*
Handle comment truncation in CommentStore
Brad Jorsch
2017-09-01
1
-3
/
+23
*
|
Remove reference to deprecated IDatabase->nextSequenceValue()
Brad Jorsch
2017-09-01
1
-2
/
+0
|
/
*
Add `comment` table and code to start using it
Brad Jorsch
2017-08-30
1
-0
/
+567