summaryrefslogtreecommitdiff
path: root/Mailman/HTMLFormatter.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* AcknowlegePosts => AcknowledgePostsbwarsaw1999-11-241-7/+7
* eradicate "maillist" as a nounbwarsaw1999-05-051-3/+3
* GetMailmanFooter(): Factor out logo creation by using MailmanLogo()bwarsaw1999-05-021-8/+2
* GetMailmanFooter(): DELIVERED_BY_URL can be false. This will justbwarsaw1999-05-021-3/+7
* GetMailmanFooter(): New HTML to include the logo image w/ link tobwarsaw1999-05-021-4/+4
* RosterOption(): get rid of repeated word ("address address")bwarsaw1999-03-261-1/+3
* Put the listinfo URL in the footer, so it can be clicked *somewhere*klm1999-03-151-3/+4
* New standard replacement, mm-host.klm1998-12-171-0/+1
* This is a simple change that limits the extremely expensivecotton1998-11-231-3/+11
* optimized FormatUsers() a bit.cotton1998-11-211-24/+23
* This change implements storing list members and digest members ascotton1998-11-191-8/+12
* made FormatFormStart use AbsoluteScript URL because it was returning acotton1998-11-121-1/+1
* integrated g. steins's mailman reminder patch, so that listinfo.htmlcotton1998-11-101-2/+12
* os.path.join -> %s/%s for urls.cotton1998-11-091-3/+7
* .FormatUmbrellaNotice(): Cut-and-paste problem was breaking use ofklm1998-10-171-1/+1
* MailList.GetMemberAdminEmail(): New routine to identify the adminklm1998-10-171-3/+2
* .FormatUmbrellaNotice(): for options page, warning people hitting theklm1998-10-171-0/+17
* Fixed references to old variables that should now be subscribe_policy.viega1998-10-111-3/+11
* InitTempVars(): Two changes, first after our conversation at lunch, Ibwarsaw1998-07-221-3/+3
* .InitTempVars(): Use the default templates for anonymous lists.klm1998-07-011-2/+5
* Convert all module names to their new names.bwarsaw1998-06-191-5/+8
* InitTempVars() added.viega1998-06-131-2/+2
* Whoops, I forgot to check these in. They're changed to handleviega1998-06-031-3/+3
* Fixed a typo in the zipcode.viega1998-05-261-2/+2
* Added copyright notices to all source files where I am legally entitled to do...viega1998-05-251-1/+18
* .FormatDisabledNotice(): Text to put at top of user options pages tomailman1998-05-201-26/+46
* FormatArchiveAnchor(): Use the new routine instead of static var val.klm1998-04-101-2/+2
* Trivial cosmetic changes - plural "subscribers list" instead of possessiveklm1998-04-101-3/+3
* Preparing to package a distribution - add a module docstring andmailman1998-04-091-0/+5
* .FormatRosterOptionForUser(), .RosterOption() - extracted creation andklm1998-04-071-28/+24
* Refined presentations for the listinfo page, including a newmailman1998-04-021-22/+37
* Small text refinements.klm1998-03-301-8/+5
* Revised subscription list presentation so it is on a separate page.klm1998-03-301-2/+64
* Members (digest or non) are sorted only during presentation, not inmailman1998-03-271-0/+1
* In the subscribers list, indicate when a user is delivery-disabled bymailman1998-03-261-3/+9
* Tracked change of names of 'closed' and 'auto_subscribe' options. Seemailman1998-03-241-1/+31
* Whoopsie! Put a paren in the wrong place, ok now.mailman1998-03-191-3/+3
* Remove my comment questioning FormatArchiveAnchor().mailman1998-03-191-5/+2