Now that editors are loaded for all input format enabled textareas, we badly need a way to enable/disable an editor for certain input formats only, i.e.:

- No editor for Filtered HTML
- No editor for PHP code
- Editor for Full HTML

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sun’s picture

Status: Active » Needs review
FileSize
35.32 KB
35.69 KB

First iteration:

- Replaced overview page with input format to editor/profile association form.
- Removed Wysiwyg API's access management (input formats already have permissions)
- Replaced wysiwyg_profile and wysiwyg_role tables with wysiwyg table.
- Changed order of loaded JavaScripts, by moving wysiwyg.init.js into section 'core'.

sun’s picture

wysiwyg-DRUPAL-5.associate.patch is for D5.
wysiwyg.associate.patch is for D6.

sun’s picture

Status: Needs review » Fixed
FileSize
37.8 KB
38.31 KB

- Fixed bogus SQL REPLACE INTO statement.
- Fixed profile removal confirmation form.

Thanks to smk-ka who reviewed this patch.

Committed to all branches.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.