Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added a comment
[git.ikiwiki.info.git]
/
doc
/
todo
/
turn_edittemplate_verbosity_off_by_default.mdwn
diff --git
a/doc/todo/turn_edittemplate_verbosity_off_by_default.mdwn
b/doc/todo/turn_edittemplate_verbosity_off_by_default.mdwn
index 87e55685c17ae3005b8a5a0e17212506115490c2..14bb437824f802e3c2832b74f7b72d810d256daf 100644
(file)
--- a/
doc/todo/turn_edittemplate_verbosity_off_by_default.mdwn
+++ b/
doc/todo/turn_edittemplate_verbosity_off_by_default.mdwn
@@
-8,7
+8,7
@@
I think this (untested) patch might just do the trick:
--- a/IkiWiki/Plugin/edittemplate.pm
+++ b/IkiWiki/Plugin/edittemplate.pm
--- a/IkiWiki/Plugin/edittemplate.pm
+++ b/IkiWiki/Plugin/edittemplate.pm
- @@ -46,8 +46,13 @@ sub preprocess (@) {
#{{{
+ @@ -46,8 +46,13 @@ sub preprocess (@) {
$pagestate{$params{page}}{edittemplate}{$params{match}}=$params{template};
$pagestate{$params{page}}{edittemplate}{$params{match}}=$params{template};
@@
-21,9
+21,9
@@
I think this (untested) patch might just do the trick:
+ else {
+ return '';
+ }
+ else {
+ return '';
+ }
- }
# }}}
+ }
- sub formbuilder (@) {
#{{{
+ sub formbuilder (@) {
--[[madduck]]
--[[madduck]]