From 891c23747f673ea91b71ed4946ca81084629ac23 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 15 Jul 2023 11:33:12 +0200 Subject: [PATCH] 1.4.0 --- docs/changelog.md | 9 +++++++++ umap/__init__.py | 2 +- umap/templates/umap/map_table.html | 20 ++++++++++---------- umap/templates/umap/user_dashboard.html | 4 +--- 4 files changed, 21 insertions(+), 14 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index a2617ce2..2f0fb6fc 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,14 @@ # Changelog +## 1.4.0 - 2023-07-15 +- add basic version of a "My Dashboard" page (cf #1196) +- better fit iframe in popups (cf #1203) +- fix missing line edit icons (cf #1205) +- bump Leaflet from 1.3.4 to 1.9.4 (cf #1201) +- fix permissions panel empty at first save (cf #1200) +- add `overflow-x: hidden` to popup (cf #1198) +- add time in datalayer versions list (cf #1195) + ## 1.3.7 - 2023-07-03 - changed datalayer and tilelayer icons (cf #1188) diff --git a/umap/__init__.py b/umap/__init__.py index bf730e4b..af63e4ae 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -1 +1 @@ -VERSION = "1.3.7" +VERSION = "1.4.0" diff --git a/umap/templates/umap/map_table.html b/umap/templates/umap/map_table.html index 965521db..a68040d3 100644 --- a/umap/templates/umap/map_table.html +++ b/umap/templates/umap/map_table.html @@ -1,16 +1,16 @@ {% load umap_tags umap_tags i18n %} {% if not is_ajax %} - - - - - - - - - - + + + + + + + + + + {% endif %} {% for map_inst in maps %} diff --git a/umap/templates/umap/user_dashboard.html b/umap/templates/umap/user_dashboard.html index 1f96a3c7..e29331ed 100644 --- a/umap/templates/umap/user_dashboard.html +++ b/umap/templates/umap/user_dashboard.html @@ -1,10 +1,8 @@ {% extends "umap/content.html" %} {% load i18n %} - {% block head_title %} - {{ SITE_NAME }} - {% trans "My dashboard" %} + {{ SITE_NAME }} - {% trans "My dashboard" %} {% endblock head_title %} - {% block maincontent %} {% trans "Search my maps" as placeholder %}
{% blocktrans %}Map{% endblocktrans %}{% blocktrans %}Name{% endblocktrans %}{% blocktrans %}Status{% endblocktrans %}{% blocktrans %}Last save{% endblocktrans %}{% blocktrans %}Owner{% endblocktrans %}{% blocktrans %}Actions{% endblocktrans %}
{% blocktrans %}Map{% endblocktrans %}{% blocktrans %}Name{% endblocktrans %}{% blocktrans %}Status{% endblocktrans %}{% blocktrans %}Last save{% endblocktrans %}{% blocktrans %}Owner{% endblocktrans %}{% blocktrans %}Actions{% endblocktrans %}