From 9cd15cca6b1e420c7f38ddab04bb28a2c34fb35d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 25 Aug 2023 12:07:50 +0200 Subject: [PATCH 1/5] Update manifest.toml --- manifest.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 81e8fe6..bcfe6bd 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ admindoc = "https://www.openproject.org/docs/" code = "https://github.com/opf/openproject" [integration] -yunohost = ">= 11.1.19" +yunohost = ">= 11.2" architectures = "all" multi_instance = false ldap = false @@ -28,7 +28,6 @@ ram.runtime = "50M" [install] [install.domain] type = "domain" - full_domain = true [install.init_main_permission] help.en = "Set to visitors, Openproject could be less secure depending on your configuration, but it can allow visitors to participate to project management." @@ -39,7 +38,7 @@ ram.runtime = "50M" [install.language] ask.en = "Choose the application language" ask.fr = "Choisissez la langue de l'application" - type = "string" + type = "select" choices = ["fr", "en"] default = "en" From eeb47b0e3c9aed1da4b6e1aa12be88a5d0e31612 Mon Sep 17 00:00:00 2001 From: Dazeilad <64801705+Dazeilad@users.noreply.github.com> Date: Mon, 9 Oct 2023 00:34:43 +0200 Subject: [PATCH 2/5] Update manifest.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Modification de la description française. Update of the RAM usage. Update of the shipped version (to confirm). --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 81e8fe6..d0e36c6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -3,9 +3,9 @@ packaging_format = 2 id = "openproject" name = "OpenProject" description.en = "Web-based project management software" -description.fr = "Logiciel de gestion de projet basé sur le web" +description.fr = "Logiciel en ligne de gestion de projet" -version = "10.5.1~ynh2" +version = "12.5.8~ynh1" maintainers = ["Moutonjr \"Geoff\""] @@ -23,7 +23,7 @@ ldap = false sso = false disk = "50M" ram.build = "800M" -ram.runtime = "50M" +ram.runtime = "1500M" [install] [install.domain] From b207b3e3fe48d054bcbc7f622d6e45de168ae8ba Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 14 Nov 2023 14:10:36 +0000 Subject: [PATCH 3/5] Auto-update README --- README.md | 4 ++-- README_fr.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 90f2040..aac7a33 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ OpenProject is a web-based project management software. - Meeting agendas and meeting minutes -**Shipped version:** 10.5.1~ynh2 +**Shipped version:** 12.5.8~ynh1 ## Screenshots @@ -42,7 +42,7 @@ OpenProject is a web-based project management software. * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 7043f6e..7f1afb5 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,7 +31,7 @@ OpenProject is a web-based project management software. - Meeting agendas and meeting minutes -**Version incluse :** 10.5.1~ynh2 +**Version incluse :** 12.5.8~ynh1 ## Captures d’écran @@ -42,7 +42,7 @@ OpenProject is a web-based project management software. * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From e96471346aa4942e44a0178c59b012c938a3c33b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 14 Nov 2023 15:14:30 +0100 Subject: [PATCH 4/5] cleaning --- doc/DESCRIPTION.md | 1 - doc/DESCRIPTION_fr.md | 13 +++++++++++++ doc/POST_INSTALL_fr.md | 1 + 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 doc/DESCRIPTION_fr.md create mode 100644 doc/POST_INSTALL_fr.md diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 18b9ea2..52cd91d 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -5,7 +5,6 @@ OpenProject is a web-based project management software. - Project planning and scheduling - Product roadmap and release planning - Task management and team collaboration -- Agile and Scrum - Time tracking, cost reporting and budgeting - Bug tracking - Wikis diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..18b9ea2 --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1,13 @@ +OpenProject is a web-based project management software. + +### Features + +- Project planning and scheduling +- Product roadmap and release planning +- Task management and team collaboration +- Agile and Scrum +- Time tracking, cost reporting and budgeting +- Bug tracking +- Wikis +- Forums +- Meeting agendas and meeting minutes diff --git a/doc/POST_INSTALL_fr.md b/doc/POST_INSTALL_fr.md new file mode 100644 index 0000000..1ba34ea --- /dev/null +++ b/doc/POST_INSTALL_fr.md @@ -0,0 +1 @@ +L'utilisateur et le mot de passe par défaut sont admin / admin From e47b71c03ffc8f40e61d687a3061483eb8212b7b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 14 Nov 2023 14:14:35 +0000 Subject: [PATCH 5/5] Auto-update README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index aac7a33..f1027de 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ OpenProject is a web-based project management software. - Project planning and scheduling - Product roadmap and release planning - Task management and team collaboration -- Agile and Scrum - Time tracking, cost reporting and budgeting - Bug tracking - Wikis