This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 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 7 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
-
david.verdin authored
[Change][#3116][Reported by C. Cat] Adds a new function, tools::_set_file_rights(), that sets the ownership and mode for a file. Also fixed some bugs in the setting of owner and mode for SQLite support. git-svn-id: https://subversion.renater.fr/sympa/trunk@4959 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[change][Reported by L. Gentis, IUFM Lorraine]When updating a config file while the upgrade process, the "email" parameter value of the "update" paragraph was set to 'listmaster'. However, this value was validated against a regexp for emails. this produced an error log, as 'listmaster' is not a valid email address. Fixed by allowing 'listamster' and 'automatic' strings in this regexp. 'automatic will be used to designate updates done by processes instead of users. git-svn-id: https://subversion.renater.fr/sympa/trunk@4957 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4956 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4955 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[Change][#3116][Reported by S. Hornburg, and M. Deranek, slonko.net] Now Upgrade.pm uses chmod and chown perl functions to set the rights to the SQLite database directory. git-svn-id: https://subversion.renater.fr/sympa/trunk@4954 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Apr, 2008 5 commits
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4953 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
[change][G.Rousse, INRIA][patch sympa-trunk-8-indent-configure-file.patch] Better indentation of directives git-svn-id: https://subversion.renater.fr/sympa/trunk@4952 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
[change][G.Rousse, INRIA][patch sympa-trunk-6-no-maintainer-mode.patch] Remove AM_MAINTAINER_MODE to prevent automatic makefile rebuild/configure re-invocation git-svn-id: https://subversion.renater.fr/sympa/trunk@4951 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
[change][G.Rousse, INRIA][patch sympa-trunk-3-correct-autoconf-prolog-and-epilog.patch] Use the standard autoconf method to declare the software version, instead of using the .version file git-svn-id: https://subversion.renater.fr/sympa/trunk@4950 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
[change][G.Rousse, INRIA][patch sympa-trunk-3-correct-autoconf-prolog-and-epilog.patch] Use the standard autoconf method to declare the software version, instead of using the .version file git-svn-id: https://subversion.renater.fr/sympa/trunk@4949 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 Apr, 2008 5 commits
-
-
olivier.salaun authored
[change][G.Rousse, INRIA][patch sympa-trunk-2-rename-autoconf-configuration-file.patch] Renamed configure.in to configure.ac to adopt new GNU naming convention git-svn-id: https://subversion.renater.fr/sympa/trunk@4948 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4947 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[bug][Submitted by M. deranek, slonko.net] The gentoo distribution generates files starting with dots. These files generated error messages from Sympa daemons using spools. git-svn-id: https://subversion.renater.fr/sympa/trunk@4946 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[bug][Submitted by W. Werner, Fraunhofer-Institut SIT] Message signature verification didn't work if user used different certificate for signing and encrypting AND didn't send both in each message, like Kmail does. git-svn-id: https://subversion.renater.fr/sympa/trunk@4944 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[bug][Submitted by W. Werner, Fraunhofer-Institut SIT] The path that Sympa used to look for encryption keys had '.enc' instead of a '@enc' in the file name. git-svn-id: https://subversion.renater.fr/sympa/trunk@4941 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 Apr, 2008 2 commits
-
-
david.verdin authored
[#3915][Submitted by M. Deranek, slonko.net]Fix: inconsistency between Upgrade .pm and create_db.SQLite for custom_attribute_subscriber field. git-svn-id: https://subversion.renater.fr/sympa/trunk@4939 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4937 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Apr, 2008 1 commit
-
-
david.verdin authored
[Reported by O. Eyb]Fix: task_manager.pl didn't check that the bounces/OTHER direcory existed prior to clean it, leading to numerous logs from the CleanSpool function cliaming that it couldn't open this directory. git-svn-id: https://subversion.renater.fr/sympa/trunk@4935 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-