diff --git a/CHANGELOG b/CHANGELOG index 031d46faf..569db9648 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,13 @@ - maximum execution time of php scripts can be set in the settings is now actually used. +-------------------------------------------------------------------------------- + Changes in version 4.2.2 +-------------------------------------------------------------------------------- +- admin can be set as reviewer/approver again and do the review/approval +- fixed minor layout problem in folder tree (Bug #51) +- close folder choose dialog when folder is selected (Bug #52) + -------------------------------------------------------------------------------- Changes in version 4.2.1 -------------------------------------------------------------------------------- diff --git a/Makefile b/Makefile index b5d654491..fc460090c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=4.2.1 +VERSION=4.2.2 SRC=CHANGELOG inc conf utils index.php languages views op out README.md README.Notification README.Ubuntu drop-tables-innodb.sql styles js TODO LICENSE Makefile webdav install #restapi webapp diff --git a/SeedDMS_Core/Core/inc.ClassDMS.php b/SeedDMS_Core/Core/inc.ClassDMS.php index 961f58699..b480c9871 100644 --- a/SeedDMS_Core/Core/inc.ClassDMS.php +++ b/SeedDMS_Core/Core/inc.ClassDMS.php @@ -243,7 +243,7 @@ class SeedDMS_Core_DMS { $this->convertFileTypes = array(); $this->version = '@package_version@'; if($this->version[0] == '@') - $this->version = '4.2.1'; + $this->version = '4.2.2'; } /* }}} */ function getDB() { /* {{{ */ diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml index ef7e456b5..5ce494f37 100644 --- a/SeedDMS_Core/package.xml +++ b/SeedDMS_Core/package.xml @@ -12,10 +12,10 @@ uwe@steinmann.cx yes - 2013-04-30 - + 2013-05-17 + - 4.2.1 + 4.2.2 4.2.1 @@ -24,7 +24,7 @@ GPL License -- fixed bug in SeedDMS_Core_DocumentContent::addIndApp() +- admins can be added as reviewer/approver again @@ -510,6 +510,22 @@ New release GPL License +- fixed bug in SeedDMS_Core_DocumentContent::addIndApp() + + + + 2013-04-30 + + + 4.2.1 + 4.2.1 + + + stable + stable + + GPL License + - fixed bug in SeedDMS_Core_DocumentContent::addIndApp() diff --git a/inc/inc.Version.php b/inc/inc.Version.php index ea6bdcd5c..8cf987df8 100644 --- a/inc/inc.Version.php +++ b/inc/inc.Version.php @@ -20,7 +20,7 @@ class SeedDMS_Version { - var $_number = "4.2.1"; + var $_number = "4.2.2"; var $_string = "SeedDMS"; function SeedDMS_Version() { diff --git a/install/install.php b/install/install.php index de2a72eb6..880efd5eb 100644 --- a/install/install.php +++ b/install/install.php @@ -116,7 +116,7 @@ function fileExistsInIncludePath($file) { /* {{{ */ * Load default settings + set */ define("SEEDDMS_INSTALL", "on"); -define("SEEDDMS_VERSION", "4.2.1"); +define("SEEDDMS_VERSION", "4.2.2"); require_once('../inc/inc.ClassSettings.php'); diff --git a/styles/bootstrap/application.css b/styles/bootstrap/application.css index d3a0df5be..7f3b8ca4e 100644 --- a/styles/bootstrap/application.css +++ b/styles/bootstrap/application.css @@ -35,6 +35,10 @@ ul.actions li a.btn > i { font-size: 200%; } +ul.tree, ul.tree ul { + margin-left: 20px; +} + @media (max-width: 480px) { .nav-tabs > li { float:none; diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 8b7484ea8..264e8c425 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -704,25 +704,17 @@ class SeedDMS_Bootstrap_Style extends SeedDMS_View_Common { } /* }}} */ function printFolderChooser($formName, $accessMode, $exclude = -1, $default = false) { /* {{{ */ - ?> - - getID() : "") ."\">"; print "
\n"; print "getName()) : "") ."\" placeholder=\"".getMLText('type_to_search')."\" autocomplete=\"off\" />"; // print ""; - print "".getMLText("folder")."…\n"; + print "".getMLText("folder")."…\n"; print "
\n"; ?> -