diff options
author | Joey Hess <joey@kitenet.net> | 2013-06-23 14:05:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-06-23 14:05:32 -0400 |
commit | c037714b77535c849c8d8ef4807af2b59737a5c5 (patch) | |
tree | 5d4d2e6dd2888ebeaec1fa90b8c3ae4178a7e5a6 | |
parent | 5038f36cba2c7db223708d06a65f99b08c25b733 (diff) | |
download | ikiwiki-c037714b77535c849c8d8ef4807af2b59737a5c5.tar ikiwiki-c037714b77535c849c8d8ef4807af2b59737a5c5.tar.gz |
comments: The formats allowed to be used in comments can be configured using comments_allowformats. Thanks, Michal Sojka
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | doc/todo/Restrict_formats_allowed_for_comments.mdwn | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 375a9d0a9..b9b46be3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ ikiwiki (3.20130519) UNRELEASED; urgency=low * blogspam: Fix encoding issue in RPC::XML call. Thanks, Changaco + * comments: The formats allowed to be used in comments can be configured + using comments_allowformats. + Thanks, Michal Sojka -- Joey Hess <joeyh@debian.org> Sun, 23 Jun 2013 14:02:01 -0400 diff --git a/doc/todo/Restrict_formats_allowed_for_comments.mdwn b/doc/todo/Restrict_formats_allowed_for_comments.mdwn index cfae38465..9aee29037 100644 --- a/doc/todo/Restrict_formats_allowed_for_comments.mdwn +++ b/doc/todo/Restrict_formats_allowed_for_comments.mdwn @@ -95,3 +95,5 @@ index 285013e..151e839 100644 </pre> [[!tag patch]] + +> [[done]] --[[Joey]] |