summaryrefslogtreecommitdiff
path: root/chimere/models.py
AgeCommit message (Collapse)Author
2012-10-01OSM export: Fix modification managementÉtienne Loks
2012-09-28Edit form: disable a subcat for submission onlyÉtienne Loks
2012-09-25Map: manage hover for markers - work on clusteringÉtienne Loks
* add the possibility to add an alternate icon when the category is hovered * management of click *and* hover for cluster layer * make clustering of marker not mandatory * manage icon hover in JS: change icon + category label display on top of the marker
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-20Fix category sortÉtienne Loks
2012-09-19Fix bad number formatingÉtienne Loks
2012-09-19Fix automatic marker creationÉtienne Loks
2012-09-19Improve route save: manage with signals the affectation of a reference markerÉtienne Loks
2012-09-19Remove height and width not null constraint on PictureFileÉtienne Loks
2012-09-19Merge branch 'master' into saclayÉtienne Loks
2012-09-19Fix property null valueÉtienne Loks
2012-09-19Merge branch 'master' into saclayÉtienne Loks
2012-09-19Initialize each property of the marker even it is nullÉtienne Loks
2012-09-19Merge branch 'master' into saclayÉtienne Loks
2012-09-19Add a default name for importsÉ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 subcategory descriptionÉtienne Loks
2012-09-07Manage a category descriptionÉtienne Loks
2012-09-05News and welcome message improvment (choose the news available on welcome ↵Étienne Loks
and add a specific page for news)
2012-09-04Add a new Page model to add simple pages as "actions"- Improve actions ↵Étienne Loks
management
2012-09-03Merge branch 'master' into saclayÉtienne Loks
2012-09-03Fix picture rotation for old pyexiv2 APIÉtienne Loks
2012-08-31Merge branch 'master' into saclayÉtienne Loks
Conflicts: chimere/static/chimere/js/utils.js
2012-08-31Re-oriente picture according to exif informationÉtienne Loks
2012-08-30Models: add dated attribute to subcategoryÉtienne Loks
2012-08-29Manage auto-detection of multimedia type by extension - improvement on ↵Étienne Loks
alternate multimedia widget
2012-08-27Add choicefield to available propertymodel - make propertymodel really ↵Étienne Loks
dynamic (finaly!)
2012-08-27Improve tinyMCE management (for ajax calls)Étienne Loks
2012-08-26Improve detail displayÉtienne Loks
* add a short_description property to marker which cut desc * add options in jquery.chimere.js to customize popup display
2012-08-24Fail silently the generation of thumbnails of corrupted or missing pictureÉtienne Loks
2012-08-24Fix encoding error when uploading filesÉtienne Loks
2012-08-24Manage thumbnails for picture files - display with prettyPhoto on detail descÉtienne Loks
2012-08-22Add a python_value property to "properties"Étienne Loks
2012-08-22Replace unidecode by the django slugify filterv2.0-RC4Étienne Loks
2012-08-20Merge branch 'master' into edsÉtienne Loks
Conflicts: chimere/locale/fr/LC_MESSAGES/django.po chimere/templates/chimere/edit.html
2012-08-20Add personal information in edit formÉtienne Loks
2012-08-20Model: Add mandatory field for model propertiesÉtienne Loks
2012-08-19Models: Automaticaly add read attributes for marker propertiesÉtienne Loks
2012-08-18Add "Date" to property models typesÉtienne Loks
2012-08-17Add conditionnal model properties dependant to subcategoriesÉtienne Loks
2012-08-02Rechange wording: from theme to categoriesÉtienne Loks
2012-07-25Manage dynamic areas by areasÉtienne Loks
2012-07-24Update translationÉtienne Loks
2012-07-24Update labelsÉtienne Loks
2012-07-19Fix GPX upload for userv2.0-RC2Étienne Loks
2012-07-18Fix route submissionÉtienne Loks