summaryrefslogtreecommitdiff
path: root/chimere/urls.py
AgeCommit message (Collapse)Author
2016-11-18Fix update share link managementÉtienne Loks
Conflicts: chimere/templates/chimere/blocks/share_bar.html
2016-11-18Adapt permalink loadingÉtienne Loks
2016-10-01JS ol3: manage description inside popupÉ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
2012-02-28Allow modification of markers on the main interfaceÉtienne Loks
2012-02-27Correct gpx importÉtienne Loks
2012-02-25Fix: duplicate JS include - dynamic loading of categoriesÉtienne Loks
2012-02-19Many fixes on template and static varsNim
2012-02-16Refactoring: change paths, move files, renaming, re-adapt templates + use ↵Étienne Loks
context template (refs #316)
2012-02-15Large reorganization (refs #316), south migration script to new model names ↵Étienne Loks
(refs #319)
2011-09-14Allow route submission from a simple page (closes #303)Étienne Loks
2011-09-09Association of a GPX (or KML) file to a route (refs #302)Étienne Loks
- new table in the model - new form in route edition - uploaded gpx file simplification - automatic route creation from the GPX file
2010-11-20Merge branch 'master' into carte-ouverteÉtienne Loks
Conflicts: chimere/urls.py
2010-11-20Correct i18n if the calendar (fixes #277)Étienne Loks
2010-11-20Merge branch 'master' into carte-ouverteÉtienne Loks
Conflicts: .gitignore chimere/main/actions.py chimere/urls.py
2010-11-20Make the feeds work (refs #65)Étienne Loks
2010-11-19Syntax correction (refs #65)Étienne Loks