Joey Hess
dadc822295
remove misc section
2012-03-28 20:36:25 -04:00
Joey Hess
d68d255268
Added a "changes" hook. Renamed the "change" hook to "rendered", but
...
the old hook name is called for now for back-compat.
2012-03-28 18:43:07 -04:00
Joey Hess
8a6f4a7e50
needsbuild hook interface changed; the hooks should now return the modified array of things that need built. (Backwards compatability code keeps plugins using the old interface working.)
2010-09-07 12:08:59 -04:00
intrigeri
0055354e3c
fix copy'n'paste error
2010-08-02 15:27:52 +02:00
intrigeri
46a997db16
Revert "Added a rescan hook."
...
This reverts commit 25447bccae
.
2010-08-02 13:14:33 +02:00
intrigeri
25447bccae
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.
2010-07-30 16:14:23 +02:00
Joey Hess
c401b6958a
Add new disable hook, allowing plugins to perform cleanup after they have been disabled.
2010-07-26 16:33:42 -04:00
Joey Hess
d420a4bdec
add section to getsetup info
2010-07-14 14:47:17 -04:00
Joey Hess
cfcc79ed4c
needsbuild hook is passed an array ref
2010-06-18 16:15:57 -04:00
Joey Hess
121e2ffc2f
Renamed postscan hook to indexhtml, to reflect its changed position.
...
Probably only the search plugin uses it, so this seemed safe.
2010-05-06 23:14:36 -04:00
Joey Hess
2f22ee85e5
Add ACTIONS variable to page.tmpl, which allows plugins to add arbitrary 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.)
2010-05-03 12:46:52 -04:00
Joey Hess
3ebd4e0b45
Add genwrapper hook, that can be used to add code into the C wrapper.
2009-09-10 14:04:46 -04:00
intrigeri
51badc960d
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>
2009-01-27 17:08:55 +01:00
Joey Hess
d2a7768182
hook function names should be the same as the hook name
2009-01-26 19:13:15 -05:00
intrigeri
03ab262319
revert renamepage's hook original name
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27 00:00:00 +01:00
intrigeri
78a095aa42
only pass named parameters to the canremove hook
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-26 23:07:19 +01:00
intrigeri
f02672c113
only pass named parameters to the canrename hook
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-26 23:02:31 +01:00
Joey Hess
cf374e97cf
add mising hooks and fix syntax error
2009-01-26 14:00:28 -05:00
intrigeri
f8c306a21b
remove cansave plugin, now replaced by Joey's checkcontent one
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-19 19:53:32 +01:00
intrigeri
73a7bd2f68
fix previous buggy merge
2009-01-18 00:45:46 +01:00
intrigeri
832d4d31d1
Merge commit 'upstream/master' into prv/po
...
Conflicts:
IkiWiki/Plugin/editpage.pm
IkiWiki/Plugin/skeleton.pm.example
doc/plugins/write.mdwn
t/syntax.t
2009-01-17 14:01:53 +01:00
Joey Hess
ae20879e84
add new hook to skeleton
2009-01-16 21:07:40 -05:00
intrigeri
82197bd0ea
Merge commit 'upstream/master' into prv/po
2009-01-13 12:26:43 +01:00
Joey Hess
e1e1d37753
increment interface version
2009-01-07 15:01:43 -05:00
Joey Hess
e45f13c2a4
typo
2009-01-06 15:26:46 -05:00
intrigeri
a5de24ec97
skeleton plugin: added the canrename and canremove hooks
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-01 22:20:54 +01:00
intrigeri
d69fdf6445
editpage: added a cansave hook
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-01 19:48:27 +01:00
Joey Hess
bb93fccf06
Coding style change: Remove explcit vim folding markers.
2008-12-17 15:22:16 -05:00
Simon McVittie
c7804cafa5
Fix typo in skeleton.pm.example: sessionncgi (with extra n)
...
(cherry picked from commit 72ffc85d6acb8b99839ac98a2c23dbef410b5666)
2008-09-23 12:47:02 -04:00
Joey Hess
3905645342
add plugin safe/rebuild info (part 3 of 3)
2008-08-03 19:36:11 -04:00
Joey Hess
12c5786df4
Merge branch 'tova' into autoconfig
...
Conflicts:
debian/changelog
2008-07-29 15:54:45 -04:00
Joey Hess
37245a9988
add refresh hook
2008-07-29 15:04:34 -04:00
Joey Hess
42ac4ec009
remove default values in getsetup
...
They were a bit confusing, since they did not actually set the default, and
example values are sufficient.
2008-07-26 21:07:15 -04:00
Joey Hess
84c905ec20
finish adding getsetup hooks to plugins
2008-07-26 00:38:13 -04:00
Joey Hess
46617c23f4
rename skeleton.pm
...
Add '.example' so it's not installed with the other plugins.
2008-07-21 07:49:28 -04:00