Opened 16 years ago

Closed 15 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)

2543.patch (940 bytes) - added by Glenn 15 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 16 years ago by Artur Formella

Keywords: Confirmed added; $wgFCKexcludedNamespaces removed
Summary: Return previous feature: $wgFCKexcludedNamespaces = array (8,1,-1);Namespaces excluded from using the FCKeditor

Changed 15 years ago by Glenn

Attachment: 2543.patch added

comment:2 Changed 15 years ago by Glenn

Cc: glenntremblay@… added
Keywords: Review? added

I've added a patch to support the $wgFCKexcludedNamespaces setting.

comment:3 Changed 15 years ago by Glenn

Cc: glenntremblay@… removed

comment:4 Changed 15 years ago by Wiktor Walc

Keywords: Review+ added; Review? removed
Resolution: fixed
Status: newclosed

Thanks for the patch!

Fixed with [3239].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy