This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 15 Oct, 2018 1 commit
-
-
IKEDA Soji authored
External module required during `make` #434
-
- 12 Oct, 2018 2 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
Fixed by making Sympa::ListOpt not depending on Sympa::Language.
-
- 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 1 commit
-
-
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 5 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.
-
IKEDA Soji authored
-
IKEDA Soji authored
-
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.
-
- 24 Sep, 2018 4 commits
-
-
Emmanuel Bouthenot authored
-
Sympa authors authored
-
Sympa authors authored
-
IKEDA Soji authored
Refactoring help pages
-
- 23 Sep, 2018 3 commits
-
-
John Levine authored
-
Sympa authors authored
-
John Levine authored
-
- 22 Sep, 2018 3 commits
-
-
John Levine authored
-
John Levine authored
-
John Levine authored
-
- 21 Sep, 2018 4 commits
-
-
Sympa authors authored
-
Sympa authors authored
-
Sympa authors authored
Updating source texts according to fixes on en_US catalog
-
IKEDA Soji authored
Formally drop support for Sybase
-