Subject: The mailing list for listmasters using Sympa
List archive
- From: David Verdin <address@concealed>
- To: address@concealed
- Subject: Re: [sympa-users] Sympa 6.2
- Date: Fri, 12 Jun 2015 17:44:53 +0200
|
Thanks Paul, We fixed these two bugs. I'll tag a new stable next week. Cheers, David Le 12/06/15 01:13, Paul Grzesina a
écrit :
I've noticed the following in the 6.2 release:
The CAS login button does not appear. It appears that $Conf{'cas_number'}{$robot} is always 0. The following patch appears to fix this:
--- Conf.pm 2015-06-11 07:08:36.000000000 -0600
+++ /home/sympa/bin/Conf.pm 2015-06-11 16:23:31.000000000 -0600
@@ -1179,6 +1179,7 @@
'Incorrect CAS paragraph in auth.conf');
next;
}
+ $Conf{'cas_number'}{$robot}++;
eval "require AuthCAS";
if ($EVAL_ERROR) {
The index of lists does not appear to be working. The correct letters are highlighted, but no list names ever appear. I haven't been able to track this one down yet, but it is possible that it is something with my particular configuration.
The new web interface is quite nice. A surprising amount of change from 6.2b9, but nice.
Paul Grzesina
--
A bug in Sympa? Quick! To the bug tracker!
| ||||||
Attachment:
smime.p7s
Description: Signature cryptographique S/MIME
-
[sympa-users] Sympa 6.2,
Paul Grzesina, 06/11/2015
-
Re: [sympa-users] Sympa 6.2,
Olivier Lumineau, 06/12/2015
-
Re: [sympa-users] Sympa 6.2,
IKEDA Soji, 06/14/2015
-
Re: [sympa-users] Sympa 6.2,
David Verdin, 06/16/2015
- Re: [sympa-users] Sympa 6.2, IKEDA Soji, 06/17/2015
-
Re: [sympa-users] Sympa 6.2,
David Verdin, 06/16/2015
-
Re: [sympa-users] Sympa 6.2,
IKEDA Soji, 06/14/2015
- Re: [sympa-users] Sympa 6.2, David Verdin, 06/12/2015
-
Re: [sympa-users] Sympa 6.2,
Olivier Lumineau, 06/12/2015
Archive powered by MHonArc 2.6.19+.
