Commit graph

1129 commits

Author SHA1 Message Date
Yohan Boniface
1d5c1a067a Expose version in /stats/ endpoint 2023-06-20 15:14:28 +02:00
Yohan Boniface
3cee4fda01 Document Shift-Click and add Ctrl-Shift-click to edit datalayer 2023-06-19 10:45:18 +02:00
Yohan Boniface
247efc5345 1.3.5 2023-06-17 16:00:57 +02:00
Yohan Boniface
b324e59cd4 Fix stars link in header 2023-06-17 15:59:16 +02:00
David Larlet
44d3e64d56
Add a publish command to the Makefile 2023-06-17 09:50:36 -04:00
David Larlet
020f805fbe
🚀 1.3.4 2023-06-17 09:46:04 -04:00
David Larlet
7b340966ef
Merge pull request #1133 from umap-project/pyproject-toml
From to setup.cfg+setuptools to pyproject.toml+hatch
2023-06-17 09:38:33 -04:00
David Larlet
9ad47f8ef9
Customize the build process with hatch 2023-06-17 09:36:50 -04:00
David Larlet
e23f1dd3c2
From to setup.cfg+setuptools to pyproject.toml+hatch 2023-06-17 09:09:36 -04:00
Yohan Boniface
6f75807fc7
Merge pull request #1150 from umap-project/pfbreton-perso-patch-1
Back to max-height only for datalayers
2023-06-17 15:07:35 +02:00
David Larlet
ac8f343d67
Back to max-height only for datalayers
Refs https://github.com/umap-project/umap/pull/1149
Refs https://github.com/umap-project/umap/pull/1143

There are still issues with resize+(max-)height combination, to be addressed in a future release.
2023-06-17 09:06:36 -04:00
pfbreton-perso
5dd0c2394a
browse datalayers overflow fix
In my previous improvement where I suggested to set the height of datalayers to the size of the content and add a resize handle i neglected the case where a very long list of layers could make the control unusable by overflowing the available screen space.

I suggest to reintroduce a maximum height so that we have a good compromize between resizing the datalayer list and the maximum possible size.
2023-06-17 09:06:36 -04:00
Yohan Boniface
608c54d4bf
Merge pull request #1145 from umap-project/custom-username
Allow to customize user display name and URL slug
2023-06-17 06:39:55 +02:00
Yohan Boniface
02a14a32f4 add tests for user display and slug customization 2023-06-17 06:35:21 +02:00
Yohan Boniface
7320e6f9fd
Merge pull request #1148 from umap-project/overflow-popup
Overflow popup
2023-06-16 19:34:46 +02:00
Yohan Boniface
b04016d305 Remove unused CSS class 2023-06-16 19:32:01 +02:00
Yohan Boniface
4ee33c0434 Move overflow-y directive to umap-popup-content
fix #1146
2023-06-16 19:06:53 +02:00
Yohan Boniface
8701358b2b Remove DOM unused element from popup 2023-06-16 19:06:31 +02:00
Yohan Boniface
8327aa5f24
Merge pull request #1144 from umap-project/messages
Show messages also in the content part
2023-06-16 15:31:53 +02:00
Yohan Boniface
81fcc080d9 Allow to customize user display name and URL slug 2023-06-16 14:59:59 +02:00
Yohan Boniface
453a7b5616 Remove unused settings from social auth
I cannot find any reference of those settings while looking
at social-core code.
2023-06-16 14:52:12 +02:00
Yohan Boniface
8b4ffba859 Show messages also in the content part
Messages are already shown in the map, if any.
2023-06-16 14:45:43 +02:00
Yohan Boniface
fef82818e1
Merge pull request #1143 from pfbreton-perso/patch-1
Ability to resize the list of layers displayed on the map
2023-06-15 21:36:31 +02:00
David Larlet
d96c158b08
Add OpenCollective funding platform 2023-06-15 12:25:30 -04:00
pfbreton-perso
d53bbf84f2
Ability to resize the list of layers displayed on the map
This is a proposed change to resize the list of layers to fit the content of the list by default and give the ability to resize the window.

