prepare upgrade for htmlarea cleanup
This commit is contained in:
@ -209,6 +209,18 @@ $tasks = array(array('version' => '0.5.1',
|
||||
'title' => 'Move internal plugins to "normal" plugin directory structure.',
|
||||
'desc' => 'A list of internal plugins that previously lived in include/plugin_internal.inc.php were moved into the proper plugins/ subdirectory structure. This task will migrate any possible references to such plugins to the new format.'),
|
||||
|
||||
array('version' => '2.0-alpha4',
|
||||
'function' => 'serendipity_removeDeadFiles_SPL',
|
||||
'title' => 'Removal of obsolete and dead htmlarea files',
|
||||
'arguments' => array($serendipity['serendipityPath'] . 'htmlarea', $dead_htmlarea_files, array('internals'), true),
|
||||
'desc' => 'Serendipity 2.0 replaces old WYSIWYG-Editors in htmlarea directory with CKEDITOR. The following dead files will be removed from "/htmlarea".<br /><pre>' . implode(', ', $dead_htmlarea_files) . '</pre>'),
|
||||
|
||||
array('version' => '2.0-alpha4',
|
||||
'function' => 'recursive_directory_iterator',
|
||||
'title' => 'Removal of obsolete and dead htmlarea directories',
|
||||
'arguments' => array($dead_htmlarea_dirs),
|
||||
'desc' => 'Serendipity 2.0 replaces old WYSIWYG-Editors in htmlarea directory with CKEDITOR. The following dead directories will be completely removed from "/htmlarea".<br /><pre>' . implode(', ', $dead_htmlarea_dirs) . '</pre>'),
|
||||
|
||||
);
|
||||
|
||||
/* Fetch SQL files which needs to be run */
|
||||
|
Reference in New Issue
Block a user