This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 11 Mar, 2014 6 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10399 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10398 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10397 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10396 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[bug] (pre-beta fix) messagekey field of bulkspool_table would be text. There are no use to change it to auto-increment type. Note: bulkspool_table is planned to move file spool. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10394 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[feature] Show traceback when the process crashed. May be useful to investigate abnormal termination. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10393 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Mar, 2014 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10381 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
Incorrect access to %db_struct miss field types specific to DBMS, and try to add a spurious field named 'fields'. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10380 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 Mar, 2014 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10379 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
Use split to get original message body instead of regex substitution. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10378 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Mar, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10376 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Mar, 2014 6 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10375 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10374 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
Now SDM::check_db_connect() keeps retry unless 'just_try' option is given. As a result, when db connection is gone (or not available): - SDM::db_get_handler() returns immediately. - SDM::probe_db(), SDM::quote(), SDM::do_prepared_query() and SDM::do_query() stall while connection is restored. Note: - SDM::check_db_connect() should be used instead of SDM::connect_sympa_database() to wait for connection safely. - SDM::db_get_handler() is not recommented. DB handler should not be used directly. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10373 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10368 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10367 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-dev] (con'd r10363) Simplify unitttest script presuming "make check" will be invoked from the top of source tree. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10366 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 Mar, 2014 5 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10365 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10364 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10363 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10362 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10354 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 04 Mar, 2014 4 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10353 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-bug] (con'd r10323, r10351) When viewmail directory was created, intermediate directories weren't set propoer owner and group. Use File::Path::mkpath() instead of tools::mkdir_all() to get actually created directory. Note: Some distributions of Perl bundle File::Path 1.x which won't provide new interfaces make_path() etc. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10352 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10351 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10350 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 Mar, 2014 9 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10347 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
Otherwise, users may stick to default values of some past releases. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10346 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-bug][-change] viewmail_dir was defined as directory under $expldir by default: It could conflict with existing list. Change the default as under $spooldir. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10340 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[feature] configure: New option --with-smrshdir (or --without-smrshdir) to install (or not to install) symbolic links to queue programs for Sendmail smrsh. Default is to install them into SYSCONDIR/smrsh. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10332 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10331 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10330 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10329 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10328 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
- confdef: keys of 'query' & 'advice' in @confdef::params were changed to 'gettext_id' & 'gettext_comment', 'title' to 'gettext_id', to sync style with %listdef::pinfo; - sympa_wizard: keys of 'usage' and 'prerequisites' in %cpan_modules were changed to 'gettext_id' & 'gettext_comment'. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10327 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Mar, 2014 5 commits
-
-
sikeda authored
[-feature] gettextized comment in list parameter info. 'comment' items of each parameter are renamed to 'gettext_comment' that would be translated using gettext. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10326 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
* archive.priod * bounce.halt_rate * dkim.header_list * account wwsympa.fcgi: On edit_list page, skip obsoleted components of structured parameters. ToDo: obsoleted components also would not be load/saved (List.pm). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10325 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[change] Custom subject tag will be encoded by the charset encoding original subject as much as possible. Because some MUAs cannot handle encoded headers containing encoded-words encoded by multiple charsets by each. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10324 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
- Generate HTML view of moderated messages in dedicated directory specified by viewmail_dir parameter. - Avoid using trivial TT2 tag which gives attackers a chance to execute arabitrary TT2 directives: Use new Archive::convert_single_message() to generate non-trivial tags. - Archive::convert_single_msg_2_html() and archived.pl::get_tag() was deprecated. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10323 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10322 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-