summaryrefslogtreecommitdiff
path: root/chimere/models.py
AgeCommit message (Collapse)Author
2012-10-27Fix dynamic evaluation of categories (refs #379)Étienne Loks
2012-10-17Admin: improvment on category display - Remove unecessary fieldÉtienne Loks
2012-10-15Routing: manage warns on the itineraryÉ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-12Administration: manage news by areaÉtienne Loks
2012-10-09Admin: fix and improve moderation groups managementÉtienne Loks
2012-10-08Fix area moderationÉtienne Loks
2012-10-06Export: add a command to launch export with the CLIÉtienne Loks
2012-10-06Import: import CSV filesÉtienne Loks
2012-10-06Import/export: KML route import - KML, CSV, ShapeFile route exportÉtienne Loks
2012-10-06Import: add GeoRSS importÉtienne Loks
2012-10-05Import: add a command to launch import with the CLIÉtienne Loks
2012-10-04Import: add origin and license fields for import and geo-objectsÉtienne Loks
2012-10-04Import: Allow import from uploaded filesÉtienne Loks
2012-10-03Add a custom layer box with ability to add some subcat as a "virtual" layerÉ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-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