mikuli.cz

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

commit 65d00b964e33ec10037b07437b4184f7f76b997d
parent 4d2320a8d5ce6ee061cd9abc1a200fc0e574ef7d
Author: markseu <mark2011@mayberg.se>
Date:   Thu, 29 Sep 2022 13:01:36 +0200

Updated extensions for new folder structure

Diffstat:
Msystem/extensions/command.php | 2+-
Msystem/extensions/core.php | 2+-
Msystem/extensions/edit.css | 2+-
Msystem/extensions/edit.js | 2+-
Msystem/extensions/edit.php | 2+-
Msystem/extensions/install-language.bin | 0
Msystem/extensions/install.php | 2+-
Msystem/extensions/markdown.php | 2+-
Msystem/extensions/meta.php | 2+-
Msystem/extensions/serve.php | 2+-
Msystem/extensions/stockholm.php | 2+-
Msystem/extensions/update-current.ini | 24++++++++++++------------
Msystem/extensions/update.php | 4++--
Msystem/themes/stockholm.css | 2+-
14 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/system/extensions/command.php b/system/extensions/command.php @@ -1,5 +1,5 @@ <?php -// Command extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/command +// Command extension, https://github.com/annaesvensson/yellow-command class YellowCommand { const VERSION = "0.8.42"; diff --git a/system/extensions/core.php b/system/extensions/core.php @@ -1,5 +1,5 @@ <?php -// Core extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/core +// Core extension, https://github.com/annaesvensson/yellow-core class YellowCore { const VERSION = "0.8.89"; diff --git a/system/extensions/edit.css b/system/extensions/edit.css @@ -1,4 +1,4 @@ -/* Edit extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/edit */ +/* Edit extension, https://github.com/annaesvensson/yellow-edit */ .yellow-bar { position: relative; diff --git a/system/extensions/edit.js b/system/extensions/edit.js @@ -1,4 +1,4 @@ -// Edit extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/edit +// Edit extension, https://github.com/annaesvensson/yellow-edit var yellow = { onLoad: function(e) { yellow.edit.load(e); }, diff --git a/system/extensions/edit.php b/system/extensions/edit.php @@ -1,5 +1,5 @@ <?php -// Edit extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/edit +// Edit extension, https://github.com/annaesvensson/yellow-edit class YellowEdit { const VERSION = "0.8.63"; diff --git a/system/extensions/install-language.bin b/system/extensions/install-language.bin Binary files differ. diff --git a/system/extensions/install.php b/system/extensions/install.php @@ -1,5 +1,5 @@ <?php -// Install extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/install +// Install extension, https://github.com/annaesvensson/yellow-install class YellowInstall { const VERSION = "0.8.76"; diff --git a/system/extensions/markdown.php b/system/extensions/markdown.php @@ -1,5 +1,5 @@ <?php -// Markdown extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/markdown +// Markdown extension, https://github.com/annaesvensson/yellow-markdown class YellowMarkdown { const VERSION = "0.8.22"; diff --git a/system/extensions/meta.php b/system/extensions/meta.php @@ -1,5 +1,5 @@ <?php -// Meta extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/meta +// Meta extension, https://github.com/annaesvensson/yellow-meta class YellowMeta { const VERSION = "0.8.15"; diff --git a/system/extensions/serve.php b/system/extensions/serve.php @@ -1,5 +1,5 @@ <?php -// Serve extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/serve +// Serve extension, https://github.com/annaesvensson/yellow-serve class YellowServe { const VERSION = "0.8.20"; diff --git a/system/extensions/stockholm.php b/system/extensions/stockholm.php @@ -1,5 +1,5 @@ <?php -// Stockholm extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/stockholm +// Stockholm extension, https://github.com/annaesvensson/yellow-stockholm class YellowStockholm { const VERSION = "0.8.13"; diff --git a/system/extensions/update-current.ini b/system/extensions/update-current.ini @@ -3,8 +3,8 @@ Extension: Command Version: 0.8.42 Description: Command line of the website. -DocumentationUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/command -DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/downloads/command.zip +DocumentationUrl: https://github.com/annaesvensson/yellow-command +DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/main/downloads/command.zip Published: 2022-09-22 10:13:59 Developer: Datenstrom Tag: feature @@ -13,8 +13,8 @@ system/extensions/command.php: command.php, create, update Extension: Core Version: 0.8.89 Description: Core functionality of the website. -DocumentationUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/core -DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/downloads/core.zip +DocumentationUrl: https://github.com/annaesvensson/yellow-core +DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/main/downloads/core.zip Published: 2022-06-22 21:10:40 Developer: Datenstrom Tag: feature @@ -29,8 +29,8 @@ system/layouts/pagination.html: pagination.html, create, update, careful Extension: Edit Version: 0.8.63 Description: Edit your website in a web browser. -DocumentationUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/edit -DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/downloads/edit.zip +DocumentationUrl: https://github.com/annaesvensson/yellow-edit +DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/main/downloads/edit.zip Published: 2022-05-20 11:14:14 Developer: Datenstrom Tag: feature @@ -57,7 +57,7 @@ Extension: Install Version: 0.8.76 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/downloads/install.zip +DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/main/downloads/install.zip Published: 2022-09-28 21:14:00 Developer: Datenstrom Status: unlisted @@ -108,10 +108,10 @@ system/extensions/serve.php: serve.php, create, update Extension: Stockholm Version: 0.8.13 Description: Stockholm is a clean theme. -DocumentationUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/stockholm -DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/downloads/stockholm.zip +DocumentationUrl: https://github.com/annaesvensson/yellow-stockholm +DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/main/downloads/stockholm.zip Published: 2022-06-15 16:03:38 -Designer: Datenstrom +Designer: Anna Svensson Tag: theme system/extensions/stockholm.php: stockholm.php, create, update system/themes/stockholm.css: stockholm.css, create, update, careful @@ -123,8 +123,8 @@ system/themes/stockholm-opensans-regular.woff: stockholm-opensans-regular.woff, Extension: Update Version: 0.8.81 Description: Keep your website up to date. -DocumentationUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/update -DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/downloads/update.zip +DocumentationUrl: https://github.com/annaesvensson/yellow-update +DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/main/downloads/update.zip Published: 2022-09-26 19:42:02 Developer: Datenstrom Tag: feature diff --git a/system/extensions/update.php b/system/extensions/update.php @@ -1,5 +1,5 @@ <?php -// Update extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/update +// Update extension, https://github.com/annaesvensson/yellow-update class YellowUpdate { const VERSION = "0.8.81"; @@ -721,7 +721,7 @@ class YellowUpdate { $fileNameLatest = $this->yellow->system->get("coreExtensionDirectory").$this->yellow->system->get("updateLatestFile"); $expire = $this->yellow->toolbox->getFileModified($fileNameLatest) + 60*10; if ($expire<=time()) { - $url = $this->yellow->system->get("updateExtensionUrl")."/raw/master/".$this->yellow->system->get("updateLatestFile"); + $url = $this->yellow->system->get("updateExtensionUrl")."/raw/main/".$this->yellow->system->get("updateLatestFile"); list($statusCode, $fileData) = $this->getExtensionFile($url); if ($statusCode==200 && !$this->yellow->toolbox->createFile($fileNameLatest, $fileData)) { $statusCode = 500; diff --git a/system/themes/stockholm.css b/system/themes/stockholm.css @@ -1,4 +1,4 @@ -/* Stockholm extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/stockholm */ +/* Stockholm extension, https://github.com/annaesvensson/yellow-stockholm */ /* Colors and fonts */