Commit graph

485 commits

Author SHA1 Message Date
Manfred Stock
c7b78567c7 Extend regex to support original example from issue #820 and more
The original example from issue #820 was using a dash ('-') as fallback,
however, the regular expression did not accept those. It also didn't
support white space (and many other characters) in the fallback, which
are also supported now, so one can even put e.g. links including label
in the fallback.
2020-12-13 17:12:17 +01:00
Manfred Stock
77d9e1f4e2 Return first defined property instead of last property
The changes done in b29adaa5 and ec275d64 introduced a property
fallback, however, this always returned the property/string in the
rightmost position, ignoring any of the previous values, even if
they were defined.
2020-12-12 18:31:02 +01:00
Yohan Boniface
7893ff1c7d fix english typo 2020-11-09 09:54:16 +01:00
Yohan Boniface
953e8eea52 1.2.3 2020-11-09 09:18:44 +01:00
Yohan Boniface
1c4531f70a Update map extent on first save if it still default one
cf #841
2020-11-09 08:09:05 +01:00
Yohan Boniface
fe7a7f5434 Fix English typo setted => set 2020-11-09 07:30:02 +01:00
Yohan Boniface
1770c31de5 i18n 2020-11-08 17:57:37 +01:00
Yohan Boniface
1afc366e11 Do not change zoom when locating user
cf #763
2020-11-08 17:52:45 +01:00
Yohan Boniface
eeb58a8c21 Display an error message when latlng is invalid 2020-11-08 17:43:57 +01:00
Yohan Boniface
70eec17555 fix changing map ownership broken
cf #780
2020-11-08 17:39:01 +01:00
Yohan Boniface
3089b71705 Prevent to redraw a marker when setting invalid latlng from edit form
cf #799
2020-11-08 16:49:23 +01:00
Yohan Boniface
3927a845a4 Control search API URL from uMap config
cf #842
2020-11-08 15:10:13 +01:00
Yohan Boniface
ec275d64fe Deal with property fallback in templating
eg. {prop1|prop2|"default"}

cf #820
2020-11-08 14:38:09 +01:00
Yohan Boniface
b29adaa53f Minimal fallback handling in templating
eg. {var|defaultvalue}

cf #820
2020-11-08 14:38:09 +01:00
Binnette
729049aa04 Responsive images 2020-04-09 10:28:47 +02:00
Binnette
8b28536bbb Improve popup and panel layout 2020-04-09 00:08:30 +02:00
Binnette
e2ca1ecd63 Normalize keyboard shortcuts in translation 2020-03-29 20:17:00 +02:00
Binnette
c0b7d13cfb Normalize keyboard shortcuts 2020-03-28 23:59:23 +01:00
Yohan Boniface
82bffa43ff 1.2.2 2020-03-28 11:20:39 +01:00
Binnette
170fffbe5f fix bad line break 2020-03-28 11:15:31 +01:00
Yohan Boniface
3fa3473908 1.2.1 2020-03-25 15:14:19 +01:00
Yohan Boniface
2ba7a057f3 Be more liberal about username regex in URL
fix #774
2020-03-25 15:11:11 +01:00
Yohan Boniface
4358a35a5d Set dir=rtl when appropriate
cf #752
2020-03-23 11:30:45 +01:00
Yohan Boniface
ebc3b90d40 1.2.0 2020-03-23 08:39:21 +01:00
Yohan Boniface
7f0454fce0 Use new settings of social-auth
cf #754
2020-03-22 18:00:47 +01:00
Yohan Boniface
f7972b47a4 TableEditor: prevent adding properties with "."
fix #426
2020-03-22 15:57:05 +01:00
Yohan Boniface
24baed0c1a Prevent old style slideshow to be actived on load
We used to only consider the delay to define if the slideshow was
active or not.
2020-03-22 15:40:52 +01:00
Yohan Boniface
27a4fd7dc2 i18n 2020-03-22 15:32:02 +01:00
Yohan Boniface
382212990e Update user message 2020-03-22 15:24:05 +01:00
Yohan Boniface
c18dd863ce Rename onceDatalayersDataLoaded to onceDataLoaded 2020-03-22 14:38:45 +01:00
Yohan Boniface
ccf2c1b4fe Feature permalink
fix #497
fix #294
2020-03-22 14:36:34 +01:00
Yohan Boniface
2090550d26 i18n 2020-03-22 14:08:51 +01:00
Yohan Boniface
a9f43de43a
Merge pull request #766 from umap-project/geolocate
Add a blinking marker on user position on geolocate
2020-03-22 14:03:56 +01:00
Yohan Boniface
08b065a16a Remove blinking to geolocation marker 2020-03-22 13:43:21 +01:00
Yohan Boniface
d5a3c6eb63 Change arrow direction when "more control" is active
fix #485
2020-03-21 18:38:48 +01:00
Yohan Boniface
85abb4b57e Add a blinking marker on user position on geolocate
fix #339
2020-03-21 18:16:37 +01:00
Yohan Boniface
01c1acf0b3 Allow variables in tooltips
fix #737
2020-03-19 07:37:54 +01:00
Yohan Boniface
8c160abb76 Fix Utils tests following iframe HTML change
cf #765
2020-03-18 14:55:54 +01:00
Yohan Boniface
db33222609
Merge pull request #765 from umap-project/panel-iframe
Adapt iframe and image width when in right panel
2020-03-18 07:37:07 +01:00
Binnette
345283782c Remove iframes max-width;Add div wrapper around iframes;Adapt popup height to content with flexbox 2020-03-18 00:34:54 +01:00
Yohan Boniface
9e4fb82b12 i18n 2020-03-17 22:01:30 +01:00
Yohan Boniface
f86dca9ac1 Adapt iframe and image width when in right panel
fix #184
2020-03-17 19:39:14 +01:00
Yohan Boniface
8c6f500419 Set icon img max-height
fix #143
2020-03-17 19:21:50 +01:00
Yohan Boniface
f8187c0d20 i18n 2020-03-10 18:41:05 +01:00
Yohan Boniface
8e7d09f12a Add missing .mo files 2020-03-09 17:55:11 +01:00
Yohan Boniface
8b65a12383 i18n: add "sv" (Swedish) 2020-03-09 17:25:45 +01:00
Yohan Boniface
03cc738056 i18n: Add "et" (Estonian) 2020-03-09 17:24:07 +01:00
Yohan Boniface
be809acbc6 i18n: add "no" 2020-03-09 17:19:16 +01:00
Yohan Boniface
401cb6db6e
Merge pull request #761 from umap-project/si-lk
Add "si" to LANG_INFO
2020-03-09 17:16:08 +01:00
Yohan Boniface
4000da1d41
Merge pull request #754 from Binnette/sync-username-on-connect
Update username with value from OAuth provider
2020-03-09 17:06:00 +01:00