Bugs item #1971397, was opened at 2008-05-24 18:46 Message generated for change (Comment added) made by nicdumz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1971397...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Melancholie (melancholie) Assigned to: Nobody/Anonymous (nobody) Summary: Enable cosmetic_changes; by default do only foolproof things
Initial Comment: Currently cosmetic_changes is set to 'False'; thus cosmetic_changes.py is totally disabled! This is because some RegExps in that script are not ready for autonomous use or do controversial changes.
But bots could do little, *foolproof* changes like r'(?i)<br>': r'<br />', r'(?i)</br>': r'<br />', etc. without making any problems (note: inside of <pre> or <nowiki> tags, changes are not considered in any event by the script)!
Please enable cosmetic_changes by operating with two groups; one for "foolproof" changes that are done by default, and one for yet to be tested and maybe controversial changes!
----------------------------------------------------------------------
Comment By: NicDumZ — Nicolas Dumazet (nicdumz)
Date: 2008-05-26 00:06
Message: Logged In: YES user_id=1963242 Originator: NO
mmh... I personally don't want my bot to do cosmetic changes on pages I alter. It just depends on the bot owner, and that's why the default value is set to False.
I'd answer *no*, but I'm not the only one here...
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1971397...