LEMONLDAP::NG : integration of new CSS

This commit is contained in:
Xavier Guimard 2008-05-06 05:59:19 +00:00
parent 7b468221c3
commit 7b5e86351e
16 changed files with 31 additions and 18 deletions

View File

@ -1,3 +1,10 @@
lemonldap-ng (0.9.2) unstable; urgency=low
* New css in manager
* cleaning Handler code
-- Xavier Guimard <x.guimard@free.fr> Tue, 06 May 2008 06:58:04 +0200
lemonldap-ng (0.9.1) unstable; urgency=low
* logout bug : logout_sso target was not running (Closes: #308856)

View File

@ -1,5 +1,5 @@
lemonldap-ng (0.9.1-0) unstable; urgency=low
lemonldap-ng (0.9.2-0) unstable; urgency=low
* Local build
-- Xavier Guimard <x.guimard@free.fr> Mon, 07 Apr 2008 11:00:37 +0200
-- Xavier Guimard <x.guimard@free.fr> Tue, 06 May 2008 06:58:44 +0200

View File

@ -1,4 +1 @@
debian/tmp/var/lib/lemonldap-ng/manager/apply.conf
debian/tmp/var/lib/lemonldap-ng/manager/index.pl
debian/tmp/var/lib/lemonldap-ng/manager/lmConfig.mysql
debian/tmp/var/lib/lemonldap-ng/manager/soapserver.pl
debian/tmp/var/lib/lemonldap-ng/manager/

View File

@ -15,5 +15,6 @@ debian/tmp/usr/share/man/man3/Lemonldap::NG::Manager::Restricted.3pm
debian/tmp/var/lib/lemonldap-ng/manager/apply.conf /etc/lemonldap-ng
debian/manager-apache*.conf /etc/lemonldap-ng
debian/tmp/var/lib/lemonldap-ng/manager/imgs
debian/tmp/var/lib/lemonldap-ng/manager/theme
debian/tmp/var/lib/lemonldap-ng/manager/lemonldap-ng-manager.js
debian/tmp/var/lib/lemonldap-ng/manager/scripts/lmConfigEditor /usr/share/lemonldap-ng/bin

View File

@ -1,5 +1,8 @@
Revision history for Perl extension Lemonldap::NG::Handler.
0.87 Tue may 6 7:04:45 2008
- Remove Apache2::compta dependency
0.86 Mon apr 7 14:52:30 2008
- logout bug : logout_sso target was not running (Closes: #308856 /
forge.objectweb.org)

View File

@ -1,7 +1,7 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: Lemonldap-NG-Handler
version: 0.86
version: 0.87
version_from: lib/Lemonldap/NG/Handler.pm
installdirs: site
requires:

View File

@ -2,7 +2,7 @@ package Lemonldap::NG::Handler;
print STDERR
"See Lemonldap::NG::Handler(3) to know which Lemonldap::NG::Handler::* module to use.";
our $VERSION = "0.86";
our $VERSION = "0.87";
1;

View File

@ -9,7 +9,7 @@ use Cache::Cache qw($EXPIRES_NEVER);
our @ISA = qw(Lemonldap::NG::Handler::Vhost Lemonldap::NG::Handler::Simple);
our $VERSION = '0.61';
our $VERSION = '0.62';
our $cfgNum = 0;
our $lastReload = 0;
our $reloadTime;

View File

@ -7,7 +7,7 @@ use Exporter 'import';
use Safe;
require POSIX;
our $VERSION = '0.86';
our $VERSION = '0.87';
our %EXPORT_TAGS;

View File

@ -1,5 +1,8 @@
Revision history for Perl extension Lemonldap::NG::Manager.
0.85 Tue may 6 7:02:34 2008
- CSS update
0.84 Mon apr 7 14:55:45 2008
- Javascript update (Closes: #308775 / forge.objectweb.org)

View File

@ -50,6 +50,9 @@ example/lmConfig.mysql
example/scripts/lmConfigEditor
example/scripts/lmSessionDump
example/soapserver.pl
example/theme/logo_lemonldap-ng.png
example/theme/default.css
example/theme/hatch.gif
lib/Lemonldap/NG/Manager.pm
lib/Lemonldap/NG/Manager/_HTML.pm
lib/Lemonldap/NG/Manager/_i18n.pm

View File

@ -1,7 +1,7 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: Lemonldap-NG-Manager
version: 0.84
version: 0.85
version_from: lib/Lemonldap/NG/Manager.pm
installdirs: site
requires:

View File

@ -10,7 +10,7 @@ my $h = new Lemonldap::NG::Manager(
},
dhtmlXTreeImageLocation => "/imgs/",
applyConfFile => '__DIR__/manager/apply.conf',
cssFile => 'theme/default.css',
cssFile => 'theme/default.css',
# jsFile => /path/to/lemonldap-ng-manager.js,
}

View File

@ -17,7 +17,7 @@ use MIME::Base64;
our @ISA = qw(Lemonldap::NG::Manager::Base);
our $VERSION = '0.84';
our $VERSION = '0.85';
sub new {
my ( $class, $args ) = @_;

View File

@ -8,7 +8,7 @@ use AutoLoader qw(AUTOLOAD);
require Lemonldap::NG::Manager::_i18n;
use Lemonldap::NG::Manager::Conf::Constants;
our $VERSION = '0.29';
our $VERSION = '0.30';
# TODO: Delete buttons in headers and rules if 'read-only'
@ -74,7 +74,7 @@ EOT
sub javascript {
my $self = shift;
Lemonldap::NG::Manager::_i18n::import( $ENV{HTTP_ACCEPT_LANGUAGE} );
Lemonldap::NG::Manager::_i18n::import( $ENV{HTTP_ACCEPT_LANGUAGE} ) unless(__PACKAGE__->can('txt_newVirtualHost'));
my %text;
foreach(qw(newVirtualHost newMacro newGroup newVar newGSOpt saveConf
deleteNode locationRules unableToSave confSaved saveFailure
@ -415,8 +415,7 @@ sub start_html {
}
sub main {
Lemonldap::NG::Manager::_i18n::import( $ENV{HTTP_ACCEPT_LANGUAGE} );
Lemonldap::NG::Manager::_i18n::import( $ENV{HTTP_ACCEPT_LANGUAGE} ) unless(__PACKAGE__->can('txt_field'));
my %text;
foreach(qw(field value)) {
$text{$_} = &{"txt_$_"};

View File

@ -2,7 +2,7 @@ package Lemonldap::NG::Manager::_i18n;
use AutoLoader qw(AUTOLOAD);
use UNIVERSAL qw(can);
our $VERSION = '0.31';
our $VERSION = '0.32';
sub import {
my ($caller_package) = caller;