This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 30 Apr, 2009 3 commits
-
-
david.verdin authored
[*feature][Submitted by G. Rousse, INRIA] Complete reorganization of autotools usage in Sympa. Better conformance to the standard usage of these tools. The Sympa configuration parameter has also been rewritten into a single hash, providing a comprehensive and unique declaration structure for these parameters. git-svn-id: https://subversion.renater.fr/sympa/trunk@5688 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5687 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5686 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 29 Apr, 2009 2 commits
-
-
david.verdin authored
[-change] The code positionning the templates parameters "main_robot" and "families" is nows factorized in a new sub "get_server_details" and used in several actions to have the full server admin submenu, whatever action we're in, as long as theyr are server admin related. git-svn-id: https://subversion.renater.fr/sympa/trunk@5682 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5680 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 28 Apr, 2009 2 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5676 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
- new css - new navigation menu through list admin menu - miscellaneous modifications in templates Warning : if you customize your own templates you may notice some mess in the page layout. In such a case compare your templates to the distributed version and report any difference to your own files... Enjoy ! ;o) git-svn-id: https://subversion.renater.fr/sympa/trunk@5675 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 27 Apr, 2009 4 commits
-
-
david.verdin authored
[-bug] Legacy character support missed clear help file to precise the usage of 'legacy_character_support_feature'. Bug in the definition of this parameter that mad its definition mandatory. Fixed by leaving it facultative. git-svn-id: https://subversion.renater.fr/sympa/trunk@5674 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[change] Legacy character set support (submitted by S. Ikeda) is now enabled if the 'legacy_character_support_feature' sympa.conf parameter is set to on. [feature] New parameter 'legacy_character_support_feature'. If set to 'on', legacy character support will be enabled, as discussed in https://listes.cru.fr/sympa/arc/sympa-dev/2006-09/msg00029.html and its follow-ups. Any other value or no definition at all disables the functionnality. git-svn-id: https://subversion.renater.fr/sympa/trunk@5673 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[feature][#5887][Submitted by S. Ikeda] A few years ago, Soji posted several patches to support legacy character set support for service messages. See https://listes.cru.fr/sympa/arc/sympa-dev/2006-09/msg00029.html and its follow-ups. As this feature has been disabled temporarily, he decided to maintain it again. git-svn-id: https://subversion.renater.fr/sympa/trunk@5672 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[feature] Now bulk logs when a message is completely sent to users for which VERP is not used. Still need to do it for VERP sendings. [change] priority_bulkmailer database field is now split into two fields: priority_message_bulkmailer and priority_packet_bulkmailer. This allows to define different priority for some packets. The use case is to give the last packet to be sent for a list a lower priority. this way, whichever bulk that sends this packet knows that it was the last one. git-svn-id: https://subversion.renater.fr/sympa/trunk@5671 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 24 Apr, 2009 1 commit
-
-
david.verdin authored
[-bug] Bulk default pid name did not match bulk process name, thus preventing the sympa init script from checking its status. Fixed by changing default pid name. git-svn-id: https://subversion.renater.fr/sympa/trunk@5670 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 Apr, 2009 1 commit
-
-
david.verdin authored
[feature] New parameter: bulk_sleep : the time a bulk process waits for when befor starting a new loop when it didn't find a packet to send. [change] The bulk_ttl parameter is now named bulk_lazytime: it is the time a slave bulk process waits before terminating after its last packet sending. [bug] Modified the sympa init script to be able to start and stop the bulk mailer. git-svn-id: https://subversion.renater.fr/sympa/trunk@5667 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Apr, 2009 3 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5666 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5665 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[bug] Sympa start and stop script used the "status" command for system whose OSTYPE was 'linux-gnu'. These systems don't seem to have such a command. git-svn-id: https://subversion.renater.fr/sympa/trunk@5664 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 15 Apr, 2009 1 commit
-
-
david.verdin authored
[feature] The bulk mailer is now separated into two different categories of processes: master and slave. When lauched, only one bulk mailer process runs : the master. If the number of packets to be sent grows too large, it forks to several slave processes, that will auto-destroy after some time. four parameters are used: - bulk_fork_threshold the number of waiting packets that, once reached, triggers the slaves creation - bulk_max_count the total number of bulk processes allowed. - bulk_ttl the time to live for slave processes (in seconds) - bulk_wait_to_fork the number of seconds that elapse before the master bulk process check if the number of packet is too large and slave creation is neccessary. Note the this check implies a query to the database. git-svn-id: https://subversion.renater.fr/sympa/trunk@5662 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 14 Apr, 2009 2 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5661 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[bug] Sympa was trying to use the database config before this database was created, at first startup. Fixed by forcing to load only the config file before probing the database structure. git-svn-id: https://subversion.renater.fr/sympa/trunk@5660 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Apr, 2009 3 commits
-
-
david.verdin authored
[bug] fixe incorrect requiered_privilege definition for purge_lists action git-svn-id: https://subversion.renater.fr/sympa/trunk@5659 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5658 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5657 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Apr, 2009 2 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5656 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5655 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 Apr, 2009 5 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5654 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5653 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5652 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
http://server/sympa/<adavid.verdin authored
[feature] Now http://server/sympa/<a valid listname> is redirect to http://server/sympa/info/<a valid listname> insteed of "unkown action" error git-svn-id: https://subversion.renater.fr/sympa/trunk@5651 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[bug] Partial solution for incorrect redirection after login. This patch is not perfect because it does not clean Sympa from all previous way to do it. git-svn-id: https://subversion.renater.fr/sympa/trunk@5650 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Apr, 2009 2 commits
-
-
david.verdin authored
[feature] new table in order to store robot config parameters that can be edited inline. This feature is used for color edition in sympa admin/skinsedit git-svn-id: https://subversion.renater.fr/sympa/trunk@5649 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5648 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Apr, 2009 1 commit
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5647 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Apr, 2009 2 commits
-
-
david.verdin authored
[bug] When notifying the listamaster that an owner had changed her/his mail address, the message was croped. Only on affected list nam was displayed instead of the full list. this was due to a bad parameter sending to the tté engine and to a bad syntax in TT2 FOREACH directive. git-svn-id: https://subversion.renater.fr/sympa/trunk@5643 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[bug][Reported by M.P. Laisne, Rennes Academy] email change through the user preferences in the web interface was our of order. This was due to a bad initialization of old and new email parameters. Fixed by using values associated to the ticket. git-svn-id: https://subversion.renater.fr/sympa/trunk@5642 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 Mar, 2009 1 commit
-
-
david.verdin authored
- Bokmål (B. C. Aasgaard) - Polish (L. Zygmanski) - Finn (J.P. Paloposki) - Vietnamese (C. Siddall) Thanks to the translators for their efforts! git-svn-id: https://subversion.renater.fr/sympa/trunk@5638 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 25 Mar, 2009 1 commit
-
-
david.verdin authored
[bug][#5905][Reported by A. Stephens, Bristol University] A [% list %] TT2 var was trailing after e return directive in javascript. git-svn-id: https://subversion.renater.fr/sympa/trunk@5632 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 Mar, 2009 1 commit
-
-
david.verdin authored
[change] Fixing a problem in custom archiver : now the custom archiver MUSt accept two parameters : list and filename. Both parameters are filled by archived.pl at execution time. wwsympa.conf must contain the absolute path to the custom archiver script if admins to use this feature. git-svn-id: https://subversion.renater.fr/sympa/trunk@5630 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Mar, 2009 1 commit
-
-
david.verdin authored
[feature] new 'custom_archiver' parameter. allows to define a charcter string corresponding to a script that is excuted instead of mhonarc when archiving a message. This script must end with the argument for the message file to archive. example : "myscript.pl --file=". git-svn-id: https://subversion.renater.fr/sympa/trunk@5629 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 18 Mar, 2009 1 commit
-
-
david.verdin authored
[feature][#930][Submitted by S. Amrani, gendarmerie nationale] New scenario test : less_than. Allows to compare two values. Is true if the first one is less than the second one. Works with strings, too, if you like. git-svn-id: https://subversion.renater.fr/sympa/trunk@5628 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 Mar, 2009 1 commit
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5627 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-