Closed (fixed)
Project:
Wysiwyg
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
14 Oct 2008 at 18:18 UTC
Updated:
28 Oct 2008 at 22:01 UTC
Jump to comment: Most recent file
// $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.
*/
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | wysiwyg-DRUPAL-6.rename.patch | 133.34 KB | sun |
| #1 | wysiwyg-DRUPAL-5.rename.patch | 134.54 KB | sun |
Comments
Comment #1
sunIf 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).
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.