summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* hold_for_approval(): Another step towards conversion to MemberAdaptorbwarsaw2001-07-291-1/+1
* do_topic_filters(): Another step towards conversion to MemberAdaptorbwarsaw2001-07-291-2/+2
* process_form(): Use UserDesc helper class.bwarsaw2001-07-291-9/+2
* Another step towards conversion to MemberAdaptor API.bwarsaw2001-07-291-1/+1
* Another step towards conversion to MemberAdaptor API.bwarsaw2001-07-291-10/+4
* Massive rewrite to implement the Wouters/Oskoboiny Convention on webbwarsaw2001-07-291-52/+387
* Another step towards conversion to MemberAdaptor API.bwarsaw2001-07-291-14/+11
* __assertIsMember(): Helper method which raises NotAMemberError if thebwarsaw2001-07-291-11/+40
* getMemberLanguage(): If the address isn't a member of the list, returnbwarsaw2001-07-291-2/+21
* Another step towards conversion to MemberAdaptor API.bwarsaw2001-07-291-27/+9
* Another step towards conversion to MemberAdaptor API.bwarsaw2001-07-291-5/+7
* __handlepost(): Convert to MemberAdaptor API by usingbwarsaw2001-07-291-11/+4
* intermediatebwarsaw2001-07-291-0/+44
* Another step towards conversion to MemberAdaptor API.bwarsaw2001-07-291-3/+3
* process_request(): Coerce listname to lowercase since this is treatedbwarsaw2001-07-271-1/+2
* InitVars(): Should create self.archive_dir()+'.mbox' notbwarsaw2001-07-271-1/+1
* Add Norwegian.bwarsaw2001-07-271-0/+1
* send_i18n_digests(): Cut-n-paste errors: self->mlist.bwarsaw2001-07-271-2/+2
* NumRequestsPending(): Only subtract one from the number of keys ifbwarsaw2001-07-271-1/+3
* Japanese should use the euc-jp encoding for web pages.bwarsaw2001-07-271-1/+1
* LC_DESCRIPTIONS: Rewrite this stanza for clarity. Use add_language()bwarsaw2001-07-261-5/+10
* main(): Use archive_dir() instead of the archive_directory attribute.bwarsaw2001-07-261-1/+1
* html_TOC(): Use archive_dir() instead of the archive_directorybwarsaw2001-07-261-1/+1
* InitVars(): Do not set list attributes public_archive_file_dir,bwarsaw2001-07-261-36/+19
* ZapOldVars(): Rewrite a bit more succinctly, and add the followingbwarsaw2001-07-261-7/+7
* Lock(): If /any/ exception (not just MMUnknownListError) is raisedbwarsaw2001-07-261-1/+1
* GetConfigInfo(): Create the `admin' local variable that the followingbwarsaw2001-07-251-0/+3
* __handlesubscription(): Use the new ApprovedAddMember() interface.bwarsaw2001-07-201-1/+8
* AddMember(): Cut-and-paste typo; mlist -> self; fullname -> namebwarsaw2001-07-201-3/+10
* main(): Simpler idiom for getting the 'language' value out of thebwarsaw2001-07-201-8/+12
* 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
* 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
* intermediatebwarsaw2001-07-191-0/+49
* process(): Use the MemberAdaptor API. Also, call do_topic_filters()bwarsaw2001-07-191-17/+65
* intermediatebwarsaw2001-07-191-0/+101