jayvdb raised the priority of this task from "Normal" to "High".
jayvdb added a comment.

Thanks for finding that @mpaa.

I havent tested this, but a quick fix could be to disable cosmetic_changes on 
wiktionary using `config.cosmetic_changes_enable` or 
`config.cosmetic_changes_disable` ?

i.e. put in your user-config.py something like

  cosmetic_changes_enable['wiktionary'] = []

(which I hope would disable it on all languages)

There is also per-lang disable:

  cosmetic_changes_disable['wiktionary'] = ['cs']

Or with a bit of code, we could disable `standardizePageFooter` until this bug 
is fixed.  Maybe only on wiktionary?

It might also make sense to disable cosmetic_changes for `interwiki.py`

  cosmetic_changes_deny_script.append('interwiki')


TASK DETAIL
  https://phabricator.wikimedia.org/T109213

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: jayvdb
Cc: Mpaa, jayvdb, Danny_B, pywikibot-bugs-list, JAnD, Aklapper



_______________________________________________
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to