summaryrefslogtreecommitdiff
path: root/chimere/admin.py
AgeCommit message (Collapse)Author
2016-03-25Update of copyright datesValérie-Emma Leroux
2016-02-18Limit moderation by category: improve category filtering on admin - display ↵Étienne Loks
only category relevant on the add / modify form
2016-01-23Limit moderation by category: limit in admin pages - testsÉtienne Loks
2016-01-22Limit moderation by category: subcategoryuserlimit model - modify admin for ↵Étienne Loks
config
2015-09-23Merge branch 'v2.1' into v2.2Étienne Loks
Conflicts: chimere/admin.py chimere/models.py
2015-08-13Admin: fix has_category doesn't have to filter by true by defaultÉtienne Loks
2015-08-13Admin: add a filter when no category is availableÉtienne Loks
2015-04-20Admin: add an area list filter for markers and routesÉtienne Loks
2015-02-22Search: add keywordsÉtienne Loks
2015-02-14Remove syntax warningÉ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
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-19Admin: improve marker list with dates fieldsÉtienne Loks
2013-02-06Admin: fix route admin when a property is newly setÉtienne Loks
2013-01-30Fix modification link in adminÉtienne Loks
2012-12-13Merge branch 'master' into saclayÉtienne Loks
Conflicts: chimere/admin.py chimere/locale/fr/LC_MESSAGES/django.po chimere/tests.py chimere/utils.py
2012-12-07Admin: improve non overloading importsÉtienne Loks
* improve non overloading import management in OSM * add a warning message to "modified" items form
2012-11-28Update documentationÉtienne Loks
2012-11-27Add not_for_osm to admin marker formÉ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-26Fix auto-recognition of multimedia filesÉtienne Loks
2012-11-26Manage auto-detection of multimedia type by extension - improvement on ↵Étienne Loks
alternate multimedia widget Conflicts: chimere/admin.py chimere/forms.py chimere/models.py chimere/templates/chimere/blocks/alternate_multimedia.html chimere/templatetags/chimere_tags.py
2012-11-24Update french translationÉtienne Loks
2012-11-24Admin: improve property model managementÉtienne Loks
* Add the ability to hide property model from the admin * Add a warning to the admin that it should reload the webserver
2012-11-24Fix rapprochement - work on OSM export interfaceÉtienne Loks
2012-11-23Fix route rapprochement: prevent delete of associated markerÉtienne Loks
2012-11-23Fix category modification on amendment submission.Étienne Loks
2012-11-23OSM export: improve admin formÉtienne Loks
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