This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 10 Jul, 2009 1 commit
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5958 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 01 Jul, 2009 1 commit
-
-
david.verdin authored
[bug][Reported by P. Maes, univ. Louvain] chown user.group doesn't work under Solaris. Making two separate calls to chown user then chgrp group instead. git-svn-id: https://subversion.renater.fr/sympa/trunk@5929 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 16 Jun, 2009 1 commit
-
-
david.verdin authored
[bug] The "important_changes.pl" script was not launched. also took into account the fact that the version was previously stored in Version.pm git-svn-id: https://subversion.renater.fr/sympa/trunk@5900 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Jun, 2009 1 commit
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5874 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 Jun, 2009 1 commit
-
-
david.verdin authored
[feature] Reactivating the Sympa configuration wizard at first install, based on Guillaume Rousse work. git-svn-id: https://subversion.renater.fr/sympa/trunk@5857 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 27 May, 2009 1 commit
-
-
olivier.salaun authored
- some fixes to the recent autotools reorganization - no more use the FHS organization when upgrading Sympa - remove obsolete sudo wrapper - change location of perl modules in src/lib/ - rename perl modules with the .pm file extension - replace --VAR-- substitution with a Constans.pm perl module - perform --VAR-- substitution at make time, no more at install time - defaultdir directory (old bin/etc/) renamed default/ - remove Version.pm module (now using Constans.pm) - turn SPEC file into a template, to have version automatically substituted, drop most post-install stuff excepted user/group creation, and use FHS setup git-svn-id: https://subversion.renater.fr/sympa/trunk@5816 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 May, 2009 1 commit
-
-
david.verdin authored
[-bug] The pid directory was not created if missing, making Sympa unable to create and remove pid files. git-svn-id: https://subversion.renater.fr/sympa/trunk@5706 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 Apr, 2009 1 commit
-
-
david.verdin authored
[*feature][Submitted by G. Rousse, INRIA] Complete reorganization of autotools usage in Sympa. Better conformance to the standard usage of these tools. The Sympa configuration parameter has also been rewritten into a single hash, providing a comprehensive and unique declaration structure for these parameters. git-svn-id: https://subversion.renater.fr/sympa/trunk@5688 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Feb, 2009 1 commit
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5473 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 12 Dec, 2008 1 commit
-
-
olivier.salaun authored
[bug][Reported by epsas@evil-wire.org]The installation was choking on a missing sympa.pdf file; Fixed by removing all references to this file and adding a link to the PDF file on the Sympa website. git-svn-id: https://subversion.renater.fr/sympa/trunk@5406 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 Apr, 2008 1 commit
-
-
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
-
- 25 Apr, 2008 1 commit
-
-
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
-
- 05 Dec, 2007 2 commits
-
-
david.verdin authored
***** C wrapper now for sympa_soap_server. We definitely disabled the setuid solution to run sympa_soap_server.fcgi. If the script you used in your web server configuration was sympa_soap_server.fcgi (to whom you had attributed the "S" bit) you MUST change your Apache configuration so that the script you use becomes sympa_soap_server-wrapper.fcgi instead of sympa_soap_server.fcgi. git-svn-id: https://subversion.renater.fr/sympa/trunk@4718 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
***** New C wrapper. We definitely disabled the setuid solution to run wwsympa.fcgi. If the script you used in your web server configuration was wwsympa.fcgi (to whom you had attributed the "S" bit) you MUST change your Apache configuration so that the script you use becomes wwsympa-wrapper.fcgi instead of wwsympa.fcgi. git-svn-id: https://subversion.renater.fr/sympa/trunk@4717 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 11 Sep, 2007 1 commit
-
-
david.verdin authored
[Change] icons are now included in the sympa static content directory. Consequently, the "--with-iconsdir" configure option and the "icons_url" wwsympa.conf parameter are no longer used. The default path to icons is now {sympa home}/static_content/icons and the default icons URL is http://host/icons/. git-svn-id: https://subversion.renater.fr/sympa/trunk@4592 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 14 Mar, 2007 1 commit
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4187 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 26 Feb, 2007 1 commit
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4180 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 11 Apr, 2006 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3688 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 Apr, 2006 1 commit
-
-
sympa-authors authored
***** wwsympa.fcgi can use sudo instead of setuidperl ***** You should run 'configure --enable-secure' and ***** use wwsympa_sudo_wrapper.pl instead of wwsympa.fcgi git-svn-id: https://subversion.renater.fr/sympa/trunk@3678 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 24 Feb, 2006 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3574 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 Jan, 2006 1 commit
-
-
olivier.salaun authored
installing a README in etc/ directory creating arc/ and bounce/ directories at "make install" time Replaced "virtual robot" with "virtual host" in documentation Added instructions after the "make install" git-svn-id: https://subversion.renater.fr/sympa/trunk@3532 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 27 Jan, 2006 1 commit
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3531 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 Nov, 2005 1 commit
-
-
sympa-authors authored
* no more saving data_structure.version if verion did not change * adding a log "upgrading from x to y" * initialize the data_structure.version file if missing git-svn-id: https://subversion.renater.fr/sympa/trunk@3430 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 Sep, 2005 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3339 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 21 Sep, 2005 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3333 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 18 Aug, 2005 2 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3308 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
[requested by S.Hornburg] Change: never wait for user input while building a package (DESTDIR is set) git-svn-id: https://subversion.renater.fr/sympa/trunk@3305 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 04 Aug, 2005 1 commit
-
-
sympa-authors authored
[reported by G.Bouteille] Fix: Sympa would still create olf templates/ and wws_templates/ directories git-svn-id: https://subversion.renater.fr/sympa/trunk@3229 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Aug, 2005 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3215 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 01 Aug, 2005 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3198 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 28 Jul, 2005 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3179 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 Jun, 2005 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3096 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 16 Jun, 2005 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3091 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 May, 2005 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@2963 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 Sep, 2004 3 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@2575 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@2574 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@2573 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Aug, 2004 2 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@2492 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@2491 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Jul, 2004 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@2455 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-