summaryrefslogtreecommitdiff
path: root/chimere/static
AgeCommit message (Collapse)Author
2016-11-07Copy OpenStreetMap.js from openstreetmapv2.3Étienne Loks
2016-08-02Add tile.stamen.js to repository (https issue: only available from http)Étienne Loks
2015-02-27Merge branch 'v2.2'Étienne Loks
Conflicts: chimere/locale/fr/LC_MESSAGES/django.po chimere/templates/chimere/detail.html chimere/templatetags/chimere_tags.py
2015-02-27Merge branch 'v2.1' into v2.2Étienne Loks
2015-02-27JS: manage the saving of route with many stepsÉtienne Loks
2015-02-25Change default pan for openlayersÉtienne Loks
2015-02-25Move share barÉtienne Loks
2015-02-25Merge branch 'v2.2'Étienne Loks
2015-02-25Minor styleÉtienne Loks
2015-02-24Merge branch 'v2.2'Étienne Loks
Conflicts: chimere/static/chimere/css/styles.css chimere/templates/chimere/blocks/areas.html
2015-02-24Small fixes on teh default layoutÉtienne Loks
2015-02-22Merge branch 'v2.2'Étienne Loks
Conflicts: chimere/admin.py chimere/models.py chimere/static/chimere/css/styles.css chimere/urls.py chimere/views.py
2015-02-22Disable permalink when not revelantÉtienne Loks
2015-02-22Cleaner (and safer) way to generate JSON - add a get-marker view - allow to ↵Étienne Loks
display only one marker (and no category) with permalinks
2015-02-22Clean search results when selection a categoryÉtienne Loks
2015-02-22Search templates refactoringÉtienne Loks
2015-02-22Few style and layout fixÉtienne Loks
2015-02-22Search: work on spelling suggestionÉtienne Loks
2015-02-21Search: display nothing in place of "No result" messageÉtienne Loks
2015-02-20Merge branch 'v2.1' into v2.2Étienne Loks
2015-02-20Merge branch 'v2.1'Étienne Loks
2015-02-20Fix bad typo in JS...Étienne Loks
2015-02-20Merge branch 'v2.1' into v2.2Étienne Loks
2015-02-20Merge branch 'v2.1'Étienne Loks
Conflicts: chimere/templates/chimere/blocks/map.html chimere/templatetags/chimere_tags.py
2015-02-20Change JS transport and route management to be available on startupÉtienne Loks
2015-02-18Add the ability to display an extra json layer by defaultÉtienne Loks
2015-02-14Merge branch 'master' into nefÉtienne Loks
Conflicts: chimere/admin.py chimere/forms.py chimere/models.py chimere/settings.sample.py chimere/static/chimere/js/jquery.chimere-ol.js chimere/templates/chimere/base.html chimere/templates/chimere/blocks/head_chimere.html chimere/templates/chimere/blocks/map.html chimere/templates/chimere/main_map.html chimere/templatetags/chimere_tags.py chimere/tests.py chimere/urls.py chimere/views.py chimere/widgets.py
2015-02-11Merge branch 'v2.1' into v2.2Étienne Loks
2015-02-11New importer type XML - XSLT. Importer: add relation between category key ↵Étienne Loks
and categories * new importer type XML - XSLT * associated form and UI modification * add new model ImporterKeyCategories * associated migration * associated admin modification * longer state field for Importers * associated migration
2015-02-11Manage XML-XSLT importÉtienne Loks
2014-12-10Search: fix marker filtering - deactivate routesÉtienne Loks
2014-12-09Work on autocompleteÉtienne Loks
2014-09-22Work on search engineÉtienne Loks
* templates * styles * search index definition
2014-08-28Add category and subcategory slugs - better management of modelproperty slugÉtienne Loks
2014-03-03Improve management of simple mapÉtienne Loks
2013-12-05JS: remove zoom when clicking on cluster (refs #506)Étienne Loks
2013-11-04Imports: add an automatic update optionÉtienne Loks
When set to True: * can be imported automatically by the chimere_import command * new items are directly available (and not at the Imported state) Admin interface and model updated.
2013-10-31Show a menu on clustered items in order to display them when they are on the ↵Étienne Loks
same place
2013-10-30Fix clusteringÉtienne Loks
* restore clustering.js (removed by error) * add clustering.js to header * change templates to activate clustering if activated
2013-10-30HTML-XSLT import: manage write on the database - import tests - fix ↵Étienne Loks
pointwidget when using a name not equal to point
2013-10-29Importer HTML-XSLT: model - adminÉtienne Loks
* new fields for Importer model: alt source file (2 XSLT files can be used), default location (these pages doesn't provide adresses) * adapt admin to manage 2 type of hidden OpenLayers maps on the same page
2013-10-27Add a small ajax loader on autocomplete searchÉtienne Loks
2013-10-25Adapt template an JS lib for mobileÉtienne Loks
2013-10-25JS: Updated version of mobile OpenLayers with missing dependanciesÉtienne Loks
2013-10-25Mobile adaptationÉtienne Loks
* manage specific domains for mobile * add Openlayers mobile library * put sample (empty) file for specific JS and specific CSS * add a new MOBILE context variable
2013-10-22JS: Manage marker with no pkÉtienne Loks
2013-09-16Update for OL 2.13.1 - allow dynamic activation of pathCreate controlÉtienne Loks
2013-09-16Upgrade OpenLayers to version 2.13.1Étienne Loks
2013-08-08Configure Nominatim widget for edit pageÉtienne Loks
2013-07-01Hide personnal info when authenticated - minor change on styleÉtienne Loks