| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | WEB_BGCOLOR => WEB_BG_COLOR | bwarsaw | 2001-06-07 | 1 | -14/+15 |
| * | Globally, WEB_HEADERCOLOR => WEB_HEADER_COLOR | bwarsaw | 2001-06-07 | 3 | -5/+5 |
| * | main(): Better, more consistent error pages, after a suggestion by | bwarsaw | 2001-06-07 | 1 | -12/+25 |
| * | Globally, WEB_HEADERCOLOR => WEB_HEADER_COLOR | bwarsaw | 2001-06-07 | 1 | -9/+9 |
| * | Module global article_template removed. Instead, this html is moved | bwarsaw | 2001-06-07 | 1 | -56/+4 |
| * | De-string-module-ification, and other import sanitizing. | bwarsaw | 2001-06-07 | 1 | -13/+25 |
| * | Add missing import of the 'errno' module. | twouters | 2001-06-06 | 1 | -0/+1 |
| * | Untabification. | bwarsaw | 2001-06-02 | 1 | -26/+27 |
| * | close(): When the file object is closed, set __fp to None so it gets | bwarsaw | 2001-06-02 | 1 | -1/+2 |
| * | options_page(): Missed an i18n marking. Found by Ousmane Wilane. | bwarsaw | 2001-06-02 | 1 | -1/+1 |
| * | Updates for the new authentication scheme. Note that there are other | bwarsaw | 2001-06-01 | 1 | -46/+40 |
| * | CheckCookie(): If the authcontext is AuthUser and the `user' argument | bwarsaw | 2001-06-01 | 1 | -1/+27 |
| * | GetBaseArchiveURL(): Make sure private archive url ends in a slash. | bwarsaw | 2001-06-01 | 1 | -1/+1 |
| * | RestrictedListMessage(): Fixed a typo (missing open paren), and | bwarsaw | 2001-06-01 | 1 | -4/+5 |
| * | Authenticate(): When sha hex digesting the response, save the results | bwarsaw | 2001-05-31 | 1 | -2/+4 |
| * | main(): Convert to the new world order for web authentication, | bwarsaw | 2001-05-31 | 1 | -13/+18 |
| * | process(): Check for administrivia as the first hold test. This | bwarsaw | 2001-05-31 | 1 | -5/+5 |
| * | A considerable rewrite to support many new features, and to obviate | bwarsaw | 2001-05-31 | 1 | -34/+506 |
| * | Add support for the list moderator role, and change of address | bwarsaw | 2001-05-31 | 1 | -5/+134 |
| * | This file is no longer necessary. All the functionality has been | bwarsaw | 2001-05-31 | 1 | -346/+0 |
| * | NewVars(): Add mod_password and moderator attributes to list schemas. | bwarsaw | 2001-05-31 | 1 | -0/+2 |
| * | DATA_FILE_VERSION: Bump this so that list config.db schemas will be | bwarsaw | 2001-05-31 | 1 | -1/+1 |
| * | Changes to support the new world order of authentication, using | bwarsaw | 2001-05-31 | 1 | -61/+150 |
| * | _dispose(): When a message is destined "toowner" and the metadata | bwarsaw | 2001-05-31 | 1 | -1/+12 |
| * | hold_for_approval(): We want the admin notification message to appear | bwarsaw | 2001-05-31 | 1 | -4/+9 |
| * | Update a comment. | bwarsaw | 2001-05-31 | 1 | -1/+3 |
| * | process(): Use the new world order for doing authentication. Since | bwarsaw | 2001-05-31 | 1 | -4/+8 |
| * | main(), process_form(), print_results(): We don't need to pass the | bwarsaw | 2001-05-31 | 1 | -5/+5 |
| * | main(): Use the new world order for authentication, by using | bwarsaw | 2001-05-31 | 1 | -39/+25 |
| * | main(), process_request(), request_deletion(): We don't need to pass | bwarsaw | 2001-05-31 | 1 | -16/+21 |
| * | main(): We don't need to pass the document background color as an | bwarsaw | 2001-05-31 | 2 | -7/+7 |
| * | listinfo_overview(): We don't need to pass the document background | bwarsaw | 2001-05-31 | 1 | -3/+3 |
| * | main(), process_request(), request_creation(): We don't need to pass | bwarsaw | 2001-05-31 | 1 | -18/+21 |
| * | main(): We don't need to pass the document background color as an | bwarsaw | 2001-05-31 | 1 | -6/+11 |
| * | main(): Convert to the new world order for authentication. We don't | bwarsaw | 2001-05-31 | 1 | -87/+104 |
| * | Stupid change because the last checkin failed to say: | bwarsaw | 2001-05-31 | 1 | -1/+2 |
| * | loginpage(): Add the standard footer to the login page. The login | bwarsaw | 2001-05-31 | 1 | -35/+8 |
| * | Document: Set the default background color of the document to | bwarsaw | 2001-05-31 | 1 | -1/+5 |
| * | maketext(): When interpolating the dict into the template, catch | bwarsaw | 2001-05-31 | 1 | -1/+1 |
| * | Added another confirmable action: a change of address request. | bwarsaw | 2001-05-31 | 1 | -2/+7 |
| * | HoldSubscription(): Removed some old language setting cruft. Also, | bwarsaw | 2001-05-31 | 1 | -10/+6 |
| * | FormatOptionButton(): Formatting, but also change the 'passwdremind' | bwarsaw | 2001-05-31 | 1 | -22/+20 |
| * | SetUserDigest(): Do not do a self.Save() at the end of this. I | bwarsaw | 2001-05-31 | 1 | -2/+0 |
| * | MailUserPassword(): Include the full posting email address of the list | bwarsaw | 2001-05-31 | 1 | -2/+3 |
| * | New user configurable variables, for control of the (non-templated) | bwarsaw | 2001-05-31 | 1 | -7/+46 |
| * | Fix typo observed by nobody (aka Anonymous) in SF bug #426002: 'data' should | twouters | 2001-05-29 | 1 | -1/+1 |
| * | main(): The options.html template now has a field for suppressing the | bwarsaw | 2001-05-25 | 1 | -0/+4 |
| * | process_form(): Add support for SuppressPasswordReminder user option. | bwarsaw | 2001-05-25 | 1 | -0/+4 |
| * | UserNotification.send(): Add optional **_kws which are passed straight | bwarsaw | 2001-05-25 | 1 | -3/+4 |
| * | GetAvailableLanguages(): Add a comment. | bwarsaw | 2001-05-25 | 1 | -0/+4 |