diff options
author | intrigeri <intrigeri@boum.org> | 2010-08-23 09:36:22 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-08-23 09:36:22 +0200 |
commit | 8c2962ec48ae57605d6d0e297be437a97b6229ca (patch) | |
tree | fb3ed28dde3e07fa4bcbd8ad1a2ed1fce8ecd1a2 /doc/todo | |
parent | e85c15e75bc7a24be537d905a53877f462c2d8cd (diff) | |
parent | 5de07f59be82aeb7b4935fc134e023628eddb49c (diff) |
Merge remote branch 'upstream/master' into prv/po
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/edit_form:_no_fixed_size_for_textarea.mdwn | 2 |
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]] |