]> sipb.mit.edu Git - ikiwiki.git/commitdiff
can the 'add comment' form be generated and returned even if the srcdir is locked?
authorhttps://openid.stackexchange.com/user/bd7676f7-83b5-4a71-82a6-d4df0fab61ca <Jon_Dowland@web>
Tue, 17 Jan 2012 12:13:48 +0000 (08:13 -0400)
committeradmin <admin@branchable.com>
Tue, 17 Jan 2012 12:13:48 +0000 (08:13 -0400)
doc/bugs/ikiwiki_overzealously_honours_locks_when_asked_for_forms.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/ikiwiki_overzealously_honours_locks_when_asked_for_forms.mdwn b/doc/bugs/ikiwiki_overzealously_honours_locks_when_asked_for_forms.mdwn
new file mode 100644 (file)
index 0000000..05b4a45
--- /dev/null
@@ -0,0 +1 @@
+When an `ikiwiki` instance is holding a lock, a web user clicking on "add comment" (for example) will have to wait for the lock to be released.  However, all they are then presented with is a web form.  Perhaps CGI requests that are read-only (such as generating a comment form, or perhaps certain types of edits) should ignore locks? Of course, I'd understand that the submission would need to wait for a lock. — [[Jon]]