projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bbe892
)
response
author
Joey Hess
<joey@kitenet.net>
Mon, 5 Sep 2011 18:04:02 +0000
(14:04 -0400)
committer
Joey Hess
<joey@kitenet.net>
Mon, 5 Sep 2011 18:04:02 +0000
(14:04 -0400)
doc/todo/support_dicts_in_setup.mdwn
patch
|
blob
|
history
diff --git
a/doc/todo/support_dicts_in_setup.mdwn
b/doc/todo/support_dicts_in_setup.mdwn
index c89158e219c9f4b543585fbf327df8ac42ee4e3c..68242fda8d8562a932c55a68c9e67697b9b0a976 100644
(file)
--- a/
doc/todo/support_dicts_in_setup.mdwn
+++ b/
doc/todo/support_dicts_in_setup.mdwn
@@
-17,3
+17,10
@@
ignoring the other form element data.
This would mean mandating javascript support for editing such hashes.
— [[Jon]]
+
+> I really don't like mandating javascript for anything in ikiwiki.
+>
+> Ikiwiki's websetup is built using CGI::FormBuilder, which makes it easy
+> to create forms for simple stuff, but does not allow custom UI for
+> complex stuff. This does not seem compatable with that, unless your
+> idea is to have a separate form for these more complex things. --[[Joey]]