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