Download & Extend

Move wysiwyg_editor into wysiwyg module

Project:Wysiwyg
Version:5.x-1.x-dev
Component:Code
Category:task
Priority:normal
Assigned:sun
Status:closed (fixed)

Issue Summary

<?php
// $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.
*/
?>

Comments

#1

Status:active» fixed

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).

AttachmentSize
wysiwyg-DRUPAL-6.rename.patch 133.34 KB
wysiwyg-DRUPAL-5.rename.patch 134.54 KB

#2

Status:fixed» closed (fixed)

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

nobody click here