summaryrefslogtreecommitdiff
path: root/chimere/views.py
AgeCommit message (Collapse)Author
2015-02-27Merge branch 'v2.2'Étienne Loks
2015-02-27Fix category listing orderÉtienne Loks
2015-02-22Merge branch 'v2.2'Étienne Loks
Conflicts: chimere/admin.py chimere/models.py chimere/static/chimere/css/styles.css chimere/urls.py chimere/views.py
2015-02-22Cleaner (and safer) way to generate JSON - add a get-marker view - allow to ↵Étienne Loks
display only one marker (and no category) with permalinks
2015-02-22Search: work on spelling suggestionÉtienne Loks
2015-02-20Merge branch 'v2.1' into v2.2Étienne Loks
2015-02-20Merge branch 'v2.1'Étienne Loks
2015-02-20Routing: prevent incoherent transport and speedÉtienne Loks
2015-02-15Fix bad mergeÉtienne Loks
2015-02-14Merge branch 'master' into nefÉtienne Loks
Conflicts: chimere/admin.py chimere/forms.py chimere/models.py chimere/settings.sample.py chimere/static/chimere/js/jquery.chimere-ol.js chimere/templates/chimere/base.html chimere/templates/chimere/blocks/head_chimere.html chimere/templates/chimere/blocks/map.html chimere/templates/chimere/main_map.html chimere/templatetags/chimere_tags.py chimere/tests.py chimere/urls.py chimere/views.py chimere/widgets.py
2014-12-10Search: fix marker filtering - deactivate routesÉtienne Loks
2014-12-09Work on autocompleteÉtienne Loks
2014-09-22Work on search engineÉtienne Loks
* templates * styles * search index definition
2014-07-29Add contact email to submitedÉtienne Loks
2014-07-29Detail: add routing_enabled to the contextÉtienne Loks
2014-06-14Fix bad json exportÉtienne Loks
2014-06-05Improve performance of getGeoObjects for large requestÉtienne Loks
One supplementary request was done for each marker! To be done: check and improve routes.
2014-04-10Add 'simple' to context of templatesÉtienne Loks
2013-10-27Edpoit page: don't display dated fields when no categories has dateÉtienne Loks
2013-10-25Mobile adaptationÉtienne Loks
* manage specific domains for mobile * add Openlayers mobile library * put sample (empty) file for specific JS and specific CSS * add a new MOBILE context variable
2013-09-23Manage extra urlsÉtienne Loks
2013-08-19Fix modification right for non superuser user with right permissionsÉtienne Loks
2013-08-08Configure Nominatim widget for edit pageÉtienne Loks
2013-08-07Better management of map rightsÉtienne Loks
2013-08-07Map: manage group permissions - fix some issues on permissions - testsÉtienne Loks
2013-07-01Manage automatic submission when authenticated and have the right.Étienne Loks
2013-06-18Manage edition rightsÉtienne Loks
2013-06-18Make conditon on actions - simplify map rigth managementÉtienne Loks
2013-06-16Display/write rights management on mapsÉtienne Loks
2013-06-15Refactoring: renaming Area to MapÉtienne Loks
2013-04-23Allow to load static JSON overlay layersÉtienne Loks
2013-04-11Manage object with not category in getGeoObjectsÉtienne Loks
2013-04-09Improve JSON generation performanceÉtienne Loks
2013-04-01Be more flexible on settings configurationÉtienne Loks
2013-03-28Fix conditionnal parameters for routingÉtienne Loks
2013-03-14Merge branch 'master' into saclayÉtienne Loks
Conflicts: chimere/locale/fr/LC_MESSAGES/django.po chimere/static/chimere/css/styles.css chimere/static/chimere/js/jquery.chimere.js chimere/templates/chimere/detail.html chimere/templatetags/chimere_tags.py chimere/utils.py chimere/views.py example_project/settings.py
2013-02-02JS: when the marker selected is associated to a route zoom to its extentv2.0-RC6Étienne Loks
2013-02-01Merge branch 'master' of ssh://daenerys.peacefrogs.net/var/local/git/chimereÉtienne Loks
2013-02-01Templates: more explicit messages on edition pages.Étienne Loks
2013-02-01Improve template when no default area is definedÉtienne Loks
2013-01-30Remove outdated markers from newsÉtienne Loks
2012-12-16Improve (greatly) performance for route display on the mapÉtienne Loks
2012-11-26Merge branch 'master' into saclayÉtienne Loks
Conflicts: chimere/admin.py chimere/fixtures/initial_data.json chimere/forms.py chimere/locale/fr/LC_MESSAGES/django.po chimere/static/chimere/css/styles.css chimere/templates/chimere/blocks/alternate_multimedia.html chimere/templates/chimere/blocks/categories.html chimere/widgets.py
2012-11-23Fix route rapprochement: prevent delete of associated markerÉtienne Loks
2012-11-23Fix get_categories empty responseÉtienne Loks
2012-11-19Change page title to project nameÉtienne Loks
2012-11-19Change modification email (fix)Étienne Loks
2012-11-19Change modification emailÉtienne Loks
2012-11-19Merge branch 'master' into saclayÉtienne Loks
Conflicts: chimere/admin.py chimere/models.py chimere/templates/chimere/detail.html chimere/templatetags/chimere_tags.py chimere/tests.py
2012-11-16Redirect to the main page when area is not available (refs #412)Étienne Loks