Commit graph

1439 commits

Author SHA1 Message Date
Yohan Boniface
f3ecc8ce28 Update permissions metadata at each map save
This fix the issue where the permissions panel was not available
on first save (without reloading the page).
2018-09-23 09:57:00 +02:00
Yohan Boniface
e1844483d7 Always force flatProperties in osmtogeojson call
fix #641

See https://github.com/tyrasd/osmtogeojson/issues/100
2018-09-22 07:33:00 +02:00
Yohan Boniface
81830f8f7b 1.0.0-rc.5 2018-09-11 20:08:07 +02:00
Yohan Boniface
d041001168 fixed ternary choice dealing with unknown values (fix #633) 2018-09-11 20:06:35 +02:00
Yohan Boniface
b72650fafe Fix user autocompletion in permissions panel (fix #635) 2018-09-11 19:56:45 +02:00
Yohan Boniface
b54f4efce5 1.0.0-rc.4 2018-09-10 22:42:59 +02:00
Yohan Boniface
a03aa4860d Fix dark button hover (cf #586) 2018-09-10 12:58:15 +02:00
Yohan Boniface
6dc3181ed9 Fix umap alert close link CSS targeting 2018-09-10 12:50:03 +02:00
Yohan Boniface
17afb5c47d Fix label on hover not working (fix #631) 2018-09-10 12:43:39 +02:00
Yohan Boniface
c5ca7e5d73 Change Map.center.widget SRID to 4326 as it should be
By default, a PointField uses a OpenLayersWidget, which forces the
SRID to 3857 when casting geojson (no idea why, given geojson SRID
is 4326).
2018-09-08 22:42:11 +02:00
Yohan Boniface
709387d985 i18n 2018-09-08 17:09:10 +02:00
Yohan Boniface
0798b708a8 1.0.0-rc.3 2018-09-08 17:07:54 +02:00
Yohan Boniface
fb85a6c93c i18n 2018-09-08 17:01:22 +02:00
Yohan Boniface
da4ee13deb Display a message on the site when trying to do a POST in readonly mode 2018-09-08 16:49:25 +02:00
Yohan Boniface
4c446998e7 Fix control hover color (fix #586) 2018-09-07 22:49:06 +02:00
Yohan Boniface
7941e8fa60 Add a readonly mode
Activable with UMAP_READONLY=True
2018-09-07 22:12:39 +02:00
Yohan Boniface
3537670221 1.0.0-rc.2 2018-09-05 22:31:01 +02:00
Yohan Boniface
838edf8972 Bump Leaflet.Editable 2018-09-05 22:13:35 +02:00
Yohan Boniface
1ce1ea9f58 Update Leaflet.MarkerCluster to 1.4.0 2018-09-05 21:37:56 +02:00
Yohan Boniface
08ff6e53a3 Update Leaflet to 1.3.4 2018-09-05 21:35:16 +02:00
Yohan Boniface
2d9fd3ed46 pull translations 2018-09-05 20:15:11 +02:00
Yohan Boniface
2b3f930f98 Bump csvtogeojson 2018-09-05 19:57:28 +02:00
Yohan Boniface
28696e49fd Bump dev deps 2018-09-04 08:55:36 +02:00
Yohan Boniface
5fbbbb89e1 Django 2.1.1 2018-09-04 08:53:47 +02:00
Yohan Boniface
a0fb623661 Remove deprecated use of L.Mixin.Events 2018-08-30 09:38:59 +02:00
Yohan Boniface
d1c134150f Upgrade Leaflet.Photon to 0.8.0 2018-08-30 09:38:31 +02:00
Yohan Boniface
18e11b9661 Bump pytest-django 2018-08-17 09:32:55 +02:00
Yohan Boniface
01fa7543a2 Pass a binded function to zoomToSeeLayer MarkerCluster function
fix #611
2018-08-17 09:30:18 +02:00
Yohan Boniface
6ae91d2f53 Pull hu translations fix #615 2018-08-15 18:00:42 +02:00
Yohan Boniface
5c2f0100bd Python is not yet available in Travis without sudo: true
See https://github.com/travis-ci/travis-ci/issues/9815
2018-08-15 17:56:21 +02:00
Yohan Boniface
2e13eb1e3d Remove python 3.4, no more supported since Django 2.1 2018-08-15 17:48:54 +02:00
Yohan Boniface
22f7486519 Upgrade dev deps 2018-08-15 17:48:40 +02:00
Yohan Boniface
d63e92fee8 Upgrade to Django 2.1 2018-08-15 17:42:51 +02:00
Yohan Boniface
6ad9df8044 Split popupTemplate in popupShape + popupTemplate
cf #600
2018-08-15 17:07:21 +02:00
Yohan Boniface
81f6b429bc allow to cache proxied remote data requests
cf #513
cf #510
cf #160
2018-08-04 20:50:03 +02:00
Yohan Boniface
e319fa963e Make sure map name is always read from backend
fix #605
2018-08-04 15:26:12 +02:00
Yohan Boniface
c143c2c7ab Poor man escaping of an URL used as query string
fix #607
2018-08-04 14:24:34 +02:00
Yohan Boniface
9539aa0efc Naive support for nested variables in templates
cf #600
2018-08-01 09:43:55 +02:00
Yohan Boniface
1cbf140f57 Do not display data:image/ src as text 2018-07-20 09:39:29 +02:00
Yohan Boniface
408bbd81aa Fix map/id/geojson content_type 2018-07-14 23:55:21 +02:00
Yohan Boniface
915a407451 Remove fabfile.py in favor of usine-deploy
https://github.com/umap-project/umap-deploy
2018-07-14 21:12:18 +02:00
Yohan Boniface
72b943d779 Remove Map.tilelayer foreignkey
Map tilelayer is saved in the settings since a long time now.
2018-07-14 13:59:40 +02:00
Yohan Boniface
96fa60e367 Remove transifex-client from dev requirements for now
It's not availabel for python 3.4 and it's not needed on CI
2018-07-08 00:04:49 +02:00
Yohan Boniface
4d0baa3697 More details on 1.0.0 upgrade 2018-07-07 23:47:13 +02:00
Yohan Boniface
735af42754 Explicitly exclude local.py from being released 2018-07-07 23:46:10 +02:00
Yohan Boniface
d021ce239f 1.0.0-rc.1 2018-07-07 23:25:43 +02:00
Yohan Boniface
d81f014c53 rename make ui in make vendors
o
2018-07-07 23:15:26 +02:00
Yohan Boniface
c2d2751cdf i18n 2018-07-07 23:08:33 +02:00
Yohan Boniface
2eb909ba3d i18n 2018-07-07 23:03:10 +02:00
Yohan Boniface
afb195d923 pull de locale 2018-07-07 22:56:46 +02:00