summaryrefslogtreecommitdiff
path: root/Mailman/HTMLFormatter.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-437/+0
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* More work on completing the transition to setuptools.Barry Warsaw2007-07-181-4/+3
* Major surgery to get the setuptools based installation passing all theBarry Warsaw2007-07-161-2/+4
* Restoreing i18n in 2.2tkikuchi2007-03-011-2/+2
* Rework MailList.available_languages so that we don't need to use a PickleTypebwarsaw2007-01-181-20/+22
* More work on the WSGI support. So far, I've tested most of the admin.py linksbwarsaw2006-10-151-8/+8
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* FormatUsers(): The user portion of the link should honor the settingbwarsaw2003-09-291-9/+10
* FormatDisabledNotice(): I18n formatting improvement by Simonebwarsaw2002-12-071-1/+1
* RestrictedListMessage(), RosterOption(), GetStandardReplacements():bwarsaw2002-11-191-5/+6
* ParseTags(): Python will barf when trying to string-join a sequence ifbwarsaw2002-09-171-1/+8
* FormatDisabledNotice(): Include in bounce reasons, the date of thebwarsaw2002-08-021-1/+5
* GetStandardReplacements(): Patch by Juan Carlos Rey Anaya to fix i18nbwarsaw2002-07-031-1/+1
* FormatSubscriptionMsg(): Fix missing space. Closes bug #555065 bybwarsaw2002-05-281-2/+4
* GetStandardReplacements(), MailmanLogo(), IMAGE_LOGOS, SHORTCUT_ICON:bwarsaw2002-04-211-2/+4
* GetStandardReplacements(): If there's just one choice of language,bwarsaw2002-04-111-1/+1
* GetAdminEmail() eradication campaign.bwarsaw2002-03-261-1/+1
* Feedback from Guido...bwarsaw2002-03-231-1/+7
* GetStandardReplacements(): Add <mm-favicon> for a url replacement inbwarsaw2002-03-221-0/+1
* Patches to support duplicate suppression for explicit recipients,bwarsaw2002-03-051-1/+2
* GetStandardReplacements(): Be sure to pass the lang argument to thebwarsaw2002-02-051-2/+2
* FormatDisabledNotice(): If the user has been disabled due to bounces,bwarsaw2001-12-271-0/+12
* FormatUsers(), FormatOptionButton(), FormatDisabledNotice(): Usebwarsaw2001-12-191-8/+22
* FormatEditingOptions(): Let's actually /use/ the lang argument to addbwarsaw2001-11-301-14/+19
* FormatEditingOptions(): Make the text box's name "email" so as to hookbwarsaw2001-10-121-1/+1
* GetMailmanFooter(): A fix by (I believe) Mikhail Sobolev to makebwarsaw2001-10-091-3/+4
* FormatUsers(): Don't use string interpolation to pluralize the wordbwarsaw2001-10-011-13/+11
* GetMailmanFooter(): Don't hyperlink each individual list owner with abwarsaw2001-08-291-8/+5
* FormatSubscriptionMsg(): Use triple quoted strings instead ofbwarsaw2001-08-171-36/+25
* GetMailmanFooter(): Add a link to the listinfo overview page for thebwarsaw2001-08-021-12/+16
* All membership related attribute access should use the MemberAdaptorbwarsaw2001-07-191-11/+13
* GetStandardReplacements(): When displaying the selected language,bwarsaw2001-06-271-2/+5
* RestrictedListMessage(): Fixed a typo (missing open paren), andbwarsaw2001-06-011-4/+5
* FormatOptionButton(): Formatting, but also change the 'passwdremind'bwarsaw2001-05-311-22/+20
* FormatOptionButton(): Teach this about the SuppressPasswordReminderbwarsaw2001-05-251-9/+9
* Removed some unnecessary imports.bwarsaw2001-05-181-4/+1
* InitVars(): Removed, since self._template_dir is no longer necessarybwarsaw2001-05-181-43/+1
* Porting forward from 2.0.4 a patch to replace the deprecated regsubbwarsaw2001-05-011-14/+13
* FormatUsers(): Use GetOptionsURL() instead of GetScriptURL() since thebwarsaw2001-03-031-2/+1
* InitTemplates(): Copy both the .html and the .txt files into thebwarsaw2001-03-021-2/+3
* Untabification.bwarsaw2001-02-281-119/+119
* Next round of big i18n patches.bwarsaw2001-02-281-18/+19
* SnarfHTMLTemplate(): Don't try to fall back to lists/<listname>/ tobwarsaw2001-02-231-11/+4
* InitTemplates(): Simply by using some Python 2.0-isms and the shutilbwarsaw2001-02-161-18/+22
* Some additional i18n markup, although I can't remember if this is Juanbwarsaw2001-02-151-25/+40
* Latest round of jcrey's I18N patches. Specifically,bwarsaw2000-12-261-100/+123
* GetMailmanFooter(): Add a link to the administrative interface to eachbwarsaw2000-09-091-1/+5
* InitVars(): Use self.internal_name()bwarsaw2000-08-011-7/+5
* FormatFormStart(): Use GetScriptURL(relative=1) for calculating thebwarsaw2000-07-251-1/+1