mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 01:49:08 +01:00
Release 1.2-1 Debian package
This commit is contained in:
parent
0efde556ad
commit
1b00ccd36d
2 changed files with 15 additions and 1 deletions
14
debian/changelog
vendored
14
debian/changelog
vendored
|
@ -1,3 +1,17 @@
|
|||
ldapsaisie (1.2-1) unstable; urgency=low
|
||||
|
||||
* Translation : manage message strings in templates files
|
||||
* Add import feature
|
||||
* Add LSformRule_callable
|
||||
* LSsession : Catch initialization exceptions
|
||||
* Fix Smarty default path to default smarty3 path of Debian package
|
||||
* LSldapObject : Fix method to get rdn value
|
||||
* LSformElement :
|
||||
* valueWithUnit : improve floatint number display and add parameter for formatting control
|
||||
* select_list / select_box : permit to put possible values in labelled group
|
||||
|
||||
-- Benjamin Renard <brenard@easter-eggs.com> Thu, 30 Jul 2015 16:55:06 +0200
|
||||
|
||||
ldapsaisie (1.1-6) unstable; urgency=low
|
||||
|
||||
* Global :
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -6,7 +6,7 @@ Maintainer: Benjamin Renard <brenard@easter-eggs.com>
|
|||
|
||||
Package: ldapsaisie
|
||||
Architecture: all
|
||||
Depends: apache2 | httpd, php5-ldap, libapache2-mod-php5 | php5-cli, smarty, php-net-ldap2, php-net-ftp, php-mail
|
||||
Depends: apache2 | httpd, php5-ldap, libapache2-mod-php5 | php5-cli, smarty, php-net-ldap2, php-net-ftp, php-mail, php-file-csv-datasource
|
||||
Description: web based interface for managing LDAP servers content
|
||||
LdapSaisie is a Web application developed to manage LDAP directory.
|
||||
It has been written in PHP / JavaScript and is published under the
|
||||
|
|
Loading…
Reference in a new issue