projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95c5cbc
)
add refresh hook
author
Joey Hess
<joey@kodama.kitenet.net>
Tue, 29 Jan 2008 18:08:32 +0000
(13:08 -0500)
committer
Joey Hess
<joey@kodama.kitenet.net>
Tue, 29 Jan 2008 18:08:32 +0000
(13:08 -0500)
IkiWiki/Render.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Render.pm
b/IkiWiki/Render.pm
index 02f6b4b1c1561e8a74784c8423d50e9053a66b8c..aa9b73141e28697181169db083d4151e52c90b74 100644
(file)
--- a/
IkiWiki/Render.pm
+++ b/
IkiWiki/Render.pm
@@
-259,6
+259,8
@@
sub refresh () { #{{{
$test=dirname($test);
}
}
+
+ run_hooks(refresh => sub { shift->() });
# find existing pages
my %exists;