This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 18 Nov, 2017 1 commit
-
-
IKEDA Soji authored
Insignificant bugs related to cache by ikedas
-
- 17 Nov, 2017 2 commits
-
-
IKEDA Soji authored
Changes on POD format for transition to Markdown by ikedas
-
IKEDA Soji authored
At least with kramdown, a variant of Markdown, alters two hyphens (--) in the text to an en dash: See <https://github.com/gettalong/kramdown/issues/472>. To avoid it, use C<...> instead of B<...> etc in POD.
-
- 15 Nov, 2017 1 commit
-
-
IKEDA Soji authored
Refactoring alias manager: Obsolete alias_manager.pl by ikedas
-
- 14 Nov, 2017 1 commit
-
-
Sympa authors authored
-
- 12 Nov, 2017 3 commits
-
-
Sympa authors authored
-
Sympa authors authored
-
IKEDA Soji authored
-
- 11 Nov, 2017 2 commits
-
-
IKEDA Soji authored
[-bug] WWSympa: When a owner closes their list,they will be redirected to a page of original list and defined access. Fixed by redirecting them to home page if they are not a listmaster.
-
IKEDA Soji authored
- When list is closed, list could be marked error_config. Fixed by checking owner only when list is open. - When list is restored, long time is taken before owners/editors are restored.
-
- 09 Nov, 2017 1 commit
-
-
IKEDA Soji authored
-
- 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 4 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
-