[ mailman-Bugs-730769 ] template access hierarchy is broken

SourceForge.net noreply at sourceforge.net
Thu May 1 07:24:19 EDT 2003


Bugs item #730769, was opened at 2003-05-01 13:24
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=730769&group_id=103

Category: Pipermail
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Richard Barrett (ppsys)
Assigned to: Nobody/Anonymous (nobody)
Summary: template access hierarchy is broken

Initial Comment:
The quick_maketext()function in HyperArch.py uses a 
caching scheme for templates extracted from one of the 
four possible sources of templates, i.e. general, site, 
domain and list specific templates.

The caching scheme is broken because the key to the 
cache only uses the name of the template file and the 
language. Thus once a a file for a given langauge has 
been cached, regardless of which of the sources it was 
obtained from, it is that template that is used by all lists, 
regardless of the existence of a template in a preferred 
source for that particular list.

The attached patch fixes this problem.

Apply the patch with the MM build directory as current 
working directory using the command:

patch -p1 < path-to-patch-file


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=730769&group_id=103



More information about the Mailman-coders mailing list