summaryrefslogtreecommitdiff
path: root/chimere/widgets.py
AgeCommit message (Collapse)Author
2015-03-19Fix bad mergeÉ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
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-08-08Configure Nominatim widget for edit pageÉtienne Loks
2013-08-08Refactoring: nominatim widget -> templateÉtienne Loks
2013-07-02Fix point and route widget for admin pagesÉtienne Loks
2013-06-18Default to Openlayers for editionÉtienne Loks
2013-06-15Refactoring: renaming Area to MapÉtienne Loks
2013-05-29Merge branch 'master' into nefÉtienne Loks
2013-05-29Merge branch 'v2.0'Étienne Loks
Conflicts: chimere/widgets.py
2013-05-29Simplify live_lonlat templateÉtienne Loks
2013-05-29Ability to set coordinates from live_lonlat (refs #335)Étienne Loks
Integration of Raphaël Droz's work.
2013-05-29Use a template to render PointChooser widget.Étienne Loks
Integration of Raphaël Droz's work.
2013-04-05Weighted markers: modelÉtienne Loks
2013-04-01Better management of map JS filesÉtienne Loks
2013-04-01Change settings to allow different JS map rendererÉtienne Loks
2013-03-14Merge branch 'master' into saclayÉtienne Loks
Conflicts: chimere/locale/fr/LC_MESSAGES/django.po chimere/static/chimere/css/styles.css chimere/static/chimere/js/jquery.chimere.js chimere/templates/chimere/detail.html chimere/templatetags/chimere_tags.py chimere/utils.py chimere/views.py example_project/settings.py
2013-02-01Move external libs to better directoryÉtienne Loks
2012-11-26Merge 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-22Admin: improve layout of markers and routesÉtienne Loks
2012-11-22Admin: Fix new importer formÉtienne Loks
2012-11-22Update french translation.Étienne Loks
2012-11-22Importer admin: Improve UI - fix bad bounding box on OSM importerÉtienne Loks
2012-11-22Admin import: xapi specific interface (refs #449, refs #458)Étienne Loks
2012-11-21Admin import: filter admin fields by typeÉtienne Loks
2012-11-13JS: Add resolutions and zoomoffset var to map admin.Étienne Loks
2012-10-17Fix admin textareaÉtienne Loks
2012-10-15Routing: manage warns on the itineraryÉtienne Loks
2012-10-14Merge 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/models.py chimere/static/chimere/css/styles.css chimere/templates/chimere/detail.html chimere/templatetags/chimere_tags.py chimere/views.py chimere/widgets.py
2012-10-12JS: fix GPX uploadÉtienne Loks
2012-10-07Forms: fix geographic init after a bad submissionÉtienne Loks
2012-10-07Widgets: distinguish Textarea in admin and in main interfaceÉtienne Loks
2012-10-06Admin: improve widget to select an areaÉtienne Loks
2012-10-03Add a custom layer box with ability to add some subcat as a "virtual" layerÉtienne Loks
2012-09-21Merge branch 'master' into saclayÉtienne Loks
Conflicts: chimere/admin.py chimere/forms.py chimere/models.py chimere/static/chimere/js/jquery.chimere.js
2012-09-19Admin: simplify category managementÉtienne Loks
2012-09-05Fix tinyMCE widgetÉtienne Loks
2012-09-04Improve tinyMCE edition for extra pagesÉtienne Loks
2012-08-31Merge branch 'master' into saclayÉtienne Loks
Conflicts: chimere/static/chimere/js/utils.js
2012-08-31Widget: allow to deactivate tinyMCE on some textarea fieldsÉtienne Loks
2012-08-28TinyMCE; Leave to CSS the width and height of textareaÉtienne Loks
2012-08-27Improve tinyMCE management (for ajax calls)Étienne Loks
2012-08-25Improvement in route display and parsingÉ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-21Allow specific multimedia et picture formset for get_edit_pageÉtienne Loks
2012-07-18Fix route submissionÉtienne Loks
2012-07-05Map: manage layer order, manage default layer on a mapÉtienne Loks
2012-05-24Fix bad JS initialisation in administrationÉtienne Loks
2012-05-16Fix RSS feeds for django 1.4 - reintegrate them in the main applicationÉtienne Loks