https://bugzilla.wikimedia.org/show_bug.cgi?id=55049
Web browser: --- Bug ID: 55049 Summary: enable/disable cosmetic_changes per namespace Product: Pywikibot Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: legoktm.wikipedia@gmail.com Classification: Unclassified Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/feature-requests/283/ Reported by: Anonymous user Created on: 2011-02-09 07:24:27 Subject: enable/disable cosmetic_changes per namespace Original description: Cosmetic changes are helpful for most documents, but dangerous for some namespaces, esp. Template namespace.
It would be helpful if:
cosmetic_changes_disable_namespace = {'Template'}
or something.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55049
--- Comment #1 from Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com --- Is there a problem with just using the -namespace parameter when running the bot? Then you explicitly allow certain namespaces.
-namespace Filter the page generator to only yield pages in the -ns specified namespaces. Separate multiple namespace numbers with commas. Example: -ns:"0,2,4" (Take care of quotation marks as comma may qualify as command line separator.) Will ask for namespaces if you write just -namespace or -ns.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55049
--- Comment #2 from Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com --- - **priority**: 5 --> 2
https://bugzilla.wikimedia.org/show_bug.cgi?id=55049
Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://sourceforge.net/p/p | |ywikipediabot/feature-reque | |sts/283
https://bugzilla.wikimedia.org/show_bug.cgi?id=55049
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |jayvdb@gmail.com Version|unspecified |core (2.0) Resolution|--- |WONTFIX
--- Comment #3 from John Mark Vandenberg jayvdb@gmail.com --- As cosmetic changes most of the time, the bot may be working on pages that a cosmetic change shouldnt run on. However, the cosmetic changes should automatically skip pages which it isnt appropriate to work on. Code needs to be added to skip namespaces, if there are problems.
As we've lost the original contributor, I'm closing this as wontfix.
pywikipedia-bugs@lists.wikimedia.org