Releases: neogeo-technologies/geocontrib
Releases · neogeo-technologies/geocontrib
GéoContrib v1.3.3
[1.3.3] - 2021-05-06
Fixed
- Redmine 10338: can create a feature type that has no list of values custom field and colors associated to it
- Redmine 10472: moderators are notified on pending features
- Redmine 10683: send valid links in emails
- Redmine 10571: in the search map, layers can be moved if a layer is queryable
- Redmine 10570: in the search map, can query a layer if a URL prefix is in use
- Redmine 10709: improved the mail sent to the moderators
- Redmine 10344: in the search map, old users can see the dropdown to select the layer to query
- Redmine 10683: links in the email notifications now work
- Security issues with Pillow and DRF
GéoContrib v1.3.2
[1.3.2] - 2021-02-23
Changed
- Redmine 10053 : Can change color of a feature against its custom field value
- Redmine 10054 + 10266 : Can query properties of basemaps
- Added a scale on the maps
Fixed
- Renamed Collab to Geocontrib in some mails
GéoContrib v1.2.3
[1.2.3] - 2021-02-11
Fixed
- Redmine 10209 fixed basemaps cannot be saved
- Redmine 10228 added project menu on feature details
- Redmine 9962 highlight django errors
[1.2.2] - 2021-02-11
- never released
GéoContrib v1.2.1
[1.2.1] - 2021-02-04
Changed
- Redmine 9754 Docker can override login URL
Fixed
- Docker, give default values for email configuration
- Redmine 9834 use LDAP pagination
- Redmine 9839 improve feature import time
- Redmine 9846 FeatureLink cleanup
- Redmine 9848 fix admin FeatureLink filters
- Redmine 9905 can't give an empty basemap title
- Redmine 9926 fix impossible to create 2 features
- Redmine 9929 fix maps icons missing
- Redmine 9985 fix PostgreSQL view creation of a feature when adding/removing custom fields
- Redmine 9986 fix PostgreSQL view creation when no status selected
- Redmine 10083 fix a empty feature link removes the geometry of a feature on save
- Redmine 10105 fix project types don't copy feature types
- Redmine 10142 improve performance when a feature type has many features
GéoContrib v1.2.0
[1.2.0] - 2020-12-17
Changed
- Redmine 9704: Allow the management of feature links in Django admin
- Redmine 8551: Can import features files with extention "geojson" in addition to "json"
- Redmine 9330: A feature type can be duplicated
- Redmine 9329: Can turn a project into a project template and instatiate a project from a project model
- Django admin improvements
- Projects list ordered by title
- FeatureType list ordered by project, title
- FeatureType list grouped by project
- Users list ordered by username, last_name, first_name
- FeatureType geom editable on create (read-only on update)
- CustomField list ordered by feature_type, label
- Project creator required (fixing 500 on edit)
Fixed
- Docker, prevent creating files not readable by nginx
- Redmine 9706: The modification of the basemap form are recorded
- Redmine 9654: Creating a basemap without title doesn't crash
- Redmine 9623: A connected user doesn't see achived features if he is not allowed
GéoContrib v1.1.3
Changed
- Docker image can handle forms with 10000 parameters (or more via the
DATA_UPLOAD_MAX_NUMBER_FIELDS
environement variable).
This allows to handle more than 500 users in the projet
GéoContrib v1.1.2
Fixed
- The custom basemaps appears correctly in the list of features
GéoContrib v1.1.1
Changed
- increase thickness of segments of features and reduced the transparency of dotted features
Fixed
- 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
GéoContrib v1.1.0
Added
- geOrchestra plugin: automatically associate role to users when the user database is synchronised (see
geOrchestra plugin) - add a function to search for places and addresses in the interactive maps. This new feature comes with new settings:
GEOCODER_PROVIDERS
andSELECTED_GEOCODER
- add a button to for feature creation in a feature detail page
- add a function in the Django admin page of the feature type for creating a SQL view
- add a
FAVICON_PATH
setting. Default favicon is the Neogeo Technologies logo
Changed
- increase thickness of segments borders in the basemap project management form
- enable edition of a feature type if there is not yet any feature associated with it
- sort users list by last_name, first_name and then username
- 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
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
directory. - change all visible names in front-end and docs from
Geocontrib
toGéoContrib
- set the leaflet background container to white
- increase the width of themap in feature_list.html
Fixed
- update addok geocoder provider url in leaflet-control-geocoder to fix a mixed content error on client side
- doest not reload flatpages.json if flatpages records exist in database
- fix incoherent ending h3 tags in flatpages.json
- fix tests on exif tag extraction
- fix serialisation of field archieved_on of features
- use https instead of http on link to sortable.js
- fix typos: basemaps management error message
- fix visibility of draft features
Security
- upgrade Pillow from 6.2.2 to 7.2.0 (Python module used for exif tags extraction)
GéoContrib v1.1.0-rc1
Added
- geOrchestra plugin: automatically associate role to users when the user database is synchronised (see
geOrchestra plugin) - add a function to search for places and addresses in the interactive maps. This new feature comes with new settings:
GEOCODER_PROVIDERS
andSELECTED_GEOCODER
- add a button to for feature creation in a feature detail page
- add a function in the Django admin page of the feature type for creating a SQL view
- add a
FAVICON_PATH
setting. Default favicon is the Neogeo Technologies logo
Changed
- enable edition of a feature type if there is not yet any feature associated with it
- sort users list by last_name, first_name and then username
- 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
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
directory. - change all visible names in front-end and docs from
Geocontrib
toGéoContrib
- set the leaflet background container to white
- increase the width of themap in feature_list.html
Fixed
- fix tests on exif tag extraction
- fix serialisation of field archieved_on of features
- use https instead of http on link to sortable.js
- fix typos: basemaps management error message
- fix visibility of draft features
Security
- upgrade Pillow from 6.2.2 to 7.2.0 (Python module used for exif tags extraction)