Allow $var_dir templates to override in-tree templates
Bug #788309 reported by
Richard Wackerbarth
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNU Mailman |
Fix Released
|
Wishlist
|
Barry Warsaw |
Bug Description
mailman.
summary: |
- Site configuration customization unnecessarily stored in tree + Site template search should look in var_dir |
summary: |
- Site template search should look in var_dir + Allow $var_dir templates to override in-tree templates |
Changed in mailman: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I changed the subject of this bug because actually I think it's fine for the in-tree site templates to still be searched, just that if the template exists in $var_dir, it should override. And this should be true of the domain templates as well.
Thanks for the patch, and the bug report. Perhaps you'd like to refine the patch to match the new description? Also, if you could include unittests that would be great.