summaryrefslogtreecommitdiff
path: root/chimere/models.py
AgeCommit message (Collapse)Author
2012-07-19Fix GPX upload for userv2.0-RC2Étienne Loks
2012-07-18Fix route submissionÉtienne Loks
2012-07-03Fix feeds - remove BASE_URL refÉtienne Loks
* fix area feeds * fix url feeds * temporary fix: pass Marker from BaseGeoManager to GeoManager to fix a strange error in area feeds using contained filter
2012-07-02Fix "Show on map" in welcome message (refs #366)Étienne Loks
* new templatetag: get_tinyfied_url * remove an old reference to BASE_URL
2012-05-17Minor translationÉtienne Loks
2012-05-17Update translationÉtienne Loks
2012-05-16Fix RSS feeds for django 1.4 - reintegrate them in the main applicationÉtienne Loks
2012-05-08Fix restricted extent - Add restricted extent to area adminÉtienne Loks
2012-05-07Manage specific CSS for areas inside adminÉtienne Loks
2012-05-07Improve subcategories and areas inside the adminÉtienne Loks
2012-05-07Manage default categories inside adminÉtienne Loks
2012-05-07Reactivate categories filtering by areaÉtienne Loks
2012-05-07UI works for areas, permalink and welcom message - add welcome messageÉtienne Loks
to area management
2012-05-06Improve area managementÉtienne Loks
2012-05-05Give the ability to configure multiple layers (database work)Étienne Loks
2012-05-04Shapefile importÉtienne Loks
2012-05-04Manage zipfile for importsÉtienne Loks
2012-04-23Fix Youtube linksÉtienne Loks
2012-04-22Fix picture display in descriptionÉtienne Loks
2012-04-22Fix JME load inside description - style improvmentÉtienne Loks
2012-04-20Automatic increment of order of picture and multimedia files (closes #348)Étienne Loks
2012-04-19Fix multimedia and picture submissions for new multimedia filesÉtienne Loks
2012-04-19Better management of multimedia files - default field for areasÉtienne Loks
* change picture and multimedia files from many to many to foreign key * adapt the admin to be more efficient with multimedia files * add a default field for areas - only one area can be the default one * add a jquery Chosen widget - currently not used
2012-04-16Work on multimedia files visibilityÉtienne Loks
* Add a new distant picture type (refs #339) * Handle differently multimedia files in descriptions (refs #337, refs #338)
2012-04-07Fixes model type and form validation in edition panel.Étienne Loks
* check URL format for multimedia items (closes #333) * file field is required for pictures (closes #332) * multimedia type is required for multimedia items (closes #331) * name is required for pictures and multimedia items (closes #330) * errors messages are now more visible (closes #328)
2012-03-29Work on OSM export - simplify KML importÉtienne Loks
2012-03-18Manage versions on OSM importÉtienne Loks
2012-03-17Import OSM dataÉtienne Loks
2012-03-17Add import task using celeryÉtienne Loks
2012-03-16Work on KML importÉtienne Loks
2012-03-15Add a description field for marker - writing test for KML importÉtienne Loks
2012-03-12Modify models to manage import/exportÉtienne Loks
2012-03-12Correct json error (closes #321)Étienne Loks
2012-03-10Correct path problemsÉtienne Loks
2012-03-09Manage many description imagesÉtienne Loks
2012-03-09Manage multimedia type treeÉtienne Loks
2012-03-09Better management of external video providerÉtienne Loks
2012-03-07Work on multimedia file forms - create, modify and remove.Étienne Loks
2012-03-07Use a templatetag for inline tables - update french translations - clean in ↵Étienne Loks
migrations
2012-03-07Deport the "iframe status" to multimedia typesÉtienne Loks
2012-03-01Work on multimedia fieldsÉtienne Loks
2012-03-01Manage mimetypes, order of multimedia typesÉtienne Loks
2012-02-29Work on multimedia displayÉtienne Loks
2012-02-28Change models for multimedia managementsÉtienne Loks
2012-02-28Allow modification of markers on the main interfaceÉtienne Loks
2012-02-27Correct date input problems.Étienne Loks
2012-02-25Cleaning - Change date widget from Django admin to JQuery-UIÉtienne Loks
2012-02-25Fix: duplicate JS include - dynamic loading of categoriesÉtienne Loks
2012-02-19Many fixes on template and static varsNim
2012-02-15Work on reorganization (refs #316)Étienne Loks