commit 63f15a72b074aaade4bbc31ec6e657145f055e51
parent 723cbf7d68664f2372eb75763bc26118ee32190a
Author: markseu <mark2011@mayberg.se>
Date: Tue, 21 Jun 2022 12:14:36 +0200
Updated test environment
Diffstat:
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/system/extensions/install.php b/system/extensions/install.php
@@ -2,7 +2,7 @@
// Install extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/install
class YellowInstall {
- const VERSION = "0.8.73";
+ const VERSION = "0.8.74";
const PRIORITY = "1";
public $yellow; // access to API
@@ -313,6 +313,7 @@ class YellowInstall {
foreach ($block as $key=>$value) {
if (strposu($key, "/")) {
list($entry, $flags) = $this->yellow->toolbox->getTextList($value, ",", 2);
+ if (!preg_match("/create/i", $flags)) continue;
if (preg_match("/delete/i", $flags)) continue;
if (preg_match("/additional/i", $flags)) continue;
array_push($fileNames, $key);
diff --git a/system/extensions/update-current.ini b/system/extensions/update-current.ini
@@ -64,11 +64,11 @@ media/images/photo.jpg: photo.jpg, create, optional
media/thumbnails/photo-100x40.jpg: photo-100x40.jpg, create, optional
Extension: Install
-Version: 0.8.73
+Version: 0.8.74
Description: Install a brand new, shiny website.
DocumentationUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/install
DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/zip/install.zip
-Published: 2022-05-08 09:16:40
+Published: 2022-06-21 12:10:31
Developer: Datenstrom
Status: unlisted
system/extensions/install.php: install.php, create