From f5c20ab89adc6566fc4325e45e8f08e475dff5ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20DA=20ROCHA?= Date: Wed, 28 Oct 2020 16:48:10 +0100 Subject: [PATCH 1/3] Prepared changelog 1.1.1 --- CHANGELOG.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43d02c9a..adb49035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased +## [1.1.1] - 2020-10-29 + +### Changed +- increase thickness of segments of features and reduced the transparency of dotted features + ### Fixed - Display creator in feature and feature type - Responsive issue when the layer is very long in the basemap form - Add title in project, feature type and feature -- Access to the project when no project rank defined +- Access to the project when no project rank defined +- Some pages where missing the title in the browser tabs +- The features are now filtered when search on the map +- The search in the list of features now stay in the same page +- The Georchestra plugin now keeps user rights defined in GeoContrib +- Draft features are now hidden on the section "Last features" +- Empty comments are now blocked ## [1.1.0] - 2020-08-28 @@ -23,7 +34,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [1.1.0-rc1] - 2020-08-19 ### Added -- geOrchestra plugin: automatically associate role to users when the user database is synchronised (see +- geOrchestra plugin: automatically associate role to users when the user database is synchronised (see [geOrchestra plugin](plugin_georchestra/README.md)) - add a function to search for places and addresses in the interactive maps. This new feature comes with new settings: `GEOCODER_PROVIDERS` and `SELECTED_GEOCODER` @@ -37,10 +48,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - change the label of the feature type field `title` in the front-end form (Titre -> Nom) - change the data model for basemaps: one basemap may contain several layers. Layers are declared by GéoContrib admin users. Basemaps are created by project admin users by selecting layers, ordering them and setting the opacity -of each of them. End users may switch from one basemap to another in the interactive maps. One user can change -the order of the layers and their opacity in the interactive maps. These personnal adjustments are stored in the +of each of them. End users may switch from one basemap to another in the interactive maps. One user can change +the order of the layers and their opacity in the interactive maps. These personnal adjustments are stored in the web browser of the user (local storage) and do not alter the basemaps as seen by other users. -- change default value for `LOGO_PATH` setting: Neogeo Technologie logo. This new image is located in the media +- change default value for `LOGO_PATH` setting: Neogeo Technologie logo. This new image is located in the media directory. - change all visible names in front-end and docs from `Geocontrib` to `GéoContrib` - set the leaflet background container to white From bdc3f11c77e5e18c2f74fdc3983a53c86750d170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20DA=20ROCHA?= Date: Thu, 29 Oct 2020 14:37:27 +0100 Subject: [PATCH 2/3] Elsa sugestions --- CHANGELOG.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adb49035..4edf8b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,11 +11,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - increase thickness of segments of features and reduced the transparency of dotted features ### Fixed -- Display creator in feature and feature type -- Responsive issue when the layer is very long in the basemap form -- Add title in project, feature type and feature -- Access to the project when no project rank defined -- Some pages where missing the title in the browser tabs +- The creator is correctly displayed in the features and the feature types +- In the basemaps form, the display of a very long layer name is now responsive +- A browser title (tab) is now displayed for all pages +- Projects with limited access are no longer accessible to everyone - The features are now filtered when search on the map - The search in the list of features now stay in the same page - The Georchestra plugin now keeps user rights defined in GeoContrib From aba0c61e3fc1e612407de018bd24dbcf38ba6c95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20DA=20ROCHA?= Date: Thu, 29 Oct 2020 14:50:53 +0100 Subject: [PATCH 3/3] Update README.md --- plugin_georchestra/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin_georchestra/README.md b/plugin_georchestra/README.md index 9a2d9c7c..8856d228 100644 --- a/plugin_georchestra/README.md +++ b/plugin_georchestra/README.md @@ -62,7 +62,8 @@ rôle de contributeur pour le projet. Néanmoins un utilisateur ayant déjà le * les utilisateurs appartenant aux groupes paramétrés dans le champ "Groupes LDAP des administrateurs" du projet (cf. interface d'administrration Django de GéoContrib dans le formulaire du projet) recoivent automatiquement le rôle d'administrateur du projet. - +* les utilisateurs qui ne font pas partis des groupes LDAP mentionnés dans l'interface d'admin, et auxquels des rôles +ont été attribués depuis l'onglet "Membres" d'un projet, conservent bien leurs rôles après une synchronisation. ## Déploiement et configuration