Activity log for bug #788309

Date Who What changed Old value New value Message
2011-05-25 20:00:17 Richard Wackerbarth bug added bug
2011-05-25 20:00:17 Richard Wackerbarth attachment added Patch i18n.py to move site template location. https://bugs.launchpad.net/bugs/788309/+attachment/2142692/+files/i18n_patch.txt
2011-05-25 20:19:15 Barry Warsaw summary Site configuration customization unnecessarily stored in tree Site template search should look in var_dir
2011-05-25 20:23:30 Barry Warsaw summary Site template search should look in var_dir Allow $var_dir templates to override in-tree templates
2011-05-25 20:25:26 Barry Warsaw description The i18n templates for site customization are specified to be in <template_dir>/site/ etc., a part of the tree, rather than being placed in <var_dir> (outside the tree) Solution, move them to <var_dir>/templates/site/ mailman.utilities.i18n.find()'s search algorithm only allows for list-specific templates in $var_dir. The search algorithm should be extended so that any of the domain, site, and language templates may be overridden by $var_dir templates. It can still fallback to in-tree templates if the $var_dir version is missing.
2011-05-25 20:25:30 Barry Warsaw mailman: status New Confirmed
2011-05-25 20:25:35 Barry Warsaw mailman: importance Undecided Medium
2011-05-25 20:25:41 Barry Warsaw mailman: importance Medium Wishlist
2012-03-03 18:38:39 Barry Warsaw mailman: assignee Barry Warsaw (barry)
2012-03-03 18:38:41 Barry Warsaw mailman: milestone 3.0.0b1
2012-03-03 18:38:45 Barry Warsaw mailman: status Confirmed In Progress
2012-03-03 18:41:19 Barry Warsaw mailman: status In Progress Fix Committed
2012-04-06 03:32:03 Barry Warsaw mailman: status Fix Committed Fix Released