summaryrefslogtreecommitdiff
path: root/chimere/widgets.py
AgeCommit message (Collapse)Author
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-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
2012-05-14Add a local default icon - fix redirectÉtienne Loks
2012-05-09Use custom OL images in editionÉtienne Loks
2012-05-08Fix restricted extent - Add restricted extent to area adminÉtienne Loks
2012-05-06Improve area managementÉtienne Loks
2012-05-05Manage different and multiple layers in areas (including default)Étienne Loks
2012-04-19Better management of multimedia files - default field for areasÉtienne Loks
* change picture and multimedia files from many to many to foreign key * adapt the admin to be more efficient with multimedia files * add a default field for areas - only one area can be the default one * add a jquery Chosen widget - currently not used
2012-04-12Small fixes for django 1.4Étienne Loks
2012-04-08Move route edition to jquery.chimere plugin (currently broken)Étienne Loks
2012-04-06Move POI edition to jquery.chimere plugin - fix marker placement when moving ↵Étienne Loks
the map (closes #340)
2012-03-10Correct path problemsÉtienne Loks
2012-02-27FormattingÉtienne Loks
2012-02-27Correct date input problems.Étienne Loks
2012-02-25Cleaning - Change date widget from Django admin to JQuery-UIÉtienne Loks
2012-02-25Fix: duplicate JS include - dynamic loading of categoriesÉtienne Loks