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-02-22Merge branch 'v2.2'Étienne Loks
Conflicts: chimere/admin.py chimere/models.py chimere/static/chimere/css/styles.css chimere/urls.py chimere/views.py
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-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
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
2015-01-17Add boolean type for dynamic fieldsÉtienne Loks
2014-12-10Add icon of search resultsÉtienne Loks
2014-08-28Add category and subcategory slugs - better management of modelproperty slugÉtienne Loks
2014-07-30Remove auto_now_add from News modelÉtienne Loks
2014-06-05Improve performance of getGeoObjects for large requestÉtienne Loks
One supplementary request was done for each marker! To be done: check and improve routes.
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-27Fix property value for choices when no or incorrect value is providedÉtienne Loks
2013-10-27Templates: improve property display on detailsÉtienne Loks
2013-10-21Allow available category tuples to be filtered by item typesÉtienne Loks
2013-08-12Models: add a slug field for PropertyModelÉtienne Loks
2013-08-07Model: default fields NullBooleanField -> BooleanFieldÉtienne Loks
2013-08-07Better management of map rightsÉtienne Loks
2013-08-07Map: manage group permissions - fix some issues on permissions - testsÉtienne Loks
2013-08-05Fix duplicate on map listÉtienne Loks
2013-07-07Minor update on french translationÉtienne Loks
2013-06-18Make conditon on actions - simplify map rigth managementÉtienne Loks
2013-06-18Enable map clustering option - fix category when there is only oneÉtienne Loks
2013-06-16Display/write rights management on mapsÉtienne Loks
2013-06-15Refactoring: renaming Area to MapÉtienne Loks
2013-04-09Improve JSON generation performanceÉtienne Loks
2013-04-05Weighted markers: first display with LeafletÉtienne Loks
2013-04-05Weighted markers: modelÉ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