| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | GetAvailableLanguages(): Always add the server default language to the | bwarsaw | 2001-05-25 | 1 | -0/+1 |
| * | FormatOptionButton(): Teach this about the SuppressPasswordReminder | bwarsaw | 2001-05-25 | 1 | -9/+9 |
| * | SuppressPasswordReminder: New per-list user option which allows a user | bwarsaw | 2001-05-25 | 1 | -0/+1 |
| * | __openIndices(): os.mkdir() doesn't support keyword arguments. | bwarsaw | 2001-05-25 | 1 | -1/+1 |
| * | On suggestion of Vizi Szilard, added a "Clear Form" button. | bwarsaw | 2001-05-25 | 1 | -5/+7 |
| * | membership_options(): The search button string should be marked as | bwarsaw | 2001-05-25 | 1 | -1/+1 |
| * | UserNotification.__init__(): Use the blessed way of doing type | bwarsaw | 2001-05-22 | 1 | -1/+1 |
| * | __onefile(): It is possible that there is no list name in the | bwarsaw | 2001-05-22 | 1 | -12/+13 |
| * | process(): It is possible that the mlist passed in is None, which | bwarsaw | 2001-05-22 | 1 | -1/+4 |
| * | process_request(): When calling the MTA-specific remove() function, | bwarsaw | 2001-05-22 | 1 | -1/+1 |
| * | process_request(): When calling the MTA-specific create() function, | bwarsaw | 2001-05-22 | 1 | -1/+1 |
| * | InitVars(): Don't call HTMLFormatter.InitVars() as this has been | bwarsaw | 2001-05-22 | 1 | -2/+0 |
| * | create(), remove(): Take an optional flag `cgi' which indicates | bwarsaw | 2001-05-22 | 1 | -2/+2 |
| * | MTA: Set the default to Manual.py, a best-effort fallback for list | bwarsaw | 2001-05-22 | 1 | -6/+6 |
| * | Fallback module for auto-creation/removal of lists. | bwarsaw | 2001-05-22 | 1 | -0/+110 |
| * | A few language related safety issues: | bwarsaw | 2001-05-20 | 1 | -2/+8 |
| * | add_language(): A more convenient interface for mm_cfg.py files for | bwarsaw | 2001-05-20 | 1 | -7/+2 |
| * | dequeue(): Since IOError and OSError are both derived from | bwarsaw | 2001-05-18 | 1 | -1/+1 |
| * | send_i18n_digests(): In addition to passing in the user's preferred | bwarsaw | 2001-05-18 | 1 | -1/+1 |
| * | hold_for_approval(): In addition to passing in the user's preferred | bwarsaw | 2001-05-18 | 1 | -4/+2 |
| * | process(): In addition to passing in the user's preferred language, | bwarsaw | 2001-05-18 | 1 | -1/+1 |
| * | main(): Instead of passing in the list's preferred language, simply | bwarsaw | 2001-05-18 | 1 | -1/+1 |
| * | main(): Don't call HTMLFormatter.InitVars() since mlist._template_dir | bwarsaw | 2001-05-18 | 1 | -9/+6 |
| * | main(): Instead of passing in the list's preferred language, simply | bwarsaw | 2001-05-18 | 1 | -5/+6 |
| * | show_requests(): Instead of passing in the list's preferred language, | bwarsaw | 2001-05-18 | 1 | -1/+1 |
| * | loginpage(): Instead of passing in the list's preferred language, | bwarsaw | 2001-05-18 | 1 | -1/+1 |
| * | Better support for command line scripts which want to set the default | bwarsaw | 2001-05-18 | 1 | -5/+12 |
| * | GetConfigInfo(), AddMember(), ConfirmUnsubscription(), | bwarsaw | 2001-05-18 | 1 | -8/+6 |
| * | AddApprovalMsg(), ProcessHelpCmd(): Instead of passing in the list's | bwarsaw | 2001-05-18 | 1 | -2/+2 |
| * | __read(), _seed(): Since IOError and OSError are both derived from | bwarsaw | 2001-05-18 | 1 | -3/+3 |
| * | HoldSubscription(), __refuse(): Instead of passing in the list's | bwarsaw | 2001-05-18 | 1 | -2/+2 |
| * | Removed some unnecessary imports. | bwarsaw | 2001-05-18 | 1 | -4/+1 |
| * | InitVars(): Removed, since self._template_dir is no longer necessary | bwarsaw | 2001-05-18 | 1 | -43/+1 |
| * | GetConfigInfoy(): Instead of passing in the list's preferred language, | bwarsaw | 2001-05-18 | 1 | -4/+3 |
| * | SendSubscribeAck(), MailUserPassword(): In addition to passing in the | bwarsaw | 2001-05-18 | 1 | -4/+3 |
| * | HandleBouncingAddress(): Instead of passing in the list's preferred | bwarsaw | 2001-05-18 | 1 | -3/+3 |
| * | T.__init__(), T.new_archive(), BSDDBdatabase.__openIndices(): Use | bwarsaw | 2001-05-18 | 1 | -7/+20 |
| * | __openIndices(): Use os.mkdir() instead of Utils.mkdir(). | bwarsaw | 2001-05-18 | 1 | -6/+9 |
| * | Remove an unnecessary import. | bwarsaw | 2001-05-18 | 1 | -3/+1 |
| * | Archiver.InitVars(): Use os.mkdir() instead of Utils.mkdir(). | bwarsaw | 2001-05-18 | 1 | -6/+7 |
| * | maketext(): Better support for template specialization levels. This | bwarsaw | 2001-05-18 | 1 | -37/+83 |
| * | Application of SF patch #420396, submitted by Tokio Kikuchi. This | bwarsaw | 2001-05-16 | 2 | -7/+25 |
| * | admin_overview(): Application of SF patch #420396, submitted by Tokio | bwarsaw | 2001-05-16 | 1 | -8/+6 |
| * | listinfo_overview(): Application of SF patch #420396, submitted by | bwarsaw | 2001-05-16 | 1 | -4/+3 |
| * | Create(): Add a call to CheckValues() so that even if DEFAULT_URL is | bwarsaw | 2001-05-16 | 1 | -0/+1 |
| * | main(): Change the way the private archives authentication page is | bwarsaw | 2001-05-16 | 1 | -5/+7 |
| * | GetBaseArchiveURL(): Instead of relying on the configuration variable | bwarsaw | 2001-05-16 | 1 | -4/+2 |
| * | PRIVATE_ARCHIVE_URL: Removed; we can calculate this on the fly. | bwarsaw | 2001-05-16 | 1 | -1/+0 |
| * | WebAuthenticate(): Minor simplification. | bwarsaw | 2001-05-16 | 1 | -3/+3 |
| * | syslog() entries should go to logs/error not logs/qrunner. It's | bwarsaw | 2001-05-15 | 1 | -5/+5 |