This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 30 Apr, 2020 2 commits
-
-
root authored
Fix: List::load() does call check_param_constraint(). This is not required; check_param_constraint() only make sense when a family list gets re/instantiated. These calls are very expensive for institutions heavily using families. Our production list service has 2.500 lists; most of them belonging to a family. In these circumstances wwsympa.fcgi startup takes 3 minutes. Applying this patch lowers wwsympa.fcgi to 35 seconds. Much better. I did some tests to ensure this patch does not prevent param_constraint checking while instantiating, modifying, adding lists to families. My tests (based on Test::BDD::Cucumber) are public on https://github.com/salaun-urennes1/sympa-functional-tests
-
root authored
Fix : sympa.pl --instantiate_family did not return errors if there was only one. Also did return status 0 wen we encoutered errors
-
- 21 Apr, 2020 1 commit
-
-
IKEDA Soji authored
Fix missing content for listmaster admin template edits in the web interface
-
- 07 Apr, 2020 1 commit
-
-
Stefan Hornburg (Racke) authored
-
- 06 Apr, 2020 1 commit
-
-
Stefan Hornburg (Racke) authored
`sympa.pl --sync_include`: No errors were reported to caller
-
- 28 Mar, 2020 1 commit
-
-
Stefan Hornburg (Racke) authored
-
- 23 Mar, 2020 3 commits
-
-
IKEDA Soji authored
`spam_protection` list paramter did not derive its default from robot/site config
-
IKEDA Soji authored
Data sources: ldap_2level: Returns at most one result not according to select2 parameter
-
IKEDA Soji authored
-
- 18 Mar, 2020 2 commits
-
-
IKEDA Soji authored
Replace `http_host` parameter with `wwsympa_url_local` parameter (addition to #910)
-
IKEDA Soji authored
Instead, the new wwsympa_url_local parameter may be used to specify upstream URL.
-
- 17 Mar, 2020 2 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
Improve logging of archive errors due to possible permission problems
-
- 16 Mar, 2020 1 commit
-
-
IKEDA Soji authored
i.e. users not decided to delete, update nor keep.
-
- 15 Mar, 2020 5 commits
-
-
IKEDA Soji authored
even if one or more of data sources failed inclusion.
-
IKEDA Soji authored
-
IKEDA Soji authored
-
IKEDA Soji authored
-
IKEDA Soji authored
-
- 14 Mar, 2020 2 commits
-
-
IKEDA Soji authored
Split request URI into SCRIPT_NAME and PATH_INFO by Sympa itself
-
IKEDA Soji authored
-
- 13 Mar, 2020 1 commit
-
-
IKEDA Soji authored
-
- 12 Mar, 2020 4 commits
-
-
Sympa authors authored
-
Sympa authors authored
-
IKEDA Soji authored
Fix logging of open file error in Config_XML's constructor.
-
IKEDA Soji authored
-
- 11 Mar, 2020 3 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
-
IKEDA Soji authored
extra-path of script-URI inproperly, we'd be better to reconstruct them: SCRIPT_NAME and PATH_INFO. Note that we shouldn't use non-standard CGI environment varialbes such as REQUEST_URI. - Additional environment variable SYMPA_DOMAIN stands for available mail domain (a.k.a. "robot"). - If no robot providing web service was found according to client's request, error response will be returned.
-
- 10 Mar, 2020 2 commits
-
-
IKEDA Soji authored
Data sources: remote file/remote list: Log description of certificate of the peer
-
IKEDA Soji authored
Update bug tracker url in serveradmin section.
-
- 07 Mar, 2020 7 commits
-
-
Stefan Hornburg (Racke) authored
-
Stefan Hornburg (Racke) authored
-
Stefan Hornburg (Racke) authored
-
Stefan Hornburg (Racke) authored
-
IKEDA Soji authored
Some bugs related to urlize mode
-
IKEDA Soji authored
Fixes issues about synchronization of owners/moderators (#857 & #858)
-
IKEDA Soji authored
WWSympa: edit_list: Now inclusion will no longer be updated immediately, even if parameters on data sources were changed. Instead, a message telling that inclusion will be updated soon (in an hour or so) is shown.
-
- 06 Mar, 2020 2 commits
-
-
Stefan Hornburg (Racke) authored
-
IKEDA Soji authored
Scenario: Prevent crashing by fatal error in syntax of regexp (#860)
-