diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-02-03 00:26:00 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-02-03 00:26:00 -0500 |
commit | 9f602728316096f235b3b28e7daacc7ece69bbd4 (patch) | |
tree | f6b648267f236b2a4ef42e68c4740297d8402faa /debian | |
parent | 80915c830a03cf67c6770ef5e62d5178824b101e (diff) | |
download | ikiwiki-9f602728316096f235b3b28e7daacc7ece69bbd4.tar ikiwiki-9f602728316096f235b3b28e7daacc7ece69bbd4.tar.gz |
* poll: This plugin turns out to have edited pages w/o doing any locking.
Oops. Convert it from a cgi to a sessioncgi hook, which will work
much better.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ceaf3cf71..b4ff54d9f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,9 @@ ikiwiki (2.31) UNRELEASED; urgency=low * cgi hooks are now run before ikiwiki state is loaded. * This allows locking the wiki before loading state, which avoids some tricky locking code when saving a web edit. + * poll: This plugin turns out to have edited pages w/o doing any locking. + Oops. Convert it from a cgi to a sessioncgi hook, which will work + much better. -- Joey Hess <joeyh@debian.org> Sat, 02 Feb 2008 23:36:31 -0500 |