Increase maximum length of automatic deletion summaries
authorDannyS712 <DannyS712.enwiki@gmail.com>
Wed, 21 Aug 2019 23:13:16 +0000 (23:13 +0000)
committerDannyS712 <DannyS712.enwiki@gmail.com>
Thu, 22 Aug 2019 00:42:59 +0000 (00:42 +0000)
commit08ee999b70c8baa31222259a6e77e59412f00562
tree68e305618810143d2c2038f719d3ed77d7182e43
parentafb7212d218875c72ff21ef3e253fb265aab7b19
Increase maximum length of automatic deletion summaries

Currently, the maximum length is hardcoded to 255 characters.
Instead, the maximum length should be based on the actually enforce
comment store limit.

Bug: T230962
Change-Id: I4379057f8f49fd8e5efa620164eea2867fde1bfc
includes/content/ContentHandler.php
tests/phpunit/includes/page/WikiPageDbTestBase.php