prep for downgrade of Smarty update
This commit is contained in:
@ -58,6 +58,10 @@ Version 2.1 ()
|
|||||||
Version 2.0.2 ()
|
Version 2.0.2 ()
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
* Smarty bugfix upgrades to 3.1.25 - please read the changelog
|
||||||
|
Compilation time was vastly improved
|
||||||
|
New Features in NEW_FEATURES.txt
|
||||||
|
|
||||||
* It is now possible to switch to a theme's admin theme if it has
|
* It is now possible to switch to a theme's admin theme if it has
|
||||||
been selected as a frontend theme first
|
been selected as a frontend theme first
|
||||||
|
|
||||||
|
@ -182,6 +182,8 @@ $dead_files_rest = array(
|
|||||||
$dead_dirs_rest = array(
|
$dead_dirs_rest = array(
|
||||||
$serendipity['serendipityPath'] . 'htmlarea/plugins/ImageManage',
|
$serendipity['serendipityPath'] . 'htmlarea/plugins/ImageManage',
|
||||||
$serendipity['serendipityPath'] . 'htmlarea/plugins',
|
$serendipity['serendipityPath'] . 'htmlarea/plugins',
|
||||||
|
$serendipity['serendipityPath'] . 'bundled-libs/Smarty/libs/sysplugins/smarty_config_source.php',
|
||||||
|
$serendipity['serendipityPath'] . 'bundled-libs/Smarty/libs/sysplugins/smarty_internal_config.php',
|
||||||
$serendipity['serendipityPath'] . 'bundled-libs/YahooUI/treeview',
|
$serendipity['serendipityPath'] . 'bundled-libs/YahooUI/treeview',
|
||||||
$serendipity['serendipityPath'] . 'bundled-libs/YahooUI'
|
$serendipity['serendipityPath'] . 'bundled-libs/YahooUI'
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user