aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/edittemplate.pm
Commit message (Collapse)AuthorAge
* typosJoey Hess2008-03-21
|
* add missing test to avoid uninitialised value when a page with metadata is ↵Joey Hess2008-01-29
| | | | removed
* don't duplicate code from editpage, just pull the values it sets out of theJoey Hess2007-12-12
| | | | formbuilder object
* * Change formbuilder hook to not be responsible for displaying a form,Joey Hess2007-12-12
| | | | | | so that more than one plugin can use this hook. I believe this is a safe change, since only passwordauth uses this hook. (If some other plugin already used it, it would have broken passwordauth!)
* works, but I'm not entirely happy with it yetJoey Hess2007-12-12
| | | | | | It would be better if it were a formbuilder hook. But the formbuilder hook is wacked.. I may need to change how that hook works, which would mean changing the only current user of it, passwordauth).
* incomplate edittemplate pluginJoey Hess2007-12-12