User:Housekeeping Bot/bot-recent: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Daniel Mietchen
(moving one from planned to regular)
imported>Daniel Mietchen
Line 13: Line 13:
This section lists automated actions planned to be performed by this account in the next few days, sorted by priority. When put here, the code has already been tested in debug mode (i.e. without actually making any edit). If test edits were done, they will be linked from here.
This section lists automated actions planned to be performed by this account in the next few days, sorted by priority. When put here, the code has already been tested in debug mode (i.e. without actually making any edit). If test edits were done, they will be linked from here.


;nothing to report here yet
<!--;nothing to report here yet-->
;Removing [[:Category:True vipers]] tag ([http://en.citizendium.org/wiki?title=Special:Contributions&offset=2010-02-27+15%3A48%3A20%2B00&limit=2&target=Daniel+Mietchen&month=&year= test edits])
:<code><nowiki>python category.py remove -summary:"Bot test edit for automated removal of [[Category:True vipers]]."</nowiki></code>
:Entered <code><nowiki>True_vipers</nowiki></code> at prompt
 
;Removing [[:Category:True vipers - Synonymy]] tag ([http://en.citizendium.org/wiki?title=Special:Contributions&offset=2010-02-27+15%3A44%3A20%2B00&limit=2&target=Daniel+Mietchen&month=&year= test edits])
:<code><nowiki>python category.py remove -summary:"Bot test edit for automated removal of [[Category:True vipers - Synonymy]]."</nowiki></code>
:Entered <code><nowiki>True_vipers_-_Synonymy</nowiki></code> at prompt
 
;Removing [[:Category:True vipers - Common names]] tag ([http://en.citizendium.org/wiki?title=Special:Contributions&offset=2010-02-27+15%3A37%3A17%2B00&limit=2&target=Daniel+Mietchen&month=&year= test edits])
:<code><nowiki>python category.py remove -summary:"Bot test edit for automated removal of [[Category:True vipers - Common names]]."</nowiki></code>
:Entered <code><nowiki>True_vipers_-_Common_names</nowiki></code> at prompt


==Irregular or one-time edits==
==Irregular or one-time edits==

Revision as of 10:50, 27 February 2010

Regular

This section lists automated actions that this account may perform on a regular basis. If you feel it's been too long since one of them ran the last time, please email Daniel Mietchen and D. Matt Innis or leave a note on one of our talk pages.

Fixing double redirects
python redirect-cz.py double -always
This script is identical with the Standard PyWikipediaBot script redirect.py, except for the CZ-specific edit summary
Test edits: from user account; from bot account and from bot account, with link to feedback page


Planned

This section lists automated actions planned to be performed by this account in the next few days, sorted by priority. When put here, the code has already been tested in debug mode (i.e. without actually making any edit). If test edits were done, they will be linked from here.

Removing Category:True vipers tag (test edits)
python category.py remove -summary:"Bot test edit for automated removal of [[Category:True vipers]]."
Entered True_vipers at prompt
Removing Category:True vipers - Synonymy tag (test edits)
python category.py remove -summary:"Bot test edit for automated removal of [[Category:True vipers - Synonymy]]."
Entered True_vipers_-_Synonymy at prompt
Removing Category:True vipers - Common names tag (test edits)
python category.py remove -summary:"Bot test edit for automated removal of [[Category:True vipers - Common names]]."
Entered True_vipers_-_Common_names at prompt

Irregular or one-time edits

This section lists automated actions to be performed by this account once or a few times only, with the most recent at the top.


16:10, 11 January 2010 (UTC)

Adding CZ:Workgroups to Category:Bot-created Related Articles subpages, as per problem description and chosen solution
python replace.py -pt:1 -cat:Bot-created_Related_Articles_subpages -regex "\[\[Category:Bot-created Related Articles subpages\]\]" "{{Bot-created_related_article_subpage}}" -summary:"Automated edit: Adding [[CZ:Workgroups]] to [[Category:Bot-created Related Articles subpages]]" -always
Test edits are documented here and here.
The antidote to the above command would be
python replace.py -pt:1 -cat:Bot-created_Related_Articles_subpages -regex "{{Bot-created_related_article_subpage}}" "[[Category:Bot-created Related Articles subpages]]" -summary:"Automated edit: Removing [[CZ:Workgroups]] from [[Category:Bot-created Related Articles subpages]]" -always
Test edits for the antidote are documented here.
Edits performed: Part I, Part II