// $Id: wysiwyg_editor.module,v 1.31 2008/10/13 20:52:43 sun Exp $


/**
 * @file
 * Integrate client-side editors with Drupal.
 *
 * Please note that this module is slowly moving to become wysiwyg.module. Most
 * functions are still based on the obsolete wysiwyg_editor name, which was
 * originally chosen, because it was not clear whether editors would just be
 * one component of a larger API.
 */
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sun’s picture

Status: Active » Fixed
FileSize
134.54 KB
133.34 KB

If someone wants to know how a module name conversion like this works out, see attached patches.

wysiwyg_editor implements an update function that enables wysiwyg, installs it, and disables itself.
wysiwyg implements a new data migration function that imports existing profile settings from wysiwyg_editor module.

Special care for D5: Without module_rebuild_cache(), Drupal does not know wysiwyg.module yet (in the system table).

Anonymous’s picture

Status: Fixed » Closed (fixed)

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