Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-24 | Adaptations vers Django version 2.2 | Étienne Loks | |
2020-09-29 | Detail: add a link to generate iframe | Étienne Loks | |
2018-07-16 | Explicit redirect after form submission. | Étienne Loks | |
2018-03-12 | Merge Saclay inside chimere main | Étienne Loks | |
2017-09-28 | Native search: adapt template, views and javascript | Étienne Loks | |
2017-09-28 | Change CHIMERE_SEARCH_ENGINE to HAYSTACK_SEARCH_ENGINE | Étienne Loks | |
2017-09-22 | Django 1.11: remove patterns from urls | Étienne Loks | |
2017-09-13 | Urls: fix bad evaluation of the default index | Étienne Loks | |
2017-09-13 | Can use alternate MAIN_INDEX in project | Étienne Loks | |
2017-03-05 | Add a status page | Étienne Loks | |
2017-02-16 | Dynamic page before contact page | Étienne Loks | |
2016-11-14 | Fix update share link management | Étienne Loks | |
2016-11-09 | Adapt permalink loading | Étienne Loks | |
2016-10-02 | Merge branch 'v2.9' | Étienne Loks | |
2016-10-01 | JS ol3: manage description inside popup | Étienne Loks | |
2016-09-22 | Going to python3 and Django 1.8! | Étienne Loks | |
2016-06-27 | Add an autocomplete field | Étienne Loks | |
2016-05-29 | Fix edit marker url name | Étienne Loks | |
2016-05-27 | Filter action available and redirect properly | Étienne Loks | |
2016-05-17 | Response for undefined geoobject | Étienne Loks | |
2016-04-06 | Add public polygon edition form - import public edition forms | Étienne Loks | |
2016-03-09 | Custom color for each feature - better management of display details - show ↵ | Étienne Loks | |
polygon on main map! | |||
2016-02-19 | Flake8 | Étienne Loks | |
2015-04-19 | Add a directory with all available markers | Étienne Loks | |
2015-02-22 | Cleaner (and safer) way to generate JSON - add a get-marker view - allow to ↵ | Étienne Loks | |
display only one marker (and no category) with permalinks | |||
2014-12-09 | Work on autocomplete | Étienne Loks | |
2014-09-22 | Work on search engine | Étienne Loks | |
* templates * styles * search index definition | |||
2014-08-26 | Haystack parameters | Étienne Loks | |
2013-03-28 | Fix conditionnal parameters for routing | Étienne Loks | |
2012-11-26 | Merge branch 'master' into saclay | Étienne Loks | |
Conflicts: chimere/admin.py chimere/fixtures/initial_data.json chimere/forms.py chimere/locale/fr/LC_MESSAGES/django.po chimere/static/chimere/css/styles.css chimere/templates/chimere/blocks/alternate_multimedia.html chimere/templates/chimere/blocks/categories.html chimere/widgets.py | |||
2012-11-24 | Add simple map link on main template | Étienne Loks | |
2012-10-31 | JS: preload icon images | Étienne Loks | |
2012-09-10 | Manage share toolbar inside a template tag | Étienne Loks | |
2012-09-07 | Manage subcategory description | Étienne Loks | |
2012-09-07 | Manage a category description | Étienne Loks | |
2012-09-04 | Add a new Page model to add simple pages as "actions"- Improve actions ↵ | Étienne Loks | |
management | |||
2012-08-31 | Routing: manage speed in (forms, views, helpers) | É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 | 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 | 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-02 | Fix url of tinyurl when no area name is provided | Étienne Loks | |
2012-07-24 | Urls: manage areas with "-" and "_" | Étienne Loks | |
2012-07-05 | Simplify zoom area management | Étienne Loks | |
2012-07-03 | Fix feeds - remove BASE_URL ref | Étienne Loks | |
* fix area feeds * fix url feeds * temporary fix: pass Marker from BaseGeoManager to GeoManager to fix a strange error in area feeds using contained filter | |||
2012-07-02 | Fix access to RSS feeds (refs #367) - Improve URLs | Étienne Loks | |
2012-06-28 | Fix *simple page* access (closes #363) | Étienne Loks | |
2012-05-16 | Fix RSS feeds for django 1.4 - reintegrate them in the main application | Étienne Loks | |
2012-05-06 | Improve area management | Étienne Loks | |
2012-02-28 | Move the submit message to the edit page | Étienne Loks | |
2012-02-28 | Allow modification of routes on the main interface | Étienne Loks | |