I felt that I was constrained by the fixed size that wasn't displaying enough layers to be comfortable to use.
2023-06-15 11:52:10 -04:00
Yohan Boniface
03b6f94a79
Merge pull request #1142 from umap-project/no-templates-dirs
Remove `DIRS` from `settings.TEMPLATES`
2023-06-15 07:37:59 +02:00
David Larlet
bb8d233411
Remove DIRS from settings.TEMPLATES
It’s more convenient to let the sub-themes declare their own templates (especially with `'APP_DIRS': True`).
2023-06-14 21:15:37 -04:00
remco
411b3245c3 Fix #406 for easy installing on ubuntu 2023-06-14 21:47:37 +02:00
remco
c0063d2fa2 Fix permisson problem, use suggestion from #407 2023-06-14 21:47:37 +02:00
Yohan Boniface
0076614ee8
Merge pull request #1141 from umap-project/1140-allow-geo-scheme
Allow `geo:` scheme in (description) links
2023-06-14 19:01:43 +02:00
David Larlet
8400d9f03a
Even better with a test
Refs 4fca2cccca
2023-06-14 12:59:44 -04:00
David Larlet
4fca2cccca
Allow geo: scheme in (description) links
Fix #1140
2023-06-14 12:56:32 -04:00
Yohan Boniface
186480ea01
Merge pull request #1138 from umap-project/search-count
Display the number of maps on search results page
2023-06-14 16:03:38 +02:00
David Larlet
3edad3976d
Display the number of maps on search results page 2023-06-14 09:58:48 -04:00
Yohan Boniface
60ac2dc83a
Merge pull request #1132 from umap-project/icon-opacity
Icon opacity
2023-06-13 21:58:59 +02:00
Yohan Boniface
65628fe202 make lebab :p 2023-06-08 14:46:50 +02:00
Yohan Boniface
6efa674884 Allow to control icon opacity
fix #236
2023-06-08 10:09:31 +02:00
Yohan Boniface
5870d55fff Remove L.U.Icon._setColor
Let's use setIconStyles from Leaflet instead
2023-06-08 09:53:18 +02:00
Yohan Boniface
8ab1c4ea2d 1.3.3 2023-06-07 10:49:27 +02:00
Yohan Boniface
74844f53a3 i18n 2023-06-07 09:12:33 +02:00
Yohan Boniface
1eec9011ff i18n 2023-06-07 09:11:45 +02:00
Yohan Boniface
bf4ef5aeca i18n 2023-06-06 23:16:28 +02:00
David Larlet
fca9e6a124
Merge pull request #1129 from umap-project/explicit-version
Display the current version + link to changelog
2023-06-06 14:12:59 -04:00
David Larlet
fad196bff7
Display the current version + link to changelog 2023-06-06 14:05:35 -04:00
Yohan Boniface
d034e89034
Merge pull request #1128 from umap-project/1126-scroll-on-popup-overflow
Avoid popup content to extend beyond the space allowed
2023-06-06 18:44:04 +02:00
David Larlet
c5b6f8d191
Add dates to the recent changelog 2023-06-06 12:41:11 -04:00
David Larlet
b1179a7443
Avoid popup content to extend beyond the space allowed
Fix #1126
2023-06-06 09:10:51 -04:00
Yohan Boniface
33e85703a3
Merge pull request #1124 from umap-project/add-funding
Add Liberapay funding
2023-06-05 18:55:47 +02:00
Yohan Boniface
2095524424 Add Liberapay funding 2023-06-05 18:15:22 +02:00
Yohan Boniface
b8b9e791ec
Merge pull request #1123 from jpetazzo/tweak-compose-file
Tweak Compose file so that it works out of the box
2023-06-05 17:48:15 +02:00