[vhffs-dev] [GIT] vhffs4/vhffs.git branch, master, updated. 7e91678f7f27a3a26c82a7d2fe1434a4f009718b |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
- To: vhffs-dev@xxxxxxxxx
- Subject: [vhffs-dev] [GIT] vhffs4/vhffs.git branch, master, updated. 7e91678f7f27a3a26c82a7d2fe1434a4f009718b
- From: git@xxxxxxxxxxxxx
- Date: Mon, 28 Mar 2016 17:50:54 +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 7e91678f7f27a3a26c82a7d2fe1434a4f009718b (commit)
via aa7884541f81311105bc87db3ebfa9d85f22d532 (commit)
via cdc744d316dc24b7f3c9bb8ce8fb1a05083afab8 (commit)
via 70c50312aff1453ef9c1778ae4269c7e5c0eb29e (commit)
via 95c9eaaf8f3956ef1554855534decbd9da5769a7 (commit)
via b161bf861e173450614a830cdba9af35b9de1495 (commit)
from de11dae3f668a61af23149c19a4cb2e5f7e7df3d (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 7e91678f7f27a3a26c82a7d2fe1434a4f009718b
Author: Sylvain Rochet <gradator@xxxxxxxxxxxx>
Date: Mon Mar 28 15:49:57 2016 +0000
API: use Users::send_mail_from_moderator instead of Vhffs::Functions::send_mail where it is appropriate
commit aa7884541f81311105bc87db3ebfa9d85f22d532
Author: Sylvain Rochet <gradator@xxxxxxxxxxxx>
Date: Mon Mar 28 15:41:28 2016 +0000
API: user: add send_mail_from_moderator helper function
commit cdc744d316dc24b7f3c9bb8ce8fb1a05083afab8
Author: Sylvain Rochet <gradator@xxxxxxxxxxxx>
Date: Mon Mar 28 15:38:50 2016 +0000
API: rename User::send_mail_user to User::send_mail_from_master
We are going to need a send_mail_from_moderator function very soon, rename
send_mail_user to send_mail_from_master to prevent confusion.
commit 70c50312aff1453ef9c1778ae4269c7e5c0eb29e
Author: Sylvain Rochet <gradator@xxxxxxxxxxxx>
Date: Mon Mar 28 15:37:14 2016 +0000
API: broadcast: use $user->send_mail_user instead of Vhffs::Functions::send_mail
Now that $user->send_mail_user supports precedence, use it instead of
Vhffs::Functions::send_mail.
commit 95c9eaaf8f3956ef1554855534decbd9da5769a7
Author: Sylvain Rochet <gradator@xxxxxxxxxxxx>
Date: Mon Mar 28 15:29:00 2016 +0000
API: users: send_mail_user: pass-through for precedence field to Vhffs::Functions::send_mail
commit b161bf861e173450614a830cdba9af35b9de1495
Author: Sylvain Rochet <gradator@xxxxxxxxxxxx>
Date: Mon Mar 28 15:08:08 2016 +0000
API: improve human friendliness of mails by adding firstname and lastname to the mail we send to or on behalf of VHFFS users
-----------------------------------------------------------------------
Summary of changes:
vhffs-api/src/Vhffs/Object.pm | 8 ++---
vhffs-api/src/Vhffs/Panel/Auth.pm | 4 +--
vhffs-api/src/Vhffs/Panel/Contact.pm | 2 +-
vhffs-api/src/Vhffs/Panel/User.pm | 2 +-
vhffs-api/src/Vhffs/Robots/Broadcast.pm | 2 +-
vhffs-api/src/Vhffs/Robots/User.pm | 2 +-
vhffs-api/src/Vhffs/User.pm | 50 ++++++++++++++++++++++++++-----
7 files changed, 52 insertions(+), 18 deletions(-)
hooks/post-receive
--
vhffs4/vhffs.git