From 67d07eab15f401cd9477d8c34fcf6d501a7014a5 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sat, 22 Nov 2014 19:36:51 +0545 Subject: AutoConfigBackup current host appears twice in dropdown When building the lists of available host names on the Restore tab, the current host is listed twice if it already has some backups. This makes the code a bit smarter to not do that. IMHO not worth updating the version number, since this is purely cosmetic. --- config/autoconfigbackup/autoconfigbackup.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/autoconfigbackup/autoconfigbackup.php b/config/autoconfigbackup/autoconfigbackup.php index 755c47aa..52b3eca9 100644 --- a/config/autoconfigbackup/autoconfigbackup.php +++ b/config/autoconfigbackup/autoconfigbackup.php @@ -357,10 +357,17 @@ EOF;
Hostname: -- cgit v1.2.3 From 44a9bb92c8ac077a986f5958d5703d33c7a5288c Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 26 Nov 2014 16:33:46 +0545 Subject: AutoConfigBackup version bump That is a bit of a pain how some packages also have their version in a package-specific XML and it gets out of date. I do not think it is really used for anything. --- config/autoconfigbackup/autoconfigbackup.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/autoconfigbackup/autoconfigbackup.xml b/config/autoconfigbackup/autoconfigbackup.xml index d6a59720..eb3f7545 100644 --- a/config/autoconfigbackup/autoconfigbackup.xml +++ b/config/autoconfigbackup/autoconfigbackup.xml @@ -37,7 +37,7 @@ Automatically backs up your pfSense configuration. All contents are encrypted before being sent to the server. Requires Gold Subscription from https://portal.pfsense.org pfSense Portal subscription AutoConfigBackup - 1.25 + 1.28 Diagnostics: Auto Configuration Backup Change /usr/local/pkg/autoconfigbackup.inc -- cgit v1.2.3