changelog, close bugs

master
Simon McVittie 2014-09-15 22:12:45 +01:00
parent 7f5c2cfa5a
commit 5ff68d5171
3 changed files with 6 additions and 0 deletions

2
debian/changelog vendored
View File

@ -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

View File

@ -17,3 +17,5 @@ Maybe just encode all &lt; and &gt; when compling pages within the templates fol
>> My `templatebody` branch on [[template creation error]] fixes this.
>> --[[smcv]]
>>> [[Merged|done]] --[[smcv]]

View File

@ -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]]