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