Commit Graph

184 Commits

Author SHA1 Message Date
Xavier Guimard
ad0ed7f3ba LEMONLDAP::NG : "all" was not default target 2008-12-26 09:51:46 +00:00
Xavier Guimard
2c34414f5d LEMONLDAP::NG : make test failed at first install 2008-12-26 09:39:32 +00:00
Clément Oudot
814857937b LEMONLDAP::NG : clean apache conf 2008-12-25 18:48:50 +00:00
Xavier Guimard
e4a7734f23 LEMONLDAP::NG : dependencies 2008-12-25 08:21:30 +00:00
Xavier Guimard
1d1fbbe1c2 LEMONLDAP::NG : cleanup 2008-12-25 07:16:56 +00:00
Xavier Guimard
44cc396a83 LEMONLDAP::NG : Few things... 2008-12-24 14:35:49 +00:00
Xavier Guimard
b96cad7a18 LEMONLDAP::NG : Status has been broken by new storage.conf capability 2008-12-24 09:55:09 +00:00
Xavier Guimard
8e6c8de591 LEMONLDAP::NG : I think version 0.9.3 is ready... 2008-12-24 08:32:11 +00:00
Xavier Guimard
aeefee4ec4 LEMONLDAP::NG : Debian installation in progress 2008-12-24 07:22:42 +00:00
Xavier Guimard
43120ba4d4 LEMONLDAP::NG : cleanup 2008-12-22 17:50:12 +00:00
Xavier Guimard
5ba1178057 LEMONLDAP::NG : New Makefile in progress. Debian install is broken for now. 2008-12-22 17:49:36 +00:00
Xavier Guimard
82fd48c92e LEMONLDAP::NG : doc update 2008-12-20 07:18:17 +00:00
Xavier Guimard
8b0058e546 LEMONLDAP::NG : little bug in Proxy.pm and debconf dependency 2008-12-13 17:12:14 +00:00
Xavier Guimard
ebb1d13a2e LEMONLDAP::NG : documentation update 2008-12-13 09:52:53 +00:00
Clément Oudot
66fd842630 LEMONLDAP::NG : Remove non created wiki pages from local doc 2008-12-10 16:55:00 +00:00
Clément Oudot
36e38a0af4 LEMONLDAP::NG : Adapt doc.pl to new wiki documentation 2008-12-10 16:24:04 +00:00
Xavier Guimard
e4603c4276 LEMONLDAP::NG : Regexp::Assemble dependency in Debian 2008-12-03 16:09:33 +00:00
Xavier Guimard
d63589f919 LEMONLDAP::NG : typo... 2008-12-01 18:27:30 +00:00
Xavier Guimard
f4aa93f57f LEMONLDAP::NG : Debian installation in progress... 2008-12-01 17:48:37 +00:00
Xavier Guimard
6dc275710c LEMONLDAP::NG : * avoid a little warning in tests
* Manager/Sessions.pm and purgeCentralCache now use the same Apache::Session get_key_from_all_sessions() function
2008-12-01 17:21:34 +00:00
Xavier Guimard
9b46d1fba0 LEMONLDAP::NG : * Portal/Menu.pm depends from XML::LibXML
* Links in Debian examples installation
2008-11-26 07:40:42 +00:00
Xavier Guimard
5926aed0e7 LEMONLDAP::NG : COMMIT in DBI.pm and pb in make test 2008-11-22 18:09:57 +00:00
Xavier Guimard
eea294ce3b LEMONLDAP::NG : Manager/Base.pm becomes Common/CGI.pm 2008-11-20 06:53:44 +00:00
Xavier Guimard
2718750aed LEMONLDAP::NG : documentation in storage.conf 2008-11-19 18:04:00 +00:00
Xavier Guimard
c9fc66bbef LEMONLDAP::NG : Conf.pm now can use local cache. If "localStorage" is set in "configStorage" :
* getConf acts as a "must-revalidate" proxy for the configuration (get numConf
                   from globalCache and give local conf if ti's the same number
                 * if "local=>1" is set when calling getConf, globalConfiguration number is not
                   checked and it returns local config

                Handler/SharedConf will so be simplified
2008-11-19 17:49:46 +00:00
Xavier Guimard
45670f3d21 LEMONLDAP::NG : bless was not safe in Conf.pm 2008-11-19 11:25:35 +00:00
Xavier Guimard
f68de89899 LEMONLDAP::NG : Debian installation in progress ... 2008-11-19 11:19:37 +00:00
Xavier Guimard
cae4cbade0 LEMONLDAP::NG : New module Lemonldap::NG::Common. It contains Conf.pm and Cie 2008-11-17 16:59:56 +00:00
Xavier Guimard
d88ae29227 LEMONLDAP::NG : new customFunctions feature (+ perltidy everywhere) 2008-11-17 14:02:50 +00:00
Clément Oudot
e5d13fdf17 LEMONLDAP::NG : Add Sessions Explorer in Application Menu 2008-11-16 12:40:28 +00:00
Xavier Guimard
b6102d9974 LEMONLDAP::NG : Debian in progress... 2008-11-12 16:41:18 +00:00
Xavier Guimard
1aafc1049c LEMONLDAP::NG : Debian installation in progress... 2008-11-12 15:35:27 +00:00
Xavier Guimard
4e62c21418 LEMONLDAP::NG : Debian dependencies and missing apache configuration files in Debian example files 2008-11-11 20:41:34 +00:00
Xavier Guimard
701c342268 LEMONLDAP::NG : Debian installation update since Makefile changes 2008-11-11 19:06:46 +00:00
Xavier Guimard
aedf90d531 LEMONLDAP::NG : * protection system of Manager/Sessions.pm is now included in Handler/CGI.pm
* Handler depends now from CGI (Handler/CGI.pm)
                * Lintian says that postinst must include "set -e"
2008-11-11 15:21:31 +00:00
Clément Oudot
72550385f2 LEMONLDAP::NG : preparation for v0.9.3 and full installation RPM 2008-10-14 15:50:37 +00:00
Clément Oudot
23b0a9e2bb LEMONLDAP::NG : put all configuration in /etc/lemonldap-ng/ 2008-10-13 20:52:43 +00:00
Clément Oudot
a65dde4c5b LEMONLDAP::NG : First build specification for RedHat/CentOS by David Hannequin 2008-10-13 20:42:42 +00:00
Clément Oudot
02fb3d966a LEMONLDAP::NG : brand new WebSSO example installation 2008-10-03 16:12:36 +00:00
Clément Oudot
b9b39143db LEMONLDAP::NG : New Portal::Error module and test page 2008-09-28 17:05:17 +00:00
Clément Oudot
6623c149f6 LEMONLDAP::NG : corrections on enhanced menu 2008-09-26 07:36:30 +00:00
Xavier Guimard
7fdab965d5 LEMONLDAP::NG : grant system in Menu.pm (not yet tested) 2008-09-21 09:50:32 +00:00
Xavier Guimard
3acc8586d0 LEMONLDAP::NG : index.html ordered 2008-08-30 09:20:02 +00:00
Xavier Guimard
0e066a1f85 LEMONLDAP::NG : documentation update (issued from "make documentation") 2008-08-30 07:59:02 +00:00
Clément Oudot
c2739e5af8 Add CSS and index page to off-line documentation 2008-08-29 14:01:58 +00:00
Xavier Guimard
d7817c8b6a LEMONLDAP::NG : Changelogs update 2008-08-25 20:10:54 +00:00
Xavier Guimard
7853475b6e LEMONLDAP::NG : (Manager) invalid path in Debian inst and default graphics settings change 2008-08-11 14:45:35 +00:00
Xavier Guimard
59bbd54920 LEMONLDAP::NG : documentation update + missing images 2008-07-04 10:11:40 +00:00
Xavier Guimard
080d57df82 LEMONLDAP::NG : begin new version 2008-07-04 09:56:10 +00:00
Xavier Guimard
f595cf6256 LEMONLDAP::NG : new documentation page 2008-07-04 09:53:53 +00:00
Xavier Guimard
f362d41430 LEMONLDAP::NG : VERSION 0.9.2
* lintian corrections
2008-06-24 13:37:58 +00:00
Xavier Guimard
5078dd1c84 LEMONLDAP::NG : Debian sv translation 2008-06-24 12:01:51 +00:00
Xavier Guimard
6d66965b7a LEMONLDAP::NG :
* UTF8 support in Manager
		* Beginning of Debian-like installation for other distributions
2008-06-13 14:35:50 +00:00
Xavier Guimard
dfc9461f15 LEMONLDAP::NG : changelog update 2008-06-06 04:31:42 +00:00
Xavier Guimard
6679fe6f2b LEMONLDAP::NG : tests update 2008-06-06 03:53:14 +00:00
Xavier Guimard
aca6815c1b LEMONLDAP::NG : New auth architecture in Portal 2008-05-30 04:47:32 +00:00
Xavier Guimard
f393d06a3d LEMONLDAP::NG : Czech translation of lemonldap-ng debconf 2008-05-28 08:50:41 +00:00
Xavier Guimard
f52755060e LEMONLDAP::NG : Debian default portal is now issued from index_skin.pl
Update versions
2008-05-24 19:12:28 +00:00
Xavier Guimard
3b89370d8c LEMONLDAP::NG : the script purgeCentralCache was not correct on Debian
UNIVERSAL::can is now compiled with Perl 5.10
2008-05-23 07:52:35 +00:00
Xavier Guimard
e1e9487caf LEMONLDAP::NG : new module AUthBasic : authentication => WWW-Authenticate + authorization => Lemonldap::NG 2008-05-19 09:39:15 +00:00
Xavier Guimard
c5722ed4c3 LEMONLDAP::NG : little bugs in Status.pm 2008-05-19 09:18:00 +00:00
Xavier Guimard
fe5005d46f LEMONLDAP::NG : Liberty-Alliance portal is now managed like classic portal 2008-05-18 16:30:16 +00:00
Xavier Guimard
f71c37d97b LEMONLDAP::NG : to avoid having AuthLA files in a simple installation, AuthLA is now installed in a separate directory.
On Debian, AuthLA is now installed in /var/lib/lemonldap-ng
2008-05-18 09:26:41 +00:00
Xavier Guimard
62a2742b06 LEMONLDAP::NG : new dependencies 2008-05-10 19:42:54 +00:00
Xavier Guimard
23578390f3 LEMONLDAP::NG documentation update 2008-05-10 19:36:24 +00:00
Xavier Guimard
5bac01a55f Lemonldap::NG : little documentation for Lemonldap::NG::Handler::Status and perltidy 2008-05-09 20:50:27 +00:00
Xavier Guimard
2b6599f043 LEMONLDAP::NG : The input fields size in manager window can now be customized 2008-05-07 18:15:32 +00:00
Xavier Guimard
6e45f08dcd LEMONLDAP::NG : - DM-Upload-Allowed field in debian/control
- symbol importation warning fixed for Handler/CGI.pm
2008-05-07 06:00:41 +00:00
Xavier Guimard
7c2976cac8 LEMONLDAP::NG : examples files where not in the good place 2008-05-06 08:52:27 +00:00
Xavier Guimard
7b5e86351e LEMONLDAP::NG : integration of new CSS 2008-05-06 05:59:19 +00:00
Xavier Guimard
59ff84d7a9 LEMONLDAP::NG : old logout method replaced in example 2008-04-11 14:32:12 +00:00
Xavier Guimard
f2cb286636 LEMONLDAP::NG : Version 0.9.1 2008-04-11 05:16:57 +00:00
Thomas CHEMINEAU
098e24e9b2 add libcgi-session-perl as suggested dependency 2008-04-07 16:59:14 +00:00
Xavier Guimard
edfb4aa305 LEMONLDAP::NG : update module versions and changelogs 2008-04-07 13:04:14 +00:00
Xavier Guimard
af5541480a LEMONLDAP::NG : documentation update 2008-04-06 14:53:04 +00:00
Xavier Guimard
9ac33e56e3 LEMONLDAP::NG : 1 regexp not very clean 2008-03-18 15:58:26 +00:00
Xavier Guimard
6b797bc707 LEMONLDAP::NG : corrections issued from http://lintian.debian.org/reports/full/x.guimard@free.fr.html 2008-03-05 11:26:15 +00:00
Xavier Guimard
c616e8759b LEMONLDAP::NG : new release : version 0.9 2008-02-28 07:08:35 +00:00
Xavier Guimard
d0da83c4a0 LEMONLDAP::NG : corrections issued from lintian 2008-02-26 19:43:05 +00:00
Xavier Guimard
a702383370 LEMONLDAP::NG : Debian liblasso-perl package is in status "suggests" instead of "Depends" 2008-02-26 18:57:33 +00:00
Xavier Guimard
481975df88 LEMONLDAP::NG : bugs in documentation import + missing documentation 2008-02-25 11:32:36 +00:00
Xavier Guimard
f45492b278 LEMONLDAP::NG : doc.pl is modified due to a xwiki bug 2008-02-25 05:31:29 +00:00
Xavier Guimard
5048ce41c0 LEMONLDAP::NG : documentation update 2008-02-16 22:21:24 +00:00
Xavier Guimard
9312ebf80b LEMONLDAP::NG : changelog and versions update 2008-02-08 16:56:42 +00:00
Xavier Guimard
85e7acadfe LEMONLDAP::NG : some stupid bugs... 2008-02-08 15:33:32 +00:00
Xavier Guimard
a78fc22efb LEMONLDAP::NG : Example configuration bug + documentation update 2008-02-01 08:34:28 +00:00
Xavier Guimard
cbc3c62746 LEMONLDAP::NG : the purgeCentralCache was not cleanly installed in Debian process (Closes: #461572 / bugs.debian.org) 2008-01-30 15:41:42 +00:00
Xavier Guimard
b8b463c493 LEMONLDAP::NG : German translation for debconf 2008-01-30 15:11:29 +00:00
Xavier Guimard
5cb8dd0047 LEMONLDAP::NG : Debian Portuguese translation 2007-11-21 14:03:22 +00:00
Xavier Guimard
3103f4b3b9 LEMONLDAP::NG : Version 0.8.3.1 : LDAP groups can now be available in $groups 2007-11-07 16:06:26 +00:00
Xavier Guimard
89390a7fb2 LEMONLDAP::NG : documentation update 2007-10-26 05:56:51 +00:00
Xavier Guimard
15e7c4815f LEMONLDAP::NG : Documentation update 2007-10-26 04:52:12 +00:00
Xavier Guimard
6b8364bd6f LEMONLDAP::NG : Liberty-Alliance integration in progress... 2007-10-25 06:06:17 +00:00
Xavier Guimard
2690cc4cfb LEMONLDAP::NG : Liberty-Alliance integration in progress... 2007-10-22 19:42:19 +00:00
Xavier Guimard
75d0783cfc LEMONLDAP::NG : Debian integration in progress... 2007-10-15 05:44:34 +00:00
Xavier Guimard
291c567950 LEMONLDAP::NG : * Liberty alliance module from FederID project
* Debian integration in progress
2007-10-15 05:29:29 +00:00
Xavier Guimard
daff797317 LEMONLDAP::NG : SVN problem with symbolic links 2007-09-22 11:37:14 +00:00
Xavier Guimard
8c43785907 LEMONLDAP::NG : Debian policy 2007-09-22 11:34:29 +00:00
Xavier Guimard
72d1ee854b Lemonldap::NG : pb with symbolic links 2007-09-22 09:55:13 +00:00
Xavier Guimard
d3e082effa LEMONLDAP::NG : pb with symbolc links 2007-09-22 09:53:27 +00:00