some 'backports' of log files, and fix the redirect for new lists
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Wed, 27 Apr 2005 14:21:42 +0000 (14:21 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:28:45 +0000 (23:28 +0200)
Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.5--base-0
   tag of opensource@polytechnique.org--2005/platal--mainline--0.9--patch-527

 * opensource@polytechnique.org--2005/platal--release--0.9.5--patch-9
   from dev to prod : manageurs compatibility

 * opensource@polytechnique.org--2005/platal--release--0.9.5--patch-10
   fix redirect

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-593

scripts/listes_redirect.php

index 5758af8..fa47cac 100644 (file)
@@ -6,7 +6,6 @@ if (empty($matches)) {
     $action = $matches[1];
     $mbox   = $matches[2];
     $fqdn   = strtolower($matches[3]);
-    if ($action == 'members') { $action = 'membres'; }
     if ($fqdn == 'polytechnique.org') {
         header("Location: https://www.polytechnique.org/listes/$action?liste=$mbox");
     } else {