diff options
author | Joey Hess <joeyh@joeyh.name> | 2018-11-26 13:14:21 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2018-11-26 13:14:21 -0400 |
commit | 97d921ca676d51279b9fdfbaa7501fc8ebf8a027 (patch) | |
tree | c0a822a7205bf701a71251fb39b4af2b1c91d684 /CHANGELOG | |
parent | 11d5b5c5ea6193e6c6f219b021883a6424b23d38 (diff) | |
download | ikiwiki-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-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |