Optionally disable wiki toolbars
Reported by: |
Ethan Jucovy <ethan.jucovy@…> |
Owned by: |
Ethan Jucovy <ethan.jucovy@…> |
Priority:
|
normal
|
Milestone:
|
1.0.2
|
Component:
|
general
|
Version:
|
|
Severity:
|
minor
|
Keywords:
|
wikitoolbar
|
Cc:
|
ryan.j.ollos@…, franz.mayer@…
|
Branch:
|
|
Release Notes:
|
|
API Changes:
|
Add a setting for making it possible to disable the wiki toolbars ([trac] wiki_toolbars = false ).
|
Internal Changes:
|
|
I'm setting up a Trac site that treats ticket descriptions, comments, etc as straight HTML instead of wiki text, and gives users a WYSIWYG editing environment with Javascript. For this scenario, the wiki toolbars from js/wikitoolbar.js
don't really belong — they're redundant (there's another Javascript editing system in place) and also incorrectly assume I'm using the standard wiki formatting. However, there's no straightforward way to turn off these toolbars.
The attached patch provides a new setting to disable the wiki toolbars altogether, like the similar resizable_textareas
setting.
Change History
(6)
Keywords: |
wikitoolbar added
|
Milestone: |
→ 1.0.2
|
Owner: |
set to Christian Boos
|
Status: |
new → assigned
|
API Changes: |
modified (diff)
|
Resolution: |
→ fixed
|
Severity: |
normal → minor
|
Status: |
assigned → closed
|
Owner: |
changed from Christian Boos to Ethan Jucovy <ethan.jucovy@…>
|
It looks like the comment for the
BoolOption
in your patch is incorrect (likely a copy and paste error).