Opened 16 years ago
Closed 16 years ago
#2543 closed New Feature (fixed)
Namespaces excluded from using the FCKeditor
Reported by: | CW Dillon | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : MediaWiki+FCKeditor | Version: | |
Keywords: | Confirmed Review+ | Cc: |
Description
Old version (version by Mafs?) of the MW extension to integrate the FCKeditor included the ability to define certain namespaces that would be excluded from using the FCKeditor. This was handy for complex, densely tagged pages like in the Template and Help namespaces.
The feature was called like this:
$wgFCKexcludedNamespaces = array(8,1,-1); eg. "8" for disabling the editor within the MediaWiki namespace.
We use Semantic MW and Semantic Forms, so I need to turn off FCKeditor to all users in the Forms, Property, and Concept namespaces in addition to Special, Template, Image, and Help. Allowing users to to control whether or not to use the FCKeditor in their preferences is not a good option; does not address custom namespaces.
Attachments (1)
Change History (5)
comment:1 Changed 16 years ago by
Keywords: | Confirmed added; $wgFCKexcludedNamespaces removed |
---|---|
Summary: | Return previous feature: $wgFCKexcludedNamespaces = array (8,1,-1); → Namespaces excluded from using the FCKeditor |
Changed 16 years ago by
Attachment: | 2543.patch added |
---|
comment:2 Changed 16 years ago by
Cc: | glenntremblay@… added |
---|---|
Keywords: | Review? added |
comment:3 Changed 16 years ago by
Cc: | glenntremblay@… removed |
---|
comment:4 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Thanks for the patch!
Fixed with [3239].
I've added a patch to support the $wgFCKexcludedNamespaces setting.