This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 07 Jan, 2015 8 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11811 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11810 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11809 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11808 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11807 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11806 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[dev] probe_db() will skip database upgrading process according to implementation level of each database driver. Currently drivers for MySQL, PostgreSQL and SQLite are fully implemented. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11805 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
Additionally, crypt_passwd.pl for earlier releases was deprecated. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11804 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Jan, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11803 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 Jan, 2015 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11802 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[dev] Refactoring: Sympa::Datasource::SQL and Sympa::Datasource::LDAP are merged and became Sympa::Database. Code specific to LDAP is moved to Sympa::DatabaseDriver::LDAP. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11801 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 Jan, 2015 3 commits
-
-
sikeda authored
[dev] Refactoring on SQL drivers: Processing specific to each RDBMS were moved to each driver module. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11800 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-dev] Small refactoring: Now SQL datasource recognizes db_host, db_options, db_user and db_passwd but not host, connect_options, user and passwd. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11799 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11798 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
-
- 01 Jan, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11796 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 31 Dec, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11795 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 Dec, 2014 2 commits
-
-
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
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11793 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 25 Dec, 2014 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11792 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11791 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 21 Dec, 2014 1 commit
-
-
sikeda authored
Length would be checked when new list is created or list is renamed. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11790 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Dec, 2014 2 commits
-
-
sikeda authored
* New parameter "process_archive" controls archiving. The default is "off": To enable archiving, it must be set to "on" explicitly. OTOH even if archiving is disabled by setting it "off", past archives will be kept and accessible according to access settings. * Renamed parameters. web_archive.access to archive.web_access; archive.access to archive.mail_access; web_archive.quota to archive.quota; web_archive,max_month to archive.max_month. Though config files of exisiting lists will be updated during upgrading process, listmasters are highly recommended to check new configuration. Customized scenarios, list creation templeates and edit_list.conf will never be upgraded automatically. They should be modified manually, if neccessary. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11789 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11788 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 18 Dec, 2014 2 commits
-
-
david.verdin authored
[feature] New list parameter: 'member_include'. This parameters allows to defined .incl files to include list members, the same way it is done for list admins. This grants extended flexibility in datasources, allowing list owners to tweak their own data sources without accessing to the actual details of the query made to gather email addresses. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11787 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11786 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 Dec, 2014 6 commits
-
-
david.verdin authored
[bug] Sympa would never return the correct list of lists when using topics filter because of commas between percentage signs and the topics name. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11785 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[bug] Getting rid of 'use of uninitialized values in split' errors when computing the data source id. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11784 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11782 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11781 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11780 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11777 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 16 Dec, 2014 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11776 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-bug] (pre-beta fix) SQL search filter was broken: It used obsoleted SQLSource::query() and used SQLSource::fetch() withuout timeout. Use do_prepared_query() and fetchall_arrayref() instead. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11775 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 15 Dec, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11774 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 14 Dec, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11773 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 Dec, 2014 3 commits
-
-
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
-
sikeda authored
[-bug][-change] MIME::Charset->new() can crash if the charset is not known and Sympa::Crash is loaded. Update dependency to include fixed version of MIME::Charset. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11771 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
Fixed by correcting typos to use arrayrefs instead of arrays. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11770 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 12 Dec, 2014 1 commit
-
-
david.verdin authored
[-bug] automatic_bounce_management.tt2 file was not installed during make install, thus leading to empy messages being sent when executing the process_bouncers task. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11769 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-