When reviewing a page in the Page Curation Tool, reviewers are prompted to leave a message on the talk page of the page creator (or when unreviewing a page, the reviewer). The tool limits this to 250 characters, but at least from the user's point of view there's no obvious reason why it should be limited. In any case 250 characters is a very tight restriction.
Description
Details
Related Objects
- Mentioned In
- T159188: New pages feed/ page curation - 2016 Community Wishlist requests
- Mentioned Here
- T157762: Drop ptrl_comment in production
Event Timeline
There is a DB field that looks relevant, but luckily it is unused and null in production. I'll go ahead and drop that too:
mysql:wikiadmin@db1073 [enwiki]> SELECT * FROM pagetriage_log WHERE ptrl_comment IS NOT NULL; Empty set (0.02 sec)
Change 336903 had a related patch set uploaded (by Mattflaschen):
Drop unused ptrl_comment field
Production task to drop that NULL column is T157762 ; no deadline for that and not blocking anything.
Change 336955 had a related patch set uploaded (by Mattflaschen):
Remove 250-character limit for review notes and tagging explanations
Change 336955 merged by jenkins-bot:
Remove 250-character limit for review notes and tagging explanations
Checked in betalabs - the limit is removed along with the character counting ( "[# of characters] left" ). Also checked Special:Log/pagetriage-curation for text excerpts displayed.
QA recommendation: Resolve.
It appears that the request to remove the character limit s not working. See this post. The message box needs at least double that capacity.
Turns out it's just breaking when there is an = in the message because we're not specifying the text we're passing into the template as the value for the 3rd parameter. I will create a new task and submit a patch assuming this is as easy as I think it is to fix.