Xqt has uploaded a new change for review.

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

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/95/313795/1

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: newchange
Gerrit-Change-Id: I6d939bdc337a941cddc2323c60b7a0ad88bab388
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to