[vhffs-dev] [GIT] vhffs4/vhffs.git branch, master, updated. 474321eb8d6775d5df379fa5ebf9612480f0b93d |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
- To: vhffs-dev@xxxxxxxxx
- Subject: [vhffs-dev] [GIT] vhffs4/vhffs.git branch, master, updated. 474321eb8d6775d5df379fa5ebf9612480f0b93d
- From: git@xxxxxxxxxxxxx
- Date: Wed, 17 Feb 2016 22:47:54 +0100
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 474321eb8d6775d5df379fa5ebf9612480f0b93d (commit)
via 7a2ff63617e410976b0c37c24b55d2ec8ccf7d32 (commit)
from 66e8c564800ec291903c9b58bc39159d29613dd9 (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 474321eb8d6775d5df379fa5ebf9612480f0b93d
Author: Sylvain Rochet <gradator@xxxxxxxxxxxx>
Date: Wed Feb 17 21:45:43 2016 +0000
mailinglist: remove superflous selected columns from fill_object method
The calling object, a Vhffs::Object already have those fields set.
commit 7a2ff63617e410976b0c37c24b55d2ec8ccf7d32
Author: Sylvain Rochet <gradator@xxxxxxxxxxxx>
Date: Wed Feb 17 21:40:31 2016 +0000
overall: select refuse_reason from all SQL queries before calling Vhffs::Object _new method
It looks like we didn't manage to understand what we were doing here, calling
the Vhffs::Object _new method without refuse_reason set means that a futher
call to Vhffs::Object commit method cleared the refuse_reason from the database.
Which is very very stupid.
Fix that by selecting refuse_reason from all SQL queries before calling
Vhffs::Object _new method.
-----------------------------------------------------------------------
Summary of changes:
vhffs-api/src/Vhffs/Group.pm | 10 +++++-----
vhffs-api/src/Vhffs/Robots/Cron.pm | 4 ++--
vhffs-api/src/Vhffs/Services/Bazaar.pm | 8 ++++----
vhffs-api/src/Vhffs/Services/Cron.pm | 8 ++++----
vhffs-api/src/Vhffs/Services/Cvs.pm | 8 ++++----
vhffs-api/src/Vhffs/Services/DNS.pm | 6 +++---
vhffs-api/src/Vhffs/Services/Git.pm | 8 ++++----
vhffs-api/src/Vhffs/Services/Mail.pm | 6 +++---
vhffs-api/src/Vhffs/Services/MailingList.pm | 10 +++++-----
vhffs-api/src/Vhffs/Services/Mercurial.pm | 8 ++++----
vhffs-api/src/Vhffs/Services/Mysql.pm | 8 ++++----
vhffs-api/src/Vhffs/Services/Pgsql.pm | 8 ++++----
vhffs-api/src/Vhffs/Services/Repository.pm | 8 ++++----
vhffs-api/src/Vhffs/Services/Svn.pm | 8 ++++----
vhffs-api/src/Vhffs/Services/Web.pm | 8 ++++----
vhffs-api/src/Vhffs/User.pm | 10 +++++-----
16 files changed, 63 insertions(+), 63 deletions(-)
hooks/post-receive
--
vhffs4/vhffs.git