This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 25 Nov, 2014 9 commits
-
-
david.verdin authored
[-bug] When rebuilding the archives, the input and output file names were passed incompletely (only the name of the files were passed, not their full path). This made rebuilding fail. Fixed by concatenating the directory to the file names. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11716 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[feature] [Submitted by S. Shipway, Univ. of Auckland] Adding new functions to SympaSOAP: getDetails, setDetails, getCustom and setCustom. The patch was for Sympa 6.1 then a bit modified for Sympa 6.2. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11715 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11714 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11713 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11712 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[-bug] LDAP custom attributes sources were never taken into account because the subs dedicated to these sources were never called. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11711 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11710 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11709 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11708 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 24 Nov, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11707 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 Nov, 2014 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11706 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11705 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 Nov, 2014 3 commits
-
-
sikeda authored
plain_body_as_string() was renamed to get_plaindigest_body(). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11704 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11703 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11702 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 19 Nov, 2014 6 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11701 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11700 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
Simply remove dup'ing STDOUT and STDERR. Because output by former is never used and by latter gives almost redundant information to exit codes, anyway they no longer are required. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11699 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
etiennemeleard authored
[bug] Don't do STDOUT/STDERR dupping when calling alias manager, use multi-arguments system call with output redirection instead. When running under web server (web interface, soap) CGI ties STDOUT and STDERR with FGCI::Stream and override "open", leading to either a syntax error or a Carp::croak (see FCGI.pm) depending on version of FCGI. Multi-arguments call to system avoids having to redirect STDOUT/STDERR in code and is safer than original single string call with concatenated/sprintf'ed command. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11698 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11697 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
ToDo: wwsympa.fcgi still using escape_html() and unescape_html() would be fixed. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11696 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 18 Nov, 2014 4 commits
-
-
david.verdin authored
[-bug] A typo in a hash parameter prevented sympa to correctly resolve the location of list creation templates. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11695 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
etiennemeleard authored
[-feature][-bug] Adding list searching standalone page (for new template, work in progress). Add strict ownership checking when getting list of matching lists. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11694 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
etiennemeleard authored
[-bug] Dont cache ownership in am_i if inherited from listmaster status. Caching it led to getting a positive ownership for non-owner listmasters even when using strict testing as long as non-strict testing was run beforhand. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11693 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
etiennemeleard authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11692 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 Nov, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11691 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 11 Nov, 2014 2 commits
-
-
sikeda authored
[-feature] Files in automatic spool with older format created by sympa-milter 0.6 or earlier (<family_name>.<date>.<rand>) will be renamed to compatible format (<localpart>@<domainpart>.<date>.<rand>) during upgrade process. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11676 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-change] Messages in automatic spool had been checked by antivirus and so on twice, before and after when they are stored in main spool. Now they will be stored in main spool without further checks. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11675 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Nov, 2014 3 commits
-
-
sikeda authored
[-dev] (pre-bneta fix) Messages in automatic spool were decrypted and re-stored into incoming spool. Store original messages. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11674 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11673 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11672 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Nov, 2014 5 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11671 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11670 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11669 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11668 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11667 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 Nov, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11666 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Nov, 2014 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11665 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
- distribution spool will not be used anymore. - The --service option of sympa.pl was deprecated. - The distribution daemon and command processing daemon were removed. - The creation daemon will be forked from sympa.pl main daemon if automatic_list_feature configuration option is "on". - The distribution_mode configuration option was deprecated. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11664 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Nov, 2014 1 commit
-
-
etiennemeleard authored
[change] Update jquery version, add jquery ui, starts updating javascript to use more modern features. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11655 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-