[vhffs-dev] [GIT] vhffs4/vhffs.git branch, master, updated. 0402acdb3a2f023a47f6b73abe4a3bacaf81a66d |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
- To: vhffs-dev@xxxxxxxxx
- Subject: [vhffs-dev] [GIT] vhffs4/vhffs.git branch, master, updated. 0402acdb3a2f023a47f6b73abe4a3bacaf81a66d
- From: git@xxxxxxxxxxxxx
- Date: Fri, 08 Apr 2016 10:40:24 +0200
This is an automated email from git. It was enerated because a ref
change was pushed to the repository "vhffs4/vhffs.git".
The branch, master has been updated
via 0402acdb3a2f023a47f6b73abe4a3bacaf81a66d (commit)
from 20a8b2741b1ce7cc09c55707ad1d1f99e8d0f95e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0402acdb3a2f023a47f6b73abe4a3bacaf81a66d
Author: Sylvain Rochet <gradator@xxxxxxxxxxxx>
Date: Fri Apr 8 08:39:20 2016 +0000
API: fix internal server error on object duplicate
Commit 3d6991c8 introduced a regression in duplicate object name
handling, moderate_notification was called on an undefined reference in
case of failure.
-----------------------------------------------------------------------
Summary of changes:
vhffs-api/src/Vhffs/Group.pm | 6 ++++--
vhffs-api/src/Vhffs/Services/Bazaar.pm | 2 ++
vhffs-api/src/Vhffs/Services/Cron.pm | 2 ++
vhffs-api/src/Vhffs/Services/Cvs.pm | 2 ++
vhffs-api/src/Vhffs/Services/DNS.pm | 1 +
vhffs-api/src/Vhffs/Services/Git.pm | 2 ++
vhffs-api/src/Vhffs/Services/Mail.pm | 2 ++
vhffs-api/src/Vhffs/Services/MailingList.pm | 2 ++
vhffs-api/src/Vhffs/Services/Mercurial.pm | 2 ++
vhffs-api/src/Vhffs/Services/Mysql.pm | 2 ++
vhffs-api/src/Vhffs/Services/Pgsql.pm | 2 ++
vhffs-api/src/Vhffs/Services/Repository.pm | 2 ++
vhffs-api/src/Vhffs/Services/Svn.pm | 2 ++
vhffs-api/src/Vhffs/Services/Web.pm | 2 ++
vhffs-api/src/Vhffs/User.pm | 14 +++++++-------
15 files changed, 36 insertions(+), 9 deletions(-)
hooks/post-receive
--
vhffs4/vhffs.git