From: Pierre Habouzit (MadCoder Date: Fri, 29 Apr 2005 18:07:46 +0000 (+0000) Subject: drop mail stats X-Git-Tag: xorg/old~146 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=25df53bd9fb8e244f4ee7fd4ea82b3fa6a404250;p=platal.git drop mail stats git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-616 --- diff --git a/ChangeLog b/ChangeLog index aa9445d..ef30af8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,9 @@ New : * Search : - Last improvements (clean code for search now !). -MC + * Stats : + - Drop mail stats pages (buggy and not accurate anymore). -MC + * Polytechnique.net in now in plat/al ! -MC Bug/Wish : diff --git a/htdocs/stats/parselog.php b/htdocs/stats/parselog.php deleted file mode 100644 index b024ceb..0000000 --- a/htdocs/stats/parselog.php +++ /dev/null @@ -1,26 +0,0 @@ -run(); -?> diff --git a/templates/stats/index.tpl b/templates/stats/index.tpl index 1e06883..a4d5524 100644 --- a/templates/stats/index.tpl +++ b/templates/stats/index.tpl @@ -31,7 +31,6 @@ Quelques statistiques sur l'utilisation des services de Polytechnique.org ainsi
  • Nombre d'inscrits au cours du temps
  • Nombre d'inscrits dans ta promotion
  • Nombre d'inscrits par promotion
  • -
  • Statistiques mail
  • {* vim:set et sw=2 sts=2 sws=2: *} diff --git a/templates/stats/parselog.tpl b/templates/stats/parselog.tpl deleted file mode 100644 index 2a6e740..0000000 --- a/templates/stats/parselog.tpl +++ /dev/null @@ -1,64 +0,0 @@ -{*************************************************************************** - * Copyright (C) 2003-2004 Polytechnique.org * - * http://opensource.polytechnique.org/ * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the Free Software * - * Foundation, Inc., * - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - ***************************************************************************} - - -

    - Statistiques mail de polytechnique.org -

    - -

    -[Resultats classes par ordre des noms de domaines destinataires]
    -[Resultats classes par nombre de mails achemines]
    -[Resultats classes par nombre de mails retardes]
    -{perms level=admin} - [Resultats bruts]
    -{/perms} -

    - -{if $smarty.request.order} - - - - - - - - -{if $smarty.request.order eq "D"} - {include file="stats/lastParselogD.tpl"} -{elseif $smarty.request.order eq "R"} - {include file="stats/lastParselogR.tpl"} -{elseif $smarty.request.order eq "N"} - {include file="stats/lastParselogN.tpl"} -{/if} -
    Domaine destinataireDelai moyenDelai maxiNombre de mailsMails retardes
    -{/if} - -{perms level=admin} - {if $smarty.request.raw} -
    -    {include file="stats/lastParselog.tpl" assign=content}
    -    {$content|escape}
    -    
    - {/if} -{/perms} - - -{* vim:set et sw=2 sts=2 sws=2: *}