summaryrefslogtreecommitdiff
path: root/doc/plugins/write.mdwn
AgeCommit message (Expand)Author
2010-12-29Add a second parameter to the rcs_diff hook, and avoid bloating memory readin...Joey Hess
2010-12-26recommend 2-argument urlto whenever possiblehttp://smcv.pseudorandom.co.uk/
2010-11-29more tweaks to urlto documentationJoey Hess
2010-11-29second parameter of urlto is optionalJoey Hess
2010-11-29tweak urlto descriptionJoey Hess
2010-11-22urlto(): if $from is undef, return a local path, not an absolute URLSimon McVittie
2010-10-08make revert hooks optionalJoey Hess
2010-10-06convert rcs_revert to only stage the reversionJoey Hess
2010-10-06remove rcs_showpatchJoey Hess
2010-10-04document new rcs reversion support functionsJoey Hess
2010-09-27template_depends: throw nice error message when template cannot be foundJoey Hess
2010-09-10Pass array of names of files that have been deleted to needsbuild hook as sec...Joey Hess
2010-09-07needsbuild hook interface changed; the hooks should now return the modified a...Joey Hess
2010-07-26Add new disable hook, allowing plugins to perform cleanup after they have bee...Joey Hess
2010-07-04remove unnecessary and troublesome filter callsJoey Hess
2010-07-01add note about genwrapper code running before wrapper sanitizes environmentJoey Hess
2010-06-23finializing openid nickname supportJoey Hess
2010-06-23rcs_commit and rcs_commit_staged api changesJoey Hess
2010-06-23API: rcs_commit and rcs_commit_staged are passed a new parameterJoey Hess
2010-06-23Add new optional field usershort to rcs_recentchanges.Joey Hess
2010-05-06inline: Call indexhtml when inlining internal pages, so their text can be ind...Joey Hess
2010-05-06Renamed postscan hook to indexhtml, to reflect its changed position.Joey Hess
2010-05-03Add ACTIONS variable to page.tmpl, which allows plugins to add arbitrary link...Joey Hess
2010-05-02Add parameter to displaytime to specify that it is a pubdate, and in html5 mo...Joey Hess
2010-04-24template() - return params in list contextJoey Hess
2010-04-23template docu reorgJoey Hess
2010-04-23allow template pages to not be under templates/Joey Hess
2010-04-23allow a bare page name to be specified as a templateJoey Hess
2010-04-22look for templates in srcdir and underlays, firstJoey Hess
2010-04-22clarifyJoey Hess
2010-04-21add_autofile filename should be relative to srcdirJoey Hess
2010-04-17improve docsJoey Hess
2010-04-17document add_autofileJoey Hess
2010-04-16automatically run --gettime, and optimise it for gitJoey Hess
2010-04-16--gettime revampJoey Hess
2010-04-07note about sort and dependency typesJoey Hess
2010-04-06Merge remote branch 'smcv/ready/sort-package'Joey Hess
2010-04-06improve wording to not encourage explicitly passing undefJoey Hess
2010-04-05Use $a and $b for SortSpec cmp callbacksSimon McVittie
2010-04-04implement typed links; add tagged_is_strict config optionSimon McVittie
2010-04-03Move sort hooks to the IkiWiki::SortSpec namespaceSimon McVittie
2010-04-03Remove support for check_cmp_foo (pre-sort checks)Simon McVittie
2010-03-25Reimplement extensible sorting mechanisms, in the same way as pagespecsSimon McVittie
2010-03-24Allow sorting to be combined and/or reversedSimon McVittie
2010-03-24Allow hooks to add sorting functions to pagespec_match_listSimon McVittie
2010-02-14add ngettext support & optimize gettext handlingJoey Hess
2010-02-12formattingJoey Hess
2010-02-12layoutJoey Hess
2010-02-12add highlevel view of when hooks are called during compile and cgi phasesJoey Hess
2010-02-12add variable value examplesJoey Hess