This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 27 Jul, 2011 7 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7154 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7153 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7150 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7149 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7148 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[-change] A way better change in inheritance handling than in rev 7146. Now SQLSource inherit Datasource and is the moother class of DBManipulatorDefault. This way, we get rid of the superclass juming previously used. SQLsource objects are cast as DBManipulator* objects at the end of the constructor, et voila! git-svn-id: https://subversion.renater.fr/sympa/trunk@7147 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[-bug] When using several RDBMS, the RDBMS type was set for all the SQLSource to the last db type used. Now, any time we want to use the SQLSource object, we check that it has the right superclass. This is not the best solution: we should change the object model so that the definition of the superclass would remain contingentedbe restrained to the instance. git-svn-id: https://subversion.renater.fr/sympa/trunk@7146 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 26 Jul, 2011 2 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7145 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7144 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 Jul, 2011 1 commit
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7143 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 21 Jul, 2011 1 commit
-
-
david.verdin authored
[change] When no listmaster is defined for a robot, the main server listmasters are the default listmasters. git-svn-id: https://subversion.renater.fr/sympa/trunk@7142 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 15 Jul, 2011 2 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7137 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7136 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 31 May, 2011 2 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7110 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7109 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 26 May, 2011 1 commit
-
-
david.verdin authored
[-bug] Added a correction to the correction previously reported by Soji Ikeda for bug [#7689]. Thanks again Soji! git-svn-id: https://subversion.renater.fr/sympa/trunk@7101 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 24 May, 2011 7 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7100 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[-bug] Fix tt2 i18n: Some localization contained [% GET %] tags only, thus leading to an attempt to translate the TT2 tag. Fixed by removing the translations: These strings need to be translated in the code, because they are just parameters for the TT2. git-svn-id: https://subversion.renater.fr/sympa/trunk@7099 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7098 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7097 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7096 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7095 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7094 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 May, 2011 1 commit
-
-
david.verdin authored
[change][#7689][Submitted by S. Ikeda] Several improvments in the sympa_wizard.pl and default parameters handling: * Duplicated entries in confdef.pm were removed. * Parameters definitions were sorted according to Sympa.org site documentaion. * parameter ``domain'' and ``wwsympa_url'' are allocated values when sympa_wzard.pl is run. * Some parameters were not found in Sympa 6.2 online documentation: * list_check_helo * bulk_sleep They are now listed at and after ``Tag based spam filtering'' category. * Enhancement: sympa_wizard.pl create_configuration() was i18n'ized. * Some parameter defaults are differ between confdef.pm and online doc. pictures_feature, automatic_list_creation, misaddressed_commands_regexp, remove_headers, list_check_suffixes, process_bouncers_task, session_table_ttl. git-svn-id: https://subversion.renater.fr/sympa/trunk@7093 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 11 May, 2011 3 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7088 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7087 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7086 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 May, 2011 5 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7083 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7082 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7081 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
[svn] Removing the svn:eol-style property on all files. This property doesn't seem to be really used and can prevent us from committing. git-svn-id: https://subversion.renater.fr/sympa/trunk@7079 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[-feature] Finished factorizing high level functions for database upgrade. Improved index checking: verifying the fields indexed are correct. git-svn-id: https://subversion.renater.fr/sympa/trunk@7076 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 May, 2011 1 commit
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7075 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 May, 2011 1 commit
-
-
david.verdin authored
[-change] finished refactoring of Upgrade::probe_db. Next step: moving the remaining SQLite-specific queries to DBManipulatorSQLite.pm and create test the new functionning with PG and Oracle. git-svn-id: https://subversion.renater.fr/sympa/trunk@7074 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 21 Apr, 2011 2 commits
-
-
david.verdin authored
[feature] Added a hook in the list_menu.tt2 web template. This allows you to create a template called "additional_list_menu_links.tt2". If the template is present in the relevant web_tt2 directory (either list, robot or server), its content will be added at the bottom of the list_menu panel. git-svn-id: https://subversion.renater.fr/sympa/trunk@7073 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7072 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Apr, 2011 4 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7071 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7070 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7069 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@7068 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-