From 5a5d3872fd23c91d2be05edb98cefb0a2e671fd3 Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Thu, 31 Dec 2009 13:35:34 +0000 Subject: [PATCH] Update changelog --- build/lemonldap-ng/Makefile | 1 + build/lemonldap-ng/changelog | 15 ++++++++++++++- modules/lemonldap-ng-common/MANIFEST | 11 ++++++----- modules/lemonldap-ng-handler/MANIFEST | 4 ++-- modules/lemonldap-ng-manager/MANIFEST | 16 ++++++++++++++-- .../example/skins/default/manager.tpl | 2 +- modules/lemonldap-ng-portal/MANIFEST | 5 +++-- 7 files changed, 41 insertions(+), 13 deletions(-) diff --git a/build/lemonldap-ng/Makefile b/build/lemonldap-ng/Makefile index 650bb2def..d1f2bc8b5 100644 --- a/build/lemonldap-ng/Makefile +++ b/build/lemonldap-ng/Makefile @@ -476,6 +476,7 @@ documentation: @cd doc/ && ../scripts/doc.pl doxygen: clean + perl -i -pe 's/^(PROJECT_NUMBER\s*=\s*)\d.*$$/$${1}'$(VERSION)'/' Doxyfile COLLABORATIVE_GRAPH=1 doxygen Doxyfile mkdir doc/devel/tmp mv doc/devel/html/inherit* doc/devel/tmp/ diff --git a/build/lemonldap-ng/changelog b/build/lemonldap-ng/changelog index 474d3f4e0..0460c2369 100644 --- a/build/lemonldap-ng/changelog +++ b/build/lemonldap-ng/changelog @@ -4,8 +4,21 @@ lemonldap-ng (0.9.5) unstable; urgency=low * Little Debian changes (see 0.9.4.1-2 Debian changelog) * Update to jQuery 1.3.2 (Closes: #314394) * AuthCAS: URL redirection and module load test + * Change multiple configuration files into lemonldap-ng.ini + * New manager + * New conf storage modules : CDBI and RDBI + * DBI conf storage module is deprecated + * convertConfig and lmMigrateConfFiles2ini tools + * childInit() is called only 1 time + * Update JQuery to 1.3 and JQueri-UI 1.7.2 + * New authentication and userDB modules : + - DBI + - Proxy + - Env (UserDB only) + * Portal index.pl use lemonldap-ng.ini to get parameters + * CSS and Javascript minification capability - -- Xavier Guimard Mon, 12 Oct 2009 16:21:09 +0200 + -- Xavier Guimard Thu, 31 Dec 2009 14:09:13 +0100 lemonldap-ng (0.9.4.1) unstable; urgency=low diff --git a/modules/lemonldap-ng-common/MANIFEST b/modules/lemonldap-ng-common/MANIFEST index 8f4c2fff8..83dc19bdb 100644 --- a/modules/lemonldap-ng-common/MANIFEST +++ b/modules/lemonldap-ng-common/MANIFEST @@ -1,4 +1,5 @@ Changes +lemonldap-ng.ini lib/Lemonldap/NG/Common.pm lib/Lemonldap/NG/Common/Apache/Session.pm lib/Lemonldap/NG/Common/Apache/Session/SOAP.pm @@ -7,22 +8,22 @@ lib/Lemonldap/NG/Common/CGI.pm lib/Lemonldap/NG/Common/CGI/SOAPServer.pm lib/Lemonldap/NG/Common/CGI/SOAPService.pm lib/Lemonldap/NG/Common/Conf.pm -lib/Lemonldap/NG/Common/Conf/Constants.pm lib/Lemonldap/NG/Common/Conf/CDBI.pm +lib/Lemonldap/NG/Common/Conf/Constants.pm lib/Lemonldap/NG/Common/Conf/DBI.pm lib/Lemonldap/NG/Common/Conf/File.pm lib/Lemonldap/NG/Common/Conf/LDAP.pm lib/Lemonldap/NG/Common/Conf/RDBI.pm -lib/Lemonldap/NG/Common/Conf/SOAP.pm lib/Lemonldap/NG/Common/Conf/Serializer.pm +lib/Lemonldap/NG/Common/Conf/SOAP.pm lib/Lemonldap/NG/Common/Crypto.pm lib/Lemonldap/NG/Common/Safelib.pm Makefile.PL -MANIFEST -META.yml Module meta-data (added by MakeMaker) +MANIFEST This list of files +META.yml README scripts/convertConfig -lemonldap-ng.ini +scripts/lmMigrateConfFiles2ini t/01-Common-Conf.t t/02-Common-Conf-File.t t/03-Common-Conf-DBI.t diff --git a/modules/lemonldap-ng-handler/MANIFEST b/modules/lemonldap-ng-handler/MANIFEST index d13121294..9ede17a4f 100644 --- a/modules/lemonldap-ng-handler/MANIFEST +++ b/modules/lemonldap-ng-handler/MANIFEST @@ -14,8 +14,8 @@ lib/Lemonldap/NG/Handler/Status.pm lib/Lemonldap/NG/Handler/SympaAutoLogin.pm lib/Lemonldap/NG/Handler/Vhost.pm Makefile.PL -MANIFEST -META.yml Module meta-data (added by MakeMaker) +MANIFEST This list of files +META.yml README t/01-Lemonldap-NG-Handler-Simple.t t/05-Lemonldap-NG-Handler-Vhost.t diff --git a/modules/lemonldap-ng-manager/MANIFEST b/modules/lemonldap-ng-manager/MANIFEST index 87519bd3a..31960dc49 100644 --- a/modules/lemonldap-ng-manager/MANIFEST +++ b/modules/lemonldap-ng-manager/MANIFEST @@ -28,7 +28,6 @@ example/images/spinner.gif example/images/tree.js example/images/tree_line.gif example/images/vframe.png -example/images/xlib.js example/index.pl example/mrtg/lmng-mrtg example/mrtg/mrtg.cfg.example @@ -45,6 +44,20 @@ example/skins/default/folder_add.png example/skins/default/folder_delete.png example/skins/default/folder_edit.png example/skins/default/hframe.png +example/skins/default/images/ui-bg_diagonals-thick_18_b81900_40x40.png +example/skins/default/images/ui-bg_diagonals-thick_20_666666_40x40.png +example/skins/default/images/ui-bg_flat_10_000000_40x100.png +example/skins/default/images/ui-bg_glass_100_f6f6f6_1x400.png +example/skins/default/images/ui-bg_glass_100_fdf5ce_1x400.png +example/skins/default/images/ui-bg_glass_65_ffffff_1x400.png +example/skins/default/images/ui-bg_gloss-wave_35_f6a828_500x100.png +example/skins/default/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +example/skins/default/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +example/skins/default/images/ui-icons_222222_256x240.png +example/skins/default/images/ui-icons_228ef1_256x240.png +example/skins/default/images/ui-icons_ef8c08_256x240.png +example/skins/default/images/ui-icons_ffd27a_256x240.png +example/skins/default/images/ui-icons_ffffff_256x240.png example/skins/default/jquery-1.3.2.min.js example/skins/default/jquery-ui-1.7.2.custom.css example/skins/default/jquery-ui-1.7.2.custom.min.js @@ -68,7 +81,6 @@ example/skins/default/spinner.gif example/skins/default/tree.js example/skins/default/tree_line.gif example/skins/default/vframe.png -example/skins/default/xlib.js lib/Lemonldap/NG/Manager.pm lib/Lemonldap/NG/Manager/_i18n.pm lib/Lemonldap/NG/Manager/_Struct.pm diff --git a/modules/lemonldap-ng-manager/example/skins/default/manager.tpl b/modules/lemonldap-ng-manager/example/skins/default/manager.tpl index 33c2f7bba..c8598e279 100644 --- a/modules/lemonldap-ng-manager/example/skins/default/manager.tpl +++ b/modules/lemonldap-ng-manager/example/skins/default/manager.tpl @@ -19,7 +19,7 @@ var scriptname='';var imagepath=' - Lemonldap::NG/logo_lemonldap-ng.png" class="logo" /> + Lemonldap::NG/logo_lemonldap-ng.png" class="logo" width="200" height="38" />

diff --git a/modules/lemonldap-ng-portal/MANIFEST b/modules/lemonldap-ng-portal/MANIFEST index 5b209bb3a..8d496b11b 100644 --- a/modules/lemonldap-ng-portal/MANIFEST +++ b/modules/lemonldap-ng-portal/MANIFEST @@ -76,8 +76,8 @@ example/skins/pastel/password.tpl example/skins/pastel/styles.css example/slavePortal.pl lib/Lemonldap/NG/Portal.pm -lib/Lemonldap/NG/Portal/_i18n.pm lib/Lemonldap/NG/Portal/_DBI.pm +lib/Lemonldap/NG/Portal/_i18n.pm lib/Lemonldap/NG/Portal/_LDAP.pm lib/Lemonldap/NG/Portal/_Multi.pm lib/Lemonldap/NG/Portal/_Proxy.pm @@ -87,8 +87,8 @@ lib/Lemonldap/NG/Portal/_SMTP.pm lib/Lemonldap/NG/Portal/_SOAP.pm lib/Lemonldap/NG/Portal/_WebForm.pm lib/Lemonldap/NG/Portal/AuthApache.pm -lib/Lemonldap/NG/Portal/AuthDBI.pm lib/Lemonldap/NG/Portal/AuthCAS.pm +lib/Lemonldap/NG/Portal/AuthDBI.pm lib/Lemonldap/NG/Portal/AuthLA.pm lib/Lemonldap/NG/Portal/AuthLDAP.pm lib/Lemonldap/NG/Portal/AuthMulti.pm @@ -132,6 +132,7 @@ t/24-Lemonldap-NG-Portal-AuthRemote.t t/25-Lemonldap-NG-Portal-Multi.t t/26-Lemonldap-NG-Portal-AuthProxy.t t/30-Lemonldap-NG-Portal-UserDBNull.t +t/31-Lemonldap-NG-Portal-UserDBEnv.t t/40-Lemonldap-NG-Portal-CDA.t t/50-Lemonldap-NG-Portal-Menu.t t/60-Lemonldap-NG-Portal-IssuerDBSAML.t