Releases: mapbender/query-builder
Releases · mapbender/query-builder
1.2.1
1.2.0
1.1.0
- Fix internal server error executing / manipulating non-existant query (use http 404)
- Use http GET method for read-only requests
- Update internal Element APIs for Mapbender 3.0.8
- Fix misc Symfony 4 conformance violations
- Remove "public" form field (no associated function)
1.0.6
1.0.5
- Fix functional incompatibility with Mapbender 3.2
- Fix styling conflicts with / styling dependencies on specific Mapbender versions
- Fix backend form type incompatibility with Symfony 3+
- Fix unescaped HTML / XSS vulnerability in Query results
- Fix error displaying empty Query result
- Fix outdated table state after editing existing Query
- Fix table not showing row for newly created Query until reload
- Fix no working interactions with newly created item until reload
- Fix edit dialog staying open for Query deleted via table interaction
- Fix broken text messages after successful Query save and delete
- Fix memory leaks when opening / closing dialogs
- Add explanatory tooltips to Query listing table
- Mark table-embedded delete button in red
- Remove all usages of (undeclared dependency) vis-ui.js
1.0.4
- Fix broken dialog titles previously observed if
titleFieldName
is configured to anything other than the defaultname
- Fix encoding errors in HTML exports
- HTML export can now be customized by drop-in Resource replacement of
Mapbender/QueryBuilderBundle/views/export.html.twig
- Remove json-encoded HTML dump from error notifications, display (much shorter) error status text instead
- Use appropriate HTTP status codes for forbidden / not found instead of 503s
- Fix incompatibilities with Symfony 3
- Increase label width in backend form
- Realign with ongoing Mapbender Element API conventions (backwards compatible with Mapbender <= 3.0.5.4)
- Remove configuration values without effect:
idFieldName
,allowedSchemas
,allowPrint
,allowUserPublishing
1.0.3: Merge pull request #2 from mapbender/hotfix/not_find_template
fix getFormTemplate function