summaryrefslogtreecommitdiff
path: root/chimere/models.py
AgeCommit message (Collapse)Author
2015-11-24Prevent crash when inconsistant data is put on choice property modelÉtienne Loks
2015-11-22Manage JSON importsÉtienne Loks
2015-09-23Merge branch 'v2.1' into v2.2Étienne Loks
Conflicts: chimere/admin.py chimere/models.py
2015-09-23Imports: specify the status used by default during importsv2.1Étienne Loks
2015-07-14Fix property representation when emptyÉtienne Loks
2015-06-16Fix json serialization for hover iconÉtienne Loks
2015-05-21Fix modified_since_import in importsÉtienne Loks
2015-05-21Imports: "modified_since_import" now take description, start_date into accountÉtienne Loks
2015-04-19Add a directory with all available markersÉtienne Loks
2015-04-16Add search keywords to subcategories (missing files...)Étienne Loks
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-22Few style and layout fixÉtienne Loks
2015-02-22Search: add keywordsÉtienne Loks
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
2015-01-17Add boolean type for dynamic fieldsÉtienne Loks
2014-12-10Add icon of search resultsÉtienne Loks
2014-07-30Remove auto_now_add from News modelÉ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-30HTML-XSLT import: manage write on the database - import tests - fix ↵Étienne Loks
pointwidget when using a name not equal to point
2013-10-30Importer HTML-XSLT: retrieving and parsing of external website using an URL ↵Étienne Loks
and XSLT files
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-21Allow available category tuples to be filtered by item typesÉtienne Loks
2013-03-26Merge branch 'v2.0'Étienne Loks
2013-03-26Improve regexp for Youtube linksÉ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-03-04Force JPG thumbnail to prevent resizing errorsÉtienne Loks
2013-02-19Better sorting of newsÉtienne Loks
2013-02-19Be tolerent to markers with not category associatedÉtienne Loks
2013-01-31Imports: add a default description for imports.Étienne Loks
2013-01-31Imports: make description import optionalÉtienne Loks
2013-01-30Fix modification link in adminÉtienne Loks
2013-01-29Better management of missing content type (upgrade issue)Étienne Loks
2013-01-29Update migration errorsÉtienne Loks
2013-01-24Fix database initialisation for upgrade.Étienne Loks
2012-12-16Improve (greatly) performance for route display on the mapÉ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-08Update french tranlation - minor label changeÉtienne Loks
2012-12-08Imports: Manage overwrite optionalyÉtienne Loks
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-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-23Fix dynamic evaluation of categoriesÉtienne Loks