Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-27 | rename hook: instead of modifying the passed-by-name array, return a copy | intrigeri | |
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> | |||
2009-01-26 | hook function names should be the same as the hook name | Joey Hess | |
2009-01-27 | revert renamepage's hook original name | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-26 | only pass named parameters to the canremove hook | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-26 | only pass named parameters to the canrename hook | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-26 | add mising hooks and fix syntax error | Joey Hess | |
2009-01-19 | remove cansave plugin, now replaced by Joey's checkcontent one | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-18 | fix previous buggy merge | intrigeri | |
2009-01-17 | Merge commit 'upstream/master' into prv/po | intrigeri | |
Conflicts: IkiWiki/Plugin/editpage.pm IkiWiki/Plugin/skeleton.pm.example doc/plugins/write.mdwn t/syntax.t | |||
2009-01-16 | add new hook to skeleton | Joey Hess | |
2009-01-13 | Merge commit 'upstream/master' into prv/po | intrigeri | |
2009-01-07 | increment interface version | Joey Hess | |
2009-01-06 | typo | Joey Hess | |
2009-01-01 | skeleton plugin: added the canrename and canremove hooks | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | editpage: added a cansave hook | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-12-17 | Coding style change: Remove explcit vim folding markers. | Joey Hess | |
2008-09-23 | Fix typo in skeleton.pm.example: sessionncgi (with extra n) | Simon McVittie | |
(cherry picked from commit 72ffc85d6acb8b99839ac98a2c23dbef410b5666) | |||
2008-08-03 | add plugin safe/rebuild info (part 3 of 3) | Joey Hess | |
2008-07-29 | Merge branch 'tova' into autoconfig | Joey Hess | |
Conflicts: debian/changelog | |||
2008-07-29 | add refresh hook | Joey Hess | |
2008-07-26 | remove default values in getsetup | Joey Hess | |
They were a bit confusing, since they did not actually set the default, and example values are sufficient. | |||
2008-07-26 | finish adding getsetup hooks to plugins | Joey Hess | |
2008-07-21 | rename skeleton.pm | Joey Hess | |
Add '.example' so it's not installed with the other plugins. |