From 99b9f6176379562e7ecf96a0799443b2535fe767 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 16 Sep 2021 07:56:32 +0000 Subject: [PATCH 1/4] Upgrade to v1.20.0 --- conf/app.src | 4 +-- manifest.json | 94 +++++++++++++++++++++++++-------------------------- 2 files changed, 49 insertions(+), 49 deletions(-) diff --git a/conf/app.src b/conf/app.src index d41e830..5621d89 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/backdrop/backdrop/releases/download/1.19.3/backdrop.zip -SOURCE_SUM=bc48494a699ba1a54018165ad46bdd48faa815e87df4ce052a43e8eb1ab23262 +SOURCE_URL=https://github.com/backdrop/backdrop/releases/download/1.20.0/backdrop.zip +SOURCE_SUM=bd4e65683fd0a0a2d82e7031e435a0e674fef297ed39829513126696443e21ce SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index a37a143..7c34e91 100644 --- a/manifest.json +++ b/manifest.json @@ -1,14 +1,14 @@ { - "name": "Backdrop", - "id": "backdrop", - "packaging_format": 1, - "description": { - "en": "Easy-to-use CMS for building professional websites", - "fr": "CMS facile à utiliser pour créer des sites Web professionnels" - }, - "version": "1.19.3~ynh1", - "url": "https://backdropcms.org/", - "upstream": { + "name": "Backdrop", + "id": "backdrop", + "packaging_format": 1, + "description": { + "en": "Easy-to-use CMS for building professional websites", + "fr": "CMS facile à utiliser pour créer des sites Web professionnels" + }, + "version": "1.20.0~ynh1", + "url": "https://backdropcms.org/", + "upstream": { "license": "GPL-2.0", "website": "https://backdropcms.org/", "demo": "https://backdropcms.org/demo", @@ -16,42 +16,42 @@ "userdoc": "https://backdropcms.org/user-guide", "code": "https://github.com/backdrop/backdrop" }, - "license": "GPL-2.0", - "maintainer": { - "name": "eric_G", - "email": "" - }, - "requirements": { - "yunohost": ">= 4.2.4" - }, - "multi_instance": true, - "services": [ - "nginx", - "php7.3-fpm", - "mysql" - ], - "arguments": { - "install" : [ - { - "name": "domain", - "type": "domain", - "example": "domain.org" + "license": "GPL-2.0", + "maintainer": { + "name": "eric_G", + "email": "" }, - { - "name": "path", - "type": "path", - "example": "/backdrop", - "default": "/backdrop" - }, - { - "name": "is_public", - "type": "boolean", - "help": { - "en": "If enabled, Backdrop will be accessible by people who do not have an account. This can be changed later via the webadmin.", - "fr": "Si cette case est cochée, Backdrop sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." - }, - "default": true - } - ] - } + "requirements": { + "yunohost": ">= 4.2.4" + }, + "multi_instance": true, + "services": [ + "nginx", + "php7.3-fpm", + "mysql" + ], + "arguments": { + "install": [ + { + "name": "domain", + "type": "domain", + "example": "domain.org" + }, + { + "name": "path", + "type": "path", + "example": "/backdrop", + "default": "/backdrop" + }, + { + "name": "is_public", + "type": "boolean", + "help": { + "en": "If enabled, Backdrop will be accessible by people who do not have an account. This can be changed later via the webadmin.", + "fr": "Si cette case est cochée, Backdrop sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." + }, + "default": true + } + ] + } } From 41e7e88157c148b01d791eb3f65ad86d58ab9f61 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Thu, 16 Sep 2021 07:56:36 +0000 Subject: [PATCH 2/4] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d661a8..a08727d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Backdrop is a full-featured content management system that allows non-technical - Extensible APIs. -**Shipped version:** 1.19.3~ynh1 +**Shipped version:** 1.20.0~ynh1 **Demo:** https://backdropcms.org/demo diff --git a/README_fr.md b/README_fr.md index e911a9f..6e11d93 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Backdrop is a full-featured content management system that allows non-technical - Extensible APIs. -**Version incluse :** 1.19.3~ynh1 +**Version incluse :** 1.20.0~ynh1 **Démo :** https://backdropcms.org/demo From 4e15e75c041192de9d07ddabcb6d8c9a2c7136ba Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 16 Sep 2021 11:34:21 +0200 Subject: [PATCH 3/4] Fix --- doc/DESCRIPTION.md | 6 ------ doc/DESCRIPTION_fr.md | 1 + doc/DISCLAIMER.md | 3 ++- doc/DISCLAIMER_fr.md | 2 +- 4 files changed, 4 insertions(+), 8 deletions(-) create mode 100644 doc/DESCRIPTION_fr.md diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index b3d3211..20ee868 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,7 +1 @@ Backdrop is a full-featured content management system that allows non-technical users to manage a wide variety of content. It can be used to create all kinds of websites including blogs, image galleries, social networks, intranets, and more. - -### Features: - -- A CMS that can be used out-of-the-box. -- Code that can be learned quickly. -- Extensible APIs. diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..d7932f7 --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1 @@ +Backdrop est un système de gestion de contenu complet qui permet aux utilisateurs non techniques de gérer une grande variété de contenu. Il peut être utilisé pour créer toutes sortes de sites Web, notamment des blogs, des galeries d'image, des réseaux sociaux, des intranets et plus encore. diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 90c6a2e..c78b834 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,3 +1,4 @@ #### upgrade -Backdrop CMS includes an update utility to handle any necessary changes to the database schema or configuration. [See instructions](https://backdropcms.org/upgrade) +Backdrop CMS includes an update utility to handle any necessary changes to the database schema or configuration. +Run `update.php` by navigating to `http://example.com/core/update.php` [See instructions](https://backdropcms.org/upgrade) diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index 38c7c3a..6fec59c 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -1,3 +1,3 @@ ## Configuration -Backdrop CMS inclus un utilitaire de mise à jour pour gérer toutes les modifications nécessaires à configuration et base de données. [Voir les instructions](https://backdropcms.org/upgrade) +Backdrop CMS inclus un utilitaire de mise à jour pour gérer toutes les modifications nécessaires à configuration et base de données. Exécuter `update.php` en naviguant vers `https://example.com/core/update.php` [Voir les instructions](https://backdropcms.org/upgrade) From 94108f573a543330664e82ec6d0a94695e02c98b Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Thu, 16 Sep 2021 09:34:31 +0000 Subject: [PATCH 4/4] Auto-update README --- README.md | 9 ++------- README_fr.md | 10 ++-------- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index a08727d..ea3755b 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,6 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Backdrop is a full-featured content management system that allows non-technical users to manage a wide variety of content. It can be used to create all kinds of websites including blogs, image galleries, social networks, intranets, and more. -### Features: - -- A CMS that can be used out-of-the-box. -- Code that can be learned quickly. -- Extensible APIs. - **Shipped version:** 1.20.0~ynh1 @@ -36,7 +30,8 @@ Backdrop is a full-featured content management system that allows non-technical #### upgrade -Backdrop CMS includes an update utility to handle any necessary changes to the database schema or configuration. [See instructions](https://backdropcms.org/upgrade) +Backdrop CMS includes an update utility to handle any necessary changes to the database schema or configuration. +Run `update.php` by navigating to `http://example.com/core/update.php` [See instructions](https://backdropcms.org/upgrade) ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index 6e11d93..e228d91 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,13 +11,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble -Backdrop is a full-featured content management system that allows non-technical users to manage a wide variety of content. It can be used to create all kinds of websites including blogs, image galleries, social networks, intranets, and more. - -### Features: - -- A CMS that can be used out-of-the-box. -- Code that can be learned quickly. -- Extensible APIs. +Backdrop est un système de gestion de contenu complet qui permet aux utilisateurs non techniques de gérer une grande variété de contenu. Il peut être utilisé pour créer toutes sortes de sites Web, notamment des blogs, des galeries d'image, des réseaux sociaux, des intranets et plus encore. **Version incluse :** 1.20.0~ynh1 @@ -32,7 +26,7 @@ Backdrop is a full-featured content management system that allows non-technical ## Configuration -Backdrop CMS inclus un utilitaire de mise à jour pour gérer toutes les modifications nécessaires à configuration et base de données. [Voir les instructions](https://backdropcms.org/upgrade) +Backdrop CMS inclus un utilitaire de mise à jour pour gérer toutes les modifications nécessaires à configuration et base de données. Exécuter `update.php` en naviguant vers `https://example.com/core/update.php` [Voir les instructions](https://backdropcms.org/upgrade) ## Documentations et ressources