From b8638a188b3c4eb4ad69f08f084d4fc7a8851b35 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 30 Oct 2015 08:49:44 +0100 Subject: [PATCH 1/2] add translation for attribute types --- views/bootstrap/class.AttributeMgr.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.AttributeMgr.php b/views/bootstrap/class.AttributeMgr.php index 348bd2e02..b39c2d09c 100644 --- a/views/bootstrap/class.AttributeMgr.php +++ b/views/bootstrap/class.AttributeMgr.php @@ -110,7 +110,7 @@ function showAttributeDefinitions(selectObj) { : - : + : : @@ -287,7 +287,7 @@ function showAttributeDefinitions(selectObj) { : - + From 65de121950063cb1ea4f224f4df4f9e31321ae7b Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 30 Oct 2015 08:50:24 +0100 Subject: [PATCH 2/2] add entries for 4.3.22 --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 07728552c..1c686f633 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,8 @@ - fix lots of HTTP-Headers in op.Ajax.php (Closes: #233) - Timeline will be updated by ajax call, clicking on an item in the timeline will output some document information +- new attribute type 'date' +- all dates are now in format 'yyyy-mm-dd' -------------------------------------------------------------------------------- Changes in version 4.3.21