This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 30 Jan, 2020 1 commit
-
-
IKEDA Soji authored
family_signoff action no longer does use one-time ticket.
-
- 11 Mar, 2019 1 commit
-
-
IKEDA Soji authored
- Use "[% string | loc %]" instead of "[%|loc%]string[%END%]". - Use a filter "mailbox".
-
- 25 Jan, 2019 1 commit
-
-
IKEDA Soji authored
Even if web interface was disabled (wwsympa_url parameter was unset), mail URL link was not shown in confirmation requests for subscribe/unsubscribe actions. Fixed by replacing test on an unassigned variable user_interfaces with test on conf.wwsympa_url.
-
- 29 May, 2018 1 commit
-
-
IKEDA Soji authored
-
- 07 Apr, 2018 1 commit
-
-
IKEDA Soji authored
-
- 19 Nov, 2017 1 commit
-
-
Sympa authors authored
-
- 08 Jul, 2017 1 commit
-
-
IKEDA Soji authored
- request_auth.tt2 will show web link instead of mailto link by default. - potentially risky one-time ticket will no longer used to authorize subscription and unsubscription.
-
- 23 May, 2017 1 commit
-
-
IKEDA Soji authored
-
- 23 Mar, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12747 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 21 Mar, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12744 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 26 Feb, 2016 1 commit
-
-
sikeda authored
Fixed by encoding special characters using new "mailtourl" template filter. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12702 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 May, 2014 1 commit
-
-
sikeda authored
- sympa_wizard.pl.in is placed in sbindir to keep compatibility with 6.1. - aliaswrapper.c and virtualwrapper.c are no longer built. - sympa_newaliases.pl.in and sympa_newaliases-wrapper.c are added in sbindir and libexecdir. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10649 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 11 Feb, 2014 1 commit
-
-
sikeda authored
- "email_gecos" parameter during alpha releases was renamed to "gecos". - Encodes display name (taken from gecos parameters) using tools::addrrencode(). Note: MIME::EncWords >= 1.012 & MIME::Charset >= 1.008.2 are required to use 'DISPNAME' feature by current MIME::EncWords. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10223 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Nov, 2012 1 commit
-
-
sikeda authored
Important changes of interest to users: * A new option "database" for "cache_list_config" robot parameter to cache list config using database. "db_list_cache" parameter was deprecated. * wwsympa.conf is no longer used. It will be migrated to sympa.conf during upgrade process. * SQLite users: SQLite 2.x is no longer supported. Database must be migrated to SQLite 3.x. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7985 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 Mar, 2011 1 commit
-
-
olivier.salaun authored
[feature][#3802][submited by P.Crandall, U.Chicago] SYMPA gecos used in service messages is no more hard-coded. New 'email_gecos' sympa.conf parameter. git-svn-id: https://subversion.renater.fr/sympa/trunk@7037 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 Feb, 2007 1 commit
-
-
olivier.salaun authored
Also made the templates structure simpler git-svn-id: https://subversion.renater.fr/sympa/trunk@4150 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 Nov, 2006 1 commit
-
-
olivier.salaun authored
We now use the charsets defined in Language.pm instead. We now use [% charset %] in mail_tt2 files and &Language::GetCharset() in the code These changes will make it easier to mode all PO files to UTF-8 git-svn-id: https://subversion.renater.fr/sympa/trunk@4032 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Nov, 2006 1 commit
-
-
sympa-authors authored
Unicode strings. At least MIME::Parser::parse_data() and Template::proccess(): these methods occationalily break strings containing Unicode characters. My mail_utf8 patch expects the behavior as following --- Sub-messages to be attached (into digests, moderation notices etc.) will passed to mail::reformat_message() separately then attached to reformatted parent message again. As a result, sub-messages won't be broken. Since they won't cause mixture of Unicode string (parent message generated by tt2::parse_tt2()) and byte string (sub-messages). Note: For compatibility with old style, data passed to mail::reformat_message() already includes sub-message(s). Then: - When a part has an `X-Sympa-Attach:' header field for internal use, new style, mail::reformat_message() attaches raw sub-message to reformatted parent message again; - When a part doesn't have any `X-Sympa-Attach:' header fields, sub-messages generated by [% INSERT %] directive(s) in the template will be used. See src/mail.pm hunk #4. More Note: Latter behavior above will give expected result only if contents of sub-messages are US-ASCII or ISO-8859-1. In other cases customized templates (if any) should be modified so that they have appropriate `X-Sympa-Attach:' header fileds. Sub-messages are gathered from template context paramenters. See src/mail.pm hunk #1. Other trivial fixes: mail_tt2/listmaster_notification.tt2 hunk #1 mail_tt2/request_auth.tt2 src/Commands.pm: informations of list in INFO message will be translated. src/mail.pm hunk #5: fallback to UTF-8 when locale of user was not same as that of list. git-svn-id: https://subversion.renater.fr/sympa/trunk@4007 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 27 Jan, 2006 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3529 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Aug, 2005 1 commit
-
-
sympa-authors authored
New features : * Message topics : List members can subscribe to one or more predefined message topics. They will only recieve those messages that have the appropriate tag. tagging can be performed by the message sender, moderators or in an automatic way. * Redesigned the message distribution subroutines. The new organization is described in a new section of the reference manual entitled "Internals" * Reorganisation of error reports (mail and web interface) to provide more precise error notification. git-svn-id: https://subversion.renater.fr/sympa/trunk@3262 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-