aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/poll.pm
Commit message (Expand)AuthorAge
* fix breakagejoey2007-02-21
* * Since the CGI had to drop the wiki lock to avoid deadlocking the••• commit hook, it was possible for one CGI to race another one and "win" the commit of both their files. This race has been fixed by adding a new commitlock, which when locked by the CGI, disables the commit hook (except for commit mails). The CGI then takes care of the updates the commit hook would have done. joey2007-02-21
* * Initial work on internationalization of the program code. po/ikiwiki.pot••• is available for translation. * Export gettext() from IkiWiki module. joey2006-12-29
* use POSTjoey2006-12-18
* include choice in commit msgjoey2006-12-14
* * Use POST for poll to avoid some robots.joey2006-12-14
* bugjoey2006-11-26
* oopsjoey2006-11-26
* bugfixjoey2006-11-26
* bugfixesjoey2006-11-26
* bugsjoey2006-11-26
* add a poll pluginjoey2006-11-26