summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/edittemplate.pm
AgeCommit message (Expand)Author
2010-11-20edittemplate: Fix crash if using a .tmpl file or other non-page file as a tem...Joey Hess
2010-09-27template_depends: throw nice error message when template cannot be foundJoey Hess
2010-09-07needsbuild hook interface changed; the hooks should now return the modified a...Joey Hess
2010-06-12edittemplate: Look for template pages under templates/ like everything else (...Joey Hess
2010-06-12edittemplate: Make silent mode not disable display when the template page doe...Joey Hess
2010-04-23use template() rather than rolling it by handJoey Hess
2010-02-12add section informationJoey Hess
2009-10-18edittemplate: Work around bug #551499 in CGI::FormBuilder.Joey Hess
2009-10-18edittemplate: Allow template page name to be specified using anything legal f...Joey Hess
2009-10-08change how dependency types are specified to add_dependsJoey Hess
2009-10-04rework dependency types codeJoey Hess
2009-10-04edittemplate: contentless dependencyJoey Hess
2008-12-23finalise version 3.00 of the plugin apiJoey Hess
2008-12-17Coding style change: Remove explcit vim folding markers.Joey Hess
2008-09-27editpage: Be more aggressive (and less buggy) about cleaning up temporary fil...Joey Hess
2008-09-27Reorganize index file, add a format version field.Joey Hess
2008-09-27Export pagetitle, titlepage, linkpage.Joey Hess
2008-09-20handle templates with special characters in nameJoey Hess
2008-09-20avoid uninitialised value warningJoey Hess
2008-09-20avoid duplicate template lookupJoey Hess
2008-09-20revert colon part of changeJoey Hess
2008-09-20edittemplate patch from WilluJoey Hess
2008-08-25edittemplate: Don't wipe out edits on preview.Joey Hess
2008-08-03add plugin safe/rebuild info (part 1 of 2)Joey Hess
2008-07-13switch preprocess hooks to use error functionJoey Hess
2008-03-21typosJoey Hess
2008-01-29add missing test to avoid uninitialised value when a page with metadata is re...Joey Hess
2007-12-12don't duplicate code from editpage, just pull the values it sets out of theJoey Hess
2007-12-12* Change formbuilder hook to not be responsible for displaying a form,Joey Hess
2007-12-12works, but I'm not entirely happy with it yetJoey Hess
2007-12-12incomplate edittemplate pluginJoey Hess