Mercurial > p > roundup > code
diff CHANGES.txt @ 5154:f608eeecf638
issue2550891: Allow subdir in template value. Anthony (antmail)
requested the ability to put templates into subdirectories. So
the issue class can accept @template=issues/item to get the
html/issues/issue.item.html template.
Inlcude a test case for missing and existing (tal) templates.
Also include a test that fails path traversal check.
Add mention of subdiectoy use to customizing.txt along with some
spelling fixes and ^M removal.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 22 Jul 2016 15:19:40 -0400 |
| parents | 6bbb6dd97458 |
| children | 882fa4d9bead |
line wrap: on
line diff
--- a/CHANGES.txt Wed Jul 20 22:30:35 2016 -0400 +++ b/CHANGES.txt Fri Jul 22 15:19:40 2016 -0400 @@ -130,6 +130,10 @@ 'msg_header_property' we can do this easily. Setting the 'msg_header_property' to the empty string '' (not to None) will suppress the header for that property. (John Rouillard) +- issue2550891: Allow subdir in template value. Anthony (antmail) + requested the ability to put templates into subdirectories. So + the issue class can accept @template=issues/item to get the + html/issues/issue.item.html template. See ``doc/upgrading.txt``. Fixed:
