See for instance https://commons.wikimedia.org/w/index.php?title=Special:AbuseFilter/examine/1200691612. This happens since 1.33-wmf.22, and is caused by https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/AbuseFilter/+/445325/. Probably because that patch stayed on gerrit for a long time and the changes to T173889 weren't applied. I still have to determine the impact, but it could be only visual. At any rate, I'm coming with a fix shortly.
Description
Description
Details
Details
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/extensions/AbuseFilter | master | +1 -1 | Use 'page' prefix for upload vars |
Related Objects
Related Objects
Event Timeline
Comment Actions
Change 498062 had a related patch set uploaded (by Daimona Eaytoy; owner: Daimona Eaytoy):
[mediawiki/extensions/AbuseFilter@master] Use 'page' prefix for upload vars
Comment Actions
Aye, I was right! The prefix 'ARTICLE' wasn't updated to 'page'. The impact is that, in order to test uploads, users have to use article_* vars instead of page_*. Nothing else is affected and no need to backport as these values aren't saved in the DB.
Comment Actions
Change 498062 merged by jenkins-bot:
[mediawiki/extensions/AbuseFilter@master] Use 'page' prefix for upload vars