summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-11Merge branch 'v2.1'Étienne Loks
2015-02-11Add a sample MakefileÉtienne Loks
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-10Fix search resultÉtienne Loks
2014-12-10Add icon of search resultsÉtienne Loks
2014-12-10Search: fix marker filtering - deactivate routesÉtienne Loks
2014-12-09Work on autocompleteÉtienne Loks
2014-12-09Haystack requirementsÉtienne Loks
2014-12-09Remove * import not at module levelÉtienne Loks
2014-09-22Work on search engineÉtienne Loks
* templates * styles * search index definition
2014-09-19Merge branch 'v2.1' into v2.2Étienne Loks
2014-09-19Manage unicode version of month namesÉtienne Loks
2014-08-28Add category and subcategory slugs - better management of modelproperty slugÉtienne Loks
2014-08-26Haystack parametersÉtienne Loks
2014-07-30Remove auto_now_add from News modelÉtienne Loks
2014-07-29Add contact_email var to submited templatagÉtienne Loks
2014-07-29Add contact email to submitedÉtienne Loks
2014-07-29Detail: add routing_enabled to the contextÉtienne Loks
2014-06-14Fix bad json exportÉ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.
2014-04-10Add 'simple' to context of templatesÉtienne Loks
2014-04-10Fix news filtering on front pageÉtienne Loks
2014-04-10Fix syntax (2)Étienne Loks
2014-04-10Fix syntaxÉtienne Loks
2014-04-10Add an option to display all events on front pageÉtienne Loks
2014-03-03Improve management of simple mapÉtienne Loks
2013-12-05JS: remove zoom when clicking on cluster (refs #506)É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-31Show a menu on clustered items in order to display them when they are on the ↵Étienne Loks
same place
2013-10-30Fix clusteringÉtienne Loks
* restore clustering.js (removed by error) * add clustering.js to header * change templates to activate clustering if activated
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-27Add a small ajax loader on autocomplete searchÉtienne Loks
2013-10-27Update french translation.Étienne Loks
2013-10-27Templates: Remove "submited" templatetags and manage it inside template. ↵Étienne Loks
More appropriate message after submission.
2013-10-27Edpoit page: don't display dated fields when no categories has dateÉtienne Loks
2013-10-27Update french translationÉtienne Loks
2013-10-27Template detail: more explicit auto-generated class name for propertiesÉtienne Loks
2013-10-27Templates: improve property display on detailsÉtienne Loks
2013-10-27CSV import: fix import when Nominatim fields are configured but geom is providedÉtienne Loks
2013-10-27CSV import: more explicit message when there is not enough columnsÉtienne Loks
2013-10-27Admin: only register model if not yet registeredÉtienne Loks
This mecanism allow to specialized admin in projects