diff --git a/Makefile b/Makefile index af4db7d90..baebc7bca 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=5.1.0 +VERSION=5.1.1 SRC=CHANGELOG inc conf utils index.php languages views op out controllers doc 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 372261a04..581d7216d 100644 --- a/SeedDMS_Core/Core/inc.ClassDMS.php +++ b/SeedDMS_Core/Core/inc.ClassDMS.php @@ -391,7 +391,7 @@ class SeedDMS_Core_DMS { $this->callbacks = array(); $this->version = '@package_version@'; if($this->version[0] == '@') - $this->version = '5.1.0'; + $this->version = '5.1.1'; } /* }}} */ /** diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml index 797f474ab..fc61e5ceb 100644 --- a/SeedDMS_Core/package.xml +++ b/SeedDMS_Core/package.xml @@ -12,11 +12,11 @@ uwe@steinmann.cx yes - 2016-03-09 + 2016-05-03 - 5.1.0 - 5.1.0 + 5.1.1 + 5.1.1 stable @@ -24,9 +24,6 @@ GPL License -- add roles -- use classname from SeedDMS_Core_DMS::_classnames for SeedDMS_Core_DocumentContent -- all changes from 4.3.26 merged @@ -1110,5 +1107,40 @@ SeedDMS_Core_DMS::getNotificationsByUser() are deprecated - all changes from 4.3.25 merged + + 2016-04-04 + + + 5.0.3 + 5.0.3 + + + stable + stable + + GPL License + +- use classname from SeedDMS_Core_DMS::_classnames for SeedDMS_Core_DocumentContent +- all changes from 4.3.26 merged + + + + 2016-03-09 + + + 5.1.0 + 5.1.0 + + + stable + stable + + GPL License + +- add roles +- use classname from SeedDMS_Core_DMS::_classnames for SeedDMS_Core_DocumentContent +- all changes from 4.3.26 merged + + diff --git a/inc/inc.Authentication.php b/inc/inc.Authentication.php index 9ff61afe4..6b2f86051 100644 --- a/inc/inc.Authentication.php +++ b/inc/inc.Authentication.php @@ -117,20 +117,9 @@ if(isset($GLOBALS['SEEDDMS_HOOKS']['notification'])) { } } - -/* Include the language file as specified in the session. If that is not - * available use the language from the settings +/* Include additional language file for view + * This file must set $LANG[xx][] */ -/* -if(file_exists($settings->_rootDir . "languages/" . $resArr["language"] . "/lang.inc")) { - include $settings->_rootDir . "languages/" . $resArr["language"] . "/lang.inc"; - $session->setLanguage($resArr["language"]); -} else { - include $settings->_rootDir . "languages/" . $settings->_language . "/lang.inc"; - $session->setLanguage($settings->_language); -} -*/ - if(file_exists($settings->_rootDir . "view/".$theme."/languages/" . $lang . "/lang.inc")) { include $settings->_rootDir . "view/".$theme."/languages/" . $lang . "/lang.inc"; } diff --git a/inc/inc.Version.php b/inc/inc.Version.php index 0cef2e0ce..44acc594c 100644 --- a/inc/inc.Version.php +++ b/inc/inc.Version.php @@ -20,7 +20,7 @@ class SeedDMS_Version { - public $_number = "5.1.0"; + public $_number = "5.1.1"; private $_string = "SeedDMS"; function __construct() { diff --git a/install/install.php b/install/install.php index c09f667e8..6be171f8a 100644 --- a/install/install.php +++ b/install/install.php @@ -118,7 +118,7 @@ function fileExistsInIncludePath($file) { /* {{{ */ * Load default settings + set */ define("SEEDDMS_INSTALL", "on"); -define("SEEDDMS_VERSION", "5.1.0"); +define("SEEDDMS_VERSION", "5.1.1"); require_once('../inc/inc.ClassSettings.php'); diff --git a/views/bootstrap/class.ForcePasswordChange.php b/views/bootstrap/class.ForcePasswordChange.php index dde4f3ea4..d48443479 100644 --- a/views/bootstrap/class.ForcePasswordChange.php +++ b/views/bootstrap/class.ForcePasswordChange.php @@ -75,7 +75,7 @@ $(document).ready( function() { $this->htmlStartPage(getMLText("sign_in"), "forcepasswordchange"); $this->globalBanner(); $this->contentStart(); - echo "

".getMLText('password_expiration')."

"; + $this->contentHeading(getMLText('password_expiration')); echo "
".getMLText('password_expiration_text')."
"; $this->contentContainerStart(); ?>