From e7991d6e59dd2b00bccde488fdb5b28eea22657d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 6 Aug 2023 18:47:53 +0200 Subject: [PATCH] Testing (#51) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 1.6.8 (#25) * 1.6.8 * Update updater.sh * Config panel (#30) * Update manifest.json * Auto-update README * Update config_panel.toml * 1.6.10 (#33) * 1.6.10 * Auto-update README Co-authored-by: yunohost-bot * Auto-update README * [autopatch] Add Common Platform Enumeration id to `manifest.json` (#35) Co-authored-by: Yunohost-Bot <> * set relative path for --keep opt (#36) * Update manifest.json * Auto-update README * Fix scripts order * 1.7.2 (#38) * 1.7.0 * Auto-update README * Update install * fix * Update install * Update mytinytodo.sql * Fix * Update install * Update restore * Update upgrade * Fix * 1.7.1 * Auto-update README * Fix * Fix * 1.7.2 * Update upgrade * Auto-update README * Update upgrade * Update upgrade Co-authored-by: yunohost-bot * 1.7.3 * Auto-update README * Upgrade auto-updater (#46) * [autopatch] Upgrade auto-updater * Auto-update README --------- Co-authored-by: tituspijean * Version 2 (#47) * v2 * Auto-update README * v2 * Update restore --------- Co-authored-by: yunohost-bot * Update manifest.toml * Auto-update README * cleaning * cleaning * Update manifest.toml * cleaning * Update manifest.toml * Auto-update README * Cleaning * Auto-update README * cleaning * Auto-update README * Update manifest.toml * Update manifest.toml * Update manifest.toml * Auto-update README --------- Co-authored-by: yunohost-bot Co-authored-by: YunoHost Bot Co-authored-by: tituspijean --- README.md | 6 ++++-- README_fr.md | 6 ++++-- check_process | 25 ------------------------- config_panel.toml.example | 4 ++-- doc/DESCRIPTION.md | 4 +++- manifest.toml | 10 +++++----- 6 files changed, 18 insertions(+), 37 deletions(-) delete mode 100644 check_process diff --git a/README.md b/README.md index c9715c8..e2c359b 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview +Simple way to manage your todo lists. + ### Features - Multiple lists @@ -29,10 +31,10 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in - Smart syntax improves creation of tasks (usage: /priority/ Task /tags/) - Print-friendly CSS -- tyle for mobiles devices +- Style for mobiles devices -**Shipped version:** 1.7.3~ynh3 +**Shipped version:** 1.7.4~ynh1 **Demo:** https://www.mytinytodo.net/demo/ diff --git a/README_fr.md b/README_fr.md index b32bee6..4b6d83e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -16,6 +16,8 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Vue d’ensemble +Simple way to manage your todo lists. + ### Features - Multiple lists @@ -29,10 +31,10 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po - Smart syntax improves creation of tasks (usage: /priority/ Task /tags/) - Print-friendly CSS -- tyle for mobiles devices +- Style for mobiles devices -**Version incluse :** 1.7.3~ynh3 +**Version incluse :** 1.7.4~ynh1 **Démo :** https://www.mytinytodo.net/demo/ diff --git a/check_process b/check_process deleted file mode 100644 index 2bdf7ce..0000000 --- a/check_process +++ /dev/null @@ -1,25 +0,0 @@ -;; Test complet - ; Manifest - domain="domain.tld" - path="/path" - language="fr" - is_public=1 - ; Checks - pkg_linter=1 - setup_sub_dir=1 - setup_root=1 - setup_nourl=0 - setup_private=1 - setup_public=1 - upgrade=1 - upgrade=1 from_commit=b598d7235944070a438db49710d141b7ece25669 - backup_restore=1 - multi_instance=0 - change_url=1 -;;; Options -Email= -Notification=none -;;; Upgrade options - ; commit=b598d7235944070a438db49710d141b7ece25669 - name= Upgrade to version 1.6.4 (#14) - manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& diff --git a/config_panel.toml.example b/config_panel.toml.example index c2c6ecd..28b6445 100644 --- a/config_panel.toml.example +++ b/config_panel.toml.example @@ -10,10 +10,10 @@ name = "myTinyTodo configuration" ask = "Set title" type = "string" help = "Specify a title for your todolist." - bind = "title:__FINALPATH__/config.php" + bind = "title:__INSTALL_DIR__/config.php" [main.config.set_password] ask = "Set password" type = "password" help = "Specify password here to protect your tasks from modification, or leave empty that everyone could read/write todolist." - bind = "password:__FINALPATH__/config.php" + bind = "password:__INSTALL_DIR__/config.php" diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 3c5ac00..a932b34 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,3 +1,5 @@ +Simple way to manage your todo lists. + ### Features - Multiple lists @@ -11,4 +13,4 @@ - Smart syntax improves creation of tasks (usage: /priority/ Task /tags/) - Print-friendly CSS -- tyle for mobiles devices +- Style for mobiles devices diff --git a/manifest.toml b/manifest.toml index f971ce8..a918d12 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "myTinyTodo" description.en = "Open source to-do list script" description.fr = "Gestionnaire de todo list" -version = "1.7.3~ynh3" +version = "1.7.4~ynh1" maintainers = ["plabuse"] @@ -17,7 +17,7 @@ admindoc = "https://www.mytinytodo.net/faq.php" code = "https://github.com/maxpozdeev/mytinytodo" [integration] -yunohost = ">= 11.1.17" +yunohost = ">= 11.2" architectures = "all" multi_instance = false ldap = false @@ -44,8 +44,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/maxpozdeev/mytinytodo/releases/download/v1.7.3/mytinytodo-v1.7.3.tar.gz" - sha256 = "7ba7b4c78cf12cb56c70bbc3768e22d4e9de871d09dd5c25126b9d9e3e0cdec9" + url = "https://github.com/maxpozdeev/mytinytodo/releases/download/v1.7.4/mytinytodo-v1.7.4.tar.gz" + sha256 = "3eee5792a1d73292edd7137c68e219caba5a28601e376216267935e8b1b22864" autoupdate.strategy = "latest_github_tag" [resources.system_user] @@ -56,7 +56,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "mariadb-server php8.0-mysqli php8.0-pdo" + packages = "mariadb-server php8.2-mysqli php8.2-pdo" [resources.database] type = "mysql"