This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 12 Jun, 2015 1 commit
-
-
david.verdin authored
[bug] Reported by P. Grzesina, univ. Regina] The CAS button was not showed because the cas_number value in conf was never updated. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12194 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 19 May, 2015 1 commit
-
-
sikeda authored
ToDo: Sympa::List still uses SDM. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12175 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 16 May, 2015 1 commit
-
-
sikeda authored
Another bug on fc() feature was fixed in different manner: See r12082. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12171 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 May, 2015 1 commit
-
-
sikeda authored
[-dev] Note: Now install process by make will generate manpage for only the modules having "=head1 NAME" section. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12140 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 01 May, 2015 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12136 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[feature] Authentication methods ldap, cas and generic_sso support full feature of LDAPS and LDAP/STARTSSL. These additional parameters may be put in auth.conf: use_start_ssl, ssl_ciphers, ssl_cert, ssl_key, ca_verify, ca_path, ca_file. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12131 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 29 Apr, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12119 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 Apr, 2015 1 commit
-
-
david.verdin authored
[bug][Submitted by P. Grzesina, univ. Regina] When CAS was enabled, if you weren't already authenticated against CAS, the browser would go into a redirect loop when you went to Sympa. If you were authenticated, Sympa would not get the user information. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12094 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Apr, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12088 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 Mar, 2015 1 commit
-
-
sikeda authored
[change] Format of messages in archiving spool ("outgoing" spool) are changed. By this change, messages will be handled safer and archiving will be done a bit faster. Messages in the spool with older format will be automatically migrated during upgrading process. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12075 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 Mar, 2015 2 commits
-
-
david.verdin authored
[bug][Reported by P. Grzesina, univ. of Regina] Sympa issued errors when trying to setupe a CAS server for SSO login. This was due to Sympa setting a hash value to scalar and then trying to use this value as a hash ref. Fixed by deleting affectation to scalar value - which is immediately changed to a hash anyway. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12058 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12056 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 11 Mar, 2015 1 commit
-
-
sikeda authored
- best_language - compute_auth - get_search_path - get_supported_languages - request_auth - search_fullpath - send_dsn - send_file - send_notify_to_listmaster This change may help merger work with trunk. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12048 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 Mar, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12038 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Mar, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12034 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 24 Feb, 2015 1 commit
-
-
sikeda authored
[bug][#9665] [Reported by L. Einarsen, Norges teknisk-naturvitenskapelige universitet] Invalid SSL_version "tls" specified in include_ldap_query. Recent versions of IO::Socket::SSL (though it is not explicitly documented that which version changed the syntax) accepts "tlsv1" and so on. Fixed by treating "tls" as synonim of "tlsv1". Additionally, "tlsv1_1" and "tlsv1_2" are also supported now. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11980 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 16 Feb, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11962 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 19 Jan, 2015 1 commit
-
-
sikeda authored
- SDM::probe_db() was moved to Sympa::DatabaseManager::probe_db(). - SDM::data_structure_uptodate() was moved to Conf::data_structure_uptodate(). - Functions specific to database manager were moved from Databasedriver. - Removed functions never used. ToDo: Prevent direct access to $SDM::db_source. ToDo: Careful tests. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11872 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 16 Jan, 2015 1 commit
-
-
david.verdin authored
- Now CSS files and colors are automatically forced to be defaulted to Sympa default values - templates are reinitialized to match the new Sympa skin The following files and directories are copies: - sympa.conf - robot.conf - web_tt2 for etc and each robot Users should see how their customization can be reinserted into the new Sympa skin. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11848 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Jan, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11797 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 Dec, 2014 1 commit
-
-
sikeda authored
[change] Now "host" parameter of the LDAP datasource in list config may include URLs (ldap, ldaps and ldapi) along with hostnames. So "port" and "use_ssl" parameters would be obsoleted. Changes on code: host parameter of the LDAP datasource is checked by multiple_host_or_url regexp instead of multiple_host_with_port regexp; constructor of Sympa::Datasource::LDAP recognizes bind_dn and bind_password parameters; and as side effects, several cosmetic changes in sources are made. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11794 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 Dec, 2014 1 commit
-
-
sikeda authored
[dev] Remove task models crl_update_task and chk_cert_expiration_task which were not fully implemented and were disabled. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11772 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 25 Nov, 2014 1 commit
-
-
sikeda authored
[feature] [Submitted by S. Shipway, Univ. of Auckland] Adding new functions to SympaSOAP: getDetails, setDetails, getCustom and setCustom. The patch was for Sympa 6.1 then a bit modified for Sympa 6.2. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11715 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Nov, 2014 1 commit
-
-
sikeda authored
- distribution spool will not be used anymore. - The --service option of sympa.pl was deprecated. - The distribution daemon and command processing daemon were removed. - The creation daemon will be forked from sympa.pl main daemon if automatic_list_feature configuration option is "on". - The distribution_mode configuration option was deprecated. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11664 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Nov, 2014 1 commit
-
-
sikeda authored
[-change][-bug] If sympa.pl is run with --service=process_command option, DKIM signature will never be added. Because process_command mode stores messages to be distributed into distribution spool without adding shelved actions. Deprecats process_command mode and distribution spool will no longer be used. ToDo: Split sympa.pl into multiple daemons dedicated for list message processing, list creation and digest distribution, respectively. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11653 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 21 Oct, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11574 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 18 Oct, 2014 1 commit
-
-
sikeda authored
[dev] (con'd r11556) Splitting bulk spool to bulk/msg for serialized messages and bulk/pct for recipients (packet) so that both space and speed are improved. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11564 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 14 Oct, 2014 1 commit
-
-
sikeda authored
Packets and messages stored in database by earlier version of Sympa should be migrated using update_bulk_spool.pl utility. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11556 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 Oct, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11513 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 Sep, 2014 1 commit
-
-
etiennemeleard authored
[*change] Default config location is now /etc/sympa/ (or $sysconfig/sympa/) instead of /etc/. This solves the problem of config file lock creation being denied when trying to read the binary version of the config file at startup. WARNING : to upgrade the config location one MUST run sympa.pl --upgrade_config_location before any other upgrading operation. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11475 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 16 Sep, 2014 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11392 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11386 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 01 Sep, 2014 1 commit
-
-
sikeda authored
[dev] Refactoring: Deprecating a few functions in Sympa::Tools::File which are used only once by each. As a side work, Sympa::Message::new_from_template() no longer takes empty string ("") as $tpl parameter. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11340 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 31 Aug, 2014 1 commit
-
-
sikeda authored
Exception: tools::save_to_bad() is kept. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11337 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 Aug, 2014 1 commit
-
-
sikeda authored
- Sympa::Alarm::flush() to flush or purge the spool was separated from send_notify_to_listmaster(). - send_notify_to_listmaster() now takes context (site ('*'), robot, List) as the first argument. - As a side work, mail_tt2/automatic_bounce_management.tt2 was separated from listmaster_notification.tt2 and listowner_notification.tt2. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11336 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 16 Aug, 2014 1 commit
-
-
sikeda authored
Exception: Log::do_log() uses "%m" format string instead of $ERRNO parameter. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11316 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 15 Aug, 2014 1 commit
-
-
sikeda authored
[change] openssl(1) utility is no longer required. Instead, a few CPAN modules are required to use S/MIME or SSL features: - Crypt::SMIME - Crypt::OpenSSL::X509 The parameter "openssl" in sympa.conf was obsoleted. Note that p12topem.pl still needs openssl: To make it work, PATH environment variable should be set appropriately. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11309 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 31 Jul, 2014 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11276 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
Exceptions: - Several functions in List were moved to Robot. - SympaTransport was renamed to Sympa::SOAP::Transport. Following files won't be renamed at present: Log.pm, SDM.pm, tools.pm, tt2.pm, wwslib.pm git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11273 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 29 Jul, 2014 1 commit
-
-
sikeda authored
- Obsoleted tools::pictures_filename(): Use the new $list->find_picture_filenames(). - Obsoleted tools::make_pictures_url(): Use the new $list->find_picture_url(). - New: $list->find_picture_paths(), $list->get_picture_path() and $list->get_picture_url(). As a side work, pictures_max_size parameters now may be configured per robots. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11267 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-