mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 370057097cd79ff5412523f497e7a400e5ca3516
parent 1a52b153bc51d5540d5aae35f41be593145e0b10
Author: markseu <mark2011@mayberg.se>
Date:   Sat,  9 Oct 2021 15:43:40 +0200

Updated edit extension, repaired update button

Diffstat:
Msystem/extensions/edit.php | 4++--
Msystem/extensions/update-current.ini | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/system/extensions/edit.php b/system/extensions/edit.php @@ -2,7 +2,7 @@ // Edit extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/edit class YellowEdit { - const VERSION = "0.8.53"; + const VERSION = "0.8.54"; public $yellow; // access to API public $response; // web response public $merge; // text merge @@ -688,7 +688,7 @@ class YellowEdit { $this->response->rawDataOutput = ""; } } else { - $this->response->status = $this->yellow->command("update")==0 ? "done" : "error"; + $this->response->status = $this->yellow->command("update all")==0 ? "done" : "error"; } if ($this->response->status=="done") { $location = $this->yellow->lookup->normaliseUrl($scheme, $address, $base, $location); diff --git a/system/extensions/update-current.ini b/system/extensions/update-current.ini @@ -38,11 +38,11 @@ system/layouts/pagination.html: pagination.html, create, update, careful content/shared/page-error-404.md: page-error-404.md, create, optional Extension: Edit -Version: 0.8.53 +Version: 0.8.54 Description: Edit your website in a web browser. HelpUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/edit DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/zip/edit.zip -Published: 2021-10-04 17:16:49 +Published: 2021-10-09 15:39:47 Developer: Datenstrom Tag: feature system/extensions/edit.php: edit.php, create, update