[vhffs-dev] [GIT] vhffs4/vhffs.git branch, master, updated. 74fe8f0b1047e8a16f0cff1abafcd3145bf02f66 |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
- To: vhffs-dev@xxxxxxxxx
- Subject: [vhffs-dev] [GIT] vhffs4/vhffs.git branch, master, updated. 74fe8f0b1047e8a16f0cff1abafcd3145bf02f66
- From: git@xxxxxxxxxxxxx
- Date: Mon, 04 Apr 2016 00:32:16 +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 74fe8f0b1047e8a16f0cff1abafcd3145bf02f66 (commit)
via a229616a45e72c978bc09948b037b85d6bfc3d37 (commit)
via 209c14104c156566d1a99e2367e54a5c11d1566f (commit)
via 72e594c52f26b6a868e6c6537cf35fd4d4eb2d49 (commit)
from f6842976794d4f4ccf56d4e0350097198a116ee4 (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 74fe8f0b1047e8a16f0cff1abafcd3145bf02f66
Author: Sylvain Rochet <gradator@xxxxxxxxxxxx>
Date: Sun Apr 3 22:28:08 2016 +0000
Panel: DNS: merge A and AAAA records management
A and AAAA records are almost exactly the same, there is no real reason to
manage them separately.
Furthermore we want our users to add the A and the AAAA record when they are
selecting the "Use our servers as destination IP for this record?" option,
this way they are not forgetting adding the AAAA record when they are adding
a new A record.
commit a229616a45e72c978bc09948b037b85d6bfc3d37
Author: Sylvain Rochet <gradator@xxxxxxxxxxxx>
Date: Sun Apr 3 20:23:16 2016 +0000
Panel: DNS: don't display prompt for default A and AAAA records if, respectively, default A and AAAA don't exist in VHFFS configuration
commit 209c14104c156566d1a99e2367e54a5c11d1566f
Author: Sylvain Rochet <gradator@xxxxxxxxxxxx>
Date: Sun Apr 3 19:59:10 2016 +0000
API: DNS: add default_a and default_aaaa functions
We want the panel to propose the default A and AAAA only if this is defined
in the configuration file, those helpers functions will help achieve that.
commit 72e594c52f26b6a868e6c6537cf35fd4d4eb2d49
Author: Sylvain Rochet <gradator@xxxxxxxxxxxx>
Date: Sun Apr 3 19:47:53 2016 +0000
API: DNS: code cleaning
-----------------------------------------------------------------------
Summary of changes:
vhffs-api/src/Vhffs/Panel/DNS.pm | 36 +++++++++-----
vhffs-api/src/Vhffs/Services/DNS.pm | 40 ++++++++++-----
vhffs-panel/templates/dns/prefs.tt | 94 +++++++++--------------------------
3 files changed, 74 insertions(+), 96 deletions(-)
hooks/post-receive
--
vhffs4/vhffs.git