summaryrefslogtreecommitdiff
path: root/chimere/admin.py
AgeCommit message (Collapse)Author
2012-11-22Admin: improve layout of markers and routesÉtienne Loks
2012-11-19Merge branch 'master' into saclayÉtienne Loks
2012-11-19Admin: add a disable actionÉtienne Loks
2012-11-19Merge branch 'master' into saclayÉtienne Loks
Conflicts: chimere/admin.py chimere/models.py chimere/templates/chimere/detail.html chimere/templatetags/chimere_tags.py chimere/tests.py
2012-11-16Admin: fix area modifications (refs #411)Étienne Loks
2012-11-16Admin: Fix check problems in imports - improve area and property model list ↵Étienne Loks
(refs #413)
2012-11-16Manage route amendment in admin (refs #381)Étienne Loks
2012-11-16Manage marker amendment in admin (refs #381)Étienne Loks
2012-11-07Admin: add category filter to ImportersÉtienne Loks
2012-10-31Small admin improvmentÉ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-09Admin: fix and improve moderation groups managementÉtienne Loks
2012-10-06Import/export: KML route import - KML, CSV, ShapeFile route exportÉtienne Loks
2012-10-05Admin: sort multimedia and images by drag and dropÉtienne Loks
2012-10-02Merge branch 'master' into saclayÉtienne Loks
Conflicts: chimere/admin.py chimere/locale/fr/LC_MESSAGES/django.po chimere/models.py chimere/templates/chimere/main_map.html chimere/templatetags/chimere_tags.py chimere/views.py
2012-10-01OSM export: Fix modification managementÉtienne Loks
2012-09-24Map: first management of marker clusteringÉ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-20Remove another unecessary admin pageÉtienne Loks
2012-09-20Remove unecessary admin pagesÉtienne Loks
2012-09-19Admin: simplify category managementÉtienne Loks
2012-09-19Merge branch 'master' into saclayÉtienne Loks
2012-09-19Admin: add default_name column for importersÉtienne Loks
2012-09-18Improve importer adminÉtienne Loks
2012-09-18Improve importer adminÉtienne Loks
2012-09-18Merge branch 'master' into saclayÉtienne Loks
Conflicts: chimere/admin.py chimere/forms.py example_project/settings.py
2012-09-18Work on CSV exportÉtienne Loks
2012-09-17Fixes for OSM exportÉtienne Loks
2012-09-07Manage a category descriptionÉtienne Loks
2012-09-04Add a new Page model to add simple pages as "actions"- Improve actions ↵Étienne Loks
management
2012-08-29Manage auto-detection of multimedia type by extension - improvement on ↵Étienne Loks
alternate multimedia widget
2012-08-28Improve alternate multimedia widgetÉtienne Loks
2012-08-27Add choicefield to available propertymodel - make propertymodel really ↵Étienne Loks
dynamic (finaly!)
2012-08-04Admin: small improvment on admin formÉtienne Loks
2012-08-03Allow import without CeleryÉtienne Loks
2012-08-02Make Celery and Kombu optional (but the import is not available)Étienne Loks
2012-05-17Minor change in adminÉtienne Loks
2012-05-17Manage bad XML fileÉtienne Loks
2012-05-16Fix RSS feeds for django 1.4 - reintegrate them in the main applicationÉtienne Loks
2012-05-07Improve subcategories and areas inside the adminÉtienne Loks
2012-05-06Improve area managementÉtienne Loks
2012-05-05Give the ability to configure multiple layers (database work)Étienne Loks
2012-05-04Exports refactoringÉtienne Loks
2012-04-30Shapefile exportÉ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-03-29Work on OSM export - simplify KML importÉtienne Loks
2012-03-17KML exportÉtienne Loks
2012-03-17Add a validate actionÉtienne Loks
2012-03-17Add import task using celeryÉtienne Loks