summaryrefslogtreecommitdiff
path: root/chimere
AgeCommit message (Collapse)Author
2012-08-23JS: make hidePopup a public methodÉtienne Loks
2012-08-23Minor formatingÉtienne Loks
2012-08-23Merge branch 'master' into saclayÉtienne Loks
2012-08-23Remove link border on image for IEÉtienne Loks
2012-08-22Add a python_value property to "properties"Étienne Loks
2012-08-22Force the reload of jquery.chimereÉtienne Loks
2012-08-22JS: SimplePanZoom improvement, allow custom top position of the sliderÉtienne Loks
2012-08-22Hide category panel when there is only one category availableÉtienne Loks
2012-08-22Merge branch 'saclay' of ssh://daenerys.peacefrogs.net/var/local/git/chimere ↵Étienne Loks
into saclay Conflicts: chimere/locale/fr/LC_MESSAGES/django.po
2012-08-22Replace unidecode by the django slugify filterv2.0-RC4É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-22Update french translation with routingÉtienne Loks
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-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-20Update french translation in admin for propertiesÉtienne Loks
2012-08-20Model: Add mandatory field for model propertiesÉtienne Loks
2012-08-19Models: Automaticaly add read attributes for marker propertiesÉtienne Loks
2012-08-18Add "Date" to property models typesÉtienne Loks
2012-08-17Add conditionnal model properties dependant to subcategoriesÉtienne Loks
2012-08-17Improve 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-15Update french translation with routingÉtienne Loks
2012-08-15Improve 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-15Improve 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-15Use JQuery UI dialog for itinerary detailÉtienne Loks
2012-08-15Minor changes on routing presentationÉtienne Loks
2012-08-15First 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-14Routing & 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-04Templates: disable edit link in details (not really ready by default)Étienne Loks
2012-08-04Admin: small improvment on admin formÉtienne Loks
2012-08-04Import: split polyline into lines to import routesÉtienne Loks
2012-08-03Allow import without CeleryÉtienne Loks
2012-08-03Allow to overload media css in templatesÉtienne Loks
2012-08-02Minor correction on migrate_properties script (text).Étienne Loks
2012-08-02Add a migration script from property model to description field.Étienne Loks
2012-08-02Edit form: change description widgetÉtienne Loks
2012-08-02Change welcome labelÉtienne Loks
2012-08-02Admin area: add tinymce for welcome messageÉtienne Loks
2012-08-02Fix bad test in area list templateÉtienne Loks
2012-08-02Fix import test for celeryÉtienne Loks
2012-08-02Minor fix in area list templatesÉtienne Loks
2012-08-02Fix url of tinyurl when no area name is providedÉtienne Loks