Releases: g3w-suite/g3w-admin
Releases · g3w-suite/g3w-admin
v3.6.7
What's Changed
⚓ Other changes
- ⬆️ Bump g3w-client from 3.8.6 to 3.8.7 by @volterra79 in #576
Full Changelog: v3.6.6...v3.6.7
v3.6.6
What's Changed
🐞 Bug fixed
- Add generic srs extent, instead of CRS bbox. by @wlorenzetti in #572
⚓ Other changes
- ⬆️ Bump g3w-client from 3.8.5 to 3.8.6 by @volterra79 in #573
- ⬆️ Bump g3w-client-plugin-qtimeseries from 3.6.1 to 3.6.2 by @volterra79 in #573
- ⬆️ Bump django from 3.2.19 to 3.2.20 by @dependabot in #569
Full Changelog: v3.6.5...v3.6.6
v3.6.5
What's Changed
🚀 New Features
api/expression_eval
ARI rest no morelogin required
. by @wlorenzetti in #563
🐞 Bug fixed
- Fix title name group by @wlorenzetti in #567
- Fix creating new macrogroup items. by @wlorenzetti in #566
⚓ Other changes
- ⬆️ Bump g3w-client from 3.8.4 to 3.8.5 by @volterra79 in #568
- ⬆️ Bump g3w-client-plugin-editing from 3.6.1 to 3.6.2 by @volterra79 in #564
New Contributors
- @volterra79 made their first contribution in #564
Full Changelog: v3.6.4...v3.6.5
v3.6.4
What's Changed
🐞 Bug fixed
- Creating SECRET_KEY file on setup of an existing deployed instance. by @wlorenzetti in #560
- Fix update projects with embedded layers by @wlorenzetti in #562
Full Changelog: v3.6.3...v3.6.4
v3.6.3
What's Changed
🚀 New Features
- Management of environment variable
G3WSUITE_CONSUMER
. by @wlorenzetti in #558
Full Changelog: v3.6.2...v3.6.3
v3.6.2
What's Changed
🐞 Bug fixed
- Restore bind on actions layers trigger on Layers list page. by @wlorenzetti in #556
Full Changelog: v3.6.1...v3.6.2
v3.6.1
What's Changed
🚀 New Features
- Clear JS injections inside taxt area with wysiwyg widget. by @wlorenzetti in #554
Full Changelog: v3.6.0...v3.6.1
v3.6.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
- Messages translation by @wlorenzetti in #551
🐞 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 - Refactor
"qdjango.apps"
logger by @Raruto in #547
⚓ 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
- Database Logging by @wlorenzetti in #469
- ⬆️ Bump werkzeug from 0.16.0 to 2.2.3 by @dependabot in #455
- ⬆️ Bump redis from 3.5.3 to 4.5.4 by @dependabot in #504 and #515
- ⬆️ Bump django from 2.2 to 3.2 by @wlorenzetti in #530 and #550
- ⬆️ Bump pace.js from 1.0.2 to 1.2.4. by @wlorenzetti in #514
Full Changelog: v3.5.x...v3.6.0
v3.6.0-beta.1
What's Changed
🚀 New Features
- Messages translation by @wlorenzetti in #551
Full Changelog: v3.6.0-beta.0...v3.6.0-beta.1
v3.6.0-beta.0
Full Changelog: v3.6.0-alpha.1...v3.6.0-beta.0