This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 21 Jul, 2020 3 commits
-
-
Sympa authors authored
-
Sympa authors authored
-
IKEDA Soji authored
-
- 10 Jul, 2020 2 commits
-
-
IKEDA Soji authored
Uunexpected error log "Unable to verify S/MIME signature" (#963)
-
IKEDA Soji authored
* review: Won't process sync_include in advance so that processing will be faster. * Refactoring. Sympa::List::on_the_fly_sync_include() was removed. Instead, "include" request handler had "delay" option. * Remove unused "last_sync" cache entries. "last_change" entries remain. * sync_include will no longer be invoked during Sympa::List->new(): - No owner defined in a list is no longer treated as error_config. - Instead, if no owner defined, - If possible, discard incoming message and send back DSN to original sender, - or, notifications to owners will be redirected to listmaster(s). * Refactoring: Remove unused functions * Small refactoring: mail_tt2/listeditor_notification.tt2 is no longer used. * Clarify log messages and DSN about undefined owner/editor/listmaster
-
- 26 Jun, 2020 1 commit
-
-
IKEDA Soji authored
-
- 13 Jun, 2020 1 commit
-
-
IKEDA Soji authored
* Merge @Sympa::ConfDef::params into %Sympa::ListDef::pinfo * Merge %Conf::old_params into %Sympa::ListDef::pinfo * Add aliases of parameter names for compatibility to sympa.conf/robot.conf of earlier versions. * Move content of Sympa::ListDef to Sympa::Config::Schema * Move content of Sympa::ConfDef to Sympa::Config::Schema * Defining additional format entries in config schema. * Merge sympa.conf(5) and list_config(5) into sympa_config(5).
-
- 06 Jun, 2020 3 commits
-
-
IKEDA Soji authored
"false" values in XML file prevent list creation (#953)
-
IKEDA Soji authored
-
IKEDA Soji authored
This bug was injected at 6.2.49b.2 (9b562c6b).
-
- 28 May, 2020 1 commit
-
-
IKEDA Soji authored
Every time users were loaded via include_sql_query Sympa would raise warnings
-
- 25 May, 2020 2 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
support scripts: Add /usr/bin/env in shbang that is nearly (not really) portable way to solve the path.
-
- 24 May, 2020 3 commits
-
-
Sympa authors authored
A module couldn't compile without optional dependency.
-
Sympa authors authored
-
IKEDA Soji authored
[SA 2020-002] Security flaws in setuid wrappers (#943)
-
- 23 May, 2020 1 commit
-
-
IKEDA Soji authored
-
- 22 May, 2020 1 commit
-
-
IKEDA Soji authored
Sympa SA 2020-002 (candidate): Setuid wrappers should clear environment variables to avoid exploits.
-
- 19 May, 2020 2 commits
-
-
Olivier Salaun authored
-
Olivier Salaun authored
Revert "Every time users were loaded via include8sql_query Sympa would raise warnings : Use of uninitialized value in printf at /usr/local/sympa/bin/Sympa/DataSource/SQL.pm line 91. Obviously the issue was introduced back in 2015, as mentionned in https://listes.renater.fr/sympa/arc/sympa-users/2015-12/msg00002.html." This reverts commit 067e92a1.
-
- 18 May, 2020 4 commits
-
-
root authored
Every time users were loaded via include8sql_query Sympa would raise warnings : Use of uninitialized value in printf at /usr/local/sympa/bin/Sympa/DataSource/SQL.pm line 91. Obviously the issue was introduced back in 2015, as mentionned in https://listes.renater.fr/sympa/arc/sympa-users/2015-12/msg00002.html.
-
Sympa authors authored
-
Sympa authors authored
-
Sympa authors authored
-
- 12 May, 2020 5 commits
-
-
IKEDA Soji authored
Typos in set_index() of some DatabaseDriver classes.
-
IKEDA Soji authored
list index performance update for wwsympa.fcgi do_lists subroutine (#925)
-
IKEDA Soji authored
-
IKEDA Soji authored
2 fixes related to list families
-
IKEDA Soji authored
-
- 03 May, 2020 4 commits
-
-
Sympa authors authored
-
IKEDA Soji authored
-
Sympa authors authored
-
Sympa authors authored
Updating source texts according to fixes on en_US catalog
-
- 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
-
- 29 Apr, 2020 2 commits
-
-
IKEDA Soji authored
After login, the last content, not always the last page, is shown (#580)
-
IKEDA Soji authored
-
- 21 Apr, 2020 1 commit
-
-
IKEDA Soji authored
Fix missing content for listmaster admin template edits in the web interface
-
- 19 Apr, 2020 1 commit
-
-
IKEDA Soji authored
-
- 07 Apr, 2020 1 commit
-
-
Stefan Hornburg (Racke) authored
-