aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2018-11-26 13:14:21 -0400
committerJoey Hess <joeyh@joeyh.name>2018-11-26 13:14:21 -0400
commit97d921ca676d51279b9fdfbaa7501fc8ebf8a027 (patch)
treec0a822a7205bf701a71251fb39b4af2b1c91d684 /CHANGELOG
parent11d5b5c5ea6193e6c6f219b021883a6424b23d38 (diff)
downloadikiwiki-97d921ca676d51279b9fdfbaa7501fc8ebf8a027.tar
ikiwiki-97d921ca676d51279b9fdfbaa7501fc8ebf8a027.tar.gz
poll: Added postvote and posttrail options for better multi-page polls.
Modern web users probably expect the poll to move on automatically to the next question, and this allows for that behavior. Note that bestlink() runs at vote time, which avoids needing to make the page containing the poll depend on the page that sets up a trail, as the current trail at vote time will be used. This commit was sponsored by Eric Drechsel on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b00dc8218..892dca041 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,6 +10,7 @@ ikiwiki (3.20180312) UNRELEASED; urgency=medium
[ Joey Hess ]
* aggregate: Fix aggregation of posts without a title.
Thanks, Alexandre Oliva
+ * poll: Added postvote and posttrail options for better multi-page polls.
-- Simon McVittie <smcv@debian.org> Wed, 16 May 2018 13:09:27 +0100