From gna@domain.hid Wed Feb 01 00:12:39 2006 Received: from home.gna.org ([213.228.62.9] helo=cvs.gna.org) by gna.org with esmtp (Exim 4.50) id 1F44fv-0006RS-7V for galette-cvs@domain.hid; Wed, 01 Feb 2006 00:12:39 +0100 Received: from deelight by cvs.gna.org with local (Exim 4.50) id 1F44fL-0006Ep-RJ for galette-cvs@domain.hid; Wed, 01 Feb 2006 00:12:03 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=43DFEEC25D972274CD89 To: X-Mailer: mail (GNU Mailutils 0.6.1) Message-Id: From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Date: Wed, 01 Feb 2006 00:12:03 +0100 X-Originator-Server: cvs.gna.org (for galette-cvs~lisa.gna.org) Subject: [Galette-cvs] New picture class (should alse handle image uploads and resizing in the future) X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jan 2006 23:12:39 -0000 --43DFEEC25D972274CD89 Content-Type: text/plain Content-Encoding: iso-8859-1 Content-Tranfer-Encoding: 8bit Commit from deelight (2006-02-01 00:12 CET) -------------------- New picture class (should alse handle image uploads and resizing in the future) galette ajouter_adherent.php 1.54 galette picture.php 1.4 galette preferences.php 1.29 galette voir_adherent.php 1.26 + galette includes/picture.class.php 1.1 galette templates/default/ajouter_adherent.tpl 1.11 galette templates/default/preferences.tpl 1.9 galette templates/default/voir_adherent.tpl 1.12 --43DFEEC25D972274CD89 Content-Type: text/html Content-Encoding: iso-8859-1 Content-Tranfer-Encoding: 8bit New picture class (should alse handle image uploads and resizing in the future)
Commit from deelight 2006-02-01 00:12 CET
New picture class (should alse handle image uploads and resizing in the future)
Module File name Revision
galette ajouter_adherent.php 1.53 >>> 1.54
galette picture.php 1.3 >>> 1.4
galette preferences.php 1.28 >>> 1.29
galette voir_adherent.php 1.25 >>> 1.26
+ galette includes/picture.class.php 1.1
galette templates/default/ajouter_adherent.tpl 1.10 >>> 1.11
galette templates/default/preferences.tpl 1.8 >>> 1.9
galette templates/default/voir_adherent.tpl 1.11 >>> 1.12


--43DFEEC25D972274CD89-- From gna@domain.hid Wed Feb 01 00:34:09 2006 Received: from home.gna.org ([213.228.62.9] helo=cvs.gna.org) by gna.org with esmtp (Exim 4.50) id 1F450j-0007Bz-87 for galette-cvs@domain.hid; Wed, 01 Feb 2006 00:34:09 +0100 Received: from stephs by cvs.gna.org with local (Exim 4.50) id 1F4504-0006w2-Mz for galette-cvs@domain.hid; Wed, 01 Feb 2006 00:33:28 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=43DFF3C768159493846 To: X-Mailer: mail (GNU Mailutils 0.6.1) Message-Id: From: =?UTF-8?Q?St=C3=A9phane_Sal=C3=A8s?= Date: Wed, 01 Feb 2006 00:33:28 +0100 X-Originator-Server: cvs.gna.org (for galette-cvs~lisa.gna.org) Subject: [Galette-cvs] Corrected some obvioulsy bad traductions [...] X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jan 2006 23:34:09 -0000 --43DFF3C768159493846 Content-Type: text/plain Content-Encoding: iso-8859-1 Content-Tranfer-Encoding: 8bit Commit from stephs (2006-02-01 00:33 CET) ------------------ Corrected some obvioulsy bad traductions Added error handling for mass mailing in mailing_adherent.php Fixed duplicate subject and to: in custom_mail() Minor bugfixes galette ajouter_adherent.php 1.55 galette mailing_adherents.php 1.17 galette includes/functions.inc.php 1.31 galette lang/en_US.po 1.20 galette lang/fr_FR@euro.po 1.26 galette lang/lang_english.php 1.40 galette lang/en_US/LC_MESSAGES/galette.mo 1.18 galette templates/default/ajouter_adherent.tpl 1.12 galette templates/default/mailing_adherents.tpl 1.6 --43DFF3C768159493846 Content-Type: text/html Content-Encoding: iso-8859-1 Content-Tranfer-Encoding: 8bit Corrected some obvioulsy bad traductions [...]
Commit from stephs 2006-02-01 00:33 CET
Corrected some obvioulsy bad traductions
Added error handling for mass mailing in mailing_adherent.php
Fixed duplicate subject and to: in custom_mail()
Minor bugfixes
Module File name Revision
galette ajouter_adherent.php 1.54 >>> 1.55
galette mailing_adherents.php 1.16 >>> 1.17
galette includes/functions.inc.php 1.30 >>> 1.31
galette lang/en_US.po 1.19 >>> 1.20
galette lang/fr_FR@euro.po 1.25 >>> 1.26
galette lang/lang_english.php 1.39 >>> 1.40
galette lang/en_US/LC_MESSAGES/galette.mo 1.17 >>> 1.18
galette templates/default/ajouter_adherent.tpl 1.11 >>> 1.12
galette templates/default/mailing_adherents.tpl 1.5 >>> 1.6


--43DFF3C768159493846-- From gna@domain.hid Wed Feb 01 01:45:43 2006 Received: from home.gna.org ([213.228.62.9] helo=cvs.gna.org) by gna.org with esmtp (Exim 4.50) id 1F467z-0001Ca-Ob for galette-cvs@domain.hid; Wed, 01 Feb 2006 01:45:43 +0100 Received: from deelight by cvs.gna.org with local (Exim 4.50) id 1F467F-00020M-8Y for galette-cvs@domain.hid; Wed, 01 Feb 2006 01:44:57 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=43E004881E151F15B56B To: X-Mailer: mail (GNU Mailutils 0.6.1) Message-Id: From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Date: Wed, 01 Feb 2006 01:44:57 +0100 X-Originator-Server: cvs.gna.org (for galette-cvs~lisa.gna.org) Subject: [Galette-cvs] Picture class now handles uploads X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 00:45:43 -0000 --43E004881E151F15B56B Content-Type: text/plain Content-Encoding: iso-8859-1 Content-Tranfer-Encoding: 8bit Commit from deelight (2006-02-01 01:44 CET) -------------------- Picture class now handles uploads galette ajouter_adherent.php 1.56 galette preferences.php 1.30 galette includes/picture.class.php 1.2 --43E004881E151F15B56B Content-Type: text/html Content-Encoding: iso-8859-1 Content-Tranfer-Encoding: 8bit Picture class now handles uploads
Commit from deelight 2006-02-01 01:44 CET
Picture class now handles uploads
Module File name Revision
galette ajouter_adherent.php 1.55 >>> 1.56
galette preferences.php 1.29 >>> 1.30
galette includes/picture.class.php 1.1 >>> 1.2


--43E004881E151F15B56B-- From gna@domain.hid Wed Feb 01 01:54:50 2006 Received: from home.gna.org ([213.228.62.9] helo=cvs.gna.org) by gna.org with esmtp (Exim 4.50) id 1F46Go-0001Tk-77 for galette-cvs@domain.hid; Wed, 01 Feb 2006 01:54:50 +0100 Received: from deelight by cvs.gna.org with local (Exim 4.50) id 1F46GF-0002LI-1f for galette-cvs@domain.hid; Wed, 01 Feb 2006 01:54:15 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=43E006B7232B24763A6A To: X-Mailer: mail (GNU Mailutils 0.6.1) Message-Id: From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Date: Wed, 01 Feb 2006 01:54:15 +0100 X-Originator-Server: cvs.gna.org (for galette-cvs~lisa.gna.org) Subject: [Galette-cvs] Database update: picture height and width attributes are not needed anymore X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 00:54:50 -0000 --43E006B7232B24763A6A Content-Type: text/plain Content-Encoding: iso-8859-1 Content-Tranfer-Encoding: 8bit Commit from deelight (2006-02-01 01:54 CET) -------------------- Database update: picture height and width attributes are not needed anymore galette includes/picture.class.php 1.3 galette install/sql/mysql.sql 1.22 galette install/sql/pgsql.sql 1.23 galette install/sql/upgrade-to-0.63-mysql.sql 1.17 galette install/sql/upgrade-to-0.63-pgsql.sql 1.18 --43E006B7232B24763A6A Content-Type: text/html Content-Encoding: iso-8859-1 Content-Tranfer-Encoding: 8bit Database update: picture height and width attributes are not needed anymore
Commit from deelight 2006-02-01 01:54 CET
Database update: picture height and width attributes are not needed anymore
Module File name Revision
galette includes/picture.class.php 1.2 >>> 1.3
galette install/sql/mysql.sql 1.21 >>> 1.22
galette install/sql/pgsql.sql 1.22 >>> 1.23
galette install/sql/upgrade-to-0.63-mysql.sql 1.16 >>> 1.17
galette install/sql/upgrade-to-0.63-pgsql.sql 1.17 >>> 1.18


--43E006B7232B24763A6A-- From gna@domain.hid Wed Feb 01 02:40:40 2006 Received: from home.gna.org ([213.228.62.9] helo=cvs.gna.org) by gna.org with esmtp (Exim 4.50) id 1F46zA-0002yp-6f for galette-cvs@domain.hid; Wed, 01 Feb 2006 02:40:40 +0100 Received: from deelight by cvs.gna.org with local (Exim 4.50) id 1F46yX-0004bN-Rs for galette-cvs@domain.hid; Wed, 01 Feb 2006 02:40:02 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=43E011704509131F360E To: X-Mailer: mail (GNU Mailutils 0.6.1) Message-Id: From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Date: Wed, 01 Feb 2006 02:40:01 +0100 X-Originator-Server: cvs.gna.org (for galette-cvs~lisa.gna.org) Subject: [Galette-cvs] Reintroduced picture resizing (when gd available) in the new picture class. X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 01:40:40 -0000 --43E011704509131F360E Content-Type: text/plain Content-Encoding: iso-8859-1 Content-Tranfer-Encoding: 8bit Commit from deelight (2006-02-01 02:39 CET) -------------------- Reintroduced picture resizing (when gd available) in the new picture class. galette preferences.php 1.31 galette includes/functions.inc.php 1.32 galette includes/picture.class.php 1.4 --43E011704509131F360E Content-Type: text/html Content-Encoding: iso-8859-1 Content-Tranfer-Encoding: 8bit Reintroduced picture resizing (when gd available) in the new picture class.
Commit from deelight 2006-02-01 02:39 CET
Reintroduced picture resizing (when gd available) in the new picture class.
Module File name Revision
galette preferences.php 1.30 >>> 1.31
galette includes/functions.inc.php 1.31 >>> 1.32
galette includes/picture.class.php 1.3 >>> 1.4


