mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-20 15:33:47 +01:00
Update next release changelog and news
This commit is contained in:
parent
47d9b907af
commit
534295d4f3
2 changed files with 26 additions and 11 deletions
10
debian/changelog
vendored
10
debian/changelog
vendored
|
@ -16,16 +16,21 @@ ldapsaisie (3.0.0-1) UNRELEASED; urgency=medium
|
|||
support (see $external parameter).
|
||||
* deprecate redirect() method in favor of LSurl :: redirect()
|
||||
* 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
|
||||
* LSsearch:
|
||||
* fix handling approx parameter
|
||||
* fix possibility to specify a filter and a pattern (in the same time)
|
||||
* fix sorting by extraDisplayedColumns (on one setParams() call)
|
||||
* fix search customActions JS validation
|
||||
* add option to disable cache on customInfos
|
||||
* LdapObject:
|
||||
* add __toString() method to fix password recovery bug
|
||||
(report by Adrien Malgoyre <adrien.malgoyre@osupytheas.fr>)
|
||||
* change getDisplayName $spe parameter default value from empty string to
|
||||
null
|
||||
* specify object type filter on loading data
|
||||
* LSrelation: globally rework and improve it
|
||||
* LSlog:
|
||||
- fix handling non-string message
|
||||
- add loggers, filters and format message by handlers
|
||||
|
@ -36,12 +41,17 @@ ldapsaisie (3.0.0-1) UNRELEASED; urgency=medium
|
|||
(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
|
||||
* 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
|
||||
* 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:
|
||||
|
|
7
debian/ldapsaisie.NEWS
vendored
7
debian/ldapsaisie.NEWS
vendored
|
@ -43,7 +43,12 @@ ldapsaisie (3.0.0-1) unstable; urgency=medium
|
|||
deprioritized in favor of using LSlog :: debug().
|
||||
- It's now possible to configure more than one LSobject type that can connect on
|
||||
application as user. Consequently, if your LDAP directory contains more than one
|
||||
type of users, LdapSaisie can now handle it.
|
||||
type of users, LdapSaisie can now handle it. Furthermore, a new default LSprofile
|
||||
is added for each authenticable object type to easily allow all users of one type
|
||||
to do something.
|
||||
- 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, ...).
|
||||
Please see /usr/share/doc/ldapsaisie/changelog.Debian.gz for complete list of
|
||||
changes.
|
||||
|
||||
|
|
Loading…
Reference in a new issue