| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-08-25 | Improvement in route display and parsing | Étienne Loks | |
| 2012-08-24 | Merge branch 'master' into saclay | Étienne Loks | |
| Conflicts: example_project/settings.py | |||
| 2012-08-24 | Add an "upload in progress" dialog when submiting the edit form | Étienne Loks | |
| 2012-08-24 | Fail silently the generation of thumbnails of corrupted or missing picture | Étienne Loks | |
| 2012-08-24 | Fix encoding error when uploading files | Étienne Loks | |
| 2012-08-24 | Manage thumbnails for picture files - display with prettyPhoto on detail desc | Étienne Loks | |
| 2012-08-24 | Fix default Openlayers path when static path is not the default | Étienne Loks | |
| 2012-08-24 | JS: allow custom windows opening function fro routing | Étienne Loks | |
| 2012-08-23 | JS: add a selected class to main categories | Étienne Loks | |
| 2012-08-23 | Merge branch 'master' into saclay | Étienne Loks | |
| Conflicts: chimere/static/chimere/js/jquery.chimere.js | |||
| 2012-08-23 | JS: make hidePopup a public method | Étienne Loks | |
| 2012-08-23 | Minor formating | Étienne Loks | |
| 2012-08-23 | Merge branch 'master' into saclay | Étienne Loks | |
| 2012-08-23 | Remove link border on image for IE | Étienne Loks | |
| 2012-08-22 | Add a python_value property to "properties" | Étienne Loks | |
| 2012-08-22 | Force the reload of jquery.chimere | Étienne Loks | |
| 2012-08-22 | JS: SimplePanZoom improvement, allow custom top position of the slider | Étienne Loks | |
| 2012-08-22 | Hide category panel when there is only one category available | Étienne Loks | |
| 2012-08-22 | Merge 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-22 | Small fixes in documentation | Étienne Loks | |
| 2012-08-22 | Replace unidecode by the django slugify filterv2.0-RC4 | Étienne Loks | |
| 2012-08-22 | Improve 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-22 | Update french translation with routing | Étienne Loks | |
| 2012-08-22 | Improve 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-22 | Improve 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-22 | Use JQuery UI dialog for itinerary detail | Étienne Loks | |
| 2012-08-22 | Minor changes on routing presentation | Étienne Loks | |
| 2012-08-22 | First 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-22 | Routing & 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-21 | Map: change the pan to a cleaner one (thanks to OpenStreetMap website) | Étienne Loks | |
| 2012-08-21 | Layers: add MapQuest layer management | Étienne Loks | |
| 2012-08-21 | Allow specific multimedia et picture formset for get_edit_page | Étienne Loks | |
| 2012-08-20 | Merge branch 'master' into eds | Étienne Loks | |
| Conflicts: chimere/locale/fr/LC_MESSAGES/django.po chimere/templates/chimere/edit.html | |||
| 2012-08-20 | Add personal information in edit form | Étienne Loks | |
| 2012-08-20 | Update french translation in admin for properties | Étienne Loks | |
| 2012-08-20 | Model: Add mandatory field for model properties | Étienne Loks | |
| 2012-08-19 | Models: Automaticaly add read attributes for marker properties | Étienne Loks | |
| 2012-08-18 | Add "Date" to property models types | Étienne Loks | |
| 2012-08-17 | Add conditionnal model properties dependant to subcategories | Étienne Loks | |
| 2012-08-17 | Improve 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-15 | Update french translation with routing | Étienne Loks | |
| 2012-08-15 | Improve 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-15 | Improve 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-15 | Use JQuery UI dialog for itinerary detail | Étienne Loks | |
| 2012-08-15 | Minor changes on routing presentation | Étienne Loks | |
| 2012-08-15 | First 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-14 | Routing & 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-04 | Templates: disable edit link in details (not really ready by default) | Étienne Loks | |
| 2012-08-04 | Admin: small improvment on admin form | Étienne Loks | |
| 2012-08-04 | Import: split polyline into lines to import routes | Étienne Loks | |