--43E011704509131F360E-- From galette@domain.hid Wed Feb 01 13:48:54 2006 Received: from Debian-exim by gna.org with spam-scanned (Exim 4.50) id 1F4HPM-0007L1-53 for galette-cvs@domain.hid; Wed, 01 Feb 2006 13:48:54 +0100 Received: from tuxz.org ([82.224.163.137] helo=mail.tuxz.org) by gna.org with esmtp (Exim 4.50) id 1F4HPM-0007Kd-3G for galette-cvs@domain.hid; Wed, 01 Feb 2006 13:48:24 +0100 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.tuxz.org (Postfix) with ESMTP id 2B603C02729; Wed, 1 Feb 2006 13:47:23 +0100 (CET) Received: from mail.tuxz.org ([127.0.0.1]) by localhost (tifa.tuxz.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00989-01; Wed, 1 Feb 2006 13:47:18 +0100 (CET) Received: by mail.tuxz.org (Postfix, from userid 1000) id 2D6A5C02753; Wed, 1 Feb 2006 13:47:17 +0100 (CET) Date: Wed, 1 Feb 2006 13:47:17 +0100 From: =?iso-8859-1?Q?St=E9phane_Sal=E8s?= To: RT , "Commits on the Galette CVS repositories." Subject: Re: La 0.63 =?iso-8859-1?B?W+l0YWk=?= =?iso-8859-1?Q?t?= : Re: [Galette-cvs] Replace in url & by &] Message-ID: <20060201124717.GA28475@domain.hid> References: <11243039.20060131141627@domain.hid> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <11243039.20060131141627@domain.hid> X-Operating-System: Debian GNU/Linux 2.6.8-2-386 User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at tuxz.org Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on mail.gna.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.3 tests=BAYES_00 autolearn=ham version=3.0.3 X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 12:48:54 -0000 On Tue, Jan 31, 2006 at 02:16:27PM +0100, rtelle@domain.hid wrote : > Je note le "coup de collier" des d=E9veloppeurs de Galette :-)) > Loin de moi l'id=E9e d'arracher une "date" du futur produit, je dois > cependant avouer que nous manquons cruellement d'information sur > http://galette.tuxfamily.org/fr > o=F9 la derni=E8re intervention date du 30 septembre 2004 (?) ; =E0 not= er > que la page d'accueil a =E9t=E9 consult=E9e 6820 fois ce qui prouve qu'= une > petite info 2006 ne resterait pas ignor=E9e longtemps ;-) > J'ose m=EAme plus vous proposer un coup de main :-( Pour l'instant il serait =E0 mon avis pr=E9matur=E9 de s'avancer sur une = date mais ca avance .. Quant au coup de main ba faut pas h=E9siter le cvs est l=E0 pour ca, il y= a un liste de chose =E0 faire .. just do it :) > On pourrait tester ladite 0.63 ou c'est pas pr=E9vu ? Une version =E0 jour du cvs de ce matin est accessible ici : http://jgll.info/galette-0.63/ login et mot de passe : adminweb (bien entendu la fonction d'envoi de mail est desactiv=E9e) Bonne journ=E9e --=20 =ABLe monochrome, c'est pour ceux qui s'int=E9ressent (encore) au contenu= .=20 Usenet dans ces conditions, c'est comme le web avec lynx, on prend=20 trop conscience du vide, c'est d=E9primant.=BB -+- JLC in Guide du linuxien pervers : "Coup de cafard..." -+- From gna@domain.hid Wed Feb 01 22:43:55 2006 Received: from home.gna.org ([213.228.62.9] helo=cvs.gna.org) by gna.org with esmtp (Exim 4.50) id 1F4Plb-0001gC-LO for galette-cvs@domain.hid; Wed, 01 Feb 2006 22:43:55 +0100 Received: from deelight by cvs.gna.org with local (Exim 4.50) id 1F4Pki-0002FL-8w for galette-cvs@domain.hid; Wed, 01 Feb 2006 22:43:00 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=43E12B6421BB10637CFF To: X-Mailer: mail (GNU Mailutils 0.6.1) Message-Id: From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Date: Wed, 01 Feb 2006 22:43:00 +0100 X-Originator-Server: cvs.gna.org (for galette-cvs~lisa.gna.org) Subject: [Galette-cvs] Tiny CSS improvement X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 21:43:55 -0000 --43E12B6421BB10637CFF Content-Type: text/plain Content-Encoding: iso-8859-1 Content-Tranfer-Encoding: 8bit Commit from deelight (2006-02-01 22:42 CET) -------------------- Tiny CSS improvement galette templates/default/galette.css 1.11 --43E12B6421BB10637CFF Content-Type: text/html Content-Encoding: iso-8859-1 Content-Tranfer-Encoding: 8bit Tiny CSS improvement
Commit from deelight 2006-02-01 22:42 CET
Tiny CSS improvement
Module File name Revision
galette templates/default/galette.css 1.10 >>> 1.11


--43E12B6421BB10637CFF-- From gna@domain.hid Wed Feb 01 22:58:00 2006 Received: from home.gna.org ([213.228.62.9] helo=cvs.gna.org) by gna.org with esmtp (Exim 4.50) id 1F4PzE-00025u-OH for galette-cvs@domain.hid; Wed, 01 Feb 2006 22:58:00 +0100 Received: from deelight by cvs.gna.org with local (Exim 4.50) id 1F4PyQ-0002kd-Im for galette-cvs@domain.hid; Wed, 01 Feb 2006 22:57:10 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=43E12EB6294E38C6E2EC To: X-Mailer: mail (GNU Mailutils 0.6.1) Message-Id: From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Date: Wed, 01 Feb 2006 22:57:10 +0100 X-Originator-Server: cvs.gna.org (for galette-cvs~lisa.gna.org) Subject: [Galette-cvs] Fixed some xhtml X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 21:58:01 -0000 --43E12EB6294E38C6E2EC Content-Type: text/plain Content-Encoding: iso-8859-1 Content-Tranfer-Encoding: 8bit Commit from deelight (2006-02-01 22:57 CET) -------------------- Fixed some xhtml galette templates/default/configurer_fiches.tpl 1.11 galette templates/default/editer_champ.tpl 1.5 --43E12EB6294E38C6E2EC Content-Type: text/html Content-Encoding: iso-8859-1 Content-Tranfer-Encoding: 8bit Fixed some xhtml
Commit from deelight 2006-02-01 22:57 CET
Fixed some xhtml
Module File name Revision
galette templates/default/configurer_fiches.tpl 1.10 >>> 1.11
galette templates/default/editer_champ.tpl 1.4 >>> 1.5


--43E12EB6294E38C6E2EC-- From gna@domain.hid Thu Feb 02 00:17:21 2006 Received: from home.gna.org ([213.228.62.9] helo=cvs.gna.org) by gna.org with esmtp (Exim 4.50) id 1F4RE1-00058X-8b for galette-cvs@domain.hid; Thu, 02 Feb 2006 00:17:21 +0100 Received: from stephs by cvs.gna.org with local (Exim 4.50) id 1F4RDM-0006cq-Rg for galette-cvs@domain.hid; Thu, 02 Feb 2006 00:16:40 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=43E1415863783494726C To: X-Mailer: mail (GNU Mailutils 0.6.1) Message-Id: From: =?UTF-8?Q?St=C3=A9phane_Sal=C3=A8s?= Date: Thu, 02 Feb 2006 00:16:40 +0100 X-Originator-Server: cvs.gna.org (for galette-cvs~lisa.gna.org) Subject: [Galette-cvs] Added sanityze_mail_header function() which detect usage of \r and \n in user input fiels [...] X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 23:17:21 -0000 --43E1415863783494726C Content-Type: text/plain Content-Encoding: iso-8859-1 Content-Tranfer-Encoding: 8bit Commit from stephs (2006-02-02 00:16 CET) ------------------ Added sanityze_mail_header function() which detect usage of \r and \n in user input fiels Added -f PREF_EMAIL to the custom_mail() function Minor bugfix galette mailing_adherents.php 1.18 galette includes/functions.inc.php 1.33 galette lang/en_US.po 1.21 galette lang/es_ES@euro.po 1.21 galette lang/fr_FR@euro.po 1.27 galette lang/lang_english.php 1.41 galette lang/lang_french.php 1.41 galette lang/lang_spanish.php 1.21 galette lang/messages.po 1.21 galette lang/en_US/LC_MESSAGES/galette.mo 1.19 galette lang/fr_FR@euro/LC_MESSAGES/galette.mo 1.19 --43E1415863783494726C Content-Type: text/html Content-Encoding: iso-8859-1 Content-Tranfer-Encoding: 8bit Added sanityze_mail_header function() which detect usage of \r and \n in user input fiels [...]
Commit from stephs 2006-02-02 00:16 CET
Added sanityze_mail_header function() which detect usage of \r and \n in user input fiels
Added -f PREF_EMAIL to the custom_mail() function
Minor bugfix
Module File name Revision
galette mailing_adherents.php 1.17 >>> 1.18
galette includes/functions.inc.php 1.32 >>> 1.33
galette lang/en_US.po 1.20 >>> 1.21
galette lang/es_ES@euro.po 1.20 >>> 1.21
galette lang/fr_FR@euro.po 1.26 >>> 1.27
galette lang/lang_english.php 1.40 >>> 1.41
galette lang/lang_french.php 1.40 >>> 1.41
galette lang/lang_spanish.php 1.20 >>> 1.21
galette lang/messages.po 1.20 >>> 1.21
galette lang/en_US/LC_MESSAGES/galette.mo 1.18 >>> 1.19
galette lang/fr_FR@euro/LC_MESSAGES/galette.mo 1.18 >>> 1.19


