summaryrefslogtreecommitdiff
path: root/chimere/utils.py
AgeCommit message (Collapse)Author
2015-09-23Imports: specify the status used by default during importsv2.1Étienne Loks
2015-07-28XSLT import : default linkÉtienne Loks
2015-05-22HTML/XML imports: origin is a link with target blankÉtienne Loks
2015-05-21Do not re-import modified since importÉtienne Loks
2015-05-21Fix modified_since_import in importsÉtienne Loks
2015-02-14XSLT imports: better date management - refactoring - manage date ISO formatÉtienne Loks
2015-02-14Refactoring XSLT imports - fix testsÉ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
2014-09-19Manage unicode version of month namesÉ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-11-01HTML-XSLT import: parse dates of eventsÉtienne Loks
2013-10-31HTML-XSLT import: try to detect encoding automatically - escape html entitiesÉtienne Loks
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-05-29Merge branch 'v2.0'Étienne Loks
2013-05-29GeoRSS Import: ignore encoding mis-declarationÉtienne Loks
2013-04-18Merge branch 'v2.0'Étienne Loks
Conflicts: chimere/locale/fr/LC_MESSAGES/django.po
2013-04-18Minor: more precise error message on shapefile importÉ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-02-04Fixes for debian packagingv2.0.0Étienne Loks
2013-02-01Imports: prevent overload of descriptions.Étienne Loks
2013-01-31Imports: add a default description for imports.Étienne Loks
2013-01-31Imports: make description import optionalÉtienne Loks
2013-01-30Small improve on KML importÉ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-08Imports: Manage overwrite optionalyÉtienne Loks
2012-12-07Admin: improve non overloading importsÉtienne Loks
* improve non overloading import management in OSM * add a warning message to "modified" items form
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-24OSM export: fix username/password encoding from form - allow non-email usernameÉtienne Loks
2012-11-24Fix rapprochement - work on OSM export interfaceÉtienne Loks
2012-11-24Add W3C georss supportÉtienne Loks
2012-11-23Better management of tasks messagesÉtienne Loks
2012-11-21Admin import: filter admin fields by typeÉtienne Loks
2012-11-19Merge branch 'master' into saclayÉtienne Loks
Conflicts: chimere/admin.py chimere/models.py chimere/templates/chimere/detail.html chimere/templatetags/chimere_tags.py chimere/tests.py
2012-11-19Import: manage way imports without marker associatedÉtienne Loks
2012-11-14Minor fix on CSV importÉtienne Loks
2012-11-07Fix CSV importÉtienne Loks
2012-11-07Improve CSV export and import - more tolerant add of choice valuesÉ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: simplify KML import codeÉ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: add error messagesÉtienne Loks
2012-10-04Import: Allow import from uploaded filesÉtienne Loks
2012-10-01KML import: Use name as a key if no ID is providedÉtienne Loks
2012-10-01OSM export: Fix modification managementÉtienne Loks