This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 28 May, 2008 3 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5021 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
serge.aumont authored
[bug] Fix web pages in order to give appropriate messages when requesting first password or password renewal. git-svn-id: https://subversion.renater.fr/sympa/trunk@5020 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
serge.aumont authored
[bug] Fix incorrect password storage when crating a new user (add_user_db did not use password finger print as update_user_db does) git-svn-id: https://subversion.renater.fr/sympa/trunk@5019 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 May, 2008 3 commits
-
-
olivier.salaun authored
* SOAP session now uses the session DB table * session_id can be validated, checked, used in authenticateAndRun() * sympa_soap_client.pl has been extended : new --session_id option, new supported service --service=getUserEmailByCookie git-svn-id: https://subversion.renater.fr/sympa/trunk@5017 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5016 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5015 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 21 May, 2008 12 commits
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5014 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5013 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
[change] [G.Rousse, INRIA] Turned Makefile files into Makefile.am. Added the list of Makefile files to create in configure.ac (via AC_CONFIG_FILES) git-svn-id: https://subversion.renater.fr/sympa/trunk@5012 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5011 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5010 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5009 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5008 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5007 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5006 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5005 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5004 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5003 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 May, 2008 2 commits
-
-
serge.aumont authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5002 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
serge.aumont authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5001 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 16 May, 2008 3 commits
-
-
olivier.salaun authored
[change] no more store unknown bounces in OTHER directories. They are now kept in a bad/ subdirectory in the bounce spool. git-svn-id: https://subversion.renater.fr/sympa/trunk@5000 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
[bug] [reported by H.Rousseau]: bounced.pl would fail to create files in OTHER/ if From contained incorrect chars. The bounced.pl process would loop on these files. Now such bounce files are moved to the bad/ subdirectory. git-svn-id: https://subversion.renater.fr/sympa/trunk@4998 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
[bug] [#4022]: the anti-XSS mecanism HTML-escape outgoing parameters before web pages are parsed. This leads to quotes '"' replaced with " while editing list parameters. This could break SQL queries for example. The fix consists in unescaping HTML characters in edit_list function. git-svn-id: https://subversion.renater.fr/sympa/trunk@4996 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 May, 2008 1 commit
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4995 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 May, 2008 1 commit
-
-
david.verdin authored
[change] When subscribing to a list, the confirmation popup now shows up only if no custom attributes will be used; Otherwise, this would require that the user confirm twice : first in the popup, then in the custom attributes form; Also adapted the text displayed in the submission form to custom attributes. git-svn-id: https://subversion.renater.fr/sympa/trunk@4993 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 May, 2008 2 commits
-
-
david.verdin authored
[bug][Reported by M. Kretchner, INRIA] It was impossible to remove a message from web archvives or to rebuild them. this was due to a regexp to prevent archived.pl from using dot-starting files added by some Linux distribution (as Gentoo). Fixed by extending the regexp. git-svn-id: https://subversion.renater.fr/sympa/trunk@4985 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[#3990][Submitted by A. Berstein, electricembers.net] The quiet option had been deactivated from the "reject" mail command. git-svn-id: https://subversion.renater.fr/sympa/trunk@4983 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 Apr, 2008 5 commits
-
-
olivier.salaun authored
[#3989][reported by M.Deranek][fix] using OPENSSL variable set by --with-openssl configure switch to initialize openssl sympa.conf variable via the sympa_wizard.pl script git-svn-id: https://subversion.renater.fr/sympa/trunk@4982 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
[#3989][reported by M.Deranek][fix] No more require Net::SSLeay perl module. Using LWP::UserAgent instead git-svn-id: https://subversion.renater.fr/sympa/trunk@4981 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4980 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4979 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
happen whenever a notification is sent to the listmaster before the current language et set. Now using the default language when set. Also initialized the default language with 'en'. git-svn-id: https://subversion.renater.fr/sympa/trunk@4978 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 25 Apr, 2008 3 commits
-
-
olivier.salaun authored
See http://www.gnu.org/software/autoconf/manual/autoconf.html#index-AC_005fHELP_005fSTRING-1639 git-svn-id: https://subversion.renater.fr/sympa/trunk@4977 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
[change][G.Rousse, INRIA][patch sympa-trunk-7-dont-search-for-shell.patch] : POSIX defines that /bin/sh is available on every OS, therefore it does not need to be defined via a variable git-svn-id: https://subversion.renater.fr/sympa/trunk@4976 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
(mail_tt2/ll_CC for example). Now calling mkdir_all() from tools::mk_parent_dir(). Also fixed a type regarding authz errors handling git-svn-id: https://subversion.renater.fr/sympa/trunk@4975 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 Apr, 2008 1 commit
-
-
david.verdin authored
[Reported by M. Gorecka-Wolniewicz, Nicolaus Copernicus univ., Torun] In some cases, CAS logout didn't work, due to a value of "0" trnaformed into an empty string in the session cookie. Fixed by upgrading CGI version. git-svn-id: https://subversion.renater.fr/sympa/trunk@4973 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 16 Apr, 2008 1 commit
-
-
david.verdin authored
[#3957][Reported by O. Berger, Telecom & Management SudParis] When launching Sympa daemons (other than sympa.pl) with an unknown option, the daemon was still launched instead of failing to launch. git-svn-id: https://subversion.renater.fr/sympa/trunk@4971 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 11 Apr, 2008 1 commit
-
-
david.verdin authored
[bug][#3947][Reported by S. costard Univ. Haute Bretagne] In the case of CAS authentication, a CAS ticket was requested for any request in the web interface. Fixed by ensuring that the user email is attached to the session. git-svn-id: https://subversion.renater.fr/sympa/trunk@4962 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Apr, 2008 2 commits
-
-
david.verdin authored
[Change][#3116][Reported by S. Hornburg, C. Cat and M. Deranek]Replacing usage of chmod and chown shell calls by the corresponding perl functions. Usage factorized in tools::_set_file_rights() function. git-svn-id: https://subversion.renater.fr/sympa/trunk@4961 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4960 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-