- 18 Dec, 2018 1 commit
-
-
IKEDA Soji authored
WWSympa: Loading home page takes long time
-
- 17 Dec, 2018 2 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
WWSympa: Older CSS files would be cleared
-
- 16 Dec, 2018 1 commit
-
-
IKEDA Soji authored
-
- 14 Dec, 2018 3 commits
-
-
IKEDA Soji authored
Allow to use Gitlab CI
-
IKEDA Soji authored
Avoid two-args open and bareword filehandle. Ignore errors.
-
IKEDA Soji authored
Fix #301 — Add global mail signature feature
-
- 12 Dec, 2018 1 commit
-
-
IKEDA Soji authored
When user is logged-in, Sympa collects information about membership/adminship among all lists, content of moderation spool and so on, though they will never be used. Fixed by removing code collectiong information in vain. Deprecated web_tt2/news.tt2.
-
- 11 Dec, 2018 1 commit
-
-
Luc Didry authored
For those who prefer to work on Gitlab (or use Gitlab CI while using Github[1]), here's a working .gitlab-ci.yml. Docker images for the CI are published on https://framagit.org/luc/DockerFiles/tree/master/sympa-perl [1] See https://about.gitlab.com/solutions/github/
-
- 10 Dec, 2018 1 commit
-
-
IKEDA Soji authored
Fixed by clearing older style.css* and lang.css* under $CSSDIR when they would be updated. Note: Among files under $CSSDIR, fullPage.css*, print.css* and print-preview.css* will no longer be used nor updated. These may be removed manuallly.
-
- 08 Dec, 2018 11 commits
-
-
Sympa authors authored
-
IKEDA Soji authored
Additional fix for #474.
-
IKEDA Soji authored
-
Sympa authors authored
-
Sympa authors authored
-
Sympa authors authored
-
Sympa authors authored
-
IKEDA Soji authored
-
IKEDA Soji authored
-
IKEDA Soji authored
Prevent warning on undefined salt variable.
-
IKEDA Soji authored
Crash in create_list_request when list name is missing #490
-
- 07 Dec, 2018 3 commits
-
-
Stefan Hornburg (Racke) authored
Additional changes for #492
-
Stefan Hornburg (Racke) authored
Add token to prevent CSRF.
-
Luc Didry authored
Add a etc/mail_tt2/message.global_footer or etc/mail_tt2/message.global_footer.mime file and it will be added to all messages. Obviously, only admins can edit that file. It can be used to add an unsubscribe link while letting users add their own list signature.
-
- 05 Dec, 2018 2 commits
-
-
IKEDA Soji authored
(This probably makes responses a bit slower.)
-
IKEDA Soji authored
-
- 03 Dec, 2018 1 commit
-
-
IKEDA Soji authored
-
- 02 Dec, 2018 1 commit
-
-
Stefan Hornburg (Racke) authored
-
- 01 Dec, 2018 2 commits
-
-
Stefan Hornburg (Racke) authored
-
Luc Didry authored
-
- 30 Nov, 2018 2 commits
-
-
Sympa authors authored
-
Sympa authors authored
Updating source texts according to fixes on en_US catalog
-
- 29 Nov, 2018 1 commit
-
-
Michael Kaczmarczik authored
-
- 28 Nov, 2018 2 commits
-
-
IKEDA Soji authored
Fix shared docs zip upload to send multiple files at once
-
IKEDA Soji authored
-
- 25 Nov, 2018 4 commits
-
-
IKEDA Soji authored
Broken `custom_attribute` field in `member.dump`
-
IKEDA Soji authored
Fix missing quotes in init script
-
IKEDA Soji authored
Datasource: On LDAP 2 level query, attr1 as DN should not be canonicalized
-
IKEDA Soji authored
-
- 22 Nov, 2018 1 commit
-
-
Luc Didry authored
On Debian 9, with perl 5.24.1 and Archive::Zip 1.59 and 1.64, uploading a zip file to let Sympa (6.2.34) unzip it and put its files into shared docs fails. The zip member is a CGI::File::Temp instance and can seek but fails to be extracted ("Unable to extract member XXX of the zip file" in Sympa logs). Unconditionnally blessing the file handle to IO::File fixes the failure.
-