diff --git a/onebuttoninstaller/ext/onebuttoninstaller.php b/onebuttoninstaller/ext/onebuttoninstaller.php index 6045ed2..89df3d3 100644 --- a/onebuttoninstaller/ext/onebuttoninstaller.php +++ b/onebuttoninstaller/ext/onebuttoninstaller.php @@ -140,28 +140,25 @@ function log_display($loginfo) { for ($k = 0; $k < count($unsupported); $k++) { // check for unsupported release / architecture / platforms if (!check_min_release($unsupported[$k]) || ($unsupported[$k] == $g['arch']) || ($unsupported[$k] == $g['platform'])) { echo " \n"; - break; + continue 2; // unsupported, therefore we leave and proceed to the next extension in the list } } } // check if extension is already installed (existing config.xml or postinit cmd entry) $already_installed = false; -echo " \n"; echo "> echo "> "; -// \n"; } -echo "\n"; + echo "\n"; } // EOcount else echo "" . $result[$loginfo['columns'][$i]['pmid']] . "\n"; } //EObeta-check diff --git a/onebuttoninstaller/locale-obi/de/LC_MESSAGES/nas4free.mo b/onebuttoninstaller/locale-obi/de/LC_MESSAGES/nas4free.mo index 50220b7..1ae253d 100644 Binary files a/onebuttoninstaller/locale-obi/de/LC_MESSAGES/nas4free.mo and b/onebuttoninstaller/locale-obi/de/LC_MESSAGES/nas4free.mo differ diff --git a/onebuttoninstaller/locale-obi/el/LC_MESSAGES/nas4free.mo b/onebuttoninstaller/locale-obi/el/LC_MESSAGES/nas4free.mo index ff5c4cf..b85808e 100644 Binary files a/onebuttoninstaller/locale-obi/el/LC_MESSAGES/nas4free.mo and b/onebuttoninstaller/locale-obi/el/LC_MESSAGES/nas4free.mo differ diff --git a/onebuttoninstaller/locale-obi/es/LC_MESSAGES/nas4free.mo b/onebuttoninstaller/locale-obi/es/LC_MESSAGES/nas4free.mo index 54c20b9..3cc2af4 100644 Binary files a/onebuttoninstaller/locale-obi/es/LC_MESSAGES/nas4free.mo and b/onebuttoninstaller/locale-obi/es/LC_MESSAGES/nas4free.mo differ diff --git a/onebuttoninstaller/locale-obi/fr/LC_MESSAGES/nas4free.mo b/onebuttoninstaller/locale-obi/fr/LC_MESSAGES/nas4free.mo index 0428ebe..c0d6432 100644 Binary files a/onebuttoninstaller/locale-obi/fr/LC_MESSAGES/nas4free.mo and b/onebuttoninstaller/locale-obi/fr/LC_MESSAGES/nas4free.mo differ diff --git a/onebuttoninstaller/locale-obi/it/LC_MESSAGES/nas4free.mo b/onebuttoninstaller/locale-obi/it/LC_MESSAGES/nas4free.mo index 27092fd..9055a5b 100644 Binary files a/onebuttoninstaller/locale-obi/it/LC_MESSAGES/nas4free.mo and b/onebuttoninstaller/locale-obi/it/LC_MESSAGES/nas4free.mo differ diff --git a/onebuttoninstaller/locale-obi/nl/LC_MESSAGES/nas4free.mo b/onebuttoninstaller/locale-obi/nl/LC_MESSAGES/nas4free.mo index b8a7dbf..06ca9bd 100644 Binary files a/onebuttoninstaller/locale-obi/nl/LC_MESSAGES/nas4free.mo and b/onebuttoninstaller/locale-obi/nl/LC_MESSAGES/nas4free.mo differ diff --git a/onebuttoninstaller/locale-obi/ro/LC_MESSAGES/nas4free.mo b/onebuttoninstaller/locale-obi/ro/LC_MESSAGES/nas4free.mo index 0b65fa9..211f1e8 100644 Binary files a/onebuttoninstaller/locale-obi/ro/LC_MESSAGES/nas4free.mo and b/onebuttoninstaller/locale-obi/ro/LC_MESSAGES/nas4free.mo differ diff --git a/onebuttoninstaller/locale-obi/ru/LC_MESSAGES/nas4free.mo b/onebuttoninstaller/locale-obi/ru/LC_MESSAGES/nas4free.mo index f89809d..4a32780 100644 Binary files a/onebuttoninstaller/locale-obi/ru/LC_MESSAGES/nas4free.mo and b/onebuttoninstaller/locale-obi/ru/LC_MESSAGES/nas4free.mo differ diff --git a/onebuttoninstaller/locale-obi/sv/LC_MESSAGES/nas4free.mo b/onebuttoninstaller/locale-obi/sv/LC_MESSAGES/nas4free.mo index a4855ba..491ed03 100644 Binary files a/onebuttoninstaller/locale-obi/sv/LC_MESSAGES/nas4free.mo and b/onebuttoninstaller/locale-obi/sv/LC_MESSAGES/nas4free.mo differ diff --git a/onebuttoninstaller/locale-obi/tr/LC_MESSAGES/nas4free.mo b/onebuttoninstaller/locale-obi/tr/LC_MESSAGES/nas4free.mo new file mode 100644 index 0000000..5c26612 Binary files /dev/null and b/onebuttoninstaller/locale-obi/tr/LC_MESSAGES/nas4free.mo differ diff --git a/onebuttoninstaller/locale-obi/uk/LC_MESSAGES/nas4free.mo b/onebuttoninstaller/locale-obi/uk/LC_MESSAGES/nas4free.mo new file mode 100644 index 0000000..84c7835 Binary files /dev/null and b/onebuttoninstaller/locale-obi/uk/LC_MESSAGES/nas4free.mo differ diff --git a/onebuttoninstaller/onebuttoninstaller-install.php b/onebuttoninstaller/onebuttoninstaller-install.php index bb43435..e2f9cde 100644 --- a/onebuttoninstaller/onebuttoninstaller-install.php +++ b/onebuttoninstaller/onebuttoninstaller-install.php @@ -29,7 +29,7 @@ of the authors and should not be interpreted as representing official policies, either expressed or implied, of the FreeBSD Project. */ -$v = "v0.3.2"; // extension version +$v = "v0.3.3"; // extension version $appname = "OneButtonInstaller"; require_once("config.inc"); diff --git a/onebuttoninstaller/release_notes.txt b/onebuttoninstaller/release_notes.txt index 85a4be0..7592a14 100644 --- a/onebuttoninstaller/release_notes.txt +++ b/onebuttoninstaller/release_notes.txt @@ -1,12 +1,21 @@ Version Date Description -0.3.2 2016.08.25 N: configuration - add checkbox to enable the installation of extensions even if they are already installed +0.3.3 2016.09.01 N: Turkish translation + N: Ukrainian translation + C: update Dutch translation + C: update French translation + C: update Greek translation + C: update Russian translation + C: update Spanish translation + C: update Swedish translation + F: Configuration - fix table view if unsupported extension exists +0.3.2 2016.08.25 N: Configuration - add checkbox to enable the installation of extensions even if they are already installed N: Swedish translation C: update Greek translation C: update German translation 0.3.1 2016.08.15 F: OBI installer - add checkbox to override restriction for extensions installation path -0.3 2016.08.14 N: configuration - checkbox to override restriction for extensions installation path +0.3 2016.08.14 N: Configuration - checkbox to override restriction for extensions installation path (limited to a directory under /mnt/) -0.2 2016.08.09 N: configuration - enable/disable beta releases in extensions list +0.2 2016.08.09 N: Configuration - enable/disable beta releases in extensions list N: check hardware platform to use midnightcommander on i386 too F: disabling extension not possible, leads to an error message 0.1 2016.08.01 initial release diff --git a/onebuttoninstaller/version.txt b/onebuttoninstaller/version.txt index d15723f..1c09c74 100644 --- a/onebuttoninstaller/version.txt +++ b/onebuttoninstaller/version.txt @@ -1 +1 @@ -0.3.2 +0.3.3