Page MenuHomePhabricator

Message documentation language should not be fuzzied when key is fuzzied
Closed, ResolvedPublic

Description

Currently at least Special:ManageMessageGroups fuzzies the message documentation language (often "qqq") when fuzzying a key. The commandline script fuzzy.php probably does the same. They shouldn't.


Version: master
Severity: enhancement

Details

Reference
bz42987

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:06 AM
bzimport set Reference to bz42987.

https://gerrit.wikimedia.org/r/38513

I'd say migrating MW core to the new system is higher priority than fixing fuzzy.php.

(In reply to comment #1)

I'd say migrating MW core to the new system is higher priority than fixing
fuzzy.php.

Then why fix this instead of that!? :)

I fixed the Special:ManageMessageGroups case ;)

(In reply to comment #1)

https://gerrit.wikimedia.org/r/38513

Approved by Siebrand on the 13th. Is this bug fixed now?

(In reply to comment #4)

Approved by Siebrand on the 13th. Is this bug fixed now?

Not yet. Fuzzy.php still has to be fixed. Currently that's only still used for fix after import (because there's no fuzzy web UI) or MediaWiki core and branches (because it's not yet a new style message group).

Checked scripts/fuzzy.php, and it does in fact ignore qqq. So all done.