This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 16 May, 2015 1 commit
-
-
sikeda authored
Another bug on fc() feature was fixed in different manner: See r12082. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12171 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 14 May, 2015 3 commits
-
-
sikeda authored
[bug] [Reported by R. Klorese, QueerNet] Despite that posts to the list are protected against DMARC aggressive policy, messages sent to owners or editors of the list are not. Now such messages will also be protected. More known bug: Messages sent to listmaster would also be protected. ToDo: Test. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12170 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[bug] If an inclusion setting (*.incl) is malformed, task_manager.pl running sync_include task crashes. Fixed by checking if *.incl file is successfully parsed. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12169 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12168 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 May, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12167 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 May, 2015 6 commits
-
-
sikeda authored
[dev] Author check: Apply themes to Perl::Critic to eliminate relatively unimprtant (or misleading) checks. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12166 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12165 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12164 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12163 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12162 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[dev] Sources of section 5 manual pages may be *.podin (simple replacement) or *.podpl (complex formatting using Perl). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12161 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 May, 2015 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12160 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-change] sympa.pdf is no longer bundled in source distribution: See Reference Manual on the web: <https://www.sympa.org/manual/>. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12159 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 May, 2015 11 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12158 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-dev] Sympa::Template: "escape_xml" filter is equvalent of standard "xml" filter provided by Template-Toolkit. Obsolete it. Note that Template-Toolkit 2.21 or later is required. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12157 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-bug] (r12154) Don't use $(mkdir_p) nor $(MKDIR_P): Former is obsoleted and latter seems not supported by automake prior to 1.10. Use "$(INSTALL) -d" instead. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12156 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12155 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12154 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12153 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12152 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[feature] Source tarball will be distributed with sympa.spec file. It provides alternative way to build Sympa software on platforms adopting RPM package management system. In place of "configure; make; make install", you can do: 1. rpmbuild -tb sympa-X.X.tar.gz 2. Install dependent packages. 3. rpm --install sympa-X.X-1.xxxx.rpm At once installation succeeded, you can upgrade it by doing: 1. rpmbuild -tb sympa-Y.Y.tar.gz 2. rpm --upgrade sympa-Y.Y-1.xxxx.rpm 3. sympa.pl --upgrade Note: - rpmbuild package has to be installed. - Dependent packages are not always provided on your platform. You might want to add appropriate third-party repositories. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12151 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-change] Sympa/Constants.pm is no longer included in distribution. Sympa/Internals.pod will be included. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12150 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[bug] sympa.conf should be writable by sympa user and should not be world-readable. Because it may be edited via web interface, and it contains secure "cookie" parameter. This file generated by initial "make install" was owned by installing user (root) and was world readable. Fixed by make sympa_wizard.pl to set appropriate umask and makefile to set owner. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12149 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12148 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 04 May, 2015 4 commits
-
-
sikeda authored
[-change] sympa.spec: $libexecdir/sympa is solely used for queue programs, cgi programs and their setuid wrappers. Previously, $libexecdir was used for queue programs and execcgidir under $libdir was used for cgi. Recent FHS recommends to choose one of lib and libexec. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12147 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12146 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12145 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12144 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 May, 2015 5 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12143 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12142 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12141 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-dev] Note: Now install process by make will generate manpage for only the modules having "=head1 NAME" section. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12140 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12139 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 May, 2015 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12138 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-bug] Checking if additional subscriber field has enum type were specific to MySQL. Fixed by using generalized method. ToDo: ENUM data type is not portalbe (at least SQLite does not support it). It would be better to define custom field types (including possible values) by configuration of Sympa. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12137 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 01 May, 2015 5 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12136 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12135 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12134 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12133 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[change] Now "ca_verify none" must be specified explicitly to disable certificate verification in LDAP data sources and LDAP authentication service including cas and generic_sso. Background: Earlier releases of IO::Socket::SSL would fallback SSL_verify_mode to SSL_VERIFY_NONE when there are no usable CAfile nor CApath. However, recent releases won't: They simply deny connection. As a workaround, make ca_file or ca_path parameter mandatory unless "none" is explicitly assigned to ca_verify parameter (its default is "optional"). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12132 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-