Skip to content

Releases: neogeo-technologies/geocontrib

GéoContrib v1.3.3

06 May 16:23
5f7032a
Compare
Choose a tag to compare

[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

23 Feb 15:28
Compare
Choose a tag to compare

[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

11 Feb 14:30
Compare
Choose a tag to compare

[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

04 Feb 20:30
b0cf1d5
Compare
Choose a tag to compare

[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

21 Dec 10:57
9ff7c51
Compare
Choose a tag to compare

[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

13 Nov 16:39
fac291b
Compare
Choose a tag to compare

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

30 Oct 09:51
239bd0e
Compare
Choose a tag to compare

Fixed

  • The custom basemaps appears correctly in the list of features

GéoContrib v1.1.1

29 Oct 15:49
da78e4b
Compare
Choose a tag to compare

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

28 Aug 19:27
Compare
Choose a tag to compare

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 and SELECTED_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 to Gé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

21 Aug 13:43
Compare
Choose a tag to compare
Pre-release

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 and SELECTED_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 to Gé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)