aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/skeleton.pm.example
Commit message (Expand)AuthorAge
* remove misc sectionJoey Hess2012-03-28
* Added a "changes" hook. Renamed the "change" hook to "rendered", but•••the old hook name is called for now for back-compat. Joey Hess2012-03-28
* needsbuild hook interface changed; the hooks should now return the modified a...Joey Hess2010-09-07
* fix copy'n'paste errorintrigeri2010-08-02
* Revert "Added a rescan hook."•••This reverts commit 25447bccae0439ea56da7a788482a4807c7c459d. intrigeri2010-08-02
* Added a rescan hook.•••This is needed for the po plugin vs. e.g. meta titles. In order to get rid of the ugly "rebuilding all pages to fix meta titles" thing, Joey suggested to make "po, at scan time, re-run the scan hooks, passing them modified content (either converted from po to mdwn or with the escaped stuff cheaply de-escaped)". This would unfortunately not work, as the meta plugin gathers its data using the preprocess hook in scan mode: it would overwrite with buggy data the correct data we would have forced it to gather in po's scan hook. We then need a hook that runs *after* the preprocess hook has been run in scan mode, but *before* any page rendering is started. Hence this one. intrigeri2010-07-30
* Add new disable hook, allowing plugins to perform cleanup after they have bee...Joey Hess2010-07-26
* add section to getsetup infoJoey Hess2010-07-14
* needsbuild hook is passed an array refJoey Hess2010-06-18
* Renamed postscan hook to indexhtml, to reflect its changed position.•••Probably only the search plugin uses it, so this seemed safe. Joey Hess2010-05-06
* Add ACTIONS variable to page.tmpl, which allows plugins to add arbitrary link...•••(COMMENTSLINK and DISCUSSIONLINK could be folded into this, but are kept separate for now to avoid breaking modified templates.) Joey Hess2010-05-03
* Add genwrapper hook, that can be used to add code into the C wrapper.Joey Hess2009-09-10
* rename hook: instead of modifying the passed-by-name array, return a copy•••This is intended to solve Joey's concerns expressed on http://ikiwiki.info/todo/need_global_renamepage_hook/, i.e. the need to make it possible to use this hook from external plugins. A plugin using this hook still can add/modify/remove elements of the @torename array. Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-01-27
* hook function names should be the same as the hook nameJoey Hess2009-01-26
* revert renamepage's hook original name•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-01-27
* only pass named parameters to the canremove hook•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-01-26
* only pass named parameters to the canrename hook•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-01-26
* add mising hooks and fix syntax errorJoey Hess2009-01-26
* remove cansave plugin, now replaced by Joey's checkcontent one•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-01-19
* fix previous buggy mergeintrigeri2009-01-18
* Merge commit 'upstream/master' into prv/po•••Conflicts: IkiWiki/Plugin/editpage.pm IkiWiki/Plugin/skeleton.pm.example doc/plugins/write.mdwn t/syntax.t intrigeri2009-01-17
|\
| * add new hook to skeletonJoey Hess2009-01-16
* | Merge commit 'upstream/master' into prv/pointrigeri2009-01-13
|\|
| * increment interface versionJoey Hess2009-01-07
| * typoJoey Hess2009-01-06
* | skeleton plugin: added the canrename and canremove hooks•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-01-01
* | editpage: added a cansave hook•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-01-01
|/
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* Fix typo in skeleton.pm.example: sessionncgi (with extra n)•••(cherry picked from commit 72ffc85d6acb8b99839ac98a2c23dbef410b5666) Simon McVittie2008-09-23
* add plugin safe/rebuild info (part 3 of 3)Joey Hess2008-08-03
* Merge branch 'tova' into autoconfig•••Conflicts: debian/changelog Joey Hess2008-07-29
|\
| * add refresh hookJoey Hess2008-07-29
* | remove default values in getsetup•••They were a bit confusing, since they did not actually set the default, and example values are sufficient. Joey Hess2008-07-26
* | finish adding getsetup hooks to pluginsJoey Hess2008-07-26
|/
* rename skeleton.pm•••Add '.example' so it's not installed with the other plugins. Joey Hess2008-07-21