summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* A membership adaptor, based on the API defined in MemberAdaptor.py,bwarsaw2001-07-180-0/+0
* intermediatebwarsaw2001-07-181-0/+262
* The membership adaptor interface specification, as a Python class.bwarsaw2001-07-180-0/+0
* intermediatebwarsaw2001-07-181-0/+228
* Changes to support realnames and topic filters. Specifically,bwarsaw2001-07-181-16/+65
* Removed commented out macros ALIAS_UID, ALIAS_GID, ALIAS_FLAGS.bwarsaw2001-07-181-5/+0
* Add Mailman/Gui to list of directories to descend into.bwarsaw2001-07-181-1/+1
* Add Mailman/Gui/Makefile to list of generated files.bwarsaw2001-07-182-5/+5
* - Add missing import of 'errno'twouters2001-07-181-1/+2
* _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
* Translation provided by Juan Carlos Rey Anaya.bwarsaw2001-07-120-0/+0
* intermediatebwarsaw2001-07-121-0/+24
* show_post_requests(): If the heldmsg is lost, the IOError will havebwarsaw2001-07-121-1/+1
* do_bump(): Use DD-MMM-YYYY date format.bwarsaw2001-07-121-2/+1
* Skip the legalese paragraph, and be a little more robust about input.bwarsaw2001-07-121-3/+12
* The default install directory has changed.bwarsaw2001-07-121-1/+1
* Describe list_admins and genaliasesbwarsaw2001-07-121-0/+5
* Heh, I guess I should mention mailmanctl, since it's /critical/ tobwarsaw2001-07-121-1/+9
* minor formatting for better online autogenbwarsaw2001-07-121-0/+1
* Quick and dirty update of the on-line documentation. Can you saybwarsaw2001-07-1240-1477/+3335
* Some updates.bwarsaw2001-07-112-11/+27
* formattingbwarsaw2001-07-111-0/+1
* Update copyright years, but otherwise leave the text alone.bwarsaw2001-07-111-1/+2
* Last minute updates.bwarsaw2001-07-111-13/+15
* Formatting, updates, and a note about Mozilla.bwarsaw2001-07-111-26/+40
* formatting.bwarsaw2001-07-111-13/+13
* Last minute updates.bwarsaw2001-07-111-0/+13
* Lot's of updates to describe the current system.bwarsaw2001-07-111-73/+96
* Last minute updates.bwarsaw2001-07-111-7/+20
* Last minute updates.bwarsaw2001-07-113-22/+29
* Added news items on the change to confirmation messages and the dumpdbbwarsaw2001-07-111-1/+8
* Mentor Cana points out that passwords are optional on this page, butbwarsaw2001-07-111-3/+9
* Added the --marshal/-m and --pickle/-p flags, and the ability to dumpbwarsaw2001-07-111-12/+75
* 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