This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 08 Nov, 2021 1 commit
-
-
IKEDA Soji authored
- Changed calling convention of delete_list_member() & delete_list_admin() - delete_list_*() may report error via "stash" when the email doesn't exist.
-
- 25 Oct, 2021 1 commit
-
-
IKEDA Soji authored
Now Sympa::List::add_list_member and Sympa::List::add_list_admin use stash.
-
- 09 Oct, 2021 2 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
- According to the proposal on #90, "intern" level shouldn't be used for malformed input by users/clients: "user" level should be used.
-
- 07 Oct, 2021 1 commit
-
-
IKEDA Soji authored
-
- 26 Aug, 2021 1 commit
-
-
IKEDA Soji authored
-
- 10 Jun, 2021 1 commit
-
-
IKEDA Soji authored
-
- 21 Apr, 2021 1 commit
-
-
IKEDA Soji authored
-
- 10 Feb, 2021 1 commit
-
-
IKEDA Soji authored
-
- 09 Feb, 2021 1 commit
-
-
Sympa authors authored
Updating source texts according to fixes on en_US catalog
-
- 22 Sep, 2020 1 commit
-
-
Sympa authors authored
Updating source texts according to fixes on en_US catalog
-
- 10 Jul, 2020 1 commit
-
-
IKEDA Soji authored
* review: Won't process sync_include in advance so that processing will be faster. * Refactoring. Sympa::List::on_the_fly_sync_include() was removed. Instead, "include" request handler had "delay" option. * Remove unused "last_sync" cache entries. "last_change" entries remain. * sync_include will no longer be invoked during Sympa::List->new(): - No owner defined in a list is no longer treated as error_config. - Instead, if no owner defined, - If possible, discard incoming message and send back DSN to original sender, - or, notifications to owners will be redirected to listmaster(s). * Refactoring: Remove unused functions * Small refactoring: mail_tt2/listeditor_notification.tt2 is no longer used. * Clarify log messages and DSN about undefined owner/editor/listmaster
-
- 03 May, 2020 2 commits
-
-
IKEDA Soji authored
-
Sympa authors authored
Updating source texts according to fixes on en_US catalog
-
- 23 Mar, 2020 1 commit
-
-
IKEDA Soji authored
-
- 16 Mar, 2020 1 commit
-
-
IKEDA Soji authored
i.e. users not decided to delete, update nor keep.
-
- 15 Mar, 2020 1 commit
-
-
IKEDA Soji authored
even if one or more of data sources failed inclusion.
-
- 07 Mar, 2020 1 commit
-
-
IKEDA Soji authored
WWSympa: edit_list: Now inclusion will no longer be updated immediately, even if parameters on data sources were changed. Instead, a message telling that inclusion will be updated soon (in an hour or so) is shown.
-
- 29 Feb, 2020 1 commit
-
-
IKEDA Soji authored
-
- 30 Jan, 2020 1 commit
-
-
IKEDA Soji authored
family_signoff action no longer does use one-time ticket.
-
- 29 Jan, 2020 1 commit
-
-
IKEDA Soji authored
-
- 18 Dec, 2019 1 commit
-
-
Luc Didry authored
— Add prohibited_listnames setting (comma-separated list, with ability to use a wildcard) — Add prohibited_listnames_regex setting The settings are cumulative. You can use one or the other or both. May fix #672
-
- 23 Nov, 2019 1 commit
-
-
IKEDA Soji authored
-
- 06 Nov, 2019 1 commit
-
-
IKEDA Soji authored
-
- 17 Mar, 2019 1 commit
-
-
Sympa authors authored
Updating source texts according to fixes on en_US catalog
-
- 11 Mar, 2019 1 commit
-
-
IKEDA Soji authored
- Use "[% string | loc %]" instead of "[%|loc%]string[%END%]". - Use a filter "mailbox".
-
- 24 Feb, 2019 1 commit
-
-
IKEDA Soji authored
-
- 08 Feb, 2019 1 commit
-
-
IKEDA Soji authored
-
- 31 Jan, 2019 1 commit
-
-
Sympa authors authored
Updating source texts according to fixes on en_US catalog
-
- 25 Jan, 2019 3 commits
-
-
Luc Didry authored
-
Luc Didry authored
Only from web interface for now.
-
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.
-
- 23 Jan, 2019 1 commit
-
-
IKEDA Soji authored
-
- 20 Nov, 2018 1 commit
-
-
Luc Didry authored
-
- 13 Oct, 2018 1 commit
-
-
Eleanor Cawthon authored
Various places in both documentation and default emails to admins/moderators use he/him/his to refer to generic users of unknown gender. This commit changes all generic uses of male pronouns to use singular they/them/their. It also changes "his/her" to "their", but leaves "he or she" unchanged due to less trivial conjugation issues. NEWS, AUTHORS.md, and OChangeLog are unchanged.
-
- 30 Sep, 2018 1 commit
-
-
IKEDA Soji authored
- Won't keep track of "referer" by parameters in forms: Use session variable "redirect_url" instead. - web_tt2/loginrequest.tt2 was deprecated: web_tt2/login.tt2 will be used. - Several other fixups.
-
- 15 Aug, 2018 1 commit
-
-
IKEDA Soji authored
-
- 09 Aug, 2018 1 commit
-
-
IKEDA Soji authored
When an other user (or anonymous user on web interface) requested subscribing/unsubscribing, if target user already subscribed / not yet subscribed to the list, they will be informed someone requested action while no actions will be taken. Also, fake response will be sent to requester to prevent sniffing users.
-
- 05 Aug, 2018 1 commit
-
-
Sympa authors authored
Updating source texts according to fixes on en_US catalog
-
- 22 Jul, 2018 1 commit
-
-
IKEDA Soji authored
-