summaryrefslogtreecommitdiff
path: root/chimere/static
AgeCommit message (Collapse)Author
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-25JS: allow custom popup classÉ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-24Manage thumbnails for picture files - display with prettyPhoto on detail descÉtienne Loks
2012-08-24JS: allow custom windows opening function fro routingÉtienne Loks
2012-08-23JS: add a selected class to main categoriesÉtienne Loks
2012-08-23Merge branch 'master' into saclayÉtienne Loks
Conflicts: chimere/static/chimere/js/jquery.chimere.js
2012-08-23JS: make hidePopup a public methodÉtienne Loks
2012-08-23Merge branch 'master' into saclayÉtienne Loks
2012-08-23Remove link border on image for IEÉtienne Loks
2012-08-22JS: SimplePanZoom improvement, allow custom top position of the sliderÉ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-22Minor changes on routing presentationÉ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-21Map: change the pan to a cleaner one (thanks to OpenStreetMap website)Étienne Loks
2012-08-21Layers: add MapQuest layer managementÉtienne Loks
2012-07-18Improve user submissions (routes and markers)Étienne Loks
2012-07-12Upgrade OpenLayersÉtienne Loks
2012-07-05Map: manage layer order, manage default layer on a mapÉtienne Loks
2012-07-02Extent JS warning activation to all pages (refs #364)Étienne Loks
2012-06-28Fix tiny url for areasÉtienne Loks
2012-06-28Edit form: hide live latlont informationsÉtienne Loks
2012-06-05Fix JS problem on IEÉtienne Loks
2012-05-25JS: Fix permalink updateÉtienne Loks
2012-05-24Fix missing parenthesisÉtienne Loks
2012-05-24JS: fix check evaluation for other version of jqueryÉtienne Loks
2012-05-17Correctly clean the map before loading categories (closes #351)Étienne Loks
2012-05-16Fix RSS feeds for django 1.4 - reintegrate them in the main applicationÉtienne Loks
2012-05-08Better management of default areas - Fix the extent saveÉtienne Loks
2012-05-08Fix share iconsÉtienne Loks
2012-05-07Fix share of markersÉtienne Loks
2012-05-07UI: improve category displayÉtienne Loks
2012-05-07Manage default categories 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-22Fix JME load inside description - style improvmentÉtienne Loks
2012-04-19Evolution on public form submission (closes #336)Étienne Loks
* Add a 3 actions pop-up after submission: edit the submited item, add a new item, return to the map.
2012-04-19Style improvmentsÉtienne Loks
2012-04-17Fix permalinksÉtienne Loks
2012-04-16Work on multimedia files visibilityÉtienne Loks
* Add a new distant picture type (refs #339) * Handle differently multimedia files in descriptions (refs #337, refs #338)
2012-04-10Fix gpx upload for routeÉtienne Loks
2012-04-10Add a warning when javascript is disbled (closes #323), small CSS fixesÉtienne Loks