Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | needsbuild hook is passed an array ref | Joey Hess | 2010-06-18 |
| | |||
* | Renamed postscan hook to indexhtml, to reflect its changed position. | Joey Hess | 2010-05-06 |
| | | | | Probably only the search plugin uses it, so this seemed safe. | ||
* | Add ACTIONS variable to page.tmpl, which allows plugins to add arbitrary ↵ | Joey Hess | 2010-05-03 |
| | | | | | | | links to the action bar without modifying the template further. (COMMENTSLINK and DISCUSSIONLINK could be folded into this, but are kept separate for now to avoid breaking modified templates.) | ||
* | Add genwrapper hook, that can be used to add code into the C wrapper. | Joey Hess | 2009-09-10 |
| | |||
* | rename hook: instead of modifying the passed-by-name array, return a copy | intrigeri | 2009-01-27 |
| | | | | | | | | | | | 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> | ||
* | hook function names should be the same as the hook name | Joey Hess | 2009-01-26 |
| | |||
* | revert renamepage's hook original name | intrigeri | 2009-01-27 |
| | | | | Signed-off-by: intrigeri <intrigeri@boum.org> | ||
* | only pass named parameters to the canremove hook | intrigeri | 2009-01-26 |
| | | | | Signed-off-by: intrigeri <intrigeri@boum.org> | ||
* | only pass named parameters to the canrename hook | intrigeri | 2009-01-26 |
| | | | | Signed-off-by: intrigeri <intrigeri@boum.org> | ||
* | add mising hooks and fix syntax error | Joey Hess | 2009-01-26 |
| | |||
* | remove cansave plugin, now replaced by Joey's checkcontent one | intrigeri | 2009-01-19 |
| | | | | Signed-off-by: intrigeri <intrigeri@boum.org> | ||
* | fix previous buggy merge | intrigeri | 2009-01-18 |
| | |||
* | Merge commit 'upstream/master' into prv/po | intrigeri | 2009-01-17 |
|\ | | | | | | | | | | | | | | | | | Conflicts: IkiWiki/Plugin/editpage.pm IkiWiki/Plugin/skeleton.pm.example doc/plugins/write.mdwn t/syntax.t | ||
| * | add new hook to skeleton | Joey Hess | 2009-01-16 |
| | | |||
* | | Merge commit 'upstream/master' into prv/po | intrigeri | 2009-01-13 |
|\| | |||
| * | increment interface version | Joey Hess | 2009-01-07 |
| | | |||
| * | typo | Joey Hess | 2009-01-06 |
| | | |||
* | | skeleton plugin: added the canrename and canremove hooks | intrigeri | 2009-01-01 |
| | | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org> | ||
* | | editpage: added a cansave hook | intrigeri | 2009-01-01 |
|/ | | | | Signed-off-by: intrigeri <intrigeri@boum.org> | ||
* | Coding style change: Remove explcit vim folding markers. | Joey Hess | 2008-12-17 |
| | |||
* | Fix typo in skeleton.pm.example: sessionncgi (with extra n) | Simon McVittie | 2008-09-23 |
| | | | | (cherry picked from commit 72ffc85d6acb8b99839ac98a2c23dbef410b5666) | ||
* | add plugin safe/rebuild info (part 3 of 3) | Joey Hess | 2008-08-03 |
| | |||
* | Merge branch 'tova' into autoconfig | Joey Hess | 2008-07-29 |
|\ | | | | | | | | | | | Conflicts: debian/changelog | ||
| * | add refresh hook | Joey Hess | 2008-07-29 |
| | | |||
* | | remove default values in getsetup | Joey Hess | 2008-07-26 |
| | | | | | | | | | | They were a bit confusing, since they did not actually set the default, and example values are sufficient. | ||
* | | finish adding getsetup hooks to plugins | Joey Hess | 2008-07-26 |
|/ | |||
* | rename skeleton.pm | Joey Hess | 2008-07-21 |
Add '.example' so it's not installed with the other plugins. |