summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* main(): Extract the cgi data using keep_blank_values=1 so we'll knowbwarsaw2001-07-191-4/+4
* A revamp to use the new category components, the new membership API,bwarsaw2001-07-191-113/+164
* Descend into the Gui subdirectory.bwarsaw2001-07-191-1/+1
* confirm(): Add optional argument `expunge' defaulting to true. Thisbwarsaw2001-07-191-4/+10
* InitVars(): With the new mixin architecture, InitVars() needs to takebwarsaw2001-07-191-19/+7
* Some code re-organization.bwarsaw2001-07-191-76/+29
* All:bwarsaw2001-07-185-212/+8
* Bump the version number to 2.1a3 and kick the DATA_FILE_VERSION to 30bwarsaw2001-07-181-3/+3
* NewVars(): Add the following attributes to MailList instances, if theybwarsaw2001-07-181-0/+5
* intermediatebwarsaw2001-07-181-0/+262
* intermediatebwarsaw2001-07-181-0/+228
* _dopipeline(): We don't need to save the return value of __import__().bwarsaw2001-07-131-1/+1
* _dopipeline(): Do not include the blank Exception catch-all here, butbwarsaw2001-07-131-9/+0
* process(): Be much more careful about bogus source strings for thebwarsaw2001-07-131-13/+14
* hold_for_approval(): Inside admin_immed_notify (i.e. when we'rebwarsaw2001-07-131-1/+1
* add_error_message(): Don't translate tag if it is the empty string.bwarsaw2001-07-121-1/+4
* show_post_requests(): If the heldmsg is lost, the IOError will havebwarsaw2001-07-121-1/+1
* start_runner(): Changed indentation, since the parent always returns.bwarsaw2001-07-111-14/+20
* main(): Catch MMNoSuchUserError which can happen if two unsub requestsbwarsaw2001-07-111-0/+4
* AddMember(), ChangeMemberAddress(), ConfirmUnsubscription(): Shortenbwarsaw2001-07-111-3/+3
* __NoMailCmdResponse => __noresponsebwarsaw2001-07-111-20/+29
* main(): Forgot to re-install the real translation context after thebwarsaw2001-07-111-0/+1
* _dopipeline(): Use a better mechanism for digging out the process()bwarsaw2001-07-101-4/+5
* InitVars(): Fix the out-of-date comment.bwarsaw2001-07-101-1/+1
* GetConfigInfo(): Add some text to the welcome_msg details whichbwarsaw2001-07-101-1/+9
* Added support for an Urgent: header, which should contain a passwordbwarsaw2001-07-101-0/+47
* BSDDBdatabase.__openIndices(): 'pas' -> 'pass'twouters2001-07-101-1/+1
* Add missing import of 'syslog'.twouters2001-07-101-0/+1
* MailCommandHandler.ProcessOptionCmd() and MailCommandHandler.ProcessSetCmd():twouters2001-07-101-2/+2
* UpdateOldVars(): 'setatrr' -> 'setattr'twouters2001-07-101-1/+1
* SecurityManager.MakeCookie(): 'MMBadUserError' -> 'Errors.MMBadUserError'twouters2001-07-101-1/+1
* 'UnimplementedError' -> 'NotImplementedError'twouters2001-07-102-3/+3
* import time so it can be used.twouters2001-07-101-0/+1
* Add back COMMASPACE to globals, as it apparently *is* used, just nottwouters2001-07-101-1/+3
* Don't forget to import LockFile for its exception.twouters2001-07-101-0/+1