no need for rebuild
authorhttp://jmtd.livejournal.com/ <http://jmtd.livejournal.com/@web>
Sun, 22 Aug 2010 09:42:20 +0000 (09:42 +0000)
committerJoey Hess <joey@kitenet.net>
Sun, 22 Aug 2010 09:42:20 +0000 (09:42 +0000)
doc/todo/edit_form:_no_fixed_size_for_textarea.mdwn

index 577c3dad89823784db6b299a03af730a8306bf5c..8721277aa05657d69c0581aa70602f3216ec223f 100644 (file)
@@ -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]]