This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 16 Jul, 2012 2 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7472 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7471 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 Jul, 2012 1 commit
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7470 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 11 Jul, 2012 9 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7466 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7465 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7464 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7463 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7462 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7461 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[bug] The automatic list families loading was done by directly casting the result &Conf::get_parameters, which led wwsympa to crash when no automatic list was dfined. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7460 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7459 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7458 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Jul, 2012 3 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7456 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7455 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7454 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Jul, 2012 2 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7452 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7450 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 Jul, 2012 2 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7446 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7445 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 04 Jul, 2012 1 commit
-
-
david.verdin authored
[*change]Now the bulk master daemon checks its actual children processes, compare the pid found to the list of children it created. If some children died, the listmaster is notified and new children are created to reach the maximum allowed number of processes. This functionnalityt introduces a new dependency to the Proc::ProcessTable module. In addition, Sympa processes put a lock on pid files when changing its content. This prevents multiple instannces process from failing to write to the pid file. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7444 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 21 Jun, 2012 1 commit
-
-
david.verdin authored
[bug] help_suspend.tt2 was not install by make install, because it was not referenced in Makefile.am. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7429 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 Jun, 2012 1 commit
-
-
david.verdin authored
[bug] A call to get_next_user and get_first_user remained in the task_manager, causing it to crash. Fixed by replacing them with get_next_list_member and get_first_list_member. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7418 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Jun, 2012 4 commits
-
-
david.verdin authored
[change] Now bulk master daemon checks the number of packets to send at its first loop, preventing it from trying to send packets before forking. This will speed up the distribution process if the bulk starts when a lot of packets are already waiting to be sent. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7416 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[change] Now a lock is put on pid file before modifying them. This will prevent conflicts when a Sympa process can run in multiple instances. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7415 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[feature] New "voot_feature" sympa.conf paramter. Default value is "off". If set to "on", enables the VOOT feature. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7414 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[change] Now the "new" function in Lock.pm systematically give ownership of the ".lock" files to the Sympa user to prevent lock modification impossibility due to write permission denial. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7413 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 04 Jun, 2012 1 commit
-
-
etiennemeleard authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7411 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 31 May, 2012 2 commits
-
-
david.verdin authored
[bug] the get_list_member function did not return undef when a user was not found in the database, leading to the situation where any address was considered to be already subscribed. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7407 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7406 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 May, 2012 5 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7403 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[change] When a user did not exist in database, trying to retrieve information would lead to a log indicating that it was not possible to retrieve informations about the user in the database. Though true, this message could lead admins to think that connection to the databdase was faulty. Now, the messages clearly distinguish the cases when the database had troubles and when the query did not return any records. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7402 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[-bug] merge with version 6.1 had led to the reintroduction of the "get_*_user" instead of "get_*_list_member". git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7401 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[bug] Got rid of the "Failed to parse custom attributes" errors by checking whether the parsing was actually successful or not. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7400 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7398 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 29 May, 2012 6 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7397 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7396 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[-bug] Some multi-valued parameters were badly defined, using, as a split charater, a comma stuck to a white space. This lead Sympa to misinterpret lists not using spaces after a comme. Fixed by removing the white space in the split_cchar definition sub-parameter. Also fixed an error in log during upgrade process. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7395 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7393 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7392 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7391 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-