jenkins-bot has submitted this change and it was merged.
Change subject: [bugfix] Temporary deactivate isbn formatting inside cosmetic
changes
......................................................................
[bugfix] Temporary deactivate isbn formatting inside cosmetic changes
- Deactivate isbn formatting inside cosmetic_changes due to T144288
which gives wrong results
- there is already a patch to solve it in I8e417b3fda3886a
- this is a library part invoked for each page edit. It is better to
deactivate that part until the any fix is done
Bug: T144288
Change-Id: I6d939bdc337a941cddc2323c60b7a0ad88bab388
---
M pywikibot/cosmetic_changes.py
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/pywikibot/cosmetic_changes.py b/pywikibot/cosmetic_changes.py
index 72b74d2..645b5e0 100755
--- a/pywikibot/cosmetic_changes.py
+++ b/pywikibot/cosmetic_changes.py
@@ -235,7 +235,8 @@
self.fixTypo,
self.fixArabicLetters,
- self.fix_ISBN,
+ # FIXME: T144288
+ # self.fix_ISBN,
)
@classmethod
--
To view, visit https://gerrit.wikimedia.org/r/313795
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6d939bdc337a941cddc2323c60b7a0ad88bab388
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: John Vandenberg <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits