summaryrefslogtreecommitdiff
path: root/bin/move_list (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This script isn't necessary any more. It twiddled the archivebwarsaw2001-07-261-95/+0
| | | | attributes, which are now calculated on the fly.
* Start of support for i18n; marking of translatable strings.bwarsaw2000-12-071-6/+6
| | | | | Use extended print statement, string methods, and other Python 2.0 features.
* Make sure all scripts lowercase the list names, since they are casebwarsaw2000-09-111-1/+2
| | | | | | | insensitive. list_lists prints them out using their real name -- not their internal name -- and they should differ only by case. Closes SF bug #113742 and patch #101434.
* Some meager consistency in handling errors when trying to open thebwarsaw2000-04-041-2/+2
| | | | | | | | | | | | | | | | | | mailing list. In all cases, catch the base exception class MMListError, and output a semi-standard error message which also contains the str() of the actual exception details (is this too much?). Also: config_list: slightly different usage() printing find_member.scanlists(): print a message if a MMListError occurs when opening the mailing list object remove_members: Wrap actual DeleteMember() calls in a try/finally to be sure the list is saved and unlocked should an exception occur. Hmm, should it be all or nothing?
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
|
* forgot to import Errorsbwarsaw1999-11-121-0/+1
|
* Standardized argument parsingbwarsaw1999-11-121-2/+29
|
* Simple move_list script (really just reassigns the list-specificbwarsaw1999-11-121-0/+66
archive attributes).