Commit Graph

892 Commits (d0e812ae70b38033f4175e4e7dc44c2f4ef7d1ef)
 

Author SHA1 Message Date
mpeltriaux 204cbe2a78 # Fixes bug
* fixes bug described in #331
1 year ago
mpeltriaux 4987d0b90d Merge pull request '#328 Fix' (#329) from 328_Removing_of_migrated_revocations_fails into master
Reviewed-on: SGD-Nord/konova#329
1 year ago
mpeltriaux a49c44ab44 #328 Fix
* fixes bug described in #328
1 year ago
mpeltriaux 57b734f1c2 Merge pull request '#325 Fix' (#326) from 325_Error_on_ecoaccount_recording into master
Reviewed-on: SGD-Nord/konova#326
1 year ago
mpeltriaux 56ddf7ddfa #325 Fix
* fixes bug described in #325
1 year ago
mpeltriaux 028efb3023 Merge pull request '# Implements #332' (#323) from 332_Drop_deductions_of_deleted_intervention into master
Reviewed-on: SGD-Nord/konova#323
2 years ago
mpeltriaux 8a84df0fcd Simplification
* simplifies fetching of intervention's deductions
2 years ago
mpeltriaux 3eff97b6dd # Implements #332
* extends intervention's mark_as_deleted() functionality to drop related deductions and free reserved deductable surface from the related eco accounts
2 years ago
mpeltriaux a2a7b00db5 Merge pull request 'Adds scale line to map client' (#320) from scale_line_map_client into master
Reviewed-on: SGD-Nord/konova#320
2 years ago
mpeltriaux 6ce6834acd Adds scale line to map client 2 years ago
mpeltriaux 0a3a9b2480 Merge pull request 'Server Messages unpublish' (#319) from improve_unpublish_dependency_news into master
Reviewed-on: SGD-Nord/konova#319
2 years ago
mpeltriaux 16e72c3372 Server Messages unpublish
* changes unpublish_on to optional value
* simplifies fetching of server message news
2 years ago
mpeltriaux e4a2a0f64e Merge pull request 'HOTFIX' (#317) from fix_public_report into master
Reviewed-on: SGD-Nord/konova#317
2 years ago
mpeltriaux 76a90e655a HOTFIX
* fixes bug where float numbers could not be used as input for e.g. buffer radius
    * supports
2 years ago
mpeltriaux 5664213959 Merge pull request '#314 Public report for old entries' (#315) from 314_Public_report_on_old_entries into master
Reviewed-on: SGD-Nord/konova#315
2 years ago
mpeltriaux 7356c10f34 #314 Public report for old entries
* enables public access to reports for unrecorded old entries if their binding_date < 16.06.2018
2 years ago
mpeltriaux 7e847cf8cb Merge pull request 'netgis_client_update' (#312) from netgis_client_update into master
Reviewed-on: SGD-Nord/konova#312
2 years ago
mpeltriaux c421399788 HOTFIX
* fixes bug where float numbers could not be used as input for e.g. buffer radius
    * supports up to two digits
2 years ago
mpeltriaux b0d068e8a6 Netgis client update
* adds bugfixes and improvements
    - point / line auto buffer key input change buffer
    - pass default buffer values from config
    - update area label while vertex editing
    - auto buffer remove source geoms when done
    - toggle cut tool off when done
    - toggle delete tool off when done
    - allow panning while vertex editing (middle mouse button)
2 years ago
mpeltriaux 5fb4f61683 Merge pull request '# 308 To share info message' (#310) from 308_To_share_info_message into master
Reviewed-on: SGD-Nord/konova#310
2 years ago
mpeltriaux 5c23f7a3de Merge pull request 'POST form error fix' (#309) from increase_data_upload_memory_size into master
Reviewed-on: SGD-Nord/konova#309
2 years ago
mpeltriaux 457244d11b POST form error fix
* increases threshold for max upload memory size from 2.5MB to 5MB
2 years ago
mpeltriaux 9673886f93 # 308 To share info message
* adds needs-to-be-shared info message on entries which are only shared with the current user
2 years ago
mpeltriaux e2b0120f93 Merge pull request '# Bugfix' (#306) from fix_multipolygon_features_mapclient into master
Reviewed-on: SGD-Nord/konova#306
2 years ago
mpeltriaux d6af6ebf45 # Bugfix
* fixes bug where multipolygon behaved in mapclient as single polygon, making e.g. deleting of single polygons impossible without removing everything
2 years ago
mpeltriaux 5551a513e9 HOTFIX
* fixes bug where quality checker for compensations would not check properly for state surface sums
2 years ago
mpeltriaux e600b78c74 HOTFIX
* fixes bug where quality checker for compensations would not check properly for state surface sums
2 years ago
mpeltriaux a90106b390 Merge pull request '284_285_API_changes' (#296) from 284_285_API_changes into master
Reviewed-on: SGD-Nord/konova#296
2 years ago
mpeltriaux bc9c22949d Merge pull request '299_Performance_tweaks' (#302) from 299_Performance_tweaks into master
Reviewed-on: SGD-Nord/konova#302
2 years ago
mpeltriaux ede2591cb0 Merge pull request '#300 Extend mail templates' (#301) from 300_Extend_mail_template into master
Reviewed-on: SGD-Nord/konova#301
2 years ago
mpeltriaux f3075412eb #300 Extend mail templates
* extends all relevant mail templates such that municipals of an entry will be shown in the mail
2 years ago
mpeltriaux 8e95e980a3 # Reduces db access
* reduces number of queries performed on detail views of intervention, compensation and eco_account
* renders deductable_rest of eco account beneath progressbar on eco account index view
    * clarifies ordering logic of related column
2 years ago
mpeltriaux 073c39a970 # Improves home_view()
* improves db fetching performance of landing page by ~75%
2 years ago
mpeltriaux acee9daab8 # Improves filter_show_all()
* improves performance for filter_show_all() in ShareableTableFilterMixin and CheckboxCompensationTableFilter by ~40%
2 years ago
mpeltriaux 35c7836b5c # Improve is_shared_with()
* improves central is_shared_with() method of ShareableObjectMixin to run ~30% faster
2 years ago
mpeltriaux 89c83f8a55 Merge pull request 'recorded_quality_check' (#297) from recorded_quality_check into master
Reviewed-on: SGD-Nord/konova#297
2 years ago
mpeltriaux 1438cf4e89 Deployment preparation
* adds unrecording to invalid entries
* reduces quality check runs on entries of interest (compensations)
2 years ago
mpeltriaux 676b8e1e54 Specific quality check for recorded entries
* adds a new command specifically for recorded entries
2 years ago
mpeltriaux 78868be772 Merge pull request 'netgis_client_update' (#294) from netgis_client_update into master
Reviewed-on: SGD-Nord/konova#294
2 years ago
mpeltriaux 4bd2a4c1c5 # Disables buggy client functions
* disables auto-buffering of new points and lines
* improves rendering of surface size
2 years ago
mpeltriaux b5160ed918 # Zoom level for parcel wfs 2 years ago
mpeltriaux c5d073b06b Merge branch 'map_client_parcel_wfs_proxy' into netgis_client_update 2 years ago
mpeltriaux 4052105e1d # Server proxy for client parcel wfs
* refactors map_proxy.py
* adds proxy support for parcel wfs
2 years ago
mpeltriaux 51db1b2f5d # Server proxy for client parcel wfs
* refactors map_proxy.py
* adds proxy support for parcel wfs
2 years ago
mpeltriaux b9d1c18511 Netgis Client update 2 years ago
mpeltriaux 9b3dba9eab Merge pull request '#290 Egon exporter file name' (#291) from 290_EGON_Exporter_file_name into master
Reviewed-on: SGD-Nord/konova#291
2 years ago
mpeltriaux c13216761e #290 Egon exporter file name
* replace user given file name with file based file name for egon export handling
2 years ago
mpeltriaux 6f2b45b62d Merge pull request 'Bugfix' (#289) from fix_shared_users_on_comps into master
Reviewed-on: SGD-Nord/konova#289
2 years ago
mpeltriaux 3390593bff Bugfix
* fixes rendering of shared users counter on unshared compensation entries
2 years ago
mpeltriaux f005e5ccca Quality Check Command enhancement
* adds fix for dealing with __proxy__ instances
2 years ago