This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 20 Oct, 2018 1 commit
-
-
IKEDA Soji authored
-
- 19 Oct, 2018 3 commits
-
-
IKEDA Soji authored
Exim's new bounce text handling, issue #448
-
Dmitry Popov authored
-
IKEDA Soji authored
Add support for TLSv1.3
-
- 18 Oct, 2018 3 commits
-
-
IKEDA Soji authored
doc/Makefile: Fails to build list_config.5 etc. #435
-
IKEDA Soji authored
Oracle: Make db_name parameter allow net service name or connection identifier along with SID
-
IKEDA Soji authored
-
- 16 Oct, 2018 3 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
Make third person singular pronouns gender neutral
-
Sympa authors authored
-
- 15 Oct, 2018 1 commit
-
-
IKEDA Soji authored
External module required during `make` #434
-
- 14 Oct, 2018 1 commit
-
-
IKEDA Soji authored
On mysql & PostgreSQL, undefined db_host is treated as "localhost".
-
- 13 Oct, 2018 2 commits
-
-
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.
-
IKEDA Soji authored
-
- 12 Oct, 2018 5 commits
-
-
IKEDA Soji authored
Support for TLSv1.3 (RFC8446) is added for LDAP-related functions. Note: Actual support needs following components: - OpenSSL library 1.1.1 or later - IO-Socket-SSL 2.060 or later
-
IKEDA Soji authored
-
IKEDA Soji authored
-
IKEDA Soji authored
Fixed by making Sympa::ListOpt not depending on Sympa::Language.
-
IKEDA Soji authored
[-bug] doc/Makefile: Intermediate files list_config.pod etc. won't be cleared and failed to update target files.
-
- 09 Oct, 2018 3 commits
-
-
IKEDA Soji authored
Refactoring and repairing login form
-
IKEDA Soji authored
-
IKEDA Soji authored
-
- 08 Oct, 2018 1 commit
-
-
IKEDA Soji authored
CSS cannot be updated if css.tt2 was older than previously generated CSS.
-
- 07 Oct, 2018 1 commit
-
-
IKEDA Soji authored
-
- 06 Oct, 2018 1 commit
-
-
Sympa authors authored
-
- 05 Oct, 2018 6 commits
-
-
Sympa authors authored
-
IKEDA Soji authored
-
Sympa authors authored
-
Sympa authors authored
-
IKEDA Soji authored
-
IKEDA Soji authored
Create ${expldir}/${robot} directory if it does not exists
-
- 04 Oct, 2018 2 commits
-
-
IKEDA Soji authored
Oracle: Make db_name parameter allow net service name or (easy) connection identifier along with Oracle SID. Note: DBD-Oracle 1.70 or better is required. cf. CPAN RT #91775.
-
IKEDA Soji authored
Template strings passed to javascript were not escaped
-
- 03 Oct, 2018 3 commits
-
-
IKEDA Soji authored
Fixed by escaping them with escape_cstr filter.
-
IKEDA Soji authored
-
IKEDA Soji authored
-
- 01 Oct, 2018 2 commits
-
-
IKEDA Soji authored
Timestamp of css.tt2 is not always increased by new installation.
-
IKEDA Soji authored
Support for ARC signatures
-
- 30 Sep, 2018 2 commits
-
-
IKEDA Soji authored
Currently, estimated max. size of content is approx. 2000 octets, besides alt_emails attribute. Thus 2000 o is required and more is recommended. - MySQL & SQLite: "text" type may still be used. - ODBC: varchar allows 8000 o, sometimes 4000 o: Use "varchar(4000)". - Oracle: Oracle 7 allows 2000 o and 8 and later allow 4000 o: Use "varchar2(2000)". - PostgreSQL: Change "varchar()" to a compatible type "text".
-
IKEDA Soji authored
- Cookie threw back by clients will no longer be used: Value of cookie will be kept in session store. It is not obvious that this feature is really used. Maybe deprecated in the future.
-