diff --git a/CHANGELOG b/CHANGELOG index 686218b8a..e4422fd81 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,7 +8,7 @@ -------------------------------------------------------------------------------- Changes in version 5.1.2 -------------------------------------------------------------------------------- -- merge changes up to 5.0.7 +- merge changes up to 5.0.9 -------------------------------------------------------------------------------- Changes in version 5.1.1 @@ -30,6 +30,12 @@ - add document list which can be exported as an archive - search results can be exported +-------------------------------------------------------------------------------- + Changes in version 5.0.9 +-------------------------------------------------------------------------------- +- merged changes from 4.3.32 +- add hooks for previewing documents + -------------------------------------------------------------------------------- Changes in version 5.0.8 -------------------------------------------------------------------------------- @@ -89,6 +95,11 @@ - add .xml to online file types by default - add home folder for users +-------------------------------------------------------------------------------- + Changes in version 4.3.32 +-------------------------------------------------------------------------------- +- fix saving new mimetype for fulltext search, available languages + -------------------------------------------------------------------------------- Changes in version 4.3.31 -------------------------------------------------------------------------------- diff --git a/inc/inc.ClassController.php b/inc/inc.ClassController.php index 0c496fcde..561d89a93 100644 --- a/inc/inc.ClassController.php +++ b/inc/inc.ClassController.php @@ -38,7 +38,7 @@ class Controller { $classname = "SeedDMS_Controller_".$class; $filename = ''; foreach($EXT_CONF as $extname=>$extconf) { - $filename = '../ext/'.$extname.'/controllers/class.'.$class.".php"; + $filename = $settings->_rootDir.'ext/'.$extname.'/controllers/class.'.$class.".php"; if(file_exists($filename)) { break; } diff --git a/inc/inc.ClassUI_Default.php b/inc/inc.ClassUI_Default.php index 2a8bb5f18..581655425 100644 --- a/inc/inc.ClassUI_Default.php +++ b/inc/inc.ClassUI_Default.php @@ -79,7 +79,7 @@ class UI_Default { function footNote() { /* {{{ */ global $settings; - + echo "