Commit graph

557 commits

Author SHA1 Message Date
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
Yohan Boniface
178494d269 Bump dev dependencies 2018-07-07 22:52:36 +02:00
Yohan Boniface
e4736f4be2 Bump dependencies 2018-07-07 22:49:11 +02:00
Yohan Boniface
f05f3ace37 Add TablePanel popup template (fix #481) 2018-07-07 21:44:19 +02:00
Yohan Boniface
d6d52dcddb Do not rely on L.Browser.touch to disable click propagation 2018-07-07 19:46:12 +02:00
Yohan Boniface
f11fe36865 Fix button bar on home 2018-07-07 19:35:02 +02:00
Yohan Boniface
8dad057598 Fix caption panel loaded to early in some situations
fix #504
2018-07-07 19:10:13 +02:00
Yohan Boniface
1ec47894f3 i18n 2018-07-07 17:22:38 +02:00
Yohan Boniface
aaaa339e9c Add allowfullscreen attribute to the iframe; fix fullscreen icon
when active in touch screen

fix #516
2018-07-07 16:53:14 +02:00
Yohan Boniface
1a815b313d Add an explicit button to attach an owner to an anonymous map
fix #568
2018-07-07 16:44:40 +02:00
Yohan Boniface
563839b9a6 Add rank in feature.extendedProperties() and use it for icon symbol
cf #527
2018-07-07 15:12:30 +02:00
Yohan Boniface
af6c7fba26 Allow to use an unicode char as marker icon symbol
One can also use a property to have a dynamic value (eg.
to display numbers:, 1, 2, 3, 4…).

fix #527
2018-07-07 14:57:56 +02:00
Yohan Boniface
705d0cbb73 Add back TileLayer and Licence creation migration
Lost during merge with django-leaflet-storage
2018-07-07 14:42:25 +02:00
Yohan Boniface
52fa732f8a Merge branch 'master' of github.com:umap-project/umap 2018-07-07 09:41:04 +02:00
Yohan Boniface
1aca24ed0c Only list https ready tilelayers when page is in https
fix #567
2018-07-07 09:31:50 +02:00
Yohan Boniface
9dd9581990
Merge pull request #583 from umap-project/prepare-1.0
[WIP] Prepare 1.0
2018-07-07 09:06:22 +02:00
Yohan Boniface
f96f08fc36 Allow to clone markers also
cc @deuzeffe
2018-07-06 23:05:05 +02:00
Yohan Boniface
73b8b60068 Fix cluster text color on Chrome and Co
fix #547

We need to call getComputedStyle only when element is
already added to the DOM.
2018-06-28 08:08:56 +02:00
Yohan Boniface
048c2afcc1 Fix deprecated date.toLocaleFormat 2018-06-27 22:29:46 +02:00
Yohan Boniface
157d25c995 CHANGELOG 2018-06-27 22:21:40 +02:00
Yohan Boniface
f0af796e45 Fix labelKey not saved (fix #595) 2018-06-27 22:16:20 +02:00
Yohan Boniface
e20eeba89a Reflect data browser filter in displayed features
fix #550
2018-06-27 22:13:04 +02:00
Yohan Boniface
b804b5bc41 Move openPanel after this.permissions has been set 2018-06-27 09:29:54 +02:00
Yohan Boniface
fded9d6201 Fix inheritable select not properly reset (fix #551) 2018-06-19 12:41:37 +02:00
Yohan Boniface
67d7ab962c Use a ternary choice for showLabel
fix #553
2018-06-19 09:11:54 +02:00
Yohan Boniface
fc2549fce6 Add missing icon titles
fix #554
2018-06-16 23:03:40 +02:00
Yohan Boniface
fc9ffdf228 Change URL at each save in case the map name has changed
fix #555
2018-06-16 22:56:23 +02:00
Yohan Boniface
725e42c597 Set r variable in tilelayer preview 2018-06-16 22:55:57 +02:00
Yohan Boniface
cfbe5c0b88 Make TileLayerControl always aware of the map
fix #587
2018-06-16 14:00:27 +02:00
Yohan Boniface
fbb7125167 Merge changelogs and add first changelog for 1.0.0 2018-06-16 13:53:06 +02:00
Yohan Boniface
eeb9fe97c2 Basic documentation on how to customize uMap look&feel 2018-06-16 13:28:13 +02:00
Yohan Boniface
9877b31f43 Fix some touch related icon CSS issues
fix #586
2018-06-16 12:58:48 +02:00
Yohan Boniface
68fc62ddbd Fix close button vertical alignment 2018-06-16 12:51:50 +02:00