Skip to content

Releases: Georiviere/Georiviere-admin

1.3.0

17 Nov 11:01
Compare
Choose a tag to compare

What's Changed

💥 Breaking changes

If you use external database (not docker) you must install unaccent postgres extension with a superuser.

You can do it with this command : CREATE EXTENSION unaccent; on your database. For docker user, this is made by django migration

💫 Enhancement

  • Unaccent extension is now installed from django migrations for docker user by @submarcos in #218
  • Allow user to delete Contribution (fix #217) by @babastienne in #220
  • Add fixtures to contributions in order to pre-fill values for forms by @babastienne in #220

🐛 Bug fixes

📖 Documentation

  • Update import_data.rst by @thomaspnrhj

🌐 Translations

  • Fix translations for fields that were in English in fr mode by @babastienne in #220
  • Change name and translation of Landing Type object by @babastienne in #220

Full Changelog: 1.2.4...1.3.0

1.2.4

09 Oct 16:53
a2d62b5
Compare
Choose a tag to compare

What's Changed

🐛 Bug fixes

📖 Documentation

🌐 Translations

New Contributors

Full Changelog: 1.2.3...1.2.4

Georiviere-admin 1.2.3

10 Aug 14:14
Compare
Choose a tag to compare

Bug fixes

  • Use url lang for sensitivity datas

Georiviere-admin 1.2.2

09 Aug 14:45
Compare
Choose a tag to compare

Enhancement

  • Remove api color for watershed

Georiviere-admin 1.2.1

08 Aug 14:35
Compare
Choose a tag to compare

Documentation

  • Add documentation api swagger / doc

Enhancement

  • Add contributions linked on details of knowledge / interventions / followups
  • Filter api portal elements without accents and uppercase
  • Add detail sentivities portal

Georiviere-admin 1.2.0

04 Aug 11:25
Compare
Choose a tag to compare

Documentation

  • Add documentation portals
  • Add documentation distance to source

Enhancement

  • Add informations when hub'eau does not send a json
  • Add migration generation distance to source
  • Add contributions validated and publication date
  • Add contributions type / category filters
  • Add contributions manager
  • Add contribution status
  • Send mail to managers when contribution is created
  • Send mail to contributor when contribution is created
  • Add linked objects on contributions
  • Add portal SEO informations
  • Add min zoom, max zoom extent portal
  • Add public portals on watershed types allowing to publish them

Georiviere-admin 1.1.0

13 Jun 12:46
Compare
Choose a tag to compare

Enhancement

  • Add public portals on stream allowing to publish them
  • Add PDFs administration of rivers
  • Add flatpages module
  • Add valorization POIs
  • Add sensitivity module

Bug fixes

  • Fix all point's marker was showing point to distance
  • Fix form intervention, targets was not save

Georiviere-admin 1.0.4

05 Apr 12:50
Compare
Choose a tag to compare

Enhancement

  • Add field classification water policy on rivers (#117)
  • Add possibility to show geometries overprinted on topologies (#105)
  • Add possibility to create attachment with external link
  • Add command import hydrobiologie stations hubeau
  • Upgrade api hubeau PC quality
  • Add control type on Land module
  • Add phases on Administrative Files
  • Allow to create operations directly from creation of studies / follow ups / interventions / stations

Bug fixes

  • Fix update attachments save buttons

1.0.3

15 Dec 13:44
Compare
Choose a tag to compare

Enhancement

  • Change secondary flow and habitat to multiselect field in description module
  • Add fields to work : upstream and downstream bed impact, water impact
  • Change vegetation strata field into a multiselect field

Bug fixes

  • Display flow and source in stream detail
  • Add flow filter in stream list
  • Fix standalone intervention creation bug (#93)

Documentation

  • Update doc installation
  • Fix install doc with PostgreSQL not in Docker

1.0.2

20 May 07:56
Compare
Choose a tag to compare

Bug fixes

  • Fix ./manage.py loaddem ... command by including postgis libraries