@@ -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();
?>