Update next release changelog and news

This commit is contained in:
Benjamin Renard 2020-05-28 19:46:37 +02:00
parent 7b14412516
commit a09841422d
2 changed files with 32 additions and 8 deletions

35
debian/changelog vendored
View file

@ -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 <brenard@easter-eggs.com> Wed, 06 May 2020 14:21:48 +0200

View file

@ -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.