summaryrefslogtreecommitdiff
path: root/chimere/urls.py
AgeCommit message (Collapse)Author
2024-04-24Adaptations vers Django version 2.2Étienne Loks
2020-09-29Detail: add a link to generate iframeÉtienne Loks
2018-07-16Explicit redirect after form submission.Étienne Loks
2018-03-12Merge Saclay inside chimere mainÉtienne Loks
2017-09-28Native search: adapt template, views and javascriptÉtienne Loks
2017-09-28Change CHIMERE_SEARCH_ENGINE to HAYSTACK_SEARCH_ENGINEÉtienne Loks
2017-09-22Django 1.11: remove patterns from urlsÉtienne Loks
2017-09-13Urls: fix bad evaluation of the default indexÉtienne Loks
2017-09-13Can use alternate MAIN_INDEX in projectÉtienne Loks
2017-03-05Add a status pageÉtienne Loks
2017-02-16Dynamic page before contact pageÉtienne Loks
2016-11-14Fix update share link managementÉtienne Loks
2016-11-09Adapt permalink loadingÉtienne Loks
2016-10-02Merge branch 'v2.9'Étienne Loks
2016-10-01JS ol3: manage description inside popupÉtienne Loks
2016-09-22Going to python3 and Django 1.8!Étienne Loks
2016-06-27Add an autocomplete fieldÉtienne Loks
2016-05-29Fix edit marker url nameÉtienne Loks
2016-05-27Filter action available and redirect properlyÉtienne Loks
2016-05-17Response for undefined geoobjectÉtienne Loks
2016-04-06Add public polygon edition form - import public edition formsÉtienne Loks
2016-03-09Custom color for each feature - better management of display details - show ↵Étienne Loks
polygon on main map!
2016-02-19Flake8Étienne Loks
2015-04-19Add a directory with all available markersÉtienne Loks
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
2014-12-09Work on autocompleteÉtienne Loks
2014-09-22Work on search engineÉtienne Loks
* templates * styles * search index definition
2014-08-26Haystack parametersÉtienne Loks
2013-03-28Fix conditionnal parameters for routingÉ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-24Add simple map link on main templateÉtienne Loks
2012-10-31JS: preload icon imagesÉtienne Loks
2012-09-10Manage share toolbar inside a template tagÉtienne Loks
2012-09-07Manage subcategory descriptionÉtienne Loks
2012-09-07Manage a category descriptionÉtienne Loks
2012-09-04Add a new Page model to add simple pages as "actions"- Improve actions ↵Étienne Loks
management
2012-08-31Routing: manage speed in (forms, views, helpers)Étienne Loks
2012-08-22Improve routing interface and functionalitiesÉtienne Loks
* fix POI clicking * create a nominatim widget to get coordinates from text * create a JQuery UI button select widget * create a routing form to get itinerary from a textual form * CSS for the routing form * Reverse nominatim: when a point is get for routing on the map label for this point is get from nominatim * Add transport management by user choice * Update french translation
2012-08-22Improve routing: manage stepsÉtienne Loks
* Manage steps in routing core * Add extra parameters for steps in urls.py * Modify the view to parse steps and send them to the routing core * Manage steps in JS (add many step flags and send a correct request to the view) * Manage a clear itinerary action in JS * Add a new flag image for steps * CSS improvement
2012-08-22First working version of routing.Étienne Loks
* add an utilitary Routing class to manage different routing system * implement the routing with routino * add a view to manage routes * itinerary panel template * JS management of routing: * manage flag markers on the map * request the route when start and finish flag are set * display the route and the itinerary description * add of two flags images * itinerary panel CSS * french translation update
2012-08-02Fix url of tinyurl when no area name is providedÉtienne Loks
2012-07-24Urls: manage areas with "-" and "_"Étienne Loks
2012-07-05Simplify zoom area managementÉtienne Loks
2012-07-03Fix feeds - remove BASE_URL refÉtienne Loks
* fix area feeds * fix url feeds * temporary fix: pass Marker from BaseGeoManager to GeoManager to fix a strange error in area feeds using contained filter
2012-07-02Fix access to RSS feeds (refs #367) - Improve URLsÉtienne Loks
2012-06-28Fix *simple page* access (closes #363)Étienne Loks
2012-05-16Fix RSS feeds for django 1.4 - reintegrate them in the main applicationÉtienne Loks
2012-05-06Improve area managementÉtienne Loks
2012-02-28Move the submit message to the edit pageÉtienne Loks
2012-02-28Allow modification of routes on the main interfaceÉtienne Loks