summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* WEB_BGCOLOR => WEB_BG_COLORbwarsaw2001-06-071-14/+15
* Globally, WEB_HEADERCOLOR => WEB_HEADER_COLORbwarsaw2001-06-073-5/+5
* main(): Better, more consistent error pages, after a suggestion bybwarsaw2001-06-071-12/+25
* Globally, WEB_HEADERCOLOR => WEB_HEADER_COLORbwarsaw2001-06-071-9/+9
* Module global article_template removed. Instead, this html is movedbwarsaw2001-06-071-56/+4
* De-string-module-ification, and other import sanitizing.bwarsaw2001-06-071-13/+25
* Add missing import of the 'errno' module.twouters2001-06-061-0/+1
* Untabification.bwarsaw2001-06-021-26/+27
* close(): When the file object is closed, set __fp to None so it getsbwarsaw2001-06-021-1/+2
* options_page(): Missed an i18n marking. Found by Ousmane Wilane.bwarsaw2001-06-021-1/+1
* Updates for the new authentication scheme. Note that there are otherbwarsaw2001-06-011-46/+40
* CheckCookie(): If the authcontext is AuthUser and the `user' argumentbwarsaw2001-06-011-1/+27
* GetBaseArchiveURL(): Make sure private archive url ends in a slash.bwarsaw2001-06-011-1/+1
* RestrictedListMessage(): Fixed a typo (missing open paren), andbwarsaw2001-06-011-4/+5
* Authenticate(): When sha hex digesting the response, save the resultsbwarsaw2001-05-311-2/+4
* main(): Convert to the new world order for web authentication,bwarsaw2001-05-311-13/+18
* process(): Check for administrivia as the first hold test. Thisbwarsaw2001-05-311-5/+5
* A considerable rewrite to support many new features, and to obviatebwarsaw2001-05-311-34/+506
* Add support for the list moderator role, and change of addressbwarsaw2001-05-311-5/+134
* This file is no longer necessary. All the functionality has beenbwarsaw2001-05-311-346/+0
* NewVars(): Add mod_password and moderator attributes to list schemas.bwarsaw2001-05-311-0/+2
* DATA_FILE_VERSION: Bump this so that list config.db schemas will bebwarsaw2001-05-311-1/+1
* Changes to support the new world order of authentication, usingbwarsaw2001-05-311-61/+150
* _dispose(): When a message is destined "toowner" and the metadatabwarsaw2001-05-311-1/+12
* hold_for_approval(): We want the admin notification message to appearbwarsaw2001-05-311-4/+9
* Update a comment.bwarsaw2001-05-311-1/+3
* process(): Use the new world order for doing authentication. Sincebwarsaw2001-05-311-4/+8
* main(), process_form(), print_results(): We don't need to pass thebwarsaw2001-05-311-5/+5
* main(): Use the new world order for authentication, by usingbwarsaw2001-05-311-39/+25
* main(), process_request(), request_deletion(): We don't need to passbwarsaw2001-05-311-16/+21
* main(): We don't need to pass the document background color as anbwarsaw2001-05-312-7/+7
* listinfo_overview(): We don't need to pass the document backgroundbwarsaw2001-05-311-3/+3
* main(), process_request(), request_creation(): We don't need to passbwarsaw2001-05-311-18/+21
* main(): We don't need to pass the document background color as anbwarsaw2001-05-311-6/+11
* main(): Convert to the new world order for authentication. We don'tbwarsaw2001-05-311-87/+104
* Stupid change because the last checkin failed to say:bwarsaw2001-05-311-1/+2
* loginpage(): Add the standard footer to the login page. The loginbwarsaw2001-05-311-35/+8
* Document: Set the default background color of the document tobwarsaw2001-05-311-1/+5
* maketext(): When interpolating the dict into the template, catchbwarsaw2001-05-311-1/+1
* Added another confirmable action: a change of address request.bwarsaw2001-05-311-2/+7
* HoldSubscription(): Removed some old language setting cruft. Also,bwarsaw2001-05-311-10/+6
* FormatOptionButton(): Formatting, but also change the 'passwdremind'bwarsaw2001-05-311-22/+20
* SetUserDigest(): Do not do a self.Save() at the end of this. Ibwarsaw2001-05-311-2/+0
* MailUserPassword(): Include the full posting email address of the listbwarsaw2001-05-311-2/+3
* New user configurable variables, for control of the (non-templated)bwarsaw2001-05-311-7/+46
* Fix typo observed by nobody (aka Anonymous) in SF bug #426002: 'data' shouldtwouters2001-05-291-1/+1
* main(): The options.html template now has a field for suppressing thebwarsaw2001-05-251-0/+4
* process_form(): Add support for SuppressPasswordReminder user option.bwarsaw2001-05-251-0/+4
* UserNotification.send(): Add optional **_kws which are passed straightbwarsaw2001-05-251-3/+4
* GetAvailableLanguages(): Add a comment.bwarsaw2001-05-251-0/+4