Skip to content

Releases: g3w-suite/g3w-admin

v3.6.0-alpha.1

10 May 07:38
Compare
Choose a tag to compare

What's Changed

♻️ API changes

βš“ Other changes

Full Changelog: v3.6.0-alpha.0...v3.6.0-alpha.1

v3.6.0-alpha.0

05 May 10:12
Compare
Choose a tag to compare

What's Changed

πŸš€ New Features

🐞 Bug fixed

  • Bypass DatasourceExits validator for raster and vector data loaded … by @wlorenzetti in #425
  • Fix issue #426, restore of has_column_acl property for embedded layers. by @wlorenzetti in #427
  • Refactoring settings parameter for custom CRS management. by @wlorenzetti in #438
  • Fix ORS issue with raster layers by @elpaso in #442
  • Fix bug in ORS with interval range in minutes by @elpaso in #444
  • Fix issue 452: relation user editign log table. by @wlorenzetti in #453
  • Add timestamp type name field for editing QDateTime. by @wlorenzetti in #458
  • Fix removing layer from layerstree section inside repsonse of /api/config API REST when layer is filtered by user by @wlorenzetti in #463
  • Fix can be null numeric filed for POtgGis provider ad similar. by @wlorenzetti in #465
  • With projects without a title set, if a same title exixts inside db, add a random string suffix to original title. by @wlorenzetti in #467
  • Fix get project ID value from projects list table row. by @wlorenzetti in #482
  • Add to anonymoususer capability to upload media file during the editing. by @wlorenzetti in #485
  • Fix datetime validator with timezone and milliseconds by @elpaso in #487
  • Fix /api/eval_expression API for QDateTime QDate and QTime response types by @wlorenzetti in #494
  • Filemanager can read folders with corrupted images. by @wlorenzetti in #500
  • Patch for date and datetime editing fields with custom year format yy by @wlorenzetti in #508
  • Manage WMS services without GetFeatureInfo request. by @wlorenzetti in #520
  • Fix check locked features on delete editing action by @wlorenzetti in #525
  • Expression eval API: reproject form feature if srid qgis project != from layer srid. by @wlorenzetti in #522
  • Fix missing breadcrumbs on qdjango app by @wlorenzetti in #540
  • Fix upload .qgz project file by @wlorenzetti in #544

✨ Improvements

  • Fix WCAG rate for user form ACL box. by @wlorenzetti in #474
  • Set a default fallback image as Group header logo image on save (ref: CLIENT_G3WSUITE_LOGO) by @wlorenzetti in #509

πŸ“ Documentation

  • Document default API ROOT within each api urls files (ref: apiurls.py and urls.py) by @Raruto in #492
  • Add QGIS version within compatibility table and update venv installation instructions (ref: README.md) by @wlorenzetti in #532

πŸ‘¨β€πŸš€ Translations

  • JSON distribution of CLDR locale data for internationalization for Romanian language. by @wlorenzetti in #502
  • Update "@bower_components/bootstrap-datepicker" to v1.9.0 by @wlorenzetti in #537

πŸ§ͺ Tests

πŸ› οΈ Config

  • Delete .readthedocs.yml by @Raruto in #440
  • Add .github/release.yml (github release notes automation) by @Raruto in #414
  • Generate a unique SECRET_KEY_FILE when deploying a new django instance (ref: build_suite.sh) by @wlorenzetti in #531

♻️ API changes

  • Apply same code style for urls.py and apiurls.py routes by @Raruto in #423
  • Prevent applying i18n on static assets URLs when DEBUG = true by @Raruto in #528
  • Clear code and libraries by @wlorenzetti in #473
  • Fix undefined $dataTable variable within g3wadmin/ui.js by @Raruto in #541

βš“ Other changes

Full Changelog: v3.5.x...v3.6.0-alpha.0