Commit graph

2645 commits

Author SHA1 Message Date
Stephan Bösch-Plepelits
ca36ecfc10 Configuration: default map location for new maps 2016-01-02 13:24:35 +01:00
Yohan Boniface
98c42dfe6c Mention need of creating a super user in README (fix #267) 2015-12-30 08:58:40 +01:00
Yohan Boniface
b150825387 Bump requests and django-compressor 2015-12-24 08:08:08 +01:00
Yohan Boniface
1eb2f7290e Bump django to 1.8.7 2015-12-23 22:11:22 +01:00
Yohan Boniface
fd06eb4528 add sudouser to fabfile 2015-12-23 22:08:05 +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
92eb60e37c Merge branch 'master' of github.com:umap-project/umap 2015-11-13 11:41:46 +01:00
Yohan Boniface
355409d909 Fix code formatting in README 2015-11-13 11:41:08 +01:00
Yohan Boniface
8d4fdc755e Merge pull request #241 from amenk/patch-1
Readme: Improved install instructions
2015-11-04 23:30:29 +01:00
Alexander Menk
4184985fc5 Readme: Improved install instructions 2015-11-04 20:51:47 +01:00
Yohan Boniface
d09e798dd6 Gives HttpResponse bytes 2015-10-17 13:09:58 +02:00
Yohan Boniface
2ae656a77a Update fabfile for Django 1.8 and uwsgi on dev server 2015-10-17 12:32:17 +02:00
Yohan Boniface
c3929fce94 Merge branch 'master' of github.com:umap-project/umap 2015-10-17 08:55:05 +02:00
Julien Sabatier
637cfc3126 Correct setup.py
On Debian Jessie with pip install :

Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 20, in <module>
      File "/tmp/pip-o_ERWm-build/setup.py", line 16, in <module>
        with open('requirements.txt', encoding='utf-8') as reqs:
    TypeError: 'encoding' is an invalid keyword argument for this function
2015-10-17 08:54:14 +02:00
Yohan Boniface
6fe7119cbb 0.8.0-beta.0 2015-10-17 08:52:29 +02:00
Yohan Boniface
0eba5fe294 Merge pull request #233 from jusabatier/master
Correct setup.py
2015-10-15 15:18:40 +02:00
Julien Sabatier
26b478f958 Correct setup.py
On Debian Jessie with pip install :

Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 20, in <module>
      File "/tmp/pip-o_ERWm-build/setup.py", line 16, in <module>
        with open('requirements.txt', encoding='utf-8') as reqs:
    TypeError: 'encoding' is an invalid keyword argument for this function
2015-10-15 15:15:48 +02:00
Yohan Boniface
f566247b91 Paginage by 10 in "My Maps" page (cf #211) 2015-10-11 22:19:51 +02:00
Yohan Boniface
dce5d137cc Upgrade requests from 2.7.0 to 2.8.0 2015-10-11 17:15:05 +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
fd8e9aa0bb Upgrade requirements 2015-10-06 12:21:36 +02:00
Yohan Boniface
58cce40545 Join badges in README 2015-10-06 12:19:41 +02:00
Yohan Boniface
18062e4134 Merge branch 'master' of github.com:umap-project/umap 2015-10-06 12:19:30 +02:00
Yohan Boniface
cfb7eb8a44 Add MAPQUEST_KEY setting 2015-10-06 12:19:20 +02:00
Yohan Boniface
3ded78f928 Merge pull request #222 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2015-10-06 11:07:06 +02:00
The Gitter Badger
cfa10c205a Add Gitter badge 2015-10-06 09:06:47 +00:00
Yohan Boniface
d593000630 Change repository links from bitbucket to github (fix #214) 2015-09-23 12:13:56 +02:00
Yohan Boniface
3c46c4e163 Django 1.8.3 => 1.8.4 2015-09-23 09:44:39 +02:00
Yohan Boniface
eb39c2dcc2 Add Requires.io badge 2015-09-23 09:44:17 +02:00
Yohan Boniface
846ca39bec Add install_requires in setup.py 2015-09-23 09:33:29 +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
a7dabb9d17 Update repository link in README 2015-09-23 09:17:44 +02:00
Yohan Boniface
23a3d79fa7 README => md 2015-08-02 22:10:41 +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
451e952aff Merged in brycenesbitt/umap-bryce/install-doc-fixes (pull request #5)
Found some documentation errors when trying to install uMap
2015-08-01 15:53:31 +02:00
Bryce Nesbitt
a08f05e203 Found some errors when trying to install uMap 2015-05-27 22:02:48 -07:00
Yohan Boniface
cea194edb8 Update version in README 2014-11-02 21:20:34 +01: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