Yohan Boniface
a67c800ee0
wip: add integration test coverring huge path geometry editing
2024-09-05 17:54:01 +02:00
Yohan Boniface
76c3f87f67
wip: only display visible vertexmarker and do not display if too much
...
This should improve the edit experience with huge geometries. So one
can still edit the properties event if the path is big, and should
zoom in to allow the geometry to be editable.
2024-09-05 17:17:35 +02:00
Yohan Boniface
64d63ff6cc
changelog
2024-09-04 16:12:07 +02:00
Yohan Boniface
5010a09cd8
2.6.0b1
2024-09-04 16:06:08 +02:00
Yohan Boniface
a25dc0c5a1
i18n
2024-09-04 16:05:23 +02:00
Yohan Boniface
95cb396459
Merge pull request #2104 from umap-project/fix-anonymous-author
...
fix: do not try to display author name/url for anonymous maps
2024-09-04 16:01:30 +02:00
Yohan Boniface
ff014429b9
Merge pull request #2102 from umap-project/edit-circlemarker-properties
...
fix: do not fail when trying to edit a circlemarker
2024-09-04 16:00:55 +02:00
Yohan Boniface
31371cc38c
Merge pull request #2101 from umap-project/datalayers-control-expanded-with-onloadpanel
...
fix: make sure datalayersControl=expanded does not override onLoadPanel
2024-09-04 15:55:27 +02:00
Yohan Boniface
1d7ad0b4d1
Merge pull request #2099 from umap-project/register-fa-ir
...
fix: register fa-ir in LANG_INFO
2024-09-04 15:46:44 +02:00
Yohan Boniface
b6a8742abd
Merge pull request #2098 from umap-project/fix-ternary-value-comparison
...
fix: make sure to compare comparable values in ternary operators
2024-09-04 15:41:32 +02:00
Yohan Boniface
0d5f0b175a
fix: do not try to display author name/url for anonymous maps
2024-09-04 15:39:48 +02:00
Yohan Boniface
71ceb87fe2
fix: make sure datalayersControl=expanded does not override onLoadPanel
...
This value of datalayersControl exists for retrocompat only (it's now
replaced by onLoadPanel=browser)
2024-09-04 15:00:14 +02:00
Yohan Boniface
4f9b4a80c3
fix: do not fail when trying to edit a circlemarker
...
And for now open the properties panel (geometry/position may be
edited later, when Leaflet.Editable knows about CircleMarker)
2024-09-04 14:36:03 +02:00
Yohan Boniface
c976a86982
fix: make sure to compare comparable values in ternary operators
...
Comparing `"null"` (in the HTML) and `null` (in the JS) was returning
false.
2024-09-04 11:32:14 +02:00
Yohan Boniface
0be0a3d1a9
feat: display language code in footer language selector
2024-09-04 11:31:56 +02:00
Yohan Boniface
9bde88a513
fix: register fa-ir in LANG_INFO
...
fix #2086
2024-09-04 11:31:56 +02:00
Yohan Boniface
185cc65f68
Merge pull request #2100 from umap-project/fix-tilelayer-plus-button
...
fix: tilelayer plus icon were never displayed
2024-09-04 11:31:28 +02:00
Yohan Boniface
ee7439a0f9
fix: tilelayer plus icon where never displayed
...
We were testing the length of the `_layers` property, which where
sliced to `maxShown` before…
2024-09-04 11:23:20 +02:00
Yohan Boniface
c33adcf0e7
Merge pull request #2096 from umap-project/fix-more-button-icon
...
fix: correct position for more button icon
2024-09-03 15:44:12 +02:00
Yohan Boniface
f986ebf3b3
fix: correct position for more button icon
2024-09-03 15:43:19 +02:00
Yohan Boniface
c321a9e70d
Merge pull request #2095 from umap-project/fix-tilelayer-plus-button
...
fix: only show + button in tilelayer switcher when more available
2024-09-03 15:35:08 +02:00
Yohan Boniface
ca75955ca9
fix: only show + button in tilelayer switcher when more available
2024-09-03 15:34:15 +02:00
Yohan Boniface
5e6ac993d9
Merge pull request #2094 from umap-project/overpass-boundary-persistent
...
feat: make boundary persistent in overpass importer
2024-09-03 15:32:28 +02:00
Yohan Boniface
ed62ed55c4
Merge pull request #2088 from umap-project/dependabot/pip/djlint-1.35.2
...
chore: bump djlint from 1.34.1 to 1.35.2
2024-09-03 15:31:56 +02:00
Yohan Boniface
6a8be34dcc
Merge pull request #2087 from umap-project/overpass-autocomplete-context
...
feat: add more context in overpass importer autocomplete results
2024-09-03 15:31:37 +02:00
Yohan Boniface
e9b17ea9f2
feat: make boundary persistent in overpass importer
2024-09-03 15:29:40 +02:00
dependabot[bot]
5a4effd3b3
chore: bump djlint from 1.34.1 to 1.35.2
...
Bumps [djlint](https://github.com/djlint/djLint ) from 1.34.1 to 1.35.2.
- [Release notes](https://github.com/djlint/djLint/releases )
- [Changelog](https://github.com/djlint/djLint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/djlint/djLint/compare/v1.34.1...v1.35.2 )
---
updated-dependencies:
- dependency-name: djlint
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-03 13:28:27 +00:00
Yohan Boniface
7f1e0084c9
Merge pull request #2089 from umap-project/dependabot/pip/mkdocs-1.6.1
...
chore: bump mkdocs from 1.6.0 to 1.6.1
2024-09-03 15:27:44 +02:00
Yohan Boniface
c50491df07
Merge pull request #2090 from umap-project/dependabot/pip/websockets-13.0.1
...
chore: bump websockets from 13.0 to 13.0.1
2024-09-03 15:27:22 +02:00
Yohan Boniface
8b71606b54
Merge pull request #2091 from umap-project/dependabot/pip/pytest-django-4.9.0
...
chore: bump pytest-django from 4.8.0 to 4.9.0
2024-09-03 15:27:08 +02:00
Yohan Boniface
cb4e62bbb8
Merge pull request #2092 from umap-project/dependabot/pip/ruff-0.6.3
...
chore: bump ruff from 0.6.2 to 0.6.3
2024-09-03 15:26:53 +02:00
dependabot[bot]
91d363c179
chore: bump ruff from 0.6.2 to 0.6.3
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.2...0.6.3 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 17:09:02 +00:00
dependabot[bot]
c7546267da
chore: bump pytest-django from 4.8.0 to 4.9.0
...
Bumps [pytest-django](https://github.com/pytest-dev/pytest-django ) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/pytest-dev/pytest-django/releases )
- [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst )
- [Commits](https://github.com/pytest-dev/pytest-django/compare/v4.8.0...v4.9.0 )
---
updated-dependencies:
- dependency-name: pytest-django
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 17:08:51 +00:00
dependabot[bot]
bf41f9c1da
chore: bump websockets from 13.0 to 13.0.1
...
Bumps [websockets](https://github.com/python-websockets/websockets ) from 13.0 to 13.0.1.
- [Release notes](https://github.com/python-websockets/websockets/releases )
- [Commits](https://github.com/python-websockets/websockets/compare/13.0...13.0.1 )
---
updated-dependencies:
- dependency-name: websockets
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 17:08:47 +00:00
dependabot[bot]
c27b3bea37
chore: bump mkdocs from 1.6.0 to 1.6.1
...
Bumps [mkdocs](https://github.com/mkdocs/mkdocs ) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/mkdocs/mkdocs/releases )
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.6.0...1.6.1 )
---
updated-dependencies:
- dependency-name: mkdocs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 17:08:42 +00:00
Yohan Boniface
f3f61f5d98
feat: add more context in overpass importer autocomplete results
2024-09-02 17:01:04 +02:00
David Larlet
8dc0c1c3df
Merge pull request #2085 from Jean-BaptisteC/actions
...
Fix warning in worflows
2024-08-30 17:38:06 -04:00
Jean-Baptiste
32ac9ef051
Fix deprecated warnings in workflows
2024-08-30 21:16:18 +02:00
Yohan Boniface
33b0f6c318
changelog
2024-08-30 20:57:40 +02:00
Yohan Boniface
fe36f44d1a
2.6.0b0
2024-08-30 20:50:33 +02:00
Yohan Boniface
661c57ebc8
i18n
2024-08-30 20:29:27 +02:00
Yohan Boniface
2b3f0b00fb
Merge pull request #2055 from umap-project/dependabot/pip/django-5.1
...
chore: bump django from 5.0.8 to 5.1
2024-08-30 20:28:28 +02:00
David Larlet
8f735699b2
exp: bump posgresql to version 14
2024-08-30 20:16:51 +02:00
David Larlet
5ca26335d4
exp: try to increase the number of process passes
2024-08-30 20:16:51 +02:00
David Larlet
aeee58b42a
Merge pull request #2062 from umap-project/user-groups
...
feat: add teams
2024-08-30 13:05:02 -04:00
David Larlet
c6ebfd4363
fix: proper way to test if we have a user
2024-08-30 12:37:48 -04:00
David Larlet
2a2a4be357
lint: fix imports order
2024-08-30 12:34:04 -04:00
David Larlet
5c31014086
tests: check collectstatic generates files with hash
2024-08-30 12:32:10 -04:00
David Larlet
11d3152682
chore: display user’s teams with a table
2024-08-30 11:12:36 -04:00
David Larlet
426780af2c
chore: clean up CSS for buttons in content pages
2024-08-30 11:03:00 -04:00