This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 03 Nov, 2017 1 commit
-
-
IKEDA Soji authored
- WWSympa: do_open_list() (formerly do_restore_list(). And cleanup on code.
-
- 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 4 commits
-
-
Mic Kaczmarczik authored
-
Sivert Hatteberg authored
-
IKEDA Soji authored
Fixed by publishing the last change and sync by .last_chage.member and .last_sync.member files in list directory so that the last time of update may be shared among processes. This change possiblly can solve issue #7.
-
IKEDA Soji authored
-
- 16 Oct, 2017 3 commits
-
-
IKEDA Soji authored
Review.tt2 button correction by MargoM et al.
-
IKEDA Soji authored
-
MargoM authored
-
- 15 Oct, 2017 4 commits
-
-
IKEDA Soji authored
Fixed by publishing the last sync by .last_sync.member file in list directory so that the last time of update may be shared among processes.
-
IKEDA Soji authored
When subscribers are imported, frequent write accesses to listdir/stats file occur. This issue was reported by a listmaster. Write accesses are caused to save total count of subscribers. This information does essentially not have to be stored into disk: It can be got by database query. This commit deprecated "total" field in stats file so that write accesses are suppressed.
-
IKEDA Soji authored
Bugs on subscribe request with custom attributes and/or authorization by ikedas
-
IKEDA Soji authored
Fixing: Log list not sorted for date #70
-
- 13 Oct, 2017 3 commits
-
-
IKEDA Soji authored
Issue #69: Make FastCGI support mandatory by ikedas
-
IKEDA Soji authored
When fallback language "en" is used, use "en_US" translation catalog by ikedas
-
Mic Kaczmarczik authored
-
- 12 Oct, 2017 4 commits
-
-
Mic Kaczmarczik authored
submission to list owners.
-
Mic Kaczmarczik authored
-
Mic Kaczmarczik authored
-
IKEDA Soji authored
Updating jquery-ui and jquery, and adding jquery-migrate
-