summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-18Allow to easily specify the log filev2.0Étienne Loks
2013-02-01Fix path according to Chimère reorganizationÉtienne Loks
2013-02-01Changes to reflect move from example_project to chimere_example_projectÉtienne Loks
2013-02-01Adapt example_project to avoid unicode characters.Étienne Loks
Temporary fix to prevent a Django bug. cf. https://code.djangoproject.com/ticket/18091
2013-01-24Fix database initialisation for upgrade.Étienne Loks
2012-11-24Admin: improve property model managementÉtienne Loks
* Add the ability to hide property model from the admin * Add a warning to the admin that it should reload the webserver
2012-10-09Integration of Alban Tiberghien <alban.tiberghien@gmail.com> changes to make ↵Étienne Loks
the application more 'pip' and 'virtualenv' friendly Changes has been integrated in alternate files 'local_settings.py.pip.sample' and 'apache-wsgi-pip.conf' in order to not conflict with installation not using 'pip'. The changes are: - Add django-extensions - Install tinymce as 3rd app - Minor fix in jquery path - Fix shabang in order to work with virtual environment As I want to minimise the size of the tracked files in the Git repository jQuery-UI files were not included (as a small fix Google CDN is set by default for jquery-UI).
2012-10-09Update documentationÉtienne Loks
2012-10-07Documentation/configuration: fix path, add dependanciesÉtienne Loks
2012-09-18Work on CSV exportÉtienne Loks
2012-08-24Manage thumbnails for picture files - display with prettyPhoto on detail descÉtienne Loks
2012-08-24Fix default Openlayers path when static path is not the defaultÉtienne Loks
2012-08-21Map: change the pan to a cleaner one (thanks to OpenStreetMap website)Étienne Loks
2012-08-02Fix import test for celeryÉtienne Loks
2012-08-02Move locale to applicationÉtienne Loks
2012-08-02Fix migration scriptÉtienne Loks
2012-08-02Rechange wording: from theme to categoriesÉtienne Loks
2012-08-02Make Celery and Kombu optional (but the import is not available)Étienne Loks
2012-07-25Manage dynamic areas by areasÉtienne Loks
2012-07-24Update translationÉtienne Loks
2012-07-18Minor fix in translationÉtienne Loks
2012-07-18Improve user submissions (routes and markers)Étienne Loks
2012-07-12Settings: Fix default settingsÉtienne Loks
2012-07-11Update doc - minor fix on description where no area is providedÉtienne Loks
2012-07-05Fix bad share networks linksÉtienne Loks
2012-07-03Remove old reference to EXTRA_URLÉ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-05-22Create dirs to overload templates in example_projectÉtienne Loks
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-09Update french translationÉtienne Loks
2012-05-08Fix restricted extent - Add restricted extent to area adminÉtienne Loks
2012-05-08Fix share iconsÉtienne Loks
2012-05-07Manage specific CSS for areas inside adminÉtienne Loks
2012-05-07Manage default categories inside adminÉtienne Loks
2012-05-05Manage different and multiple layers in areas (including default)Étienne Loks
2012-05-04Shapefile importÉtienne Loks
2012-04-22Fix JME load inside description - style improvmentÉ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-17Work on rss feeds (refs #324)Étienne Loks
2012-04-17settings.py reorganizationÉtienne Loks
2012-04-14Uses a local_settings.py and put settings.py in VCSÉtienne Loks
2012-04-12Small fixes for django 1.4Étienne Loks
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-12Correct path and upgrade documentationÉtienne Loks
2012-03-10Correct path for share iconsÉtienne Loks