From a09841422d9b6a71879376397342868fba475263 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Thu, 28 May 2020 19:46:37 +0200 Subject: [PATCH] Update next release changelog and news --- debian/changelog | 35 +++++++++++++++++++++++++++-------- debian/ldapsaisie.NEWS | 5 +++++ 2 files changed, 32 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7203c781..98d08a3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ ldapsaisie (3.0.0-1) UNRELEASED; urgency=medium * move lang stuff to a dedicated LSlang class * keep trace of already loaded addon to avoid loading it more than once * add default LSprofiles with the name of authenticable object types + * Move custom JS & CSS handling methods from LSsession to LStemplate * LSsearch: * fix handling approx parameter * fix possibility to specify a filter and a pattern (in the same time) @@ -34,29 +35,47 @@ ldapsaisie (3.0.0-1) UNRELEASED; urgency=medium * LSlog: - fix handling non-string message - add loggers, filters and format message by handlers + - some fixes and improvements on get_debug_backtrace_context() method + * LSerror: + - permit to control message escape method by adding a $escape parameter to all + accessible methods + - do not automatically close, wait user click on cross button * LSauth: - Add possibility to configure more than one LSobject type as user - Add possibility to handle duplicated identifier * LSauthMethod::CAS: Remove deprecated LSAUTH_CAS_SERVER_SSL_CERT parameter (since corresponding bogus setCasServerCert() method has been remove in phpCAS) - * LSaddon :: mail: Improve mail forging method by using PEAR Mail_mime lib - * LSaddon :: LSaccessRigthsMatrixView: fix handling subDn LDAP servers - configuration - * LSattr_html :: mail: add autocomplete feature - * LSattr_html :: select_object: Allow multiple type of objects selection - * LSformRile :: imagesize: fix parameters handling problem - * LSformRule :: filesize: improve by avoiding to create a temporary file - * LSformRule :: email: fix handling domain parameter if its an array + * LSaddon: + - mail: Improve mail forging method by using PEAR Mail_mime lib + - LSaccessRigthsMatrixView: fix handling subDn LDAP servers configuration + * LSattr_html: + - mail: add autocomplete feature + - select_object: Allow multiple type of objects selection + - wysiwyg: adjust width + * LSformRule: + - imagesize: fix parameters handling problem + - filesize: improve by avoiding to create a temporary file + - email: fix handling domain parameter if its an array * Add ___() function to allow declaration of messages that will be translated at display time * LSimport: fix data removing on LSobject import * LSselect: Allow multiple type of objects selection + * LStemplate: + - Now offer some new methods moved from LSsession to handle custom JS & CSS: + addJSscript(), addLibJSscript(), addJSconfigParam(), addCssFile() and addLibCssFile() + - fatal_error() method now use LStemplate methods to assign variables and display + template instead of directly use Smarty methods. * Templates: * Globally rework on templates files to use blocks. Common basic templates files are now deprecated in favor to base.tpl and base_connected.tpl: accueil.tpl, blank.tpl, empty.tpl, top.tpl, bottom.tpl * Add var_dump template function helper + * Rework on CSS and specially on light-blue.css to make it easily customizable, + make handling more LdapSaisie components and make it more responsive. + All other light-*.css file now only override some CSS variables to change base + colors. + * LSmail: fix/improve CSS -- Benjamin Renard Wed, 06 May 2020 14:21:48 +0200 diff --git a/debian/ldapsaisie.NEWS b/debian/ldapsaisie.NEWS index 960e1937..4b7d17e2 100644 --- a/debian/ldapsaisie.NEWS +++ b/debian/ldapsaisie.NEWS @@ -29,6 +29,10 @@ ldapsaisie (3.0.0-1) unstable; urgency=medium create custom theme. Common basic templates files are now deprecated in favor to base.tpl and base_connected.tpl : accueil.tpl, blank.tpl, empty.tpl, top.tpl and bottom.tpl. + - The default loaded CSS file light-blue.css evolve to defined color used as CSS + variables. All other light-*.css files now have to be used in addition of the + file light-blue.css (to load first). This files now only overide defined colors + variables. - A CLI tool is now provided with the application : its currently permit to search/list, show, create, modify and delete LSobject as its possible in web interface. You also could run procedure implemented in LdapSaisie (useful to run @@ -49,6 +53,7 @@ ldapsaisie (3.0.0-1) unstable; urgency=medium - LSselect and select_object attributes permit to selection of multiple object types. Consequently and for instance, its now possible to have group of multiple object types (group of users & groups, group of multiple user object types, ...). + - LSsession methods to manage custom JS & CSS are now handle and expose by LStemplate Please see /usr/share/doc/ldapsaisie/changelog.Debian.gz for complete list of changes.