summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://jmtd.livejournal.com/ <http://jmtd.livejournal.com/@web>2010-08-22 09:42:20 +0000
committerJoey Hess <joey@kitenet.net>2010-08-22 09:42:20 +0000
commitd44733d3bd80d4c5dd8cf60b7107a0004c5c3fa8 (patch)
treef80f1b26494a7d5af954a41880ad35d2397d226f
parent87acb9ad1c009c3a6570fad09b5286b5399d86bc (diff)
no need for rebuild
-rw-r--r--doc/todo/edit_form:_no_fixed_size_for_textarea.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/edit_form:_no_fixed_size_for_textarea.mdwn b/doc/todo/edit_form:_no_fixed_size_for_textarea.mdwn
index 577c3dad8..8721277aa 100644
--- a/doc/todo/edit_form:_no_fixed_size_for_textarea.mdwn
+++ b/doc/todo/edit_form:_no_fixed_size_for_textarea.mdwn
@@ -40,3 +40,5 @@ browsers emulate it. [[done]]
--[[Joey]]
Wouldn't it be possible to just implement an integer-valued setting for this, accessible via the "Setup" wiki page? This would require a wiki regen, but such a setting would not be changed frequently I suppose. Also, Mediawiki has this implemented as a per-user setting (two settings, actually, -- number of rows and columns of the edit area); such a per-user setting would be the best possible implementation, but I'm not sure if ikiwiki already supports per-user settings. Please consider implementing this as the current 20 rows is a great PITA for any non-trivial page.
+
+> I don't think it would need a wiki rebuild, as the textarea is generated dynamically by the CGI when you perform a CGI action, and (as far as I know) is not cooked into any static content. -- [[Jon]]