Posted by sun on October 14, 2008 at 6:18pm
1 follower
| 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
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).
#2
Automatically closed -- issue fixed for two weeks with no activity.