summaryrefslogtreecommitdiff
path: root/chimere/templates
AgeCommit message (Collapse)Author
2012-09-04Add a new Page model to add simple pages as "actions"- Improve actions ↵Étienne Loks
management
2012-09-02Routing: finish work on add step - extract JS routing in a specific JS fileÉtienne Loks
2012-08-31Routing: fix speed filter widgetÉtienne Loks
2012-08-31Routing: manage speed in (forms, views, helpers)Étienne Loks
2012-08-30Improvment on route editionÉtienne Loks
2012-08-30Forms: fix file upload on alternate multimedia formÉtienne Loks
2012-08-30Improve alternate multimedia form - make the multimedia type optional: it ↵Étienne Loks
can be guessed
2012-08-29Manage auto-detection of multimedia type by extension - improvement on ↵Étienne Loks
alternate multimedia widget
2012-08-28Improve alternate multimedia widgetÉtienne Loks
2012-08-28Minor edit form improvment.Étienne Loks
2012-08-28Work on an alternative multimedia formÉtienne Loks
2012-08-27Merge branch 'master' into saclayÉtienne Loks
2012-08-27Fix display welcome message on fisrt visit of the day.Étienne Loks
2012-08-27Improve tinyMCE management (for ajax calls)Étienne Loks
2012-08-26Add the possibility to submit a modification by emailÉtienne Loks
2012-08-26Improve detail displayÉtienne Loks
* add a short_description property to marker which cut desc * add options in jquery.chimere.js to customize popup display
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-24Manage thumbnails for picture files - display with prettyPhoto on detail descÉtienne Loks
2012-08-23Minor formatingÉtienne Loks
2012-08-23Merge branch 'master' into saclayÉtienne Loks
2012-08-22Force the reload of jquery.chimereÉ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 itinerary layoutÉtienne Loks
* create a proper templatetag for routing * add a button to show the routing dialog * some cleaning in the css file
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-22Use JQuery UI dialog for itinerary detailÉtienne Loks
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-22Routing & UI improvment: first work on map menuÉtienne Loks
* add a map menu on the main interface * add a new templatetag: map_menu * add CHIMERE_ENABLE_ROUTING to settings * add a routing settings (boolean) in jquery.chimere.js * manage zoomin, zoomout, center in jquery.chimere.js
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-08-04Templates: disable edit link in details (not really ready by default)Étienne Loks
2012-08-03Allow to overload media css in templatesÉtienne Loks
2012-08-02Change welcome labelÉtienne Loks
2012-08-02Fix bad test in area list templateÉtienne Loks
2012-08-02Minor fix in area list templatesÉtienne Loks
2012-08-02Rechange wording: from theme to categoriesÉtienne Loks
2012-07-25Manage dynamic areas by areasÉtienne Loks
2012-07-24Welcome message: fix display of multimedia itemsÉtienne Loks
2012-07-24Update labelsÉtienne Loks
2012-07-18Improve user submissions (routes and markers)Étienne Loks
2012-07-05Simplify zoom area managementÉtienne Loks
2012-07-05Map: manage layer order, manage default layer on a mapÉtienne Loks
2012-07-05Detail: Fix multimedia display if no image provided (refs #368)Étienne Loks
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-02Extent JS warning activation to all pages (refs #364)Étienne Loks
2012-06-05Fix JS problem on IEÉtienne Loks