diff --git a/README.md b/README.md index 663b6f9..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 @@ -31,7 +30,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 diff --git a/README_fr.md b/README_fr.md index d2d6180..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 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 diff --git a/manifest.toml b/manifest.toml index 81e8fe6..979ee25 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\""] @@ -16,19 +16,18 @@ 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 sso = false disk = "50M" ram.build = "800M" -ram.runtime = "50M" +ram.runtime = "1500M" [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"