aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/poll.pm
Commit message (Collapse)AuthorAge
* add support for prefix_directivesJoey Hess2008-02-05
|
* prototype fixJoey Hess2008-02-03
|
* * poll: This plugin turns out to have edited pages w/o doing any locking.Joey Hess2008-02-03
| | | | | Oops. Convert it from a cgi to a sessioncgi hook, which will work much better.
* * pagespec_match() has changed to take named parameters, to better allowjoey2007-04-27
| | | | | | | | | for extended pagespecs. The old calling convention will still work for back-compat for now. * The calling convention for functions in the IkiWiki::PageSpec namespace has changed so they are passed named parameters. * Plugin interface version increased to 2.00 since I don't anticipate any more interface changes before 2.0.
* fix breakagejoey2007-02-21
|
* * Since the CGI had to drop the wiki lock to avoid deadlocking thejoey2007-02-21
| | | | | | | | 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.
* * Initial work on internationalization of the program code. po/ikiwiki.potjoey2006-12-29
| | | | | is available for translation. * Export gettext() from IkiWiki module.
* 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