aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-02-22 17:34:19 -0400
committerJoey Hess <joey@kitenet.net>2011-02-22 17:34:19 -0400
commitb2a8f0f5b43cf5c5126c800be999cbda5e49bc54 (patch)
tree6c5a59345192679332a4b357fe7fa3fb552ad7d1
parent27a80dc40aa4cad93576a35d0af1f6c117ffcb68 (diff)
downloadikiwiki-b2a8f0f5b43cf5c5126c800be999cbda5e49bc54.tar
ikiwiki-b2a8f0f5b43cf5c5126c800be999cbda5e49bc54.tar.gz
bookeeping
-rw-r--r--debian/changelog2
-rw-r--r--doc/todo/feed_enhancements_for_inline_pages.mdwn2
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 72bd5f8c6..59fbd2540 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ ikiwiki (3.20110125) UNRELEASED; urgency=low
* Fix broken baseurl in cgi mode when usedirs is disabled. Bug introduced
in 3.20101231.
* inline: Fix link to nested inlined pages's feeds. (Giuseppe Bilotta)
+ * inline: Add 'id' parameter that can be used when styling individual
+ feedlinks and postforms. (Giuseppe Bilotta)
-- Joey Hess <joeyh@debian.org> Tue, 01 Feb 2011 21:00:57 -0400
diff --git a/doc/todo/feed_enhancements_for_inline_pages.mdwn b/doc/todo/feed_enhancements_for_inline_pages.mdwn
index 4e80fdeb8..46b6a2512 100644
--- a/doc/todo/feed_enhancements_for_inline_pages.mdwn
+++ b/doc/todo/feed_enhancements_for_inline_pages.mdwn
@@ -48,6 +48,8 @@ does just that. I don't currently use it, but it can be particularly
useful in the postform case for example for scriptable management of
multiple postforms in the same page.
+> Applied. --[[Joey]]
+
In one of my wiki setups I had a terminating '/' in `$config{url}`. You
mention that it should not be present, but I have not seen this
requirement described anywhere. Rather than restricting the user input,