--43E1415863783494726C-- From gna@domain.hid Thu Feb 02 22:51:14 2006 Received: from home.gna.org ([213.228.62.9] helo=cvs.gna.org) by gna.org with esmtp (Exim 4.50) id 1F4mME-0006Cl-SN for galette-cvs@domain.hid; Thu, 02 Feb 2006 22:51:14 +0100 Received: from deelight by cvs.gna.org with local (Exim 4.50) id 1F4mLU-0003um-4N for galette-cvs@domain.hid; Thu, 02 Feb 2006 22:50:28 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=43E27E9F39AC3E823B6E To: X-Mailer: mail (GNU Mailutils 0.6.1) Message-Id: From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Date: Thu, 02 Feb 2006 22:50:28 +0100 X-Originator-Server: cvs.gna.org (for galette-cvs~lisa.gna.org) Subject: [Galette-cvs] MD5 password encryption (plaintext compatiblity kept). [...] X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2006 21:51:15 -0000 --43E27E9F39AC3E823B6E Content-Type: text/plain Content-Encoding: iso-8859-1 Content-Tranfer-Encoding: 8bit Commit from deelight (2006-02-02 22:50 CET) -------------------- MD5 password encryption (plaintext compatiblity kept). TODO : modify the pgsql upgrade script to change the mdp_adh field to varchar(40) galette ajouter_adherent.php 1.57 galette index.php 1.18 galette install/index.php 1.33 galette install/sql/mysql.sql 1.23 galette install/sql/pgsql.sql 1.24 galette install/sql/upgrade-to-0.63-mysql.sql 1.18 galette lang/fr_FR@euro.po 1.28 galette lang/lang_english.php 1.42 galette lang/lang_french.php 1.42 galette lang/en_US/LC_MESSAGES/galette.mo 1.20 galette lang/fr_FR@euro/LC_MESSAGES/galette.mo 1.20 galette templates/default/ajouter_adherent.tpl 1.13 galette templates/default/voir_adherent.tpl 1.13 --43E27E9F39AC3E823B6E Content-Type: text/html Content-Encoding: iso-8859-1 Content-Tranfer-Encoding: 8bit MD5 password encryption (plaintext compatiblity kept). [...]
Commit from deelight 2006-02-02 22:50 CET
MD5 password encryption (plaintext compatiblity kept).
TODO : modify the pgsql upgrade script to change the mdp_adh field to varchar(40)
Module File name Revision
galette ajouter_adherent.php 1.56 >>> 1.57
galette index.php 1.17 >>> 1.18
galette install/index.php 1.32 >>> 1.33
galette install/sql/mysql.sql 1.22 >>> 1.23
galette install/sql/pgsql.sql 1.23 >>> 1.24
galette install/sql/upgrade-to-0.63-mysql.sql 1.17 >>> 1.18
galette lang/fr_FR@euro.po 1.27 >>> 1.28
galette lang/lang_english.php 1.41 >>> 1.42
galette lang/lang_french.php 1.41 >>> 1.42
galette lang/en_US/LC_MESSAGES/galette.mo 1.19 >>> 1.20
galette lang/fr_FR@euro/LC_MESSAGES/galette.mo 1.19 >>> 1.20
galette templates/default/ajouter_adherent.tpl 1.12 >>> 1.13
galette templates/default/voir_adherent.tpl 1.12 >>> 1.13


--43E27E9F39AC3E823B6E-- From galette@domain.hid Wed Feb 08 14:40:38 2006 Received: from Debian-exim by gna.org with spam-scanned (Exim 4.50) id 1F6pYG-0004eY-Ak for galette-cvs@domain.hid; Wed, 08 Feb 2006 14:40:38 +0100 Received: from tuxz.org ([82.224.163.137] helo=mail.tuxz.org) by gna.org with esmtp (Exim 4.50) id 1F6pYG-0004YR-3d; Wed, 08 Feb 2006 14:40:08 +0100 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.tuxz.org (Postfix) with ESMTP id D2009C02735; Wed, 8 Feb 2006 14:38:49 +0100 (CET) Received: from mail.tuxz.org ([127.0.0.1]) by localhost (tifa.tuxz.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05871-06; Wed, 8 Feb 2006 14:38:48 +0100 (CET) Received: by mail.tuxz.org (Postfix, from userid 1000) id C281AC029AF; Wed, 8 Feb 2006 14:38:48 +0100 (CET) Date: Wed, 8 Feb 2006 14:38:48 +0100 From: =?UTF-8?Q?St=E9phane_Sal=E8s?= To: galette-discussion@domain.hid Message-ID: <20060208133848.GA25919@domain.hid> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline X-Operating-System: Debian GNU/Linux 2.6.8-2-386 User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at tuxz.org Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on mail.gna.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.3 tests=BAYES_00 autolearn=ham version=3.0.3 Cc: Galette development list , "Commits on the Galette CVS repositories." Subject: [Galette-cvs] [SECU] faille adodb (si =?utf-8?b?dXRpbGlz77+9?= avec PostgreSQL) X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2006 13:40:39 -0000 Bonjour, une [0]faille dans adodb vient d'=EF=BF=BDtre publi=EF=BF=BDe. Cette dern= i=EF=BF=BDre affecte toutes les version inf=EF=BF=BDrieurs =EF=BF=BD la 4.71 (et donc celle qu= e nous utilisons pour l'instant dans toutes les versions, cvs y compris) si utilis=EF=BF=BD avec PostgreSQL. Si vous utilisez galette avec PostgreSQL, il vous *faut* mettre =EF=BF=BD= jour adodb, pour se faire : #t=EF=BF=BDl=EF=BF=BDcharger la version 4.71 d'adodb =EF=BF=BD l'adresse = suivante : http://sourceforge.net/project/showfiles.php?group_id=3D42718&package_id=3D= 34890&release_id=3D387862 #prendre soit adodb471-1.tgz (de pr=EF=BF=BDf=EF=BF=BDrence si vous etes = sous Linux) soit adodb471-1.zip #se rendre dans le repertoire de galette % cd /var/www/.../galette/ #d=EF=BF=BDplacer ou renommer le r=EF=BF=BDpertoire adodb % mv adodb adodb-old #d=EF=BF=BDcompacter l'archive adodb471-1 ici % tar xvfz adodb471-1.tgz=20 Le d=EF=BF=BDcompactage cr=EF=BF=BDe un nouveau r=EF=BF=BDpertoire adodb = normalement, il ne reste plus qu'=EF=BF=BD v=EF=BF=BDrifier que tout fonctionne correctement= . Si vous n'utilisez pas PostgreSQL cette mise =EF=BF=BD jour n'est pas obligatoire, mais corrige quand m?me un certain nombre de bugs et ne devrait en rien casser des choses dans galette, donc dans le doute upgradez. L'archive de la 0.62a est en train d'=EF=BF=BDtre reconstruite par Lo=EF=BF= =BDs et remplacera l'ancienne. Pour la version cvs, nous y r=EF=BF=BDflachissons = depuis quelque temps car justement cvs pose des probl=EF=BF=BDmes (impossible d'= effacer "r=EF=BF=BDellement" un r=EF=BF=BDpertoire), une migration vers svn pourr= ait r=EF=BF=BDsoudre le probl=EF=BF=BDme. Si vous rencontrez des probl=EF=BF=BDmes, et/ou (surtout ;) ) si vous tro= uvez des solutions n'h=EF=BF=BDsitez pas =EF=BF=BD poster sur galette-discussion c= a peut servir =EF=BF=BD tout le monde. Bonne journ=EF=BF=BDe. [0] : http://cve.mitre.org/cgi-bin/cvename.cgi?name=3DCVE-2006-0410 --=20 "Ce ne sont pas ceux qui courent le plus vite qui sont les plus presses." [ Coluche ] From gruiick@domain.hid Wed Feb 08 19:29:48 2006 Received: from home.gna.org ([213.228.62.9] helo=cvs.gna.org) by gna.org with esmtp (Exim 4.50) id 1F6u4a-0007DV-DZ for galette-cvs@domain.hid; Wed, 08 Feb 2006 19:29:48 +0100 Received: from gruiick by cvs.gna.org with local (Exim 4.50) id 1F6u3r-0005ze-9B for galette-cvs@domain.hid; Wed, 08 Feb 2006 19:29:03 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=43EA386F59F9389BA530 To: X-Mailer: mail (GNU Mailutils 0.6.1) Message-Id: From: =?UTF-8?Q?Lo=C3=AFs_Taulelle?= Date: Wed, 08 Feb 2006 19:29:03 +0100 X-Originator-Server: cvs.gna.org (for galette-cvs~lisa.gna.org) Subject: [Galette-cvs] [...] X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2006 18:29:48 -0000 --43EA386F59F9389BA530 Content-Type: text/plain Content-Encoding: iso-8859-1 Content-Tranfer-Encoding: 8bit Commit from gruiick on branch galette-0-62-bugfix (2006-02-08 19:29 CET) ------------------------------------------------- Updating version due to security alert on adodb framework. Beware, cvs is *NOT* up-to-date, only tgz archive, at the moment. galette docs/CHANGES 1.3.4.2 --43EA386F59F9389BA530 Content-Type: text/html Content-Encoding: iso-8859-1 Content-Tranfer-Encoding: 8bit [...]
Commit from gruiick on branch galette-0-62-bugfix 2006-02-08 19:29 CET
Updating version due to security alert on adodb framework.
Beware, cvs is *NOT* up-to-date, only tgz archive, at the moment.
Module File name Revision
galette docs/CHANGES 1.3.4.1 >>> 1.3.4.2


