This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 20 Nov, 2018 2 commits
- 06 Nov, 2018 1 commit
-
-
IKEDA Soji authored
Fix for issue #461.
-
- 23 Oct, 2018 1 commit
-
-
IKEDA Soji authored
-
- 16 Oct, 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.
-
- 05 Oct, 2018 1 commit
-
-
IKEDA Soji authored
-
- 24 Sep, 2018 1 commit
-
-
Emmanuel Bouthenot authored
-
- 22 Sep, 2018 1 commit
-
-
John Levine authored
-
- 21 Sep, 2018 1 commit
-
-
Sympa authors authored
-
- 12 Sep, 2018 1 commit
-
-
IKEDA Soji authored
-
- 24 Aug, 2018 3 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
-
IKEDA Soji authored
[change] Move task files to task/ subdirectories. Previously list_task_models/ and global_task_models/ directories were used. Task files in older directories will be automatically copied to new places during upgrading process.
-
- 09 Aug, 2018 1 commit
-
-
Mic Kaczmarczik authored
-
- 04 Jul, 2018 1 commit
-
-
Francis Lachapelle authored
-
- 25 Jun, 2018 1 commit
-
-
Luc Didry authored
-
- 22 May, 2018 3 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
[-bug] Even if it is obsoleted, parameters with occurrence '1' or '1-n' in config file log warnings.
-
IKEDA Soji authored
Sympa::List::restore_users() for owner/editor replaces users on database with content of dump file, instead of simply adding content of dump file.
-
- 21 Apr, 2018 5 commits
-
-
IKEDA Soji authored
Reorganizing user interface (1).
-
IKEDA Soji authored
-
IKEDA Soji authored
-
IKEDA Soji authored
- Now sync_include_admin() passes cache and updates admin_table directly. - It no longer reload owner/editor in list config. Known bug: Big datasource consumes large memory.
-
IKEDA Soji authored
Options for sympa.pl are also renamed to --dump_users and --restore_users.
-
- 19 Apr, 2018 1 commit
-
-
IKEDA Soji authored
-
- 14 Apr, 2018 3 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
[bug] If a list is closed once and then reopened, list members are registered as permanent (not included) members. Also, subscription suspension option are cleared and so on. Fxied by dump and restore all information of subscribers in database.
-
IKEDA Soji authored
They dump or restore list users (members, owners or editors) in database from/to file. [change] File for members was changed to `<list dir>/member.dump` which will replace: - `subscribers` (used by Sympa prior to 5.4a.1) - `subscribers.db.dump` (generated by dump command) - `subscribers.closed.dump` (backup for closed list) [change] Additional files to dump owner or editor: `<list dir>/owner.dump`, `<list dir>/editor.dump`. They will be used as initial (permanent) owners/editors, or as backup for closed list [*change] owner and editor parameters in list config file are no longer sync with actual owners/editors. They are used only at the time of installation of list.
-
- 07 Apr, 2018 1 commit
-
-
IKEDA Soji authored
-
- 18 Mar, 2018 1 commit
-
-
IKEDA Soji authored
Fixed by: - Canonicalizing value of attrs1 as DN, if it is search base or root of it. - Escaping it as attributevalue in DN otherwise.
-
- 16 Mar, 2018 1 commit
-
-
IKEDA Soji authored
-
- 13 Mar, 2018 1 commit
-
-
Sympa authors authored
-
- 12 Mar, 2018 2 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
[change] pictures_url & pictures_path are no longer may be per-robot parameters. Because list subdirectories under PICTURESDIR are assumed.
-
- 06 Mar, 2018 2 commits
-
-
IKEDA Soji authored
A tentative fix for issue #11. - Override owner/editor in edit_list page by information on database. - Don't use memory cache when admin is updated by sync_include_admin(). Fundamental fix will be done after the next stable.
-
IKEDA Soji authored
-
- 27 Feb, 2018 2 commits
-
-
Xavier Bachelot authored
-
IKEDA Soji authored
-
- 24 Feb, 2018 1 commit
-
-
IKEDA Soji authored
Instead of these datetime fields, update_epoch_admin & update_epoch_subscriber will be used to compare timestamps easily.
-