This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 08 Nov, 2017 6 commits
-
-
IKEDA Soji authored
[bug] Previously, the third parameter fed to external program was the value of ``host`` parameter of the list, not mail domain: If ``host`` parameter was not the same as domain name, external program could fail. Fixed by feeding mail domain instead of ``host`` value. And added [% list.host %] template variable to use ``host`` value in template. Note that ``host`` parameter may be deprecated in the future (See issue #43).
-
IKEDA Soji authored
[bug] return_path address won't be checked if list_check_suffixes doesn't include it.
-
IKEDA Soji authored
- If value of alias_manager parameter has full path of alias_manager.pl as value, Sympa::Aliases::Template module will be used instead of invoking alias_manager.pl. - alias_manager.pl would be removed in the future.
-
IKEDA Soji authored
Sympa::Admin was deprecated.
-
IKEDA Soji authored
-
IKEDA Soji authored
Topic names in topics.conf with uppercase are ignored #91 by ikedas
-
- 06 Nov, 2017 1 commit
-
-
IKEDA Soji authored
Fixes issue #111 by ikedas
-
- 05 Nov, 2017 3 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
Refactoring requests 5 by ikedas
-
IKEDA Soji authored
-
- 04 Nov, 2017 1 commit
-
-
IKEDA Soji authored
-
- 03 Nov, 2017 2 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
- WWSympa: do_open_list() (formerly do_restore_list(). And cleanup on code.
-
- 01 Nov, 2017 3 commits
-
-
IKEDA Soji authored
Fxies issue #93 by ikedas
-
IKEDA Soji authored
-
IKEDA Soji authored
Now topic identfiers (names) in topics.conf will be normalized to lowercase.
-
- 31 Oct, 2017 2 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
-
- 30 Oct, 2017 2 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
-
- 29 Oct, 2017 2 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
- WWSympa: do_close_list() and do_purge_list(). - sympa.pl --close_list and --purge_list. - SympaSOAP: closeList().
-
- 28 Oct, 2017 1 commit
-
-
IKEDA Soji authored
- WWSympa: do_create_automatic_list(), formerly do_automatic_lists(). - sympa.pl --add_list.
-
- 26 Oct, 2017 1 commit
-
-
IKEDA Soji authored
New request handler create_list (formerly Sympa::Admin::create_list_old()) to be integrated to Sympa::Request framework. - WWSympa: do_create_list(). - sympa.pl --create_list. - SympaSOAP: createList().
-
- 25 Oct, 2017 1 commit
-
-
IKEDA Soji authored
Suppress saving stats file, and solve problem about on-memory cache by ikedas
-
- 21 Oct, 2017 5 commits
-
-
IKEDA Soji authored
Fix CSS attributes for un-hovered navigation menu items using color_5 by MPK
-
IKEDA Soji authored
Cache list info in Sympa::Scenario::verify to reduce overhead of pinfo… by MPK
-
IKEDA Soji authored
Feature: add scenari to restrict message submission to list owners by MPK
-
IKEDA Soji authored
Add use_tls, ssl, version etc to valid LDAP options in Scenario.pm by MPK
-
IKEDA Soji authored
Issue #76: Change Redirect After List Admin Updates a User's Email, fixed by ikedas
-
- 20 Oct, 2017 3 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
-
Mic Kaczmarczik authored
-
- 19 Oct, 2017 3 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
-
IKEDA Soji authored
Refactoring. Methods get_list_member() and get_list_member_no_object() in Sympa::List are redundant.
-
- 18 Oct, 2017 3 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
Old variable names used in listmaster error mail by sivertkh
-
IKEDA Soji authored
Sympa::List::updatestats() and on-memory cache {stats} of Sympa::List instance were deprecated. Instead, Sympa::List::update_stats() would be used. Unneeded write accesses were suppressed, and thanks to file locking, following bug was fixed: - [bug] X-sequqnce header field in distributed messages will occasionally not be increased.
-
- 17 Oct, 2017 1 commit
-
-
Mic Kaczmarczik authored
-