summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* main(): Simpler idiom for getting the 'language' value out of thebwarsaw2001-07-201-8/+12
* Rewrite docstring for clarity, and to describe the newbwarsaw2001-07-201-58/+106
* Add a fullname box, in which the user can optionally type their name.bwarsaw2001-07-201-1/+5
* main(): Simpler idiom for getting the 'language' value out of thebwarsaw2001-07-201-8/+3
* main(): In the exception handlers when ProcessConfirmation() isbwarsaw2001-07-201-0/+10
* show_requests(): Remove the backward compatibility hack, since thebwarsaw2001-07-201-7/+1
* change_options(): When sucking the subscribers out of the upload,bwarsaw2001-07-201-23/+29
* ProcessConfirmCmd(): Slightly improved response message.bwarsaw2001-07-201-1/+1
* REQUESTS_FILE_SCHEMA_VERSION: Added.bwarsaw2001-07-201-1/+4
* getMemberOption(): flag argument should not have a default value.bwarsaw2001-07-201-3/+3
* IGN: new global flag for the version number entry.bwarsaw2001-07-201-10/+26
* ApprovedAddMembers(): Rid ourselves of this horror. The right way tobwarsaw2001-07-191-113/+115
* show_requests(): Change the column header to reflect the fact that thebwarsaw2001-07-191-3/+9
* main(): DeleteMember() -> ApprovedDeleteMember()bwarsaw2001-07-191-1/+1
* GetConfigInfo(): We don't need the adminurl local variable.bwarsaw2001-07-191-3/+0
* GetConfigInfo(): Do specific hasattr() tests instead of catchingbwarsaw2001-07-191-4/+2
* process(): Fixed typo (should have been "getMemberOption" notbwarsaw2001-07-191-1/+1
* MarshalSwitchboard._ext_read(): Add a little comment to thebwarsaw2001-07-191-0/+3
* File from Python 2.2bwarsaw2001-07-191-0/+1002
* AddMember(): ApprovedAddMember doesn't take a fullname argument, don't trytwouters2001-07-191-5/+5
* Only eval() a float's repr() back to a float if the marshal actuallytwouters2001-07-191-1/+2
* Fix hardcoded 'mailman' groupname in error message and some comments. Ittwouters2001-07-192-70/+74
* Whitespace cleanup of embedded Python code.twouters2001-07-191-13/+13
* main(): Don't print an empty 'done' message if no languages were sucessfullytwouters2001-07-191-2/+3
* A start on a Sendmail-style :include: file recipient calculator. Abwarsaw2001-07-190-0/+0
* intermediatebwarsaw2001-07-191-0/+49
* dolist(): A start on conversion to the MemberAdaptor API (but it needsbwarsaw2001-07-191-2/+5
* process(): Use the MemberAdaptor API. Also, call do_topic_filters()bwarsaw2001-07-191-17/+65
* This handler scans a message's Subject: and Keywords: fields (andbwarsaw2001-07-190-0/+0
* intermediatebwarsaw2001-07-191-0/+101
* Post.py contains the virtual mailing list support (i.e. the ability tobwarsaw2001-07-192-0/+119
* The usual.bwarsaw2001-07-191-0/+1
* There are the admin gui component modules, which now contain all thebwarsaw2001-07-1912-0/+1184
* Added placeholders for news on the newest 2.1a3 features. I'll fillbwarsaw2001-07-191-0/+13
* Added an acknowledgement to Control.com, sponsors of most of thebwarsaw2001-07-191-0/+6
* Added an acknowledgement to Control.com, sponsors of most of thebwarsaw2001-07-192-3/+13
* Major overhaul. Summary:bwarsaw2001-07-191-958/+404
* MMMemberError, MMBadUserError, MMNotAMemberError, MMNoSuchUserError,bwarsaw2001-07-191-6/+14
* All membership related attribute access should use the MemberAdaptorbwarsaw2001-07-191-109/+94
* All membership related attribute access should use the MemberAdaptorbwarsaw2001-07-191-11/+13
* GLOBAL_PIPELINE: Add the new Tagger handler before CalcRecips (whichbwarsaw2001-07-191-4/+13
* All membership related attribute access should use the MemberAdaptorbwarsaw2001-07-193-31/+44
* All membership related attribute access should use the MemberAdaptorbwarsaw2001-07-191-2/+2
* All membership related attribute access should use the MemberAdaptorbwarsaw2001-07-195-10/+14
* Now, try to remove it!bwarsaw2001-07-191-555/+0
* Committing to see if I can finally get rid of this file. :(bwarsaw2001-07-191-0/+555
* dequeue(): Be a bit more robust about possible exceptions, ensuringbwarsaw2001-07-191-12/+14
* GetConfigInfo(): Removed.bwarsaw2001-07-191-17/+0
* A revamp to use the new membership API. Specifically,bwarsaw2001-07-191-3/+3
* A revamp to use the new membership API, and to be able to set/getbwarsaw2001-07-191-49/+187