summaryrefslogtreecommitdiff
path: root/chimere/views.py
AgeCommit message (Collapse)Author
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
2012-07-02Remove old reference to BASE_URL in emails.Étienne Loks
* more precise URL is given to moderators
2012-07-02Fix "Show on map" in welcome message (refs #366)Étienne Loks
* new templatetag: get_tinyfied_url * remove an old reference to BASE_URL
2012-07-02Fix area_name for urlsÉtienne Loks
2012-07-02Fix access to RSS feeds (refs #367) - Improve URLsÉtienne Loks
2012-05-16Fix RSS feeds for django 1.4 - reintegrate them in the main applicationÉtienne Loks
2012-05-14Add a local default icon - fix redirectÉtienne Loks
2012-05-09Fix forgotten importÉtienne Loks
2012-05-08Better management of default areas - Fix the extent saveÉtienne Loks
2012-05-07Manage specific CSS for areas inside adminÉtienne Loks
2012-05-07Reactivate categories filtering by areaÉtienne Loks
2012-05-07UI works for areas, permalink and welcom message - add welcome messageÉtienne Loks
to area management
2012-05-06Improve area managementÉtienne Loks
2012-05-05Manage different and multiple layers in areas (including default)Étienne Loks
2012-04-12Small fixes for django 1.4Étienne Loks