aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2015-09-17 12:38:24 -0400
committerJoey Hess <joeyh@joeyh.name>2015-09-17 12:38:24 -0400
commitec794ae9ffdf95876cdfab292f0596fbe1244eaf (patch)
treefe92eb6112c4a05badaa55ae0f54225a180f386d /doc/todo
parent42550e99fb3ba50d2ffac4c4e18af5e6e061cb27 (diff)
downloadikiwiki-ec794ae9ffdf95876cdfab292f0596fbe1244eaf.tar
ikiwiki-ec794ae9ffdf95876cdfab292f0596fbe1244eaf.tar.gz
todo
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/need_a_way_to_close_a_bug_via_a_comment.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/todo/need_a_way_to_close_a_bug_via_a_comment.mdwn b/doc/todo/need_a_way_to_close_a_bug_via_a_comment.mdwn
new file mode 100644
index 000000000..dfa52cfc0
--- /dev/null
+++ b/doc/todo/need_a_way_to_close_a_bug_via_a_comment.mdwn
@@ -0,0 +1,12 @@
+When ikiwiki is being used for issue tracking, it would be convenient to
+have a way to close a bug from a comment, rather than editing the bug
+report page in a wiki-manner.
+
+So, some way to set a tag from a comment, such that it applies to the
+parent page.
+
+Turning on allowdirectives may make that work (I have not tried), but
+it's probably too heavyweight/intrusive/possible a security issue.
+
+Maybe extend the comment directive with a field to set/unset tags?
+--[[Joey]]