Commit graph

1249 commits

Author SHA1 Message Date
Yohan Boniface
2cc7e01a39 1.0.0-rc.9 2019-02-06 19:41:36 +01:00
Yohan Boniface
7b37f28264 i18n 2019-02-01 14:49:32 +01:00
Yohan Boniface
7a49dcba99 Increase limit in owner maps page
fix #651
2019-01-30 12:07:35 +01:00
Yohan Boniface
a4c0b31fc9 Expose original map URI in full export
fix #659
2019-01-30 11:34:59 +01:00
Yohan Boniface
f6b2469566 i18n
fix #665
2019-01-30 11:23:57 +01:00
Yohan Boniface
41ed5b4163 Fix edge case in name display in data browser 2019-01-30 11:08:17 +01:00
Yohan Boniface
2d54ad7f0f it i18n
o
2018-11-17 19:21:43 +01:00
Yohan Boniface
966b136b5c i18n 2018-11-08 22:23:56 +01:00
Yohan Boniface
adb7f40c64 i18n 2018-11-04 21:25:49 +01:00
Yohan Boniface
9f11f6cd2d 1.0.0-rc.8 2018-11-04 21:20:29 +01:00
Yohan Boniface
58fb544083 Fix missing remote datalayers when display data browser on load
Another option would have been to wait for onceDataloaded instead
of onceLoaded, but then the panel would never be displayed if some
layer fails to load (eg. a 429 on Overpass).

fix #509
2018-11-04 21:12:09 +01:00
Yohan Boniface
ca0c8c421e Show each visible layer in the caption
Not only the browsable ones (eg. we want to have a heatmap in there)
2018-11-04 21:05:21 +01:00
Yohan Boniface
bdbaef123c 1.0.0-rc.7 2018-10-13 14:22:40 +02:00
Yohan Boniface
fcd9a0eef1 Table popup should inherit BaseWithTitle
fix #647
2018-10-13 14:19:42 +02:00
Yohan Boniface
a421698a60 Pull el i18n 2018-10-13 14:06:16 +02:00
Yohan Boniface
a64d918d80 i18n 2018-10-02 23:28:22 +02:00
Yohan Boniface
bf8fb1d3c8 1.0.0-rc.6 2018-09-23 12:02:32 +02:00
Yohan Boniface
4c8d1c3826 de i18n 2018-09-23 12:02:23 +02:00
Yohan Boniface
90aba2ed15 Remove context parameter from DictField.from_db_value (RemovedInDjango30Warning) 2018-09-23 11:56:25 +02:00
Yohan Boniface
706967d982 Keep python 3.5 compat for now 2018-09-23 11:02:36 +02:00
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
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
a0fb623661 Remove deprecated use of L.Mixin.Events 2018-08-30 09:38:59 +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
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
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
d021ce239f 1.0.0-rc.1 2018-07-07 23:25:43 +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
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
1aca24ed0c Only list https ready tilelayers when page is in https
fix #567
2018-07-07 09:31:50 +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
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
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
Yohan Boniface
cc71c40670 Add download button in advanced actins for map and datalayer 2018-06-16 12:45:19 +02:00
Yohan Boniface
ac8b68b0e5 Remove OldMapUrl 2018-06-15 23:31:45 +02:00
Yohan Boniface
48185650b0 Move permissions form building to JS 2018-06-15 23:25:38 +02:00
Yohan Boniface
6b3d45064c Fix wrong class in auth panel 2018-06-02 19:17:57 +02:00
Yohan Boniface
a7ec9b173d Add a basic language switcher in the home footer
fix #74
2018-06-02 19:04:32 +02:00
Yohan Boniface
27bb306fd3 Consolidate CSS files after merge 2018-06-02 18:24:19 +02:00
Yohan Boniface
81919ce0f7 Add UMAP_CUSTOM_TEMPLATES and UMAP_CUSTOM_STATICS 2018-06-02 17:20:44 +02:00
Yohan Boniface
c0f6fcb448 iwyu 2018-06-02 16:53:27 +02:00
Yohan Boniface
cc1a4f93dc Add hr (Croatian) locale 2018-06-02 16:53:13 +02:00
Yohan Boniface
9083e3a437 Add pl (Polish) locale 2018-06-02 16:51:04 +02:00
Yohan Boniface
2f00da60d5 Add hu (Hungarian) locale 2018-06-02 16:48:17 +02:00
Yohan Boniface
2f9a62ad7f Add sl (Slovenian) locale 2018-06-02 16:41:45 +02:00
Yohan Boniface
0b91390e07 Add el (Greek) locale 2018-06-02 16:39:44 +02:00
Yohan Boniface
abd40fe178 Add gl (Galician) locale 2018-06-02 16:33:56 +02:00
Yohan Boniface
afe55fbf3c Update transifex after merge + now also commit js locales 2018-06-02 16:17:42 +02:00
Yohan Boniface
8655061817 Rename in JS/CSS: storage_ => umap_ storage- => umap- 2018-06-02 15:47:57 +02:00
Yohan Boniface
1eadf4b7ed JS tests pass 2018-06-02 14:44:59 +02:00
Yohan Boniface
a0bff73401 Fix generate_js_locale paths 2018-06-02 14:44:01 +02:00
Yohan Boniface
887a9fc7e0 Renamed L.Storage in L.U 2018-06-02 12:36:28 +02:00
Yohan Boniface
8049bc74b8 Fix url paths in css 2018-06-02 12:36:14 +02:00
Yohan Boniface
19d2b39423 Leaflet.Storage is now integrated inside this repository 2018-06-02 12:21:40 +02:00
Yohan Boniface
62a825e6ed Replace LEAFLET_STORAGE_XXX settings by UMAP_XXXX
We keep a retrocompatibility for now.
2018-05-19 17:16:34 +02:00
Yohan Boniface
8fd541955e Disable compressor during unittests for now 2018-05-19 16:28:56 +02:00
Yohan Boniface
1ef5e13f48 Remove duplicate short_url declarations 2018-05-19 12:01:53 +02:00
Yohan Boniface
53c738abaf Merge leaflet_storage tests 2018-05-19 11:54:08 +02:00
Yohan Boniface
65e939c4ee Reset migrations
There are two files:
- the initial one that create everyting, but TileLayer.tms
- one for TileLayer.tms, because it was not released so people
  upgrading will need to fake the first, but really run the second
