This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 24 Jul, 2012 7 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7519 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[*change] The arc_path wwsympa.conf parameter can now be defined at the robot level. If you want to use this feature, follow these steps: 1- stop archived.pl 2- move the robot archives to the location specified in the arc_path robot parameter 3- restart wwsympa.fcgi 4- start archived.pl git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7518 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[bug] the wwsympa.conf file was not loaded in Conf.pm, thus disabling the main config defaults for virtaul hosts. fixed by loading this file at the beginning of the module. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7517 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7516 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[svn] Removing merge (r 7513) from 6.1 branch from wwsympa.fcgi.in. The merge was done badly and deleted a lot of the latest developments. We now need to redo the merge manually through patches. Rats. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7515 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7514 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7513 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 Jul, 2012 1 commit
-
-
etiennemeleard authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7510 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Jul, 2012 8 commits
-
-
etiennemeleard authored
If, for a specific robot, several notifications are issued within a short period of time with the same operation code only the first ones are sent, the next ones are stacked. The stacking ends when no notifications are issued anymore, or when the first one is too old. All the stacked notifications are then sent as attachments of a single message. Internal settings : - Stack if more than 3 notifications with the same operation code are issued for the same robot - Send stacked notifications if no new one satisfying the condition above was received for more than 30 seconds - Send stacked notifications if the oldest one was issued more than 60 seconds ago git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7501 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
etiennemeleard authored
[bug] VOOTConsumer didn't getting well formed JSON led to process death due to the use of Carp::croak in JSON::XS module [bug] Process could die if JSON::XS module failed to encode responses to JSON in VOOTProvider due to the use of Carp::croak [bug] Getting HTTP response's "code" instead of non existing "status" in OAuthConsumer git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7499 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7496 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7495 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7494 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7493 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7492 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7491 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 18 Jul, 2012 5 commits
-
-
etiennemeleard authored
[feature][#8116][Submitted by Jean-Hugues Belpois] Added a progressbar to list family instantiation. [bug] Fixed dumb list table insert/update workflow that was generating useless errors. [-bug] Added some linefeeds to family instantiation report. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7487 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
etiennemeleard authored
[feature][#8318][Submitted by Dominique Fournier] Subscriber search results aren't limited anymore when using a @domain search mask. "similar subscribers" results do not repeat the found subscribers anymore and are limited to 50 results. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7486 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
etiennemeleard authored
[feature][#8338][Submitted by Dominique Marant] Added a "view lists sorted by subscriber count" functionnality to sympa admin. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7485 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
etiennemeleard authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7484 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
etiennemeleard authored
[feature][#1119][#8403][#8413][#8414][Submitted by Patrick von der Hagen, Renan Manola and Steve Shipway] sql, ldap and ldap2 user inclusions now handles gecos. It uses 2nd returned column for sql and 2nd given attribute for ldap (comma separated). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7483 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 Jul, 2012 2 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7482 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7481 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 16 Jul, 2012 3 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7473 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
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 1 commit
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7452 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-