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