This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 05 Jun, 2014 9 commits
-
-
sikeda authored
Known bug: bounced.pl does not support foreground mode. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10845 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10844 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10843 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10842 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10841 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
Silently return undef in such cases. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10840 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10839 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10838 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10830 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 04 Jun, 2014 1 commit
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10826 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 28 May, 2014 8 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10787 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[dev] Complete package use lists of each sources and fixed typos found during that work. Additionally, don't use Carp as less as possible: use die/warn. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10786 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10785 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10784 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10783 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10782 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10781 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
- Since sympa.pl sets the flag to log SMTP before robot context is determined, flag is always cleared. - bulk.pl doesn't set that flag in the first place. As a side effect, bulk.pl became using per-robot log_smtp settings. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10776 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 27 May, 2014 6 commits
-
-
sikeda authored
[-bug] a quoted value "'0'" was passed as numric to sprintf in SDM::do_query(). Fortunately it was not fatal, it seems the good reason to use SDM::do_prepared_query(). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10770 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10769 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-dev] (con'd r10748) Also suppress redundant log entries noticing error in List::send_notify_to_owner() and List::send_notify_to_editor(). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10768 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10767 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10766 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10765 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 26 May, 2014 9 commits
-
-
sikeda authored
'date' and 'update_date' are changed to formatted ones in-place multiple times. As a workaround, create a copy of user info and then modify it. ToDo: Perform formatting on uppermost levels such as on tt2 parsing. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10751 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[dev] Factorize columns of subscriber_table. Use List::_list_member_cols() instead of listing all columns of the table in each SQL statement. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10750 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10749 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10748 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10747 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
- Log::do_log() can handle object arguments. If a parameter value is blessed and implements method named get_id(), its result is used. - 'err' log outputs simple tracebak but line numbers and sub routine names were lagged. Fixed. - Logs will be output to STDERR while syslog has not been setup. So, Log::do_log() may be used instead of "print STDERR" in Conf.pm. As a side effect, wwsympa::wwslog() slides into Log::do_log() not consuming call stack. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10746 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10745 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10744 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10743 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 25 May, 2014 7 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10742 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10741 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10740 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10739 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10738 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10736 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10735 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-