Skip to Content.
Sympa Menu

en - Re: [sympa-users] Sympa 6.2

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • 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!

 
David Verdin
Études et projets applicatifs
 
Tél : +33 2 23 23 69 71
Fax : +33 2 23 23 71 21
 
www.renater.fr
RENATER
263 Avenue du Gal Leclerc
35042 Rennes Cedex



PNG image

Attachment: smime.p7s
Description: Signature cryptographique S/MIME




Archive powered by MHonArc 2.6.19+.

Top of Page