Commit graph

502 commits

Author SHA1 Message Date
Yohan Boniface
bdafdf23e1 ETag must be between double quotes per spec 2023-05-12 17:25:59 +02:00
Yohan Boniface
cf149bc450 Allow to create search index without changing unaccent mutability
cf #519
2023-05-12 17:05:38 +02:00
Yohan Boniface
1194bd3b77 Initialize STATICFILES_DIRS
fix #1060
2023-05-12 17:00:45 +02:00
Luc Didry
9e42f3c6ff 🐛 — Allow to use SHA1-signed anonymous edit URL
The default django.core.signing Signer uses SHA256 algorithm since Django 3.
Umap used Django 2 in the paste, so people had SHA1 signed anonymous edit URLs,
which became unusable when umap switch to Django 3.
This commit makes them usable again (the new SHA256-signed anonymous edit URLs
still works, obviously).
2023-05-12 17:00:31 +02:00
Yohan Boniface
aed2e14b86 black on decorators.py 2023-05-12 16:59:37 +02:00
Yohan Boniface
f09aea8daf Remove unused code 2023-05-12 16:59:30 +02:00
Yohan Boniface
2ef9fd4476 Add missing migration 2023-03-02 10:17:01 +01:00
Yohan Boniface
6b4867ab32 black on views.py 2023-03-02 10:16:20 +01:00
Yohan Boniface
5b143087b9 black on urls.py 2023-03-02 10:16:07 +01:00
Yohan Boniface
d1824e04df Prepare for Django 4.x 2023-03-02 10:15:56 +01:00
Yohan Boniface
4745f0adce fix: fix version import from context processors 2023-03-02 10:14:50 +01:00
Yohan Boniface
fc1cc2af05 chore: use setup.cfg 2023-03-02 10:14:15 +01:00
Yohan Boniface
c01e972506 chore: i18n 2023-03-02 10:13:54 +01:00
Ansgar Hegerfeld
f5336c8441 Fix German typo 2023-03-02 10:13:43 +01:00
Yohan Boniface
ccc73961e6 i18n 2023-03-02 10:13:29 +01:00
Yohan Boniface
5b6bfa0cf0 fix english typo 2023-03-02 10:13:11 +01:00
Yohan Boniface
61a521aa68 Travis stuff 2023-03-02 10:09:54 +01:00
Yohan Boniface
8522a3c034 Use correct JSONField 2023-03-02 10:08:49 +01:00
Yohan Boniface
b0a4ad394b Make Django with DEFAULT_AUTO_FIELD setting 2023-03-02 10:08:38 +01:00
Yohan Boniface
40696e5bb8 First attempt to upgrade to Django 3.X
Bloqued by https://github.com/peopledoc/django-agnocomplete/issues/119
2023-03-02 10:07:10 +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