2018-05-19 11:29:30 +02:00
Yohan Boniface
cb470198e6 Merge leaflet_storage locales 2018-05-19 11:12:19 +02:00
Yohan Boniface
e55d03bd5e Django 2.0
And update other deps
2018-05-19 10:05:18 +02:00
Ltrlg
2de13a8dfa Mark a string for translation 2017-12-09 11:02:04 +01:00
Yohan Boniface
c854c98e49 Merge pull request #488 from umap-project/travis
Add travis.yml
2017-05-12 10:49:13 +02:00
Yohan Boniface
0104337406 Add travis.yml 2017-05-12 10:42:02 +02:00
Yohan Boniface
96ace64672 Merge pull request #484 from davidbgk/font-strategy
Change CSS font strategy + better fallback
2017-05-10 19:17:03 +02:00
Yohan Boniface
32ae155001 Merge branch 'master' of github.com:umap-project/umap 2017-05-10 19:15:00 +02:00
Yohan Boniface
4c8b6f79de Fallback looking for settings file at /etc/umap/umap.conf
fix #487
2017-05-10 19:14:35 +02:00
David Larlet
45b90a35b6
Change CSS font strategy + better fallback
Fix @cartes.data.gouv.fr/#25

* Only keep useful woff/woff2 fonts: http://davidensinger.com/2014/10/update-your-font-face-file-formats-to-just-use-woff-and-woff2/
* Fallback to system fonts: https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/
* Declare fonts with correct weight/style to avoid the change to all elements: http://stackoverflow.com/a/21614532
* Switch from Bold to SemiBold to be consistent with the use of Light by default
2017-05-04 17:57:11 -04:00
David Larlet
ef024c772d
Deal with ordered list as unordered ones in CSS 2017-05-04 11:27:02 -04:00
David Larlet
732ede7aab
Remove useless leaflet tags from templates 2017-04-26 17:07:16 -04:00
David Larlet
cac01cff13
Bigger, stronger font
Not yet faster but it’s coming!
2017-04-26 16:35:04 -04:00
David Larlet
445abf0fff
Switch to Flexbox for main navigation 2017-04-26 16:01:08 -04:00
Yohan Boniface
cb185a4500 More theming hooks 2017-04-24 18:56:31 +02:00
Yohan Boniface
fee614a789 Update social settings in local sample 2017-02-07 10:11:21 +01:00
Yohan Boniface
3782822a90 0.8.2 2017-02-06 16:33:14 +01:00
Yohan Boniface
888816faa8 0.8.1 2017-02-03 09:40:12 +01:00
Yohan Boniface
d86a168478 0.8.0 2017-02-03 09:25:47 +01:00
Yohan Boniface
e3dfed002e i18n 2017-02-02 22:45:07 +01:00
Harry Wood
37d0b3287c fix feedback anchor link to wiki (httpS)
Swap this wiki link to httpS
The wiki is now on httpS and sadly the httpS redirect causes #anchor links to be lost
2017-01-10 15:57:21 +00:00
Yohan Boniface
f87fca3588 Bump to new social-auth
cf https://github.com/omab/python-social-auth/blob/master/MIGRATING_TO_SOCIAL.md
2017-01-09 10:13:21 +01:00
Yohan Boniface
957c6b25d8 Add pl locale 2016-12-11 16:27:45 +01:00
Yohan Boniface
7023207192 0.8.0-rc.13 2016-11-29 16:33:50 +01:00
Yohan Boniface
bc6ed20ca0 0.8.0-rc.12 2016-11-29 09:20:10 +01:00
Yohan Boniface
ca709f7241 0.8.0-rc.11 2016-11-28 21:47:49 +01:00
Yohan Boniface
8b3d8c5ece Add a migration to create a Licence if none exists 2016-11-26 17:29:00 +01:00
Yohan Boniface
3c32377c42 Add a migration to create a TileLayer if none exists 2016-11-26 17:25:59 +01:00
Yohan Boniface
d1af699ddb Add sk_SK translation files 2016-11-06 22:52:33 +01:00
Yohan Boniface
1af1846cfd 0.8.0-rc.10 2016-11-05 12:42:51 +01:00
Yohan Boniface
ad95a3fb47 0.8.0-rc9 2016-11-05 12:23:53 +01:00
Yohan Boniface
29ad169359 i18n 2016-11-05 10:59:01 +01:00
Yohan Boniface
5e720f1622 Bum autocomplete zindex (fix #389) 2016-10-09 18:01:48 +02:00
Yohan Boniface
c3cb8b47be 0.8.0-rc8 2016-10-07 13:31:09 +02:00
Yohan Boniface
6c0cef0f08 0.8.0-rc.7 2016-09-30 14:37:58 +02:00
Yohan Boniface
d08e7f289c 0.8.0-rc.6 2016-09-30 13:07:50 +02:00
Yohan Boniface
6474f59bf4 0.8.0-rc5 2016-09-30 12:12:39 +02:00
Yohan Boniface
3058fcb25f 0.8.0-rc4 2016-09-24 08:44:00 +02:00
Yohan Boniface
7fdd3e2746 Add missing default button background color 2016-09-22 15:18:23 +02:00
Yohan Boniface
3f30530d5c Use django-leaflet-storage rc3 2016-09-21 23:06:57 +02:00
Yohan Boniface
ff9232de7c Fix neutral button color 2016-09-18 15:30:09 +02:00
Yohan Boniface
af8745e2d7 Do use an ancestors of maps for ui
Otherwise, each map will react to the `.storage-ui xxx` css rule.
2016-09-18 15:27:18 +02:00
Yohan Boniface
d4f7837ee5 Remove dark strips from home 2016-09-17 22:56:45 +02:00
Yohan Boniface
81735efd85 0.8.0-rc.1 2016-09-11 18:25:16 +02:00
Yohan Boniface
07e6b62012 Ubuntu installation turorial draft 2016-09-10 16:21:09 +02:00
Yohan Boniface
5f403a3d80 Add a umap entry point, so we can pip install umap 2016-09-10 08:26:48 +02:00
Yohan Boniface
86c3fdc334 Allow to load setting from a non python path 2016-09-10 08:26:23 +02:00
Yohan Boniface
b13df195a1 Remove unused packages 2016-09-10 07:49:46 +02:00
Yohan Boniface
e27e53fd75 i18n 2016-09-09 21:44:11 +02:00
Yohan Boniface
6b207e2811 Add minimal tests for password login 2016-09-09 21:30:05 +02:00
Yohan Boniface
f0e97913d5 Add field errors in login form 2016-09-09 21:09:24 +02:00
Yohan Boniface
a0bc6e7e3a ENABLE_ACCOUNT_LOGIN=False by default 2016-09-09 21:00:32 +02:00
Yohan Boniface
5e35a9799b No need for a specific context processor 2016-09-09 20:59:25 +02:00
Yohan Boniface
2437334940 Merge branch 'auth-login' of https://github.com/plepe/umap into plepe-auth-login 2016-09-09 20:55:16 +02:00
Yohan Boniface
e5e0ad8823 Add LEAFLET_STORAGE_KEEP_VERSIONS 2016-09-09 20:42:17 +02:00
Yohan Boniface
5ca8b3f6a1 Always select matching result in autocomplete (fix #357) 2016-09-09 20:41:34 +02:00
Yohan Boniface
805bca7a97 Switch to pytest 2016-08-20 12:33:05 +02:00
Yohan Boniface
5822a3cfb6 Django 1.10: django.core.context_processors => django.template.context_processors 2016-08-20 12:04:08 +02:00
Yohan Boniface
fe9d99550b Remove Leaflet.Label 2016-07-19 08:46:07 +02:00
Yohan Boniface
0c86f7a132 Add Path.Drag.js 2016-07-19 08:45:59 +02:00
Yohan Boniface
da6cff729c Allow to override site name in pages title 2016-06-30 14:41:10 +02:00
Yohan Boniface
a34d163449 Do not override "content" block in content.html template 2016-06-29 17:20:47 +02:00
Yohan Boniface
a1676d56ca Use a specific prefix for maps ids in search results 2016-06-27 15:16:55 +02:00
Yohan Boniface
65b771a362 Make TEMPLATES.DIRS a list to make overridable more easily 2016-06-24 11:17:17 +02:00
Yohan Boniface
0bca23cca4 Put back bottom_js block removed by mistake 2016-05-20 11:11:31 +02:00
Yohan Boniface
2f77c08465 Use our own fork of Leaflet.Label 2016-05-20 09:45:26 +02:00
Yohan Boniface
72202b0d3d Small CSS/HTML tricks to follow changes in Leaflet.Storage 2016-05-17 22:37:20 +02:00
Yohan Boniface
bd0fff41ad Add link for Leaflet.Fullscreen 2016-04-26 09:54:45 +02:00
Yohan Boniface
5aa853761c Follow Leaflet.Storage UI refactoring
cf umap-project/Leaflet.Storage/commit/59583db7bef28b2fd13ac98c0a62e1a770d3fb66
2016-04-26 00:07:06 +02:00
Yohan Boniface
e2dfcdb336 Django 1.9 wants a TEMPLATE entry in the settings 2016-04-25 23:53:58 +02:00
Yohan Boniface
94d2bbb65e Upgrade to Django 1.9 and bumps deps 2016-04-24 16:14:47 +02:00
Yohan Boniface
bfe26adfad Add Leaflet.Photon to js 2016-04-24 14:31:11 +02:00
Yohan Boniface
5f63de9561 Remove print (cf #301) 2016-03-30 12:22:24 +02:00
Yohan Boniface
c4287bf39e Also use plainto_tsquery when using unaccent 2016-03-10 22:47:28 +01:00
Stephan Bösch-Plepelits
5f63943458 Authentication: configure availability of account login (default True) 2016-02-05 05:44:15 +01:00
Stephan Bösch-Plepelits
8f5b59604e Authentication: show errors for username / password login failures 2016-01-14 21:26:44 +01:00
Stephan Bösch-Plepelits
7477adec05 Authentication: custom templates for password change 2016-01-14 21:26:43 +01:00
Stephan Bösch-Plepelits
2f2e0f510d Authentication: include a change password menu entry 2016-01-14 21:26:43 +01:00
Stephan Bösch-Plepelits
0d3046e711 Authentication: hide block with OAuth providers, when no providers configured 2016-01-14 21:26:43 +01:00
Stephan Bösch-Plepelits
5ed0361998 Authentication: login via username / password 2016-01-14 21:26:43 +01:00
Stephan Bösch-Plepelits
e8c7b41e6d Configuration: settings to configure count of showcased maps
- UMAP_MAPS_PER_PAGE
- UMAP_MAPS_PER_PAGE_OWNER
2016-01-03 21:47:31 +01:00
Stephan Bösch-Plepelits
d783366d9d Configuration: new setting UMAP_EXCLUDE_DEFAULT_MAPS
- This setting will exclude default maps (maps where the default center
  has not been updated)
- until now, the default was to exclude default maps - new default: not
  exclude
2016-01-03 21:44:14 +01:00
Stephan Bösch-Plepelits
ca36ecfc10 Configuration: default map location for new maps 2016-01-02 13:24:35 +01:00
Yohan Boniface
d7649b3a66 Use plainto_tsquery instead of to_tsquery to allow multiple words 2015-12-23 22:03:09 +01:00
Yohan Boniface
d99a208226 Add am_ET on base settings 2015-11-17 14:35:59 +01:00
Yohan Boniface
968de12dd1 Update Amharic translation 2015-11-15 16:33:16 +01:00
Yohan Boniface
e6e605dda4 Add am_ET locale (Amharic) 2015-11-15 10:29:24 +01:00
Yohan Boniface
d09e798dd6 Gives HttpResponse bytes 2015-10-17 13:09:58 +02:00
Yohan Boniface
6fe7119cbb 0.8.0-beta.0 2015-10-17 08:52:29 +02:00
Yohan Boniface
f566247b91 Paginage by 10 in "My Maps" page (cf #211) 2015-10-11 22:19:51 +02:00
Yohan Boniface
a5c6efa5ad Do not reset padding on form elements 2015-10-11 11:08:33 +02:00
Yohan Boniface
6960299d21 Use osm.org for routing instead of OSRM demo site (fix #219) 2015-10-11 10:23:48 +02:00
Yohan Boniface
f6f2d8dca9 First version of an icon import script (cf #201) 2015-10-07 22:26:19 +02:00
Yohan Boniface
cfb7eb8a44 Add MAPQUEST_KEY setting 2015-10-06 12:19:20 +02:00
Yohan Boniface
d593000630 Change repository links from bitbucket to github (fix #214) 2015-09-23 12:13:56 +02:00
Yohan Boniface
3eab361009 Include Leaflet.Measurable 2015-09-23 09:18:51 +02:00
Yohan Boniface
a18e854177 border-box on label 2015-09-23 09:18:14 +02:00
Yohan Boniface
7b5ea8df67 First shot in Django 1.8 / python 3 support
This also replaced pg_index with a simple builting seach
based on tsvector, as pg_index is not compliant with Django 1.8,
and as some old dependencies that would need to be upgrade too.
2015-08-02 18:08:31 +02:00
Bryce Nesbitt
a08f05e203 Found some errors when trying to install uMap 2015-05-27 22:02:48 -07:00
Yohan Boniface
8cef5885e5 add noindex when map status isn't public 2014-10-02 22:45:22 +02:00
Yohan Boniface
65fc239406 Missing ukrainian in base.py… 2014-09-17 10:54:44 +02:00
Yohan Boniface
382fd1da23 0.7.6 (add ukrainian) 2014-09-17 10:47:23 +02:00
Yohan Boniface
2d32417871 0.7.5 2014-09-14 15:10:37 +02:00
Yohan Boniface
a86d29dd0e The string to check on is actually spatialite, not sqlite 2014-09-09 19:13:11 +02:00
Yohan Boniface
61ae371649 Do not filter maps by center distance when running spatialite 2014-09-09 17:43:28 +02:00
Yohan Boniface
bb1d8a96bb 0.7.4 2014-08-27 09:32:54 +02:00
Yohan Boniface
acd8c2dd8a Display current version in footer 2014-08-25 10:09:39 +02:00
Yohan Boniface
1a30eec470 0.7.3 2014-08-25 09:52:21 +02:00
Yohan Boniface
3ae4b86893 Allow to override the feedback link 2014-08-25 09:42:17 +02:00
Yohan Boniface
1e6431146b Add Chinese (Taiwan) 2014-08-24 19:51:20 +02:00
Yohan Boniface
e7caca84b9 Add Vietnamese entry 2014-08-13 23:56:01 +02:00
Yohan Boniface
29c919b7ad i18n 2014-08-10 19:12:19 +02:00
Yohan Boniface
5cfd7d3b6b 0.7.2 2014-08-07 10:20:44 +02:00
Yohan Boniface
cc50f2f2d3 0.7.1 2014-08-03 17:59:01 +02:00
Yohan Boniface
b837e2dfa1 Bad path for leaflet.draw (we need to keep if for Leaflet.MeasureControl) 2014-08-02 23:34:36 +02:00
Yohan Boniface
e27ff67fe1 0.7.0 2014-08-02 23:31:50 +02:00
Yohan Boniface
1c7f27890a 0.6.15 2014-07-31 16:25:21 +02:00
Yohan Boniface
ef8291858e 0.6.14 2014-07-22 19:48:45 +02:00
Yohan Boniface
0058410c71 iwyu 2014-07-20 16:10:32 +02:00
Yohan Boniface
d534e9cd19 Add Bulgarian ongoing translation 2014-07-20 16:07:37 +02:00
Yohan Boniface
33f36c0fdc Remove useless home.png icon 2014-07-20 15:56:47 +02:00
Yohan Boniface
c48c8813fb 0.6.12 2014-07-20 15:52:26 +02:00
Yohan Boniface
469187e4f1 Catch unkown domain in validate_url 2014-07-18 23:26:16 +02:00
Yohan Boniface
7550664030 0.6.11 2014-07-18 23:04:39 +02:00
Yohan Boniface
3faf500304 Pulling ru from Transifex 2014-07-17 16:57:06 +02:00
Yohan Boniface
c842fe0f66 Pulling ru from transifex 2014-07-11 13:04:24 +02:00
Yohan Boniface
75cf03e4cb Updating ru locale 2014-07-11 10:46:13 +02:00
Yohan Boniface
184218d856 0.6.10 2014-07-10 23:52:10 +02:00
Yohan Boniface
bf758ff67a Add russian locale 2014-07-10 23:46:06 +02:00
Yohan Boniface
1b4d9d0cbe Margin bottom to textarea 2014-07-04 21:52:44 +02:00
Yohan Boniface
cb60b8df06 Adding Chinese 2014-06-26 20:40:44 +02:00
Yohan Boniface
26322010df 0.6.8 2014-06-22 19:34:30 +02:00
Yohan Boniface
c52d63faf9 0.6.7 2014-06-19 14:39:45 +02:00
Yohan Boniface
728303f0d9 0.6.6 2014-06-19 11:36:04 +02:00
Yohan Boniface
28382f5aa9 Autocomplete: do not select a result without value 2014-06-19 11:29:42 +02:00
Yohan Boniface
9257264b8d Refactor autocomplete and add a simple select one 2014-06-19 00:11:12 +02:00
Yohan Boniface
aa8cec7b38 Bump to 0.6.4 2014-06-18 20:48:20 +02:00
Yohan Boniface
785f0bf252 Add slideshow module 2014-06-18 18:09:26 +02:00
Yohan Boniface
09ba01dcda Remove color from popup footer and layer controls 2014-06-16 23:24:32 +02:00
Yohan Boniface
6d0921c802 0.6.3 2014-06-16 14:34:20 +02:00
Yohan Boniface
f6a6cae716 0.6.2 2014-06-16 14:18:34 +02:00
Yohan Boniface
43c4474ec0 0.6.1 2014-06-16 14:16:01 +02:00
Yohan Boniface
e0e5707906 0.6.0 2014-06-16 14:02:18 +02:00
Yohan Boniface
6f1c6c17b0 Switch font to Fira 2014-06-13 01:38:59 +02:00
Yohan Boniface
07022cb5ff Pulling da from Transifex 2014-06-02 20:09:24 +02:00
Yohan Boniface
64cbfe0bfc Index only searchable map
This was broken on the sesql to pgindex switch
Unittests needed.
2014-05-13 14:03:00 +02:00
Yohan Boniface
21122dba4f Get rid of sesql and upgrade to django 1.6 2014-05-02 00:13:33 +02:00
Yohan Boniface
10ab653cad Remove small icons from feature list 2014-05-01 15:18:38 +02:00
Yohan Boniface
406f460b53 Pulling it from transifex 2014-05-01 10:56:04 +02:00
Yohan Boniface
ab5444184f Allow user to scroll until 50 maps on its page (instead of 50) 2014-04-28 16:13:28 +02:00
Yohan Boniface
3ce48d43d6 Add catalan translation 2014-04-25 11:54:17 +02:00
Yohan Boniface
63e4ba90b3 Remove useless template 2014-04-25 11:20:37 +02:00
Yohan Boniface
26e9f39748 Better order for middleware
See https://docs.djangoproject.com/en/1.6/topics/i18n/translation/#how-django-discovers-language-preference
2014-04-24 23:20:25 +02:00
Yohan Boniface
790a46bd68 Smaller logo in 404 2014-04-21 00:43:11 +02:00
Yohan Boniface
f1f7c90363 Increase number of showcase maps 2014-04-21 00:02:10 +02:00
Yohan Boniface
7240f5eaf5 Add leaflet-heat 2014-04-20 17:42:18 +02:00
Yohan Boniface
3ca24f5838 Quick hack to prevent django from adding vary:cookie on proxy view 2014-04-20 12:24:13 +02:00
Yohan Boniface
2083f1d93c Working on 404 page 2014-04-20 12:11:47 +02:00
Yohan Boniface
fdc28c9f28 Add logo in 500.html 2014-04-20 11:08:22 +02:00
Yohan Boniface
e105686d5a from osm_and_geojson to osmtogeojson 2014-04-19 22:59:07 +02:00
Yohan Boniface
7d3d9d27cf Use template cache_loader 2014-04-19 20:26:41 +02:00
Yohan Boniface
1fd245830e iwyu 2014-04-19 20:26:28 +02:00
Yohan Boniface
f0ce51683f Add user agent to proxy 2014-04-19 19:44:56 +02:00
Yohan Boniface
a389a76027 Validate URL before proxying 2014-04-19 17:54:51 +02:00
Yohan Boniface
9bf587a765 Use a query string for URL 2014-04-19 12:28:24 +02:00
Yohan Boniface
39f672641c First shot in GeoRSS support 2014-04-19 11:48:54 +02:00
Yohan Boniface
c68fca4910 Correct way of declaring cs_CZ in settings 2014-04-14 10:03:46 +02:00
Yohan Boniface
03507066a5 Add cs_CZ 2014-04-14 09:47:42 +02:00
Yohan Boniface
19e8d14ee5 PUlling from transifex 2014-03-24 23:51:09 +01:00
Yohan Boniface
d37d165839 Add Leaflet.label plugin 2014-03-21 12:37:48 +01:00
Yohan Boniface
4b7d8a314e Quick fix for HainautCart@ username 2014-03-08 12:55:13 +01:00
Yohan Boniface
40d5ac7e3a Upgrade django-social-auth to python-social-auth 2014-03-06 23:22:37 +01:00
Yohan Boniface
96fc8254ae Add SESQL_CONFIG_PATH in local_settings.py.sample (fix #37) 2014-03-06 16:21:51 +01:00
Yohan Boniface
ffd4a7ce17 Pulling from Transifex 2014-03-05 12:08:07 +01:00
Yohan Boniface
e7f340dac7 Pulling from transifex 2014-03-01 02:03:53 +01:00
Yohan Boniface
7c7a413f79 Typo 2014-03-01 01:48:24 +01:00
Yohan Boniface
fa6a9f29f8 Make editor field placeholder localizable 2014-03-01 01:33:35 +01:00
Yohan Boniface
d0b422fe82 Moving CSS to Leaflet.Storage 2014-02-27 23:32:21 +01:00
Yohan Boniface
316df209da Pulling from transifex 2014-02-16 16:19:07 +01:00
Yohan Boniface
73082121ec Fieldset toggle has been moved to Leaflet.Storage 2014-02-16 16:18:44 +01:00
Yohan Boniface
4578446aad Make showcase url i18n aware 2014-02-10 21:53:24 +01:00
Yohan Boniface
0cfd560b26 Add owner name in "map of the maps" popup 2014-02-10 21:37:12 +01:00
Yohan Boniface
d78e817800 Pulling de from tx 2014-02-10 19:10:33 +01:00
Yohan Boniface
b9cb3a8290 Do not take default center in showcase 2014-02-10 17:52:49 +01:00
Yohan Boniface
452270724a 0.5.0 2014-02-10 16:54:01 +01:00
Yohan Boniface
02994a3df1 Updating translations 2014-02-10 14:54:06 +01:00
Yohan Boniface
b49ca563d3 Remove remaining Darline calls 2014-02-10 01:39:11 +01:00
Yohan Boniface
cf2f5a4838 Remove darline dependency 2014-02-10 00:48:50 +01:00
Yohan Boniface
e4706c4495 Monochromatic logo 2014-02-09 18:39:19 +01:00
Yohan Boniface
bd6b6ca717 Move "demo instance warning" to dedicated div 2014-02-08 08:38:40 +01:00
Yohan Boniface
1c84384922 CSS refactoring (including first version of showcase map) 2014-02-07 22:05:41 +01:00
Yohan Boniface
d70ca9bafc Adding lithuanian translation 2014-02-01 18:23:47 +01:00
Yohan Boniface
7dacd863c8 Show only public map on home, search and user pages 2014-01-09 23:49:53 +01:00
Yohan Boniface
c8798abb4e Send locale to routing 2014-01-09 15:59:19 +01:00
Yohan Boniface
7e3fb30dfb Add URL for external routing service 2014-01-09 15:20:57 +01:00
Yohan Boniface
58663a37a8 Pulling "it" from Transifex 2013-12-25 23:36:34 +01:00
Yohan Boniface
9904821ade Pulling "it" from Transifex 2013-12-25 11:05:01 +01:00
Yohan Boniface
e782642436 Pull "it" from Transifex 2013-12-25 08:13:24 +01:00
Yohan Boniface
e9e5c958a5 Add ConditionalGetMiddleware 2013-12-23 17:47:29 +01:00
Yohan Boniface
6c56073408 Pull translations from Transifex 2013-12-23 16:42:09 +01:00
Yohan Boniface
31ddf39b1a Add Japanese in LANGUAGES 2013-12-11 20:25:46 +01:00
Yohan Boniface
f49254ae42 Add Japanese from transifex 2013-12-11 20:15:06 +01:00
Yohan Boniface
1d6793486a Add Danish locale in settings 2013-12-07 13:22:59 +01:00
Yohan Boniface
d35c7daf6d Add Danish translations 2013-12-07 13:19:06 +01:00
Yohan Boniface
ac47b49c4b Pulling from Transifex 2013-12-06 09:32:13 +01:00
Yohan Boniface
94e324b0d7 Remove useless templates 2013-12-05 22:57:49 +01:00
Yohan Boniface
1e0e8e4852 Pull de translation from Transifex 2013-12-05 22:41:28 +01:00
Yohan Boniface
b9b3595d82 Pulling fi translation from Transifex 2013-12-05 10:42:45 +01:00
Yohan Boniface
435c0b1bb6 i18n 2013-12-04 23:36:27 +01:00
Yohan Boniface
8b56f745ec Add more language by default 2013-12-04 23:19:19 +01:00
Yohan Boniface
14a10f9944 Pull translations from Transifex 2013-12-04 23:12:55 +01:00
Yohan Boniface
57199fd290 Freeze leaflet to 0.7 2013-11-30 13:05:23 +01:00
Yohan Boniface
35ff54c093 Moved on leaflet.storage 2013-11-26 18:54:23 +01:00
Yohan Boniface
38ffb1c8e5 Remove compress from content.html 2013-11-25 13:25:45 +01:00
Yohan Boniface
d63c9b3693 Setlocale before including any storage file 2013-11-25 12:33:48 +01:00
Yohan Boniface
3c647ec2dd We no not store description as a separate column anymore 2013-11-24 16:27:02 +01:00
Yohan Boniface
c8cb1bb52d Remove useless template, clean translation, add Transifex config 2013-11-22 15:32:21 +01:00
Yohan Boniface
802f35fc74 Override autocomplete color 2013-11-11 22:06:06 +01:00
Yohan Boniface
8ec63b69a9 Geojsonize (cf yohanboniface/Leaflet.Storage#62) 2013-11-11 12:57:34 +01:00
Yohan Boniface
4354ab090b Add ALLOWED_HOST in local settings sample file
thanks to @CristianCantoro for the patch
2013-08-31 17:00:08 +02:00
Yohan Boniface
fdb9bd5e46 Fix unclosed em in map list when map is anonymous 2013-07-26 15:51:50 +02:00
Yohan Boniface
6dc79db9a3 Move getMore js call in content.html, just needed there 2013-07-02 20:00:45 +02:00
Yohan Boniface
7292fc00e6 Bump to 0.4.0 2013-06-28 22:32:22 +02:00
Yohan Boniface
8c70a863c2 Add clone map button 2013-06-27 00:12:25 +02:00
Yohan Boniface
f648105f83 Explicit classname in search to get faster 2013-06-25 00:14:15 +02:00
Igor Támara
a36ab981d2 Fixed typo 2013-06-23 22:43:29 -05:00
Igor Támara
616527e930 Updated spanish translation 2013-06-23 22:19:12 -05:00
Yohan Boniface
53f9a904b2 Use markdown in feature description 2013-06-21 18:02:02 +02:00
Yohan Boniface
3b7131f2fd Custom short url (fix #22) 2013-06-16 18:08:08 +02:00
Yohan Boniface
e14310e5db Translations 2013-06-16 17:41:04 +02:00
Yohan Boniface
13872dfc1f Notice that tab and semi-colon are now also valid for CSV import 2013-06-16 17:07:35 +02:00
Yohan Boniface
89d4e37931 Not needed anymore since TileLayer refactor 2013-06-16 12:26:33 +02:00
Yohan Boniface
1cc8e82464 More IE compat 2013-06-15 19:05:26 +02:00
Yohan Boniface
fad6cce959 Compress also ui and i18n for better versionning of caches 2013-06-15 18:52:34 +02:00
Yohan Boniface
6179bf16b5 Remove blank line after </html> tag 2013-06-13 23:04:09 +02:00
Yohan Boniface
3d5f64e11b IE8 compat 2013-06-13 21:46:46 +02:00
Yohan Boniface
2d9eda53ee color for popup footer 2013-06-09 23:53:23 +02:00
Yohan Boniface
ff60f3b636 CSS for data browser
See yohanboniface/Leaflet.Storage#52
2013-06-09 19:15:35 +02:00
Yohan Boniface
e3a5263c62 Rename category in datalayer
cf yohanboniface/django-leaflet-storage#82
2013-06-08 15:40:53 +02:00
Yohan Boniface
6199a891c5 Bump to 0.3.0 2013-05-29 22:55:51 +02:00
Yohan Boniface
ae44530267 Update darline submodule 2013-05-28 10:41:26 +02:00
Yohan Boniface
2810f3fa7c Add an empty footer, to allow settings custom piwik like script per instance 2013-05-28 09:28:04 +02:00
Yohan Boniface
96a0c4b16b First version of autocomplete for managing map editors 2013-05-22 16:23:49 +02:00
Yohan Boniface
f735fa16e5 Display non field errors in upload form 2013-05-19 00:14:55 +02:00
Yohan Boniface
7d4e94e5fd Add CSV import description 2013-05-18 23:14:11 +02:00
Yohan Boniface
7b6185c831 Update icons path in about page 2013-05-16 13:40:17 +02:00
Yohan Boniface
f6458492df Add empty Finnish locale file 2013-05-16 12:20:21 +02:00
Yohan Boniface
617de1d446 Basic Spanish translation 2013-05-15 15:42:02 +02:00
Yohan Boniface
5c0fcb86d4 Missing a space... 2013-05-14 14:05:05 +02:00
Yohan Boniface
3fc713d8ec Do not display two "—" when map has no description 2013-05-14 14:04:05 +02:00
Yohan Boniface
f93c5733fb i18n prefix in URLs 2013-05-14 13:23:40 +02:00
Yohan Boniface
438fe51ca0 Add a settings/local.py.sample 2013-05-14 12:49:30 +02:00
Yohan Boniface
177d4b8c65 Update to SeSQL 0.15 2013-05-14 12:32:52 +02:00
Yohan Boniface
fb18bdeb5e Prepare for django 1.5 2013-05-14 12:07:58 +02:00
Yohan Boniface
37a537dada Set the default category_color in CSS 2013-05-14 10:04:11 +02:00
Yohan Boniface
6c94f7d8b3 Display demo message only for demo instance 2013-05-01 18:54:40 -04:00
Yohan Boniface
66c362ccb2 pep8 2013-05-01 07:49:24 -04:00
Yohan Boniface
5c3cc6b03e Typo in French translation 2013-04-30 07:46:23 -04:00
Yohan Boniface
016ad2e688 Missing .po 2013-04-29 18:13:51 -04:00
Yohan Boniface
514ec073ae Add a message in the map creation box when anonymous 2013-04-29 18:12:33 -04:00
Yohan Boniface
0a3097dd9e Fix HTML title not displayed in map page 2013-04-27 20:29:12 -04:00
Yohan Boniface
369ad7b1dc Fix typo in French translation 2013-04-16 15:33:16 -04:00
Yohan Boniface
85890ae3c0 Adapt to using messages in django-leaflet-storage 2013-04-05 22:14:46 -04:00
Yohan Boniface
cc6935f35d Prepare for anonymous map
See https://github.com/yohanboniface/Leaflet.Storage/issues/44
2013-03-30 21:33:27 -04:00
Yohan Boniface
2f45548627 Update favicon 2013-03-12 00:43:48 +01:00
Yohan Boniface
6141f60ae6 Update .mo 2013-03-12 00:43:37 +01:00
Yohan Boniface
480a75486a Update .po 2013-03-12 00:41:13 +01:00
Yohan Boniface
c4776a27b3 Update logo 2013-03-12 00:22:14 +01:00
Francisco Dos Santos
4be74b0699 Portuguese translation 2013-03-10 22:33:12 +01:00
Yohan Boniface
984c088697 Add empty pt locale file 2013-02-24 11:49:36 +01:00
Yohan Boniface
7117aa120d Add uMap log 2013-02-22 17:03:02 +01:00
Yohan Boniface
5038887ee0 Bump to 0.2.0 2013-02-20 19:03:21 +01:00
Yohan Boniface
85207f0765 Remove endless_pagination from INSTALLED_APPS 2013-02-15 16:30:53 +01:00
Yohan Boniface
53a8db7555 remove foundation from INSTALLED_APPS 2013-02-15 16:29:16 +01:00
Yohan Boniface
e26d4fb575 Fix broken search bar on 17 cols mode 2013-02-13 18:48:01 +01:00
Yohan Boniface
49e010109f More French translations 2013-02-12 18:55:16 +01:00
Yohan Boniface
01c9cf4153 Fix wrong compress block 2013-02-12 17:41:16 +01:00
Yohan Boniface
8f532dde71 First shot in removing jQuery and Foundation (\o/) cf #12 2013-02-12 17:34:33 +01:00
Yohan Boniface
09651544e6 Customize upload_form
But it's urgent to get rid of jQuery and Foundation, and get a simpler
stack.
2013-02-02 22:02:32 +01:00
Yohan Boniface
1f9d772e88 While in demo mode, prevent from loading map with default center 2013-02-02 16:12:40 +01:00
Yohan Boniface
34fc7f9fd1 Get rid of "options_" 2013-01-31 23:25:37 +01:00
Yohan Boniface
4b3be11e19 Follow changes in icon form field
See yohanboniface/django-leaflet-storage#22
2013-01-25 02:31:26 +01:00
Yohan Boniface
cba5ff6b5d Follow changes on icon management
See https://github.com/yohanboniface/django-leaflet-storage/issues/22
2013-01-24 14:16:59 +01:00
Yohan Boniface
f90d0e6159 Handle path styling options
See https://github.com/yohanboniface/Leaflet.Storage/issues/26
2013-01-22 22:39:25 +01:00
Yohan Boniface
7bc90ccc0c Add a custom template for "update map settings" form
See yohanboniface/Leaflet.Storage#22
2013-01-12 20:26:19 +01:00
Yohan Boniface
7d657c4d6d First version of OSM Oauth backend 2013-01-12 01:55:37 +01:00
Yohan Boniface
1409f17979 Add Oauth support (with django-social-auth) 2013-01-11 22:24:48 +01:00
Yohan Boniface
63bd4a5587 Adding south (cf yohanboniface/django-leaflet-storage#8) 2013-01-07 15:45:27 +01:00
Yohan Boniface
363d3e41b8 Fix wrong link in README 2013-01-07 12:38:35 +01:00
Yohan Boniface
52e41e7cd7 Move styles form fields in a separate template
Working on yohanboniface/django-leaflet-storage#21
2013-01-04 12:48:39 +01:00
sabas
3f36a652f5 italian locale 2013-01-04 12:20:56 +01:00
Yohan Boniface
212a8f20fc Remove footer while using endless pagination (fix #2) 2013-01-04 10:51:47 +01:00
Yohan Boniface
e6bf339c54 Rename project (prepare to 0.1) 2013-01-02 16:20:08 +01:00