summaryrefslogtreecommitdiff
path: root/chimere/views.py
AgeCommit message (Collapse)Author
2012-11-14Allow index customization in projects (strongly class based views...)Étienne Loks
2012-11-13Fix warning on routeÉtienne Loks
2012-11-11Update french translationÉtienne Loks
2012-11-06JS: fixes in the map display - add transport information to result routingÉtienne Loks
2012-10-31JS: preload icon imagesÉtienne Loks
2012-10-31Merge branch 'master' into saclayÉtienne Loks
Conflicts: chimere/locale/fr/LC_MESSAGES/django.po chimere/templates/chimere/blocks/multimedia_file.html chimere/templates/chimere/detail.html chimere/templatetags/chimere_tags.py chimere/views.py
2012-10-28JS UI: be sure that there is no ID conflicts during the browsingÉtienne Loks
2012-10-15Routing: manage warns on the itineraryÉtienne Loks
2012-10-14Merge 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/models.py chimere/static/chimere/css/styles.css chimere/templates/chimere/detail.html chimere/templatetags/chimere_tags.py chimere/views.py chimere/widgets.py
2012-10-14More explicit error on file upload - Update jquery requirementÉtienne Loks
2012-10-12Administration: manage news by areaÉtienne Loks
2012-10-09Admin: fix and improve moderation groups managementÉtienne Loks
2012-10-07Forms: fix geographic init after a bad submissionÉtienne Loks
2012-10-02Merge branch 'master' into saclayÉtienne Loks
Conflicts: chimere/admin.py chimere/locale/fr/LC_MESSAGES/django.po chimere/models.py chimere/templates/chimere/main_map.html chimere/templatetags/chimere_tags.py chimere/views.py
2012-10-02Fix bad tiny URL (2)Étienne Loks
2012-10-01Fix bad tiny URLÉtienne Loks
2012-09-28Edit form: disable a subcat for submission onlyÉtienne Loks
2012-09-10Imrpove share link managementÉtienne Loks
2012-09-10Manage share toolbar inside a template tagÉtienne Loks
2012-09-09Changes on "Share network" - add a printer icon - fix permalinkÉtienne Loks
2012-09-07Manage a category descriptionÉtienne Loks
2012-09-05Add contact email var to main templateÉtienne Loks
2012-09-05News and welcome message improvment (choose the news available on welcome ↵Étienne Loks
and add a specific page for news)
2012-09-04Add title to extra pagesÉtienne Loks
2012-09-04Add a new Page model to add simple pages as "actions"- Improve actions ↵Étienne Loks
management
2012-09-03Merge branch 'master' into saclayÉtienne Loks
2012-09-01Fix bad http header conversion when getting the root uriÉtienne Loks
2012-08-31Routing: manage speed in (forms, views, helpers)Étienne Loks
2012-08-28Merge branch 'master' into saclayÉtienne Loks
2012-08-28Add share url on detail requestÉtienne Loks
2012-08-26Add the possibility to submit a modification by emailÉtienne Loks
2012-08-25Improvement in route display and parsingÉtienne Loks
2012-08-24Merge branch 'master' into saclayÉtienne Loks
Conflicts: example_project/settings.py
2012-08-24Add an "upload in progress" dialog when submiting the edit formÉtienne Loks
2012-08-23Merge branch 'master' into saclayÉtienne Loks
2012-08-22Hide category panel when there is only one category availableÉ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-21Allow specific multimedia et picture formset for get_edit_pageÉtienne Loks
2012-08-20Merge branch 'master' into edsÉtienne Loks
Conflicts: chimere/locale/fr/LC_MESSAGES/django.po chimere/templates/chimere/edit.html
2012-08-20Add personal information in edit formÉtienne Loks
2012-08-20Model: Add mandatory field for model propertiesÉtienne Loks
2012-08-17Add conditionnal model properties dependant to subcategoriesÉtienne Loks
2012-07-25Manage dynamic areas by areasÉtienne Loks
2012-07-18Fix route submissionÉtienne Loks
2012-07-13Fix getDetail: fix bad tiny url generationÉtienne Loks
2012-07-11Update doc - minor fix on description where no area is providedÉtienne Loks
2012-07-05Fix bad share networks linksÉtienne Loks
2012-07-05Simplify zoom area managementÉtienne Loks