Releases: g3w-suite/g3w-admin
Releases Β· g3w-suite/g3w-admin
v3.6.0-alpha.1
What's Changed
β»οΈ API changes
β Other changes
- Update pace.js library to version 1.2.4. by @wlorenzetti in #514
- β¬οΈ Bump django from 3.2.18 to 3.2.19 by @dependabot in #550
Full Changelog: v3.6.0-alpha.0...v3.6.0-alpha.1
v3.6.0-alpha.0
What's Changed
π New Features
- Get max extent CRS from QGIS API. by @wlorenzetti in #430
- Add Temporal step ad unit properties by @wlorenzetti in #447
- Add bookmarks to
/api/config
API REST. by @wlorenzetti in #450 - Workflow for trash-bucket (activate/deactivate) projects. by @wlorenzetti in #456
- Add clear_db_logs command. by @wlorenzetti in #476
- Add
showfeaturecount
to layertree andshowfeature
to layer inside the /api/config API REST by @wlorenzetti in #478 - Update fixture of
core.mapcontrol
model: addquerybydrawpolygon
andzoomhistory
by @wlorenzetti in #496 About
API REST service to get informations about marogroups, groups and projects. by @wlorenzetti in #503- Add 'mode'
featurecount
to vector REST API by @wlorenzetti in #517 - Create a project's messaging system. by @wlorenzetti in #512
- Fix missing date from and date to messages checking. by @wlorenzetti in #529
π 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
andurls.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
- CI: update OS to Ubuntu Jammy, QGIS LTR 3.28. by @wlorenzetti in #483
π οΈ 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
andapiurls.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 withing3wadmin/ui.js
by @Raruto in #541
β Other changes
- Fix save current emebedded layer project without reload the QGIS project file. by @wlorenzetti in #421
- Add drf_spectacular. by @wlorenzetti in #451
- Remove native sentry monitor integration (raven config) by @Raruto in #446
- Bump werkzeug from 0.16.0 to 2.2.3 in /g3w-admin/filemanager by @dependabot in #455
- Database Logging by @wlorenzetti in #469
- β¬οΈ Bump redis from 3.5.3 to 4.5.3 by @dependabot in #504
- β¬οΈ Bump redis from 4.5.3 to 4.5.4 by @dependabot in #515
- Update django to 3.2 LTS by @wlorenzetti in #530
Full Changelog: v3.5.x...v3.6.0-alpha.0