--43EA386F59F9389BA530-- From galette@domain.hid Wed Feb 08 22:31:29 2006 Received: from Debian-exim by gna.org with spam-scanned (Exim 4.50) id 1F6wtv-000561-CV for galette-cvs@domain.hid; Wed, 08 Feb 2006 22:31:29 +0100 Received: from tuxz.org ([82.224.163.137] helo=mail.tuxz.org) by gna.org with esmtp (Exim 4.50) id 1F6wtv-000559-Ad; Wed, 08 Feb 2006 22:30:59 +0100 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.tuxz.org (Postfix) with ESMTP id D73D7C01872; Wed, 8 Feb 2006 22:30:06 +0100 (CET) Received: from mail.tuxz.org ([127.0.0.1]) by localhost (tifa.tuxz.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02023-01; Wed, 8 Feb 2006 22:30:03 +0100 (CET) Received: by mail.tuxz.org (Postfix, from userid 1000) id 89401C01878; Wed, 8 Feb 2006 22:30:03 +0100 (CET) Date: Wed, 8 Feb 2006 22:30:03 +0100 From: =?UTF-8?Q?St=E9phane_Sal=E8s?= To: Galette general discussion Message-ID: <20060208213003.GA3393@domain.hid> References: <20060208133848.GA25919@domain.hid> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline In-Reply-To: <20060208133848.GA25919@domain.hid> X-Operating-System: Debian GNU/Linux 2.6.8-2-386 User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at tuxz.org Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on mail.gna.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.3 tests=BAYES_00 autolearn=ham version=3.0.3 Cc: Galette development list , "Commits on the Galette CVS repositories." Subject: [Galette-cvs] Re: [Galette-discussion] =?utf-8?q?=5BSECU=5D_faille_adodb_=28si_?= =?utf-8?b?dXRpbGlz77+9?= avec PostgreSQL) X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2006 21:31:29 -0000 On Wed, Feb 08, 2006 at 02:38:48PM +0100, St=EF=BF=BDphane Sal=EF=BF=BDs = wrote : > Si vous utilisez galette avec PostgreSQL, il vous *faut* mettre =E0 jou= r > adodb, pour se faire : > #t=EF=BF=BDl=EF=BF=BDcharger la version 4.71 d'adodb =EF=BF=BD l'adress= e suivante : > http://sourceforge.net/project/showfiles.php?group_id=3D42718&package_i= d=3D34890&release_id=3D387862 >=20 > #prendre soit adodb471-1.tgz (de pr=EF=BF=BDf=EF=BF=BDrence si vous ete= s sous Linux) soit > adodb471-1.zip >=20 > #se rendre dans le repertoire de galette > % cd /var/www/.../galette/ Il faut en fait se rendre dans le r=E9pertoire includes : % cd /var/www/.../galette/includes/ Le reste ne change en rien. D=E9sol=E9 pour la bourde. >=20 > #d=E9placer ou renommer le r=E9pertoire adodb > % mv adodb adodb-old >=20 > #d=E9compacter l'archive adodb471-1 ici > % tar xvfz adodb471-1.tgz=20 >=20 > Le d=E9compactage cr=E9e un nouveau r=E9pertoire adodb normalement, il = ne > reste plus qu'=E0 v=E9rifier que tout fonctionne correctement. >=20 > [0] : http://cve.mitre.org/cgi-bin/cvename.cgi?name=3DCVE-2006-0410 --=20 > Subject: cherche derniers version de linux pour test=E9 > faire ofre > echange possible mais je n ai que des softs pour win -+- furtif in Guide du linuxien pervers - "Rencontres du 3=E8me type..." = -+- From gna@domain.hid Sun Feb 12 15:18:54 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F8I3y-00008l-13 for galette-commits@domain.hid; Sun, 12 Feb 2006 15:18:54 +0100 Received: from stephs by subversion.gna.org with local (Exim 4.50) id 1F8I3J-0004vA-Ov for galette-commits@domain.hid; Sun, 12 Feb 2006 15:18:13 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Sun, 12 Feb 2006 14:18:13 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?St=C3=A9phane_Sal=C3=A8s?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r254 - /branches/galette-0-62-bugfix/galette/includes/adodb/ X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2006 14:18:54 -0000 Author: stephs Date: Sun Feb 12 15:18:13 2006 New Revision: 254 URL: http://svn.gna.org/viewcvs/galette?rev=3D254&view=3Drev Log: remove adodb to update it Removed: branches/galette-0-62-bugfix/galette/includes/adodb/ From gna@domain.hid Sun Feb 12 15:28:31 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F8IDH-00015x-K5 for galette-commits@domain.hid; Sun, 12 Feb 2006 15:28:31 +0100 Received: from stephs by subversion.gna.org with local (Exim 4.50) id 1F8ICi-0005bk-DY for galette-commits@domain.hid; Sun, 12 Feb 2006 15:27:56 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Sun, 12 Feb 2006 14:27:56 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?St=C3=A9phane_Sal=C3=A8s?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) X-Mailman-Approved-At: Sun, 12 Feb 2006 15:55:56 +0100 Subject: [Galette-cvs] r255 - in /branches/galette-0-62-bugfix/galette/includes: ./ adodb471-1/ adodb471-1/contrib/ adodb471-1/cute_icons_for_site/ adodb471-1/datadict/ adodb471-1/docs/ adodb471-1/drivers/ adodb471-1/lang/ adodb471-1/pear/ adodb471-1/pear/Auth/ adodb471-1/pear/Auth/Container/ adodb471-1/perf/ adodb471-1/session/ adodb471-1/session/old/ adodb471-1/tests/ adodb471-1/xsl/ X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2006 14:28:31 -0000 Author: stephs Date: Sun Feb 12 15:27:49 2006 New Revision: 255 URL: http://svn.gna.org/viewcvs/galette?rev=3D255&view=3Drev Log: Adodb Update (v 4.71-1) Add a symbolic link adodb -> adodb471-1 Added: branches/galette-0-62-bugfix/galette/includes/adodb (with props) branches/galette-0-62-bugfix/galette/includes/adodb471-1/ branches/galette-0-62-bugfix/galette/includes/adodb471-1/adodb-csvlib.i= nc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/adodb-datadict= .inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/adodb-error.in= c=2Ephp branches/galette-0-62-bugfix/galette/includes/adodb471-1/adodb-errorhan= dler.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/adodb-errorpea= r=2Einc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/adodb-exceptio= ns.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/adodb-iterator= .inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/adodb-lib.inc.= php branches/galette-0-62-bugfix/galette/includes/adodb471-1/adodb-pager.in= c=2Ephp branches/galette-0-62-bugfix/galette/includes/adodb471-1/adodb-pear.inc= .php branches/galette-0-62-bugfix/galette/includes/adodb471-1/adodb-perf.inc= .php branches/galette-0-62-bugfix/galette/includes/adodb471-1/adodb-php4.inc= .php branches/galette-0-62-bugfix/galette/includes/adodb471-1/adodb-time.inc= .php branches/galette-0-62-bugfix/galette/includes/adodb471-1/adodb-xmlschem= a=2Einc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/adodb.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/contrib/ branches/galette-0-62-bugfix/galette/includes/adodb471-1/contrib/toxmlr= pc.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/cute_icons_for= _site/ branches/galette-0-62-bugfix/galette/includes/adodb471-1/cute_icons_for= _site/adodb.gif (with props) branches/galette-0-62-bugfix/galette/includes/adodb471-1/cute_icons_for= _site/adodb2.gif (with props) branches/galette-0-62-bugfix/galette/includes/adodb471-1/datadict/ branches/galette-0-62-bugfix/galette/includes/adodb471-1/datadict/datad= ict-access.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/datadict/datad= ict-db2.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/datadict/datad= ict-firebird.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/datadict/datad= ict-generic.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/datadict/datad= ict-ibase.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/datadict/datad= ict-informix.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/datadict/datad= ict-mssql.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/datadict/datad= ict-mysql.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/datadict/datad= ict-oci8.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/datadict/datad= ict-postgres.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/datadict/datad= ict-sapdb.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/datadict/datad= ict-sybase.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/docs/ branches/galette-0-62-bugfix/galette/includes/adodb471-1/docs/docs-adod= b=2Ehtm branches/galette-0-62-bugfix/galette/includes/adodb471-1/docs/docs-data= dict.htm branches/galette-0-62-bugfix/galette/includes/adodb471-1/docs/docs-orac= le.htm branches/galette-0-62-bugfix/galette/includes/adodb471-1/docs/docs-perf= .htm branches/galette-0-62-bugfix/galette/includes/adodb471-1/docs/docs-sess= ion.htm branches/galette-0-62-bugfix/galette/includes/adodb471-1/docs/old-chang= elog.htm branches/galette-0-62-bugfix/galette/includes/adodb471-1/docs/readme.htm branches/galette-0-62-bugfix/galette/includes/adodb471-1/docs/tips_port= able_sql.htm branches/galette-0-62-bugfix/galette/includes/adodb471-1/docs/tute.htm branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/ branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= access.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= ado.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= ado5.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= ado_access.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= ado_mssql.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= borland_ibase.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= csv.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= db2.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= fbsql.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= firebird.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= ibase.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= informix.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= informix72.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= ldap.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= mssql.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= mssqlpo.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= mysql.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= mysqli.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= mysqlt.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= netezza.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= oci8.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= oci805.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= oci8po.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= odbc.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= odbc_mssql.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= odbc_oracle.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= odbtp.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= odbtp_unicode.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= oracle.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= pdo.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= pdo_mssql.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= pdo_mysql.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= pdo_oci.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= pdo_pgsql.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= postgres.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= postgres64.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= postgres7.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= postgres8.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= proxy.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= sapdb.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= sqlanywhere.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= sqlite.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= sqlitepo.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= sybase.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= sybase_ase.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/drivers/adodb-= vfp.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/lang/ branches/galette-0-62-bugfix/galette/includes/adodb471-1/lang/adodb-ar.= inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/lang/adodb-bg.= inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/lang/adodb-bgu= tf8.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/lang/adodb-ca.= inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/lang/adodb-cn.= inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/lang/adodb-cz.= inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/lang/adodb-da.= inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/lang/adodb-de.= inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/lang/adodb-en.= inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/lang/adodb-es.= inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/lang/adodb-esp= eranto.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/lang/adodb-fr.= inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/lang/adodb-hu.= inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/lang/adodb-it.= inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/lang/adodb-nl.= inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/lang/adodb-pl.= inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/lang/adodb-pt-= br.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/lang/adodb-ro.= inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/lang/adodb-ru1= 251.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/lang/adodb-sv.= inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/lang/adodb-uk1= 251.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/license.txt branches/galette-0-62-bugfix/galette/includes/adodb471-1/pear/ branches/galette-0-62-bugfix/galette/includes/adodb471-1/pear/Auth/ branches/galette-0-62-bugfix/galette/includes/adodb471-1/pear/Auth/Cont= ainer/ branches/galette-0-62-bugfix/galette/includes/adodb471-1/pear/Auth/Cont= ainer/ADOdb.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/pear/readme.Au= th.txt branches/galette-0-62-bugfix/galette/includes/adodb471-1/perf/ branches/galette-0-62-bugfix/galette/includes/adodb471-1/perf/perf-db2.= inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/perf/perf-info= rmix.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/perf/perf-mssq= l=2Einc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/perf/perf-mysq= l=2Einc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/perf/perf-oci8= .inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/perf/perf-post= gres.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/pivottable.inc= .php branches/galette-0-62-bugfix/galette/includes/adodb471-1/readme.txt branches/galette-0-62-bugfix/galette/includes/adodb471-1/rsfilter.inc.p= hp branches/galette-0-62-bugfix/galette/includes/adodb471-1/server.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/session/ branches/galette-0-62-bugfix/galette/includes/adodb471-1/session/adodb-= compress-bzip2.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/session/adodb-= compress-gzip.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/session/adodb-= cryptsession.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/session/adodb-= encrypt-mcrypt.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/session/adodb-= encrypt-md5.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/session/adodb-= encrypt-secret.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/session/adodb-= encrypt-sha1.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/session/adodb-= sess.txt branches/galette-0-62-bugfix/galette/includes/adodb471-1/session/adodb-= session-clob.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/session/adodb-= session.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/session/adodb-= sessions.mysql.sql branches/galette-0-62-bugfix/galette/includes/adodb471-1/session/adodb-= sessions.oracle.clob.sql branches/galette-0-62-bugfix/galette/includes/adodb471-1/session/adodb-= sessions.oracle.sql branches/galette-0-62-bugfix/galette/includes/adodb471-1/session/crypt.= inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/session/old/ branches/galette-0-62-bugfix/galette/includes/adodb471-1/session/old/ad= odb-cryptsession.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/session/old/ad= odb-session-clob.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/session/old/ad= odb-session.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/session/old/cr= ypt.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/session/sessio= n_schema.xml branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/ branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/benchmar= k=2Ephp branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/cf~tests= essions.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/client.p= hp branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/pdo.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/rr.htm branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/test-dat= adict.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/test-per= f=2Ephp branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/test-pgb= lob.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/test-php= 5=2Ephp branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/test-xml= schema.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/test.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/test2.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/test3.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/test4.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/test5.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/test_rs_= array.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/testcach= e=2Ephp branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/testdata= bases.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/testgeni= d=2Ephp branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/testmssq= l=2Ephp branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/testoci8= .php branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/testoci8= cursor.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/testpagi= ng.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/testpear= .php branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/testsess= ions.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/time.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/tmssql.p= hp branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/xmlschem= a-mssql.xml branches/galette-0-62-bugfix/galette/includes/adodb471-1/tests/xmlschem= a=2Exml branches/galette-0-62-bugfix/galette/includes/adodb471-1/toexport.inc.p= hp branches/galette-0-62-bugfix/galette/includes/adodb471-1/tohtml.inc.php branches/galette-0-62-bugfix/galette/includes/adodb471-1/xmlschema.dtd branches/galette-0-62-bugfix/galette/includes/adodb471-1/xsl/ branches/galette-0-62-bugfix/galette/includes/adodb471-1/xsl/convert-0.= 1-0.2.xsl branches/galette-0-62-bugfix/galette/includes/adodb471-1/xsl/convert-0.= 2-0.1.xsl branches/galette-0-62-bugfix/galette/includes/adodb471-1/xsl/remove-0.2= .xsl From gna@domain.hid Sun Feb 12 15:58:48 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F8Iga-0002vD-V4 for galette-commits@domain.hid; Sun, 12 Feb 2006 15:58:48 +0100 Received: from stephs by subversion.gna.org with local (Exim 4.50) id 1F8Ig1-0007fF-O8 for galette-commits@domain.hid; Sun, 12 Feb 2006 15:58:13 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Sun, 12 Feb 2006 14:58:13 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?St=C3=A9phane_Sal=C3=A8s?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r256 - /branches/galette-0-62-bugfix/galette/includes/config.inc.php X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2006 14:58:49 -0000 Author: stephs Date: Sun Feb 12 15:58:13 2006 New Revision: 256 URL: http://svn.gna.org/viewcvs/galette?rev=3D256&view=3Drev Log: Fix empty config.inc.php Modified: branches/galette-0-62-bugfix/galette/includes/config.inc.php From gna@domain.hid Sun Feb 12 16:04:45 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F8ImL-0003O6-7v for galette-commits@domain.hid; Sun, 12 Feb 2006 16:04:45 +0100 Received: from deelight by subversion.gna.org with local (Exim 4.50) id 1F8Ilg-0007yj-Nq for galette-commits@domain.hid; Sun, 12 Feb 2006 16:04:04 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Sun, 12 Feb 2006 15:04:04 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r257 - in /trunk/galette: photos/ templates_c/ X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2006 15:04:45 -0000 Author: deelight Date: Sun Feb 12 16:04:03 2006 New Revision: 257 URL: http://svn.gna.org/viewcvs/galette?rev=3D257&view=3Drev Log: Added needed empty directories (templates_c and photos) Added: trunk/galette/photos/ trunk/galette/templates_c/ From gruiick@domain.hid Sun Feb 12 16:16:47 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F8Ixz-0003e5-ID for galette-commits@domain.hid; Sun, 12 Feb 2006 16:16:47 +0100 Received: from gruiick by subversion.gna.org with local (Exim 4.50) id 1F8Ix0-0000EA-Sz for galette-commits@domain.hid; Sun, 12 Feb 2006 16:15:46 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Sun, 12 Feb 2006 15:15:46 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?Lo=C3=AFs_Taulelle?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r258 - /trunk/CVSROOT/ X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2006 15:16:47 -0000 Author: gruiick Date: Sun Feb 12 16:15:46 2006 New Revision: 258 URL: http://svn.gna.org/viewcvs/galette?rev=3D258&view=3Drev Log: Removing CVSROOT/ (from CVS import, should *not* be public!) Removed: trunk/CVSROOT/ From gna@domain.hid Sun Feb 12 16:20:42 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F8J1m-0003jB-DC for galette-commits@domain.hid; Sun, 12 Feb 2006 16:20:42 +0100 Received: from stephs by subversion.gna.org with local (Exim 4.50) id 1F8J12-0000GH-Sw for galette-commits@domain.hid; Sun, 12 Feb 2006 16:19:56 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Sun, 12 Feb 2006 15:19:56 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?St=C3=A9phane_Sal=C3=A8s?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r259 - /branches/galette-0-62-bugfix/galette/photos/ X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2006 15:20:42 -0000 Author: stephs Date: Sun Feb 12 16:19:56 2006 New Revision: 259 URL: http://svn.gna.org/viewcvs/galette?rev=3D259&view=3Drev Log: Add missing empty dir photos Added: branches/galette-0-62-bugfix/galette/photos/ From gna@domain.hid Sun Feb 12 17:23:22 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F8K0Q-0006ok-CG for galette-commits@domain.hid; Sun, 12 Feb 2006 17:23:22 +0100 Received: from stephs by subversion.gna.org with local (Exim 4.50) id 1F8Jzg-0002jy-Qe for galette-commits@domain.hid; Sun, 12 Feb 2006 17:22:36 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Sun, 12 Feb 2006 16:22:36 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?St=C3=A9phane_Sal=C3=A8s?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r260 - /trunk/galette/includes/adodb/ X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2006 16:23:22 -0000 Author: stephs Date: Sun Feb 12 17:22:36 2006 New Revision: 260 URL: http://svn.gna.org/viewcvs/galette?rev=3D260&view=3Drev Log: Remove adodb to update it Removed: trunk/galette/includes/adodb/ From gna@domain.hid Sun Feb 12 17:25:15 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F8K2F-0006qC-BY for galette-commits@domain.hid; Sun, 12 Feb 2006 17:25:15 +0100 Received: from stephs by subversion.gna.org with local (Exim 4.50) id 1F8K1b-0002kt-2q for galette-commits@domain.hid; Sun, 12 Feb 2006 17:24:35 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Sun, 12 Feb 2006 16:24:34 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?St=C3=A9phane_Sal=C3=A8s?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r261 - in /trunk/galette/includes: ./ adodb471-1/ adodb471-1/contrib/ adodb471-1/cute_icons_for_site/ adodb471-1/datadict/ adodb471-1/docs/ adodb471-1/drivers/ adodb471-1/lang/ adodb471-1/pear/ adodb471-1/pear/Auth/ adodb471-1/pear/Auth/Container/ adodb471-1/perf/ adodb471-1/session/ adodb471-1/session/old/ adodb471-1/tests/ adodb471-1/xsl/ X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2006 16:25:15 -0000 Author: stephs Date: Sun Feb 12 17:24:27 2006 New Revision: 261 URL: http://svn.gna.org/viewcvs/galette?rev=3D261&view=3Drev Log: Update adodb to current version(4.71-1) Add a symbolic link adodb -> adodb471-1 Added: trunk/galette/includes/adodb (with props) trunk/galette/includes/adodb471-1/ trunk/galette/includes/adodb471-1/adodb-csvlib.inc.php trunk/galette/includes/adodb471-1/adodb-datadict.inc.php trunk/galette/includes/adodb471-1/adodb-error.inc.php trunk/galette/includes/adodb471-1/adodb-errorhandler.inc.php trunk/galette/includes/adodb471-1/adodb-errorpear.inc.php trunk/galette/includes/adodb471-1/adodb-exceptions.inc.php trunk/galette/includes/adodb471-1/adodb-iterator.inc.php trunk/galette/includes/adodb471-1/adodb-lib.inc.php trunk/galette/includes/adodb471-1/adodb-pager.inc.php trunk/galette/includes/adodb471-1/adodb-pear.inc.php trunk/galette/includes/adodb471-1/adodb-perf.inc.php trunk/galette/includes/adodb471-1/adodb-php4.inc.php trunk/galette/includes/adodb471-1/adodb-time.inc.php trunk/galette/includes/adodb471-1/adodb-xmlschema.inc.php trunk/galette/includes/adodb471-1/adodb.inc.php trunk/galette/includes/adodb471-1/contrib/ trunk/galette/includes/adodb471-1/contrib/toxmlrpc.inc.php trunk/galette/includes/adodb471-1/cute_icons_for_site/ trunk/galette/includes/adodb471-1/cute_icons_for_site/adodb.gif (with= props) trunk/galette/includes/adodb471-1/cute_icons_for_site/adodb2.gif (wit= h props) trunk/galette/includes/adodb471-1/datadict/ trunk/galette/includes/adodb471-1/datadict/datadict-access.inc.php trunk/galette/includes/adodb471-1/datadict/datadict-db2.inc.php trunk/galette/includes/adodb471-1/datadict/datadict-firebird.inc.php trunk/galette/includes/adodb471-1/datadict/datadict-generic.inc.php trunk/galette/includes/adodb471-1/datadict/datadict-ibase.inc.php trunk/galette/includes/adodb471-1/datadict/datadict-informix.inc.php trunk/galette/includes/adodb471-1/datadict/datadict-mssql.inc.php trunk/galette/includes/adodb471-1/datadict/datadict-mysql.inc.php trunk/galette/includes/adodb471-1/datadict/datadict-oci8.inc.php trunk/galette/includes/adodb471-1/datadict/datadict-postgres.inc.php trunk/galette/includes/adodb471-1/datadict/datadict-sapdb.inc.php trunk/galette/includes/adodb471-1/datadict/datadict-sybase.inc.php trunk/galette/includes/adodb471-1/docs/ trunk/galette/includes/adodb471-1/docs/docs-adodb.htm trunk/galette/includes/adodb471-1/docs/docs-datadict.htm trunk/galette/includes/adodb471-1/docs/docs-oracle.htm trunk/galette/includes/adodb471-1/docs/docs-perf.htm trunk/galette/includes/adodb471-1/docs/docs-session.htm trunk/galette/includes/adodb471-1/docs/old-changelog.htm trunk/galette/includes/adodb471-1/docs/readme.htm trunk/galette/includes/adodb471-1/docs/tips_portable_sql.htm trunk/galette/includes/adodb471-1/docs/tute.htm trunk/galette/includes/adodb471-1/drivers/ trunk/galette/includes/adodb471-1/drivers/adodb-access.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-ado.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-ado5.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-ado_access.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-ado_mssql.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-borland_ibase.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-csv.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-db2.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-fbsql.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-firebird.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-ibase.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-informix.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-informix72.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-ldap.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-mssql.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-mssqlpo.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-mysql.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-mysqli.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-mysqlt.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-netezza.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-oci8.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-oci805.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-oci8po.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-odbc.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-odbc_mssql.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-odbc_oracle.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-odbtp.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-odbtp_unicode.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-oracle.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-pdo.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-pdo_mssql.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-pdo_mysql.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-pdo_oci.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-pdo_pgsql.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-postgres.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-postgres64.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-postgres7.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-postgres8.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-proxy.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-sapdb.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-sqlanywhere.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-sqlite.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-sqlitepo.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-sybase.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-sybase_ase.inc.php trunk/galette/includes/adodb471-1/drivers/adodb-vfp.inc.php trunk/galette/includes/adodb471-1/lang/ trunk/galette/includes/adodb471-1/lang/adodb-ar.inc.php trunk/galette/includes/adodb471-1/lang/adodb-bg.inc.php trunk/galette/includes/adodb471-1/lang/adodb-bgutf8.inc.php trunk/galette/includes/adodb471-1/lang/adodb-ca.inc.php trunk/galette/includes/adodb471-1/lang/adodb-cn.inc.php trunk/galette/includes/adodb471-1/lang/adodb-cz.inc.php trunk/galette/includes/adodb471-1/lang/adodb-da.inc.php trunk/galette/includes/adodb471-1/lang/adodb-de.inc.php trunk/galette/includes/adodb471-1/lang/adodb-en.inc.php trunk/galette/includes/adodb471-1/lang/adodb-es.inc.php trunk/galette/includes/adodb471-1/lang/adodb-esperanto.inc.php trunk/galette/includes/adodb471-1/lang/adodb-fr.inc.php trunk/galette/includes/adodb471-1/lang/adodb-hu.inc.php trunk/galette/includes/adodb471-1/lang/adodb-it.inc.php trunk/galette/includes/adodb471-1/lang/adodb-nl.inc.php trunk/galette/includes/adodb471-1/lang/adodb-pl.inc.php trunk/galette/includes/adodb471-1/lang/adodb-pt-br.inc.php trunk/galette/includes/adodb471-1/lang/adodb-ro.inc.php trunk/galette/includes/adodb471-1/lang/adodb-ru1251.inc.php trunk/galette/includes/adodb471-1/lang/adodb-sv.inc.php trunk/galette/includes/adodb471-1/lang/adodb-uk1251.inc.php trunk/galette/includes/adodb471-1/license.txt trunk/galette/includes/adodb471-1/pear/ trunk/galette/includes/adodb471-1/pear/Auth/ trunk/galette/includes/adodb471-1/pear/Auth/Container/ trunk/galette/includes/adodb471-1/pear/Auth/Container/ADOdb.php trunk/galette/includes/adodb471-1/pear/readme.Auth.txt trunk/galette/includes/adodb471-1/perf/ trunk/galette/includes/adodb471-1/perf/perf-db2.inc.php trunk/galette/includes/adodb471-1/perf/perf-informix.inc.php trunk/galette/includes/adodb471-1/perf/perf-mssql.inc.php trunk/galette/includes/adodb471-1/perf/perf-mysql.inc.php trunk/galette/includes/adodb471-1/perf/perf-oci8.inc.php trunk/galette/includes/adodb471-1/perf/perf-postgres.inc.php trunk/galette/includes/adodb471-1/pivottable.inc.php trunk/galette/includes/adodb471-1/readme.txt trunk/galette/includes/adodb471-1/rsfilter.inc.php trunk/galette/includes/adodb471-1/server.php trunk/galette/includes/adodb471-1/session/ trunk/galette/includes/adodb471-1/session/adodb-compress-bzip2.php trunk/galette/includes/adodb471-1/session/adodb-compress-gzip.php trunk/galette/includes/adodb471-1/session/adodb-cryptsession.php trunk/galette/includes/adodb471-1/session/adodb-encrypt-mcrypt.php trunk/galette/includes/adodb471-1/session/adodb-encrypt-md5.php trunk/galette/includes/adodb471-1/session/adodb-encrypt-secret.php trunk/galette/includes/adodb471-1/session/adodb-encrypt-sha1.php trunk/galette/includes/adodb471-1/session/adodb-sess.txt trunk/galette/includes/adodb471-1/session/adodb-session-clob.php trunk/galette/includes/adodb471-1/session/adodb-session.php trunk/galette/includes/adodb471-1/session/adodb-sessions.mysql.sql trunk/galette/includes/adodb471-1/session/adodb-sessions.oracle.clob.sql trunk/galette/includes/adodb471-1/session/adodb-sessions.oracle.sql trunk/galette/includes/adodb471-1/session/crypt.inc.php trunk/galette/includes/adodb471-1/session/old/ trunk/galette/includes/adodb471-1/session/old/adodb-cryptsession.php trunk/galette/includes/adodb471-1/session/old/adodb-session-clob.php trunk/galette/includes/adodb471-1/session/old/adodb-session.php trunk/galette/includes/adodb471-1/session/old/crypt.inc.php trunk/galette/includes/adodb471-1/session/session_schema.xml trunk/galette/includes/adodb471-1/tests/ trunk/galette/includes/adodb471-1/tests/benchmark.php trunk/galette/includes/adodb471-1/tests/cf~testsessions.php trunk/galette/includes/adodb471-1/tests/client.php trunk/galette/includes/adodb471-1/tests/pdo.php trunk/galette/includes/adodb471-1/tests/rr.htm trunk/galette/includes/adodb471-1/tests/test-datadict.php trunk/galette/includes/adodb471-1/tests/test-perf.php trunk/galette/includes/adodb471-1/tests/test-pgblob.php trunk/galette/includes/adodb471-1/tests/test-php5.php trunk/galette/includes/adodb471-1/tests/test-xmlschema.php trunk/galette/includes/adodb471-1/tests/test.php trunk/galette/includes/adodb471-1/tests/test2.php trunk/galette/includes/adodb471-1/tests/test3.php trunk/galette/includes/adodb471-1/tests/test4.php trunk/galette/includes/adodb471-1/tests/test5.php trunk/galette/includes/adodb471-1/tests/test_rs_array.php trunk/galette/includes/adodb471-1/tests/testcache.php trunk/galette/includes/adodb471-1/tests/testdatabases.inc.php trunk/galette/includes/adodb471-1/tests/testgenid.php trunk/galette/includes/adodb471-1/tests/testmssql.php trunk/galette/includes/adodb471-1/tests/testoci8.php trunk/galette/includes/adodb471-1/tests/testoci8cursor.php trunk/galette/includes/adodb471-1/tests/testpaging.php trunk/galette/includes/adodb471-1/tests/testpear.php trunk/galette/includes/adodb471-1/tests/testsessions.php trunk/galette/includes/adodb471-1/tests/time.php trunk/galette/includes/adodb471-1/tests/tmssql.php trunk/galette/includes/adodb471-1/tests/xmlschema-mssql.xml trunk/galette/includes/adodb471-1/tests/xmlschema.xml trunk/galette/includes/adodb471-1/toexport.inc.php trunk/galette/includes/adodb471-1/tohtml.inc.php trunk/galette/includes/adodb471-1/xmlschema.dtd trunk/galette/includes/adodb471-1/xsl/ trunk/galette/includes/adodb471-1/xsl/convert-0.1-0.2.xsl trunk/galette/includes/adodb471-1/xsl/convert-0.2-0.1.xsl trunk/galette/includes/adodb471-1/xsl/remove-0.2.xsl From gna@domain.hid Sun Feb 12 17:28:06 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F8K50-0006tR-OF for galette-commits@domain.hid; Sun, 12 Feb 2006 17:28:06 +0100 Received: from stephs by subversion.gna.org with local (Exim 4.50) id 1F8K4M-0002oe-If for galette-commits@domain.hid; Sun, 12 Feb 2006 17:27:26 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Sun, 12 Feb 2006 16:27:26 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?St=C3=A9phane_Sal=C3=A8s?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r262 - in /trunk/galette/templates/default/images: asc.png default.png desc.png galette.png icon-down.png icon-edit.png icon-empty.png icon-female.png icon-mail.png icon-male.png icon-money.png icon-star.png icon-trash.png icon-up.png X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2006 16:28:06 -0000 Author: stephs Date: Sun Feb 12 17:27:26 2006 New Revision: 262 URL: http://svn.gna.org/viewcvs/galette?rev=3D262&view=3Drev Log: Remove corrupted images(due to migration cvs -> svn) Removed: trunk/galette/templates/default/images/asc.png trunk/galette/templates/default/images/default.png trunk/galette/templates/default/images/desc.png trunk/galette/templates/default/images/galette.png trunk/galette/templates/default/images/icon-down.png trunk/galette/templates/default/images/icon-edit.png trunk/galette/templates/default/images/icon-empty.png trunk/galette/templates/default/images/icon-female.png trunk/galette/templates/default/images/icon-mail.png trunk/galette/templates/default/images/icon-male.png trunk/galette/templates/default/images/icon-money.png trunk/galette/templates/default/images/icon-star.png trunk/galette/templates/default/images/icon-trash.png trunk/galette/templates/default/images/icon-up.png From gna@domain.hid Sun Feb 12 17:30:17 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F8K77-0006wP-94 for galette-commits@domain.hid; Sun, 12 Feb 2006 17:30:17 +0100 Received: from stephs by subversion.gna.org with local (Exim 4.50) id 1F8K6T-0002pK-2F for galette-commits@domain.hid; Sun, 12 Feb 2006 17:29:37 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Sun, 12 Feb 2006 16:29:36 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?St=C3=A9phane_Sal=C3=A8s?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r263 - in /trunk/galette/templates/default/images: asc.png default.png desc.png galette.png icon-down.png icon-edit.png icon-empty.png icon-female.png icon-mail.png icon-male.png icon-money.png icon-star.png icon-trash.png icon-up.png X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2006 16:30:17 -0000 Author: stephs Date: Sun Feb 12 17:29:36 2006 New Revision: 263 URL: http://svn.gna.org/viewcvs/galette?rev=3D263&view=3Drev Log: Replace precedently removed images Added: trunk/galette/templates/default/images/asc.png (with props) trunk/galette/templates/default/images/default.png (with props) trunk/galette/templates/default/images/desc.png (with props) trunk/galette/templates/default/images/galette.png (with props) trunk/galette/templates/default/images/icon-down.png (with props) trunk/galette/templates/default/images/icon-edit.png (with props) trunk/galette/templates/default/images/icon-empty.png (with props) trunk/galette/templates/default/images/icon-female.png (with props) trunk/galette/templates/default/images/icon-mail.png (with props) trunk/galette/templates/default/images/icon-male.png (with props) trunk/galette/templates/default/images/icon-money.png (with props) trunk/galette/templates/default/images/icon-star.png (with props) trunk/galette/templates/default/images/icon-trash.png (with props) trunk/galette/templates/default/images/icon-up.png (with props) From gna@domain.hid Mon Feb 13 23:07:36 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F8lr6-0003av-Uj for galette-commits@domain.hid; Mon, 13 Feb 2006 23:07:36 +0100 Received: from deelight by subversion.gna.org with local (Exim 4.50) id 1F8lqM-00032d-To for galette-commits@domain.hid; Mon, 13 Feb 2006 23:06:51 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Mon, 13 Feb 2006 22:06:50 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r264 - /trunk/galette/includes/ X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2006 22:07:37 -0000 Author: deelight Date: Mon Feb 13 23:06:49 2006 New Revision: 264 URL: http://svn.gna.org/viewcvs/galette?rev=3D264&view=3Drev Log: Prevent commits on includes/config.inc.php (well, I hope...) Modified: trunk/galette/includes/ (props changed) From gna@domain.hid Mon Feb 13 23:10:28 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F8lts-0003cf-1K for galette-commits@domain.hid; Mon, 13 Feb 2006 23:10:28 +0100 Received: from deelight by subversion.gna.org with local (Exim 4.50) id 1F8ltD-000381-CZ for galette-commits@domain.hid; Mon, 13 Feb 2006 23:09:47 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Mon, 13 Feb 2006 22:09:47 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r265 - /trunk/galette/includes/config.inc.php X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2006 22:10:28 -0000 Author: deelight Date: Mon Feb 13 23:09:46 2006 New Revision: 265 URL: http://svn.gna.org/viewcvs/galette?rev=3D265&view=3Drev Log: This is a test... Modified: trunk/galette/includes/config.inc.php From gna@domain.hid Mon Feb 13 23:13:21 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F8lwf-0003fw-2s for galette-commits@domain.hid; Mon, 13 Feb 2006 23:13:21 +0100 Received: from deelight by subversion.gna.org with local (Exim 4.50) id 1F8lw0-0003PU-K9 for galette-commits@domain.hid; Mon, 13 Feb 2006 23:12:40 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Mon, 13 Feb 2006 22:12:40 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r266 - /trunk/galette/includes/config.inc.php X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2006 22:13:21 -0000 Author: deelight Date: Mon Feb 13 23:12:39 2006 New Revision: 266 URL: http://svn.gna.org/viewcvs/galette?rev=3D266&view=3Drev Log: Re-committed the right default config.inc.php (I was wrong) Modified: trunk/galette/includes/config.inc.php From gna@domain.hid Mon Feb 13 23:46:24 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F8mSe-0005B6-Rf for galette-commits@domain.hid; Mon, 13 Feb 2006 23:46:24 +0100 Received: from deelight by subversion.gna.org with local (Exim 4.50) id 1F8mS0-0005tm-Hh for galette-commits@domain.hid; Mon, 13 Feb 2006 23:45:44 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Mon, 13 Feb 2006 22:45:44 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r267 - in /trunk/galette: ./ includes/ X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2006 22:46:25 -0000 Author: deelight Date: Mon Feb 13 23:45:43 2006 New Revision: 267 URL: http://svn.gna.org/viewcvs/galette?rev=3D267&view=3Drev Log: - Prevent strange errors on session timeout - Added better redirections (die() is as security) - Fixed errors on image regeneration in picture.inc.php Modified: trunk/galette/ajouter_adherent.php trunk/galette/ajouter_contribution.php trunk/galette/ajouter_transaction.php trunk/galette/configurer_fiches.php trunk/galette/editer_champ.php trunk/galette/etiquettes_adherents.php trunk/galette/gestion_adherents.php trunk/galette/gestion_contributions.php trunk/galette/gestion_transactions.php trunk/galette/includes/picture.class.php trunk/galette/log.php trunk/galette/mailing_adherents.php trunk/galette/picture.php trunk/galette/preferences.php trunk/galette/traduire_libelles.php trunk/galette/voir_adherent.php From gna@domain.hid Tue Feb 14 00:12:45 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F8ms9-00064E-1k for galette-commits@domain.hid; Tue, 14 Feb 2006 00:12:45 +0100 Received: from deelight by subversion.gna.org with local (Exim 4.50) id 1F8mrP-0007La-Q7 for galette-commits@domain.hid; Tue, 14 Feb 2006 00:11:59 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Mon, 13 Feb 2006 23:11:59 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r268 - in /trunk/galette: templates/default/display_dynamic_fields.tpl voir_adherent.php X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2006 23:12:45 -0000 Author: deelight Date: Tue Feb 14 00:11:59 2006 New Revision: 268 URL: http://svn.gna.org/viewcvs/galette?rev=3D268&view=3Drev Log: - Fixed dynamic fields display (xhtml error) - Fixed an error with includes (function.inc.php function used before decla= ration) Modified: trunk/galette/templates/default/display_dynamic_fields.tpl trunk/galette/voir_adherent.php From gna@domain.hid Tue Feb 14 12:03:51 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F8xyJ-0000XT-13 for galette-commits@domain.hid; Tue, 14 Feb 2006 12:03:51 +0100 Received: from deelight by subversion.gna.org with local (Exim 4.50) id 1F8xxZ-0004NF-O2 for galette-commits@domain.hid; Tue, 14 Feb 2006 12:03:05 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Tue, 14 Feb 2006 11:03:05 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r269 - in /trunk/galette/templates/default: galette.css images/back.png lostpasswd.tpl X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2006 11:03:51 -0000 Author: deelight Date: Tue Feb 14 12:03:05 2006 New Revision: 269 URL: http://svn.gna.org/viewcvs/galette?rev=3D269&view=3Drev Log: - XHTML fixes - New back button Added: trunk/galette/templates/default/images/back.png (with props) Modified: trunk/galette/templates/default/galette.css trunk/galette/templates/default/lostpasswd.tpl From gna@domain.hid Tue Feb 14 13:00:06 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F8yqk-0002DZ-3L for galette-commits@domain.hid; Tue, 14 Feb 2006 13:00:06 +0100 Received: from deelight by subversion.gna.org with local (Exim 4.50) id 1F8yq5-0007Ge-TL for galette-commits@domain.hid; Tue, 14 Feb 2006 12:59:25 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Tue, 14 Feb 2006 11:59:25 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r270 - in /trunk/galette/templates/default: galette.css images/add.png images/lost_password.png index.tpl lostpasswd.tpl X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2006 12:00:06 -0000 Author: deelight Date: Tue Feb 14 12:59:25 2006 New Revision: 270 URL: http://svn.gna.org/viewcvs/galette?rev=3D270&view=3Drev Log: New buttons ;) Added: trunk/galette/templates/default/images/add.png (with props) trunk/galette/templates/default/images/lost_password.png (with props) Modified: trunk/galette/templates/default/galette.css trunk/galette/templates/default/index.tpl trunk/galette/templates/default/lostpasswd.tpl From gna@domain.hid Tue Feb 14 14:09:06 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F8zvW-0005C3-IL for galette-commits@domain.hid; Tue, 14 Feb 2006 14:09:06 +0100 Received: from deelight by subversion.gna.org with local (Exim 4.50) id 1F8zun-0002bV-Au for galette-commits@domain.hid; Tue, 14 Feb 2006 14:08:21 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Tue, 14 Feb 2006 13:08:21 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r271 - in /trunk/galette: lang/fr_FR@euro.po log.php templates/default/galette.css templates/default/images/labels.png templates/default/images/trash.png templates/default/log.tpl templates/default/mailing_adherents.tpl X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2006 13:09:06 -0000 Author: deelight Date: Tue Feb 14 14:08:20 2006 New Revision: 271 URL: http://svn.gna.org/viewcvs/galette?rev=3D271&view=3Drev Log: - More buttons - Small error in french lang file (unnecessary /n) Added: trunk/galette/templates/default/images/labels.png (with props) trunk/galette/templates/default/images/trash.png (with props) Modified: trunk/galette/lang/fr_FR@euro.po trunk/galette/log.php trunk/galette/templates/default/galette.css trunk/galette/templates/default/log.tpl trunk/galette/templates/default/mailing_adherents.tpl From gna@domain.hid Tue Feb 14 14:35:56 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F90LU-00066T-7z for galette-commits@domain.hid; Tue, 14 Feb 2006 14:35:56 +0100 Received: from deelight by subversion.gna.org with local (Exim 4.50) id 1F90Kq-0003uF-23 for galette-commits@domain.hid; Tue, 14 Feb 2006 14:35:16 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Tue, 14 Feb 2006 13:35:15 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r272 - /trunk/galette/templates/default/lostpasswd.tpl X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2006 13:35:56 -0000 Author: deelight Date: Tue Feb 14 14:35:15 2006 New Revision: 272 URL: http://svn.gna.org/viewcvs/galette?rev=3D272&view=3Drev Log: Tiny layout fix Modified: trunk/galette/templates/default/lostpasswd.tpl From gna@domain.hid Tue Feb 14 16:14:48 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F91tA-0001fz-O2 for galette-commits@domain.hid; Tue, 14 Feb 2006 16:14:48 +0100 Received: from deelight by subversion.gna.org with local (Exim 4.50) id 1F91sH-0000lP-6t for galette-commits@domain.hid; Tue, 14 Feb 2006 16:13:53 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Tue, 14 Feb 2006 15:13:53 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r273 - /trunk/galette/templates/default/ X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2006 15:14:48 -0000 Author: deelight Date: Tue Feb 14 16:13:52 2006 New Revision: 273 URL: http://svn.gna.org/viewcvs/galette?rev=3D273&view=3Drev Log: CSS class for submit buttons Modified: trunk/galette/templates/default/ajouter_adherent.tpl trunk/galette/templates/default/ajouter_contribution.tpl trunk/galette/templates/default/ajouter_transaction.tpl trunk/galette/templates/default/configurer_fiches.tpl trunk/galette/templates/default/editer_champ.tpl trunk/galette/templates/default/galette.css trunk/galette/templates/default/gestion_adherents.tpl trunk/galette/templates/default/gestion_contributions.tpl trunk/galette/templates/default/index.tpl trunk/galette/templates/default/lostpasswd.tpl trunk/galette/templates/default/mailing_adherents.tpl trunk/galette/templates/default/preferences.tpl trunk/galette/templates/default/self_adherent.tpl trunk/galette/templates/default/traduire_libelles.tpl From gna@domain.hid Tue Feb 14 17:41:57 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F93FV-0005Sz-Ga for galette-commits@domain.hid; Tue, 14 Feb 2006 17:41:57 +0100 Received: from deelight by subversion.gna.org with local (Exim 4.50) id 1F93EW-0005PA-VP for galette-commits@domain.hid; Tue, 14 Feb 2006 17:40:56 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Tue, 14 Feb 2006 16:40:56 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r274 - in /trunk/galette/templates/default: galette.css index.tpl X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2006 16:41:57 -0000 Author: deelight Date: Tue Feb 14 17:40:56 2006 New Revision: 274 URL: http://svn.gna.org/viewcvs/galette?rev=3D274&view=3Drev Log: CSS enhancements (login page) Modified: trunk/galette/templates/default/galette.css trunk/galette/templates/default/index.tpl From gna@domain.hid Tue Feb 14 19:08:29 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F94bF-0000lR-Pp for galette-commits@domain.hid; Tue, 14 Feb 2006 19:08:29 +0100 Received: from deelight by subversion.gna.org with local (Exim 4.50) id 1F94aW-0001Ef-D0 for galette-commits@domain.hid; Tue, 14 Feb 2006 19:07:44 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Tue, 14 Feb 2006 18:07:44 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r275 - in /trunk/galette/templates/default: galette.css lostpasswd.tpl X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2006 18:08:29 -0000 Author: deelight Date: Tue Feb 14 19:07:43 2006 New Revision: 275 URL: http://svn.gna.org/viewcvs/galette?rev=3D275&view=3Drev Log: CSS enhancements (lost password page) Modified: trunk/galette/templates/default/galette.css trunk/galette/templates/default/lostpasswd.tpl From gna@domain.hid Tue Feb 14 20:20:05 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F95iX-0003w6-Cz for galette-commits@domain.hid; Tue, 14 Feb 2006 20:20:05 +0100 Received: from deelight by subversion.gna.org with local (Exim 4.50) id 1F95ho-00051l-2w for galette-commits@domain.hid; Tue, 14 Feb 2006 20:19:20 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Tue, 14 Feb 2006 19:19:20 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r276 - in /trunk/galette/templates/default: galette.css voir_adherent.tpl X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2006 19:20:05 -0000 Author: deelight Date: Tue Feb 14 20:19:19 2006 New Revision: 276 URL: http://svn.gna.org/viewcvs/galette?rev=3D276&view=3Drev Log: New 2-column member card Modified: trunk/galette/templates/default/galette.css trunk/galette/templates/default/voir_adherent.tpl From gna@domain.hid Tue Feb 14 20:51:46 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F96DC-0005Lr-Jj for galette-commits@domain.hid; Tue, 14 Feb 2006 20:51:46 +0100 Received: from deelight by subversion.gna.org with local (Exim 4.50) id 1F96CY-0006YC-7C for galette-commits@domain.hid; Tue, 14 Feb 2006 20:51:06 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Tue, 14 Feb 2006 19:51:06 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r277 - in /trunk/galette/templates/default: display_dynamic_fields.tpl galette.css X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2006 19:51:46 -0000 Author: deelight Date: Tue Feb 14 20:51:05 2006 New Revision: 277 URL: http://svn.gna.org/viewcvs/galette?rev=3D277&view=3Drev Log: Simplified the dynamic fields template (no more positioning) Modified: trunk/galette/templates/default/display_dynamic_fields.tpl trunk/galette/templates/default/galette.css From gna@domain.hid Tue Feb 14 21:57:03 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F97EN-0001I0-8J for galette-commits@domain.hid; Tue, 14 Feb 2006 21:57:03 +0100 Received: from deelight by subversion.gna.org with local (Exim 4.50) id 1F97Dd-00039c-Nb for galette-commits@domain.hid; Tue, 14 Feb 2006 21:56:17 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Tue, 14 Feb 2006 20:56:17 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r278 - /trunk/galette/templates/default/voir_adherent.tpl X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2006 20:57:03 -0000 Author: deelight Date: Tue Feb 14 21:56:17 2006 New Revision: 278 URL: http://svn.gna.org/viewcvs/galette?rev=3D278&view=3Drev Log: Fields reordered Modified: trunk/galette/templates/default/voir_adherent.tpl From gna@domain.hid Tue Feb 14 23:11:57 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F98Or-0006dr-QM for galette-commits@domain.hid; Tue, 14 Feb 2006 23:11:57 +0100 Received: from deelight by subversion.gna.org with local (Exim 4.50) id 1F98O8-00084A-IQ for galette-commits@domain.hid; Tue, 14 Feb 2006 23:11:12 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Tue, 14 Feb 2006 22:11:12 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r279 - in /trunk/galette/templates/default: ajouter_adherent.tpl galette.css X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2006 22:11:58 -0000 Author: deelight Date: Tue Feb 14 23:11:12 2006 New Revision: 279 URL: http://svn.gna.org/viewcvs/galette?rev=3D279&view=3Drev Log: Member-form reordered + new CSS Modified: trunk/galette/templates/default/ajouter_adherent.tpl trunk/galette/templates/default/galette.css From gna@domain.hid Tue Feb 14 23:20:15 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F98Ws-0006qU-Rj for galette-commits@domain.hid; Tue, 14 Feb 2006 23:20:14 +0100 Received: from deelight by subversion.gna.org with local (Exim 4.50) id 1F98WE-0000Xg-8U for galette-commits@domain.hid; Tue, 14 Feb 2006 23:19:34 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Tue, 14 Feb 2006 22:19:34 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r280 - in /trunk/galette/templates/default: ajouter_adherent.tpl preferences.tpl X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2006 22:20:16 -0000 Author: deelight Date: Tue Feb 14 23:19:33 2006 New Revision: 280 URL: http://svn.gna.org/viewcvs/galette?rev=3D280&view=3Drev Log: CSS improved preference page Modified: trunk/galette/templates/default/ajouter_adherent.tpl trunk/galette/templates/default/preferences.tpl From gna@domain.hid Tue Feb 14 23:23:24 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F98Zw-0007DN-SN for galette-commits@domain.hid; Tue, 14 Feb 2006 23:23:24 +0100 Received: from deelight by subversion.gna.org with local (Exim 4.50) id 1F98ZI-0000fY-GC for galette-commits@domain.hid; Tue, 14 Feb 2006 23:22:44 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Tue, 14 Feb 2006 22:22:44 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r281 - in /trunk/galette/templates/default: ajouter_adherent.tpl galette.css preferences.tpl voir_adherent.tpl X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2006 22:23:25 -0000 Author: deelight Date: Tue Feb 14 23:22:43 2006 New Revision: 281 URL: http://svn.gna.org/viewcvs/galette?rev=3D281&view=3Drev Log: CSS class renamed (member-card -> bigtable) Modified: trunk/galette/templates/default/ajouter_adherent.tpl trunk/galette/templates/default/galette.css trunk/galette/templates/default/preferences.tpl trunk/galette/templates/default/voir_adherent.tpl From gna@domain.hid Tue Feb 14 23:50:31 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F990B-0008KB-Iy for galette-commits@domain.hid; Tue, 14 Feb 2006 23:50:31 +0100 Received: from deelight by subversion.gna.org with local (Exim 4.50) id 1F98zX-00022q-Bb for galette-commits@domain.hid; Tue, 14 Feb 2006 23:49:51 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Tue, 14 Feb 2006 22:49:51 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r282 - in /trunk/galette: includes/dynamic_fields.inc.php templates/default/galette.css templates/default/preferences.tpl X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2006 22:50:31 -0000 Author: deelight Date: Tue Feb 14 23:49:50 2006 New Revision: 282 URL: http://svn.gna.org/viewcvs/galette?rev=3D282&view=3Drev Log: - CSS corrections - Fixed warnings in dynamic_fields.inc.php Modified: trunk/galette/includes/dynamic_fields.inc.php trunk/galette/templates/default/galette.css trunk/galette/templates/default/preferences.tpl From gna@domain.hid Wed Feb 15 00:23:49 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F99WP-0001Pd-Mm for galette-commits@domain.hid; Wed, 15 Feb 2006 00:23:49 +0100 Received: from stephs by subversion.gna.org with local (Exim 4.50) id 1F99Vg-0003oM-A9 for galette-commits@domain.hid; Wed, 15 Feb 2006 00:23:04 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Tue, 14 Feb 2006 23:23:04 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?St=C3=A9phane_Sal=C3=A8s?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r283 - in /trunk/galette: ajouter_adherent.php change_passwd.php includes/functions.inc.php lostpasswd.php templates/default/change_passwd.tpl templates/default/lostpasswd.tpl X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2006 23:23:49 -0000 Author: stephs Date: Wed Feb 15 00:23:03 2006 New Revision: 283 URL: http://svn.gna.org/viewcvs/galette?rev=3D283&view=3Drev Log: Add breaking attempt handle in ajouter_adhrent and lostpasswd Add recovering passwd with encrypted passwd Add a function's draft to sanityze superglobals($_GET, $_POST) arrays Disable prohibition of \r and \n in mail_body Added: trunk/galette/change_passwd.php trunk/galette/templates/default/change_passwd.tpl Modified: trunk/galette/ajouter_adherent.php trunk/galette/includes/functions.inc.php trunk/galette/lostpasswd.php trunk/galette/templates/default/lostpasswd.tpl From gna@domain.hid Wed Feb 15 10:55:13 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F9JNR-0001Hu-Tz for galette-commits@domain.hid; Wed, 15 Feb 2006 10:55:13 +0100 Received: from deelight by subversion.gna.org with local (Exim 4.50) id 1F9JMT-0006oy-5N for galette-commits@domain.hid; Wed, 15 Feb 2006 10:54:13 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Wed, 15 Feb 2006 09:54:12 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r284 - /trunk/galette/change_passwd.php X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2006 09:55:14 -0000 Author: deelight Date: Wed Feb 15 10:54:12 2006 New Revision: 284 URL: http://svn.gna.org/viewcvs/galette?rev=3D284&view=3Drev Log: Redirection if change_passwd.php is accessed with no parameters Modified: trunk/galette/change_passwd.php From gna@domain.hid Thu Feb 16 23:42:23 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1F9rpP-0004qq-U6 for galette-commits@domain.hid; Thu, 16 Feb 2006 23:42:23 +0100 Received: from deelight by subversion.gna.org with local (Exim 4.50) id 1F9roW-0000wI-Bc for galette-commits@domain.hid; Thu, 16 Feb 2006 23:41:28 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Thu, 16 Feb 2006 22:41:28 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Jacquot?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r285 - in /trunk/galette/templates/default: galette.css index.tpl page.tpl X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2006 22:42:24 -0000 Author: deelight Date: Thu Feb 16 23:41:27 2006 New Revision: 285 URL: http://svn.gna.org/viewcvs/galette?rev=3D285&view=3Drev Log: CSS improvements Modified: trunk/galette/templates/default/galette.css trunk/galette/templates/default/index.tpl trunk/galette/templates/default/page.tpl From gna@domain.hid Sat Feb 18 17:48:59 2006 Received: from home.gna.org ([213.228.62.9] helo=subversion.gna.org) by gna.org with esmtp (Exim 4.50) id 1FAVGV-0006aE-4H for galette-commits@domain.hid; Sat, 18 Feb 2006 17:48:59 +0100 Received: from stephs by subversion.gna.org with local (Exim 4.50) id 1FAVFq-0005Bq-4m for galette-commits@domain.hid; Sat, 18 Feb 2006 17:48:18 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Sat, 18 Feb 2006 16:48:17 -0000 To: galette-commits@domain.hid X-Mailer: svnmailer-1.0.0 From: =?UTF-8?Q?St=C3=A9phane_Sal=C3=A8s?= Message-Id: X-Originator-Server: subversion.gna.org (for galette-commits~gna.org) Subject: [Galette-cvs] r286 - in /trunk/galette: change_passwd.php install/sql/mysql.sql install/sql/pgsql.sql install/sql/upgrade-to-0.63-mysql.sql install/sql/upgrade-to-0.63-pgsql.sql X-BeenThere: galette-cvs@domain.hid X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Commits on the Galette CVS repositories." List-Id: "Commits on the Galette CVS repositories." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2006 16:48:59 -0000 Author: stephs Date: Sat Feb 18 17:48:15 2006 New Revision: 286 URL: http://svn.gna.org/viewcvs/galette?rev=3D286&view=3Drev Log: Sql patch for the new table tmp_passwds Modified: trunk/galette/change_passwd.php trunk/galette/install/sql/mysql.sql trunk/galette/install/sql/pgsql.sql trunk/galette/install/sql/upgrade-to-0.63-mysql.sql trunk/galette/install/sql/upgrade-to-0.63-pgsql.sql