Yohan Boniface
5822a3cfb6
Django 1.10: django.core.context_processors => django.template.context_processors
2016-08-20 12:04:08 +02:00
Yohan Boniface
da6cff729c
Allow to override site name in pages title
2016-06-30 14:41:10 +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
72202b0d3d
Small CSS/HTML tricks to follow changes in Leaflet.Storage
2016-05-17 22:37:20 +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
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
d99a208226
Add am_ET on base settings
2015-11-17 14:35:59 +01:00
Yohan Boniface
6fe7119cbb
0.8.0-beta.0
2015-10-17 08:52:29 +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
cfb7eb8a44
Add MAPQUEST_KEY setting
2015-10-06 12:19:20 +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
Yohan Boniface
65fc239406
Missing ukrainian in base.py…
2014-09-17 10:54:44 +02:00
Yohan Boniface
acd8c2dd8a
Display current version in footer
2014-08-25 10:09:39 +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
0058410c71
iwyu
2014-07-20 16:10:32 +02:00
Yohan Boniface
bf758ff67a
Add russian locale
2014-07-10 23:46:06 +02:00
Yohan Boniface
cb60b8df06
Adding Chinese
2014-06-26 20:40:44 +02:00
Yohan Boniface
e0e5707906
0.6.0
2014-06-16 14:02:18 +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
3ce48d43d6
Add catalan translation
2014-04-25 11:54:17 +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
7d3d9d27cf
Use template cache_loader
2014-04-19 20:26:41 +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
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
452270724a
0.5.0
2014-02-10 16:54:01 +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
e9e5c958a5
Add ConditionalGetMiddleware
2013-12-23 17:47:29 +01:00
Yohan Boniface
31ddf39b1a
Add Japanese in LANGUAGES
2013-12-11 20:25:46 +01:00
Yohan Boniface
1d6793486a
Add Danish locale in settings
2013-12-07 13:22:59 +01:00
Yohan Boniface
8b56f745ec
Add more language by default
2013-12-04 23:19:19 +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
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
438fe51ca0
Add a settings/local.py.sample
2013-05-14 12:49:30 +02:00
Yohan Boniface
6c94f7d8b3
Display demo message only for demo instance
2013-05-01 18:54:40 -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
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
1409f17979
Add Oauth support (with django-social-auth)
2013-01-11 22:24:48 +01:00