This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 26 Jun, 2006 2 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3773 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3772 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Jun, 2006 2 commits
-
-
sympa-authors authored
- the 'pictures_feature' robot parameter is now considered a default for the list - added the feature to appropriate list templates - changed the order of review page columns - documented how to setup an Alias for static_content - added static_content path and url to the wizard git-svn-id: https://subversion.renater.fr/sympa/trunk@3766 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
- changed default sympa umask - fixed virtual robot parameter definition - added chmod while creating dir/files - changed explanation in editsubscriber page - translated to french git-svn-id: https://subversion.renater.fr/sympa/trunk@3765 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 19 Jun, 2006 1 commit
-
-
sympa-authors authored
New organization of users pictures. Picturees are stores in a directory named "pictures" which is a sub directory of 'static_contennt_path' . static_contennt_path is a parameter that can be specified in robot.conf or sympa.conf. pictures must be served by apache under static_content_url. Pictures can be enabled with pictures_feature parameter in robot.conf (or sympa.conf) AND list config. git-svn-id: https://subversion.renater.fr/sympa/trunk@3764 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 Jun, 2006 2 commits
-
-
sympa-authors authored
Subscribers pictures feature set. Contrib from Adrien Brard. git-svn-id: https://subversion.renater.fr/sympa/trunk@3763 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
[Virginie Paitrault, Univ. Rennes 2] New user and admin web documentation. Currently in French only. git-svn-id: https://subversion.renater.fr/sympa/trunk@3762 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Jun, 2006 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3761 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 Jun, 2006 3 commits
-
-
sympa-authors authored
Fix: language names were incorrectly encoded in drop-down web menu. The reason is that each language name is encoded with the associated charset. We now use the Encode module (added to the list of required modules) to decode and encode the language name git-svn-id: https://subversion.renater.fr/sympa/trunk@3759 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3758 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3757 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Jun, 2006 2 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3755 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
As I was not able to find the mentioned patch to mod_ssl to get SSL_CLIENT_S_EMAIL exported, I wrote another patch based on SSL_CLIENT_CERT from "SSLOptions +ExportCertData" git-svn-id: https://subversion.renater.fr/sympa/trunk@3754 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Jun, 2006 4 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3753 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3748 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
[reported by P.Maes, Univ. Louvain] Fix: localization failed on Solaris. The native Solaris gettext libraries failed to use the appropriate .mo file. We're now using the "Pure Perl" implementation of gettext git-svn-id: https://subversion.renater.fr/sympa/trunk@3747 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
[reported by P.Maes, Univ. Louvain] Don't use chown user.group that fails on Solaris. Run separate chown and chgrp commands instead git-svn-id: https://subversion.renater.fr/sympa/trunk@3746 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Jun, 2006 2 commits
-
-
sympa-authors authored
[reported by V. Mathieu, Univ. Nancy2] [BugID 281] Fix: now decoding and encoding SOAP data to UTF-8 git-svn-id: https://subversion.renater.fr/sympa/trunk@3745 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3744 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 01 Jun, 2006 2 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3741 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
Only one new parameter : use_blacklist (sympa.conf) . Include web interface for blacklist management. git-svn-id: https://subversion.renater.fr/sympa/trunk@3740 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 May, 2006 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3738 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 29 May, 2006 1 commit
-
-
sympa-authors authored
[requested by A.Bernstein] Change: now scenario rules can apply on header fields that have multiple values git-svn-id: https://subversion.renater.fr/sympa/trunk@3737 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 11 May, 2006 2 commits
-
-
sympa-authors authored
New feature: list creation via SOAP. New trusted_applications.conf file that defines the trust relationship with SOAP clients. git-svn-id: https://subversion.renater.fr/sympa/trunk@3735 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3734 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 May, 2006 1 commit
-
-
sympa-authors authored
[reported by JM.Bourdin, IUFM Dijon] Fix: visibility authorization scenario was not evaluated to compute the "your lists" box. git-svn-id: https://subversion.renater.fr/sympa/trunk@3732 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 04 May, 2006 2 commits
-
-
sympa-authors authored
Apparently the ->rows() method does not return the number of rows. We now use fetchrow_arrayref() to get rows, thus allowing to differenciate an empty field an the last row. git-svn-id: https://subversion.renater.fr/sympa/trunk@3728 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3727 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 May, 2006 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3726 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Apr, 2006 3 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3724 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3723 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
[proposed by E.Hood] Fix: now using $FROMADDRNAME$@$FROMADDRDOMAIN$ instead of $FROMADDR$. See https://savannah.nongnu.org/bugs/index.php?func=detailitem&item_id=11759 git-svn-id: https://subversion.renater.fr/sympa/trunk@3722 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 19 Apr, 2006 7 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3721 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3720 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3718 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3717 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
This prevents "duplicate entries error" in DB tables git-svn-id: https://subversion.renater.fr/sympa/trunk@3713 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3712 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3711 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 18 Apr, 2006 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3710 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-