This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 03 Feb, 2019 6 commits
-
-
IKEDA Soji authored
- HTTP/1.1 is supported thanks to LWP::UserAgent. - Now it has user, passwd, timeout, ssl_version, ssl_ciphers and ca_verify parameters. - host, port and path parameters were obsoleted. Use url instead. - cert parameter was obsoleted.
-
IKEDA Soji authored
- Now it have timeout, ssl_version, ssl_ciphers, ca_verify parameters. - Client certificate and key in cert.pem and private_key files are available.
-
IKEDA Soji authored
Refactoring (mostly rewritten). Introducing new classes Sympa::Request::Handler::include, Sympa::DataSource and its subclasses. Sympa::Datasource was deprecated. And some fixes: * [bug] Now include_remote_file, include_sympa_list and include_remote_sympa_list paragraphs may have nosync_time_ranges subparameter. No reason they don't have it. include_file stil doesn't have it. * [-feature] include_voot_group has not been implemented, and it was invalidated. * [bug] include_ldap_query and include_ldap_ca data sources did not implement "regex" option of "selection" subparameter. Now they support it. * [bug] LDAP multiple values in custom attribute with include_ldap_ca was broken. * [-feature] include_sql_query and include_sql_ca stores inclusion data in temporary file so that big data sources will be handled safely. Tentative change: * include_ldap_query, include_ldap_2level and include_sql_query won't clear (overwrite) gecos if retrieved value was empty or undefined. Now they clear (overwrite) gecos in such cases.
-
IKEDA Soji authored
-
IKEDA Soji authored
-
IKEDA Soji authored
-
- 02 Feb, 2019 2 commits
-
-
Sympa authors authored
Fixed a bug that "make install" fails to install section 3 manpages.
-
Sympa authors authored
-
- 31 Jan, 2019 14 commits
-
-
VERDIN David authored
-
VERDIN David authored
[Issue #524] Creating a Request Handler for adding a list admin, either editor or owner. Used only in a test file. The aim of this commit is to validate I'm using Request::Handler the right way.
-
Sympa authors authored
-
Sympa authors authored
-
Sympa authors authored
Updating source texts according to fixes on en_US catalog
-
Sympa authors authored
-
IKEDA Soji authored
WWSympa: Clicking "delete" button without selection introduces empty page.
-
IKEDA Soji authored
WWSympa: Owners/moderators in list panel aren't updated
-
IKEDA Soji authored
Fixed by getting recent owners/moderators passing cache.
-
IKEDA Soji authored
-
IKEDA Soji authored
Maintenance support scripts
-
IKEDA Soji authored
Owner page is empty
-
IKEDA Soji authored
Mail command unavailable in confirmation requests
-
IKEDA Soji authored
Fix #300 — Allow to delete your own account
-
- 30 Jan, 2019 6 commits
-
-
IKEDA Soji authored
Invalid default scenarios: Follow up to #528
-
IKEDA Soji authored
-
IKEDA Soji authored
Inconsistent location of messge footer/header files #507
-
IKEDA Soji authored
-
IKEDA Soji authored
-
IKEDA Soji authored
Issue with the message sent to owners to allow unsubscribing #469
-
- 29 Jan, 2019 3 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
Copying timestamp of original css.tt2 confuses browser cache. Older timestamp of css.tt2 should be avoided by measures in release and install process.
-
IKEDA Soji authored
Fixed by typos not loading information soon.
-
- 28 Jan, 2019 4 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
-
IKEDA Soji authored
[bug] If a list parameter had a value "default", default value (if defined) was used instead of the value itself. Fixed by removing a code replacing value "default". Exception is the case of scenarios: For compatibility, special value "default" will stand for default scenario name.
-
IKEDA Soji authored
[change] Like the other parameters, defaults of list scenarios would be specified by corresponding robot/site parameters, instead of creating file or link named "*.default". Defaults by older manner will be detected and written in sympa.conf/robot.conf during upgrading process.
-
- 27 Jan, 2019 1 commit
-
-
IKEDA Soji authored
-
- 26 Jan, 2019 3 commits
-
-
IKEDA Soji authored
Fix was taken from https://git.wiki.kernel.org/index.php?title=ExampleScripts&action=history at 17:16, 5 October 2012 (oldid=18471) by Nihen.
-
IKEDA Soji authored
- correct_msgid - git-set-file-times (taken from repo of rsync on samba.org)
-
IKEDA Soji authored
-
- 25 Jan, 2019 1 commit
-
-
IKEDA Soji authored
Fix src/lib/Makefile.am (missing Sympa/Tools/Domains.pm)
-