aboutsummaryrefslogtreecommitdiff
path: root/debian/NEWS
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-07 12:55:24 -0400
committerJoey Hess <joey@kitenet.net>2010-05-07 12:55:24 -0400
commitdb5cee6cb6b14367a4e3aa39e0ab3a1a21d25a21 (patch)
treee6ef8079e9fad0f0ee38a83c8e36b81177f6f4a6 /debian/NEWS
parent5e6ed105836e4b19b1773bfd9d7f1002b1da57bf (diff)
downloadikiwiki-db5cee6cb6b14367a4e3aa39e0ab3a1a21d25a21.tar
ikiwiki-db5cee6cb6b14367a4e3aa39e0ab3a1a21d25a21.tar.gz
reorder
Diffstat (limited to 'debian/NEWS')
-rw-r--r--debian/NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/NEWS b/debian/NEWS
index b751f1478..8f456bced 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,11 +1,5 @@
ikiwiki (3.20100505) UNRELEASED; urgency=low
- There is a new "comment()" pagespec, that can be used to match a comment
- on a page. It is recommended it be used instead of the old
- method of using a pagespec such as "internal(comment_*)" to match
- things that looked like comments. The old pagespec will now also match
- comments that are held for moderation; likely not what you want.
-
There is a significant change to the page.tmpl template in this version.
If you have locally modified versions of that template, you will need
to update it to contain the following in the HTML <head>:
@@ -14,6 +8,12 @@ ikiwiki (3.20100505) UNRELEASED; urgency=low
<TMPL_IF FORCEBASEURL><base href="<TMPL_VAR FORCEBASEURL>" /><TMPL_ELSE>
<TMPL_IF BASEURL><base href="<TMPL_VAR BASEURL>" /></TMPL_IF>
</TMPL_IF>
+
+ Also, there is a new "comment()" pagespec, that can be used to match a
+ comment on a page. It is recommended it be used instead of the old
+ method of using a pagespec such as "internal(comment_*)" to match
+ things that looked like comments. The old pagespec will now also match
+ comments that are held for moderation; likely not what you want.
-- Joey Hess <joeyh@debian.org> Wed, 05 May 2010 21:47:08 -0400