mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
Update next release changelog and news
This commit is contained in:
parent
7b14412516
commit
a09841422d
2 changed files with 32 additions and 8 deletions
35
debian/changelog
vendored
35
debian/changelog
vendored
|
@ -18,6 +18,7 @@ ldapsaisie (3.0.0-1) UNRELEASED; urgency=medium
|
||||||
* move lang stuff to a dedicated LSlang class
|
* move lang stuff to a dedicated LSlang class
|
||||||
* keep trace of already loaded addon to avoid loading it more than once
|
* keep trace of already loaded addon to avoid loading it more than once
|
||||||
* add default LSprofiles with the name of authenticable object types
|
* add default LSprofiles with the name of authenticable object types
|
||||||
|
* Move custom JS & CSS handling methods from LSsession to LStemplate
|
||||||
* LSsearch:
|
* LSsearch:
|
||||||
* fix handling approx parameter
|
* fix handling approx parameter
|
||||||
* fix possibility to specify a filter and a pattern (in the same time)
|
* 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:
|
* LSlog:
|
||||||
- fix handling non-string message
|
- fix handling non-string message
|
||||||
- add loggers, filters and format message by handlers
|
- 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:
|
* LSauth:
|
||||||
- Add possibility to configure more than one LSobject type as user
|
- Add possibility to configure more than one LSobject type as user
|
||||||
- Add possibility to handle duplicated identifier
|
- Add possibility to handle duplicated identifier
|
||||||
* LSauthMethod::CAS: Remove deprecated LSAUTH_CAS_SERVER_SSL_CERT parameter
|
* LSauthMethod::CAS: Remove deprecated LSAUTH_CAS_SERVER_SSL_CERT parameter
|
||||||
(since corresponding bogus setCasServerCert() method has been remove in
|
(since corresponding bogus setCasServerCert() method has been remove in
|
||||||
phpCAS)
|
phpCAS)
|
||||||
* LSaddon :: mail: Improve mail forging method by using PEAR Mail_mime lib
|
* LSaddon:
|
||||||
* LSaddon :: LSaccessRigthsMatrixView: fix handling subDn LDAP servers
|
- mail: Improve mail forging method by using PEAR Mail_mime lib
|
||||||
configuration
|
- LSaccessRigthsMatrixView: fix handling subDn LDAP servers configuration
|
||||||
* LSattr_html :: mail: add autocomplete feature
|
* LSattr_html:
|
||||||
* LSattr_html :: select_object: Allow multiple type of objects selection
|
- mail: add autocomplete feature
|
||||||
* LSformRile :: imagesize: fix parameters handling problem
|
- select_object: Allow multiple type of objects selection
|
||||||
* LSformRule :: filesize: improve by avoiding to create a temporary file
|
- wysiwyg: adjust width
|
||||||
* LSformRule :: email: fix handling domain parameter if its an array
|
* 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
|
* Add ___() function to allow declaration of messages that will be translated
|
||||||
at display time
|
at display time
|
||||||
* LSimport: fix data removing on LSobject import
|
* LSimport: fix data removing on LSobject import
|
||||||
* LSselect: Allow multiple type of objects selection
|
* 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:
|
* Templates:
|
||||||
* Globally rework on templates files to use blocks. Common basic 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:
|
files are now deprecated in favor to base.tpl and base_connected.tpl:
|
||||||
accueil.tpl, blank.tpl, empty.tpl, top.tpl, bottom.tpl
|
accueil.tpl, blank.tpl, empty.tpl, top.tpl, bottom.tpl
|
||||||
* Add var_dump template function helper
|
* 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
|
-- Benjamin Renard <brenard@easter-eggs.com> Wed, 06 May 2020 14:21:48 +0200
|
||||||
|
|
||||||
|
|
5
debian/ldapsaisie.NEWS
vendored
5
debian/ldapsaisie.NEWS
vendored
|
@ -29,6 +29,10 @@ ldapsaisie (3.0.0-1) unstable; urgency=medium
|
||||||
create custom theme. Common basic templates files are now deprecated in favor
|
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
|
to base.tpl and base_connected.tpl : accueil.tpl, blank.tpl, empty.tpl, top.tpl
|
||||||
and bottom.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
|
- 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
|
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
|
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.
|
- 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
|
Consequently and for instance, its now possible to have group of multiple object
|
||||||
types (group of users & groups, group of multiple user object types, ...).
|
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
|
Please see /usr/share/doc/ldapsaisie/changelog.Debian.gz for complete list of
|
||||||
changes.
|
changes.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue