summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* GetConfigInfo(): Fixed the link to the admin page and to thebwarsaw2001-10-271-1/+2
* GetConfigInfo(): Fixed the links to the passwords page, found bybwarsaw2001-10-271-2/+2
* show_results(), membership_options(): Two missed translationbwarsaw2001-10-271-6/+5
* process(): Implement ARCHIVE_HTML_SANITIZER == 2, meaning "leave itbwarsaw2001-10-271-6/+31
* ARCHIVE_HTML_SANITIZER: This now takes values 0, 1, 2 (the latter isbwarsaw2001-10-271-1/+3
* InitVars(): Add a hidden config variable `created_at' whichbwarsaw2001-10-271-0/+5
* Tokio Kikuchi says:bwarsaw2001-10-261-9/+8
* get_item_gui_description(): Fixed i18n string. Found by Tokiobwarsaw2001-10-261-1/+1
* main(): template_data: handle_opts.html is gone. Found by Tokiobwarsaw2001-10-261-1/+0
* Much revision based on good feedback from mailman-developers.bwarsaw2001-10-261-42/+111
* GetBaseArchiveURL(): PUBLIC_ARCHIVE_URL should be an absolute urlbwarsaw2001-10-261-0/+4
* PUBLIC_ARCHIVE_URL: This should now be an absolute url, with thebwarsaw2001-10-261-2/+22
* process(), save_attachment(): Set the umask before creating thebwarsaw2001-10-261-6/+6
* process(): Fix the processing of text/html parts w.r.t. discarding thebwarsaw2001-10-261-3/+8
* Get rid of useless import (reported by Dan Mick).bwarsaw2001-10-251-1/+0
* Some refinements in the outputted appearance of the archive file.bwarsaw2001-10-251-6/+56
* processUnixMailbox(): Instantiate an ArchiverMailbox instead of abwarsaw2001-10-241-4/+8
* ARCHIVE_CLEANSER => ARCHIVE_SCRUBBERbwarsaw2001-10-241-1/+1
* _archfactory(): A factory for the ArchiverMailbox class, this isbwarsaw2001-10-241-2/+42
* A new module that will clean messages before they're committed tobwarsaw2001-10-241-0/+109
* _dispose(): Move the Save() call into the try (exceptions are morallybwarsaw2001-10-241-1/+1
* ARCHIVE_CLEANSER: A module that will clean messages before they'rebwarsaw2001-10-241-0/+10
* CheckVersion(): Can't lock an already locked list!bwarsaw2001-10-221-1/+2
* CheckVersion(): The list must be locked in order to auto-update thebwarsaw2001-10-221-10/+17
* VERSION: 2.1a3+bwarsaw2001-10-221-1/+1
* process(): Forgot to include a realname local var.bwarsaw2001-10-221-0/+1
* GetConfigCategory(): "Topic filters" -> "Topics"bwarsaw2001-10-211-1/+1
* show_requests(): To be consistent with pendingsubs, pendingunsubsbwarsaw2001-10-211-1/+1
* ProcessUnsubscribeCmd(): We need to have a specific case wherebwarsaw2001-10-211-2/+14
* process(): If the list attribute include_rfc2369_headers is false,bwarsaw2001-10-211-1/+1
* GetConfigInfo(): Rewrite some of the confirm/approval strings forbwarsaw2001-10-211-14/+29
* GetConfigInfo(): Move some of the items around, e.g. the goodbye_msgbwarsaw2001-10-211-29/+61
* main(): Call DeleteMember() when the unsubscribe button was hit sobwarsaw2001-10-211-7/+17
* show_requests(): Include a pending unsubscribes section if necessary.bwarsaw2001-10-211-3/+31
* NewVars(): Add unsubscribe_policy, send_goodbye_msg, andbwarsaw2001-10-211-0/+4
* DATA_FILE_VERSION: Bump this to 40 to pick up the new list attributes.bwarsaw2001-10-211-1/+1
* new(): Slight code cleanup; _ALLKEYS holds a list of 1-tuples of allbwarsaw2001-10-211-5/+5
* InitVars(): New MailList attributes:bwarsaw2001-10-211-8/+17
* ProcessUnsubscribeCmd(): Should use DeleteMember() instead ofbwarsaw2001-10-211-1/+1
* Support for admin approved unsubscribes. Specifically,bwarsaw2001-10-211-7/+56
* SendUnsubscribeAck(): Use a better Subject: on the message that getsbwarsaw2001-10-211-3/+3
* DEFAULT_SEND_GOODBYE_MSG: Default flag for whether a goodbye messagebwarsaw2001-10-211-0/+21
* process(): Reworked Reply-To: munging so list owners can establishbwarsaw2001-10-201-12/+31
* GetConfigInfo(): Added first_strip_reply_to. Also, did somebwarsaw2001-10-201-9/+24
* option_help(): If there is no elaboration, don't display thebwarsaw2001-10-201-4/+2
* NewVars(): Pick up new list attribute first_strip_reply_to.bwarsaw2001-10-201-0/+2
* DATA_FILE_VERSION: Bumping to pick up new list attribute first_strip_reply_tobwarsaw2001-10-201-1/+1
* InitVars(): New list attribute first_strip_reply_to.bwarsaw2001-10-201-0/+1
* DEFAULT_FIRST_STRIP_REPLY_TO: Default for new list attributebwarsaw2001-10-201-0/+5
* HandleForm(): Added (essentially no-op) so that admin.py willbwarsaw2001-10-201-0/+4