changelog, close bugs
parent
7f5c2cfa5a
commit
5ff68d5171
|
@ -25,6 +25,8 @@ ikiwiki (3.20140912) UNRELEASED; urgency=medium
|
|||
* filecheck: accept MIME types not containing ';'
|
||||
* autoindex: index files in underlays if the resulting pages aren't
|
||||
going to be committed. Closes: #611068
|
||||
* Add [[!templatebody]] directive so template pages don't have to be
|
||||
simultaneously a valid template and valid HTML
|
||||
|
||||
-- Simon McVittie <smcv@debian.org> Fri, 12 Sep 2014 21:23:58 +0100
|
||||
|
||||
|
|
|
@ -17,3 +17,5 @@ Maybe just encode all < and > when compling pages within the templates fol
|
|||
|
||||
>> My `templatebody` branch on [[template creation error]] fixes this.
|
||||
>> --[[smcv]]
|
||||
|
||||
>>> [[Merged|done]] --[[smcv]]
|
||||
|
|
|
@ -268,3 +268,5 @@ same logic as IkiWiki itself. I don't think that's serious. --[[smcv]]
|
|||
>>>> advocate), that should likewise warn if `add_link` actually adds a link in
|
||||
>>>> the render phase. such a warning would have helped spotting the
|
||||
>>>> link-related [[template evaluation oddities]] earlier. --[[chrysn]]
|
||||
|
||||
>>>>> [[Merged|done]] --[[smcv]]
|
||||
|
|
Loading…
Reference in New Issue