Releases: GeotrekCE/Geotrek-admin
2.84.0
New features
- Add filter valid geometries on topologies (#2515)[3.1]
- Add setting
ALLOW_PATH_DELETION_TOPOLOGY
which protect or not against deletion of path with topologies linked to it (#2515)[3.3.1] - Add eid on InformationDesk
- Add parser InformationDesk for Apidae
- Add accessibility on Infrastructure in api v2
Minor improvements
- Add length 2d for land's app for exports and lists (#2976)
- Add option to recalculate altimetry with
loaddem
command
Bug fixes
- Log entry menu is now only displayed if user has permission (#3130)
- Admin menu is now only displayed if user has permission (#3130)
- Object 'All history' button is now only displayed if user has permission (#3130)
- Error 404 default template now display a visible message
- Error 500 default template doesn't make recursive exceptions anymore
- Log entry permissions are now managed by "mapentity - xxx log entries" instead of "admin - xxx log entries"
- Fix information desk filter when outdoor module is not available (#3135)
- Fix APIv2 does not return labels and themes on published outdoor sites
Breaking Changes
- This release requires PostGIS 2.5 or later.
- Ubuntu bionic 18.04 users, take care, PostGIS default is 2.4. You need to upgrade your PostGIS version.
Warning
- From now, Geotrek-admin is not installable on Ubuntu 18.04 bionic anymore. But upgrade are still available.
- The default Nginx configuration template has been improved to increase data loading performances. It is highly recommanded to apply changes to your Nginx configuration template (in
/opt/geotrek-admin/var/conf/nginx.conf.in
).
Improvments
- New GeoJSON generation system, using Django Rest Framework and PostGIS functions (#2967)
- Enable GZIP compression on JSON / GeoJSON by Nginx
Maintenance
- Upgrade mapentity to 8.1.2
Geotrek-admin 2.83.0
New features
- Display link to attachment in admin site for attachments
- Add license field on attachments (#3089) [thanks to Paul Florence]
Bug fixes
- Fix APIv2 does not return information desks on published outdoor sites (#3095)
- Fix trail detail link in list view
- Fix infrastructure detail link in list view
- Fix dive detail link in list view
- Fix signage and infrastructure attachment access if published
Documentation
- Improve import from file section
Minor improvements
- Add image widget to tinymce editors by default
- Delete filenames in captions of attachments when importing from Apidae (#2698)
- Add copyright when importing from Apidae on attachments (#2698)
- Improve basic fixture for Feedback app allowing to initialize Report form in one go
Maintenance
- Add a git hook to prevent pushing to master
- Update to paperclip 2.5.0
Geotrek-admin 2.82.2
Bug fixes
- Prevent exceptions on malformed images when launching
sync_suricate
command - Fix alert on Project list view
Geotrek-admin 2.82.1
Bug fixes
- Fix display objects with wrong colors when
ENABLE_REPORT_COLORS_PER_STATUS
isTrue
Geotrek-admin 2.82.0
WARNING!
Do not use, or set ENABLE_REPORT_COLORS_PER_STATUS
to False
, otherwise objects will not be displayed properly on map - Release 2.82.1 should be used instead
New features
- Server-side list pagination. Better performance for large lists (#2967)
- Add overlays for objects from Trekking, Maintenance, Infrastructure and Feedback modules (#1300)
Minor improvements
- Refer to Reports by a label instead of email addresses
- Increase default cache expiration from 8hours to 30days (#2967)
- Use distance from setting
SENSITIVE_AREA_INTERSECTION_MARGIN
in sensitive area filtertrek
in api v2
Bug fixes
- Fix filter
trek
in api v2 for information desks - Fix filter
trek
in api v2 for pois with settingTREKKING_TOPOLOGY_ENABLED
(#3054)
Maintenance
- Update to mapentity 8.0.1
Suricate Workflow (#2366)
- Add
assigned_user
field to Report model - Add
color
field to Report Status model - Add TimerEvent class, used to alert Report supervisors when timer expires, with
check_timers
command - Force workflow when
SURICATE_WORKFLOW_ENABLED
setting is enabled - Add setting
ENABLE_REPORT_COLORS_PER_STATUS
to display different colors in status list view - Add editable predefined emails
- Display only some reports depending on which user is logged in
- Add City and District information to Report detail page
- Alert user about synchronization problems in Suricate Workflow mode
Geotrek-admin 2.81.0
New features
- Add SQL default values directly on most tables of the database (#3008)
Minor improvements
- Rename French field names of attachment and accessibility attachment tables (author, legend, title)
- Improve pdf for sites, courses
Maintenance
- Update to paperclip 2.4.3
Geotrek-admin 2.80.0
Minor improvements
- Improve pdf for sites, courses
- Add a new parameter in parsers, allowing to add multiple values to fields from multiple parsers (#2091)
- Add locale altimetry filters
- Change order list actions and add new signage in signage module (#2852)
Bug fixes
- Fix templates map and image
- Fix trekking's template elevation was not on the right
- Show accessibility block only with datas in accessibility
- Compile messages of every apps
- Fix required language in form is ignored from configuration
- Fix link initial mode is now File (#3001)
- Fix line topologies drawing sometimes fails on some paths
- Fix poi's csv generation of elements from other modules (#2286)
- Fix pdfs booklet outdoor
- Fix api v2 schema targets (GTRV3#607)
- Fix api v2 translation schema targets (values should not be in french)
Maintenance
- Fix required language in form is ignored from configuration
- Allow configuring scheme forwarding though proxy
- Update to paperclip 2.4.2
WARNING!
If an error occurred while checking the signature for debian packaging check troubleshooting section for additional informations
Geotrek-admin 2.79.0
New features
- Add public booklet pdf for courses, sites, events, contents, dives
- Improve treks pdf templates and add new accessibility fields (#2838)
WARNING!
Check your custom trekking's templates, blocks order changed. There is a huge new block accessibility.
Disabled infrastructure's block have been removed
Bug fixes
- Fix maps height when height is bigger than width in treks pdf (#2746)
Geotrek-admin 2.78.0
New features
- Ability to customize public PDF by portal (#2691)
Minor improvements
- Add block logo in public PDF templates
Bug fixes
- Fix pdf booklet use the right template
Geotrek-admin 2.77.3
Minor improvements
- Add
only_filters
filter api v2 for labels (#3002) - Add filter
labels_exclude
in api v2, allowing to exclude particular label on treks, sites
Bug fixes
Maintenance
- Update to paperclip 2.4.1