pre-configure the height of wiki edit text area
| Reported by: |
team@… |
Owned by: |
Ryan J Ollos |
|
Priority:
|
normal
|
Milestone:
|
1.1.5
|
|
Component:
|
wiki system
|
Version:
|
0.13dev
|
|
Severity:
|
minor
|
Keywords:
|
preferences
|
|
Cc:
|
kirean@…, leho@…, martin@…, lists@…, hejda.cz@…, lloyd@…
|
Branch:
|
|
|
Release Notes:
|
The option [wiki] default_edit_area_height is used when a value for editrows hasn't been saved in the session attributes.
|
|
API Changes:
|
|
|
Internal Changes:
|
|
Would be nice to have an ability to change the default height of text area for wiki pages (and for tickets also, maybe). Now it's 8 rows by default, and I have to change it manually for bigger value. Would be nice to specify it in trac.ini:
[trac]
default_textarea_height=16
Maybe it's already possible, but I didn't find anything like this in the documentation. Thanks.
Attachments
(2)
- patch.9616
(1.3 KB
) - added by Carsten Klein <trancesilken@…> 11 years ago.
- Adds [wiki] edit_rows setting to wiki
- patch.2.9616
(847 bytes
) - added by Carsten Klein <trancesilken@…> 11 years ago.
- Adds [wiki] edit_rows setting to wiki
Download all attachments as:
.zip
Change History
(15)
| Component: |
general → wiki system
|
| Keywords: |
userpreferences added
|
| Milestone: |
→ next-major-0.1X
|
| Severity: |
normal → minor
|
| Version: |
→ 0.13dev
|
| Keywords: |
preferences added; userpreferences removed
|
| Milestone: |
next-major-releases → 1.1.5
|
| Owner: |
set to Ryan J Ollos
|
| Status: |
new → assigned
|
| Release Notes: |
modified (diff)
|
| Release Notes: |
modified (diff)
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
Good idea.