summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/edittemplate.pm
AgeCommit message (Collapse)Author
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 ↵Joey Hess
files rendered during page preview.
2008-09-27Reorganize index file, add a format version field.Joey Hess
Upgrades to the new index format should be transparent. The version field is 3, because 1 was the old textual index, 2 was the pre-versioned format. This also includes some efficiency improvements to index loading, by not copying a hash and using a reference.
2008-09-27Export pagetitle, titlepage, linkpage.Joey Hess
2008-09-20handle templates with special characters in nameJoey Hess
The template field is really a link, so needs to be converted to a page name in stored state.
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
* edittemplate: Default new page file type to the same type as the template. (willu) * edittemplate: Add "silent" parameter. (Willu) * edittemplate: Link to template, to allow creating it. (Willu)
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
too many plugins.. brain exploding..
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 ↵Joey Hess
removed
2007-12-12don't duplicate code from editpage, just pull the values it sets out of theJoey Hess
formbuilder object
2007-12-12* Change formbuilder hook to not be responsible for displaying a form,Joey Hess
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!)
2007-12-12works, but I'm not entirely happy with it yetJoey Hess
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).
2007-12-12incomplate edittemplate pluginJoey Hess