Skip to content

Commit

Permalink
Merge pull request #60 from neogeo-technologies/prepare_changelog
Browse files Browse the repository at this point in the history
Prepared changelog 1.1.1
  • Loading branch information
sebastiendarocha authored Oct 29, 2020
2 parents dca40cf + aba0c61 commit da78e4b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
26 changes: 18 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,21 @@ 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
- 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
- Draft features are now hidden on the section "Last features"
- Empty comments are now blocked

## [1.1.0] - 2020-08-28

Expand All @@ -23,7 +33,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`
Expand All @@ -37,10 +47,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
Expand Down
3 changes: 2 additions & 1 deletion plugin_georchestra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit da78e4b

Please sign in to comment.