summaryrefslogtreecommitdiff
path: root/example_project
AgeCommit message (Collapse)Author
2013-10-28Display a reminder of items concerned by the current edition (refs #1218)Étienne Loks
2013-10-17Fix permission managementÉtienne Loks
* improve ObjectPermBackend * change permission right from wizard to groups * remove default to administrator * add default data for french person_types
2013-09-04Add wsgi.py fileÉtienne Loks
2013-09-03i18n to change language (refs #1383)Étienne Loks
2013-09-03First work on i18n form to change languageÉtienne Loks
2013-08-25Fix messup between static and media filesÉtienne Loks
2013-08-25Add images to finds (refs #1314)Étienne Loks
* an abstract model class has been defined to manage image and thumbnail with resizing on the fly * max size for images and thumbnails are set in project settings * new field have been added to Find model to save images and thumbnails * form and wizard of Find have been changed
2013-08-25Improve cached_label displayÉtienne Loks
2013-08-21Small improvment on settingsÉtienne Loks
2013-07-17Fix index urlÉtienne Loks
2013-07-17More precise DEBUG managementÉtienne Loks
2013-07-15Operation import: fix Nantes settingsÉtienne Loks
2013-06-11Operations: work on importÉtienne Loks
2013-05-09Import operations: parse parcelsÉtienne Loks
2013-05-07First work on parcel importsÉtienne Loks
2013-04-30Add a default source typeÉtienne Loks
2013-04-30Manage new imports for "Pays de la Loire"Étienne Loks
2013-04-16Fix default path for ODT template (closes #1213)Étienne Loks
2013-04-16Improve ODT template pathÉtienne Loks
2013-04-11Default value for ACTIVATION_DAY (closes #568)Étienne Loks
2013-03-03Work on DBF importsÉtienne Loks
2013-02-06Work on importsÉtienne Loks
2012-10-26Temporary fix for menu evaluation with ApacheÉtienne Loks
2012-10-22Minor update on doc - Fix import scriptÉtienne Loks
2012-10-22Add default settings and update documentationÉtienne Loks
2012-10-21Djangoization - Major refactoring (step 13)Étienne Loks
* Fix finds wizards * Clean-up an unecessary file
2012-10-21Djangoization - Major refactoring (step 12)Étienne Loks
* Fix finds wizards
2012-10-21Djangoization - Major refactoring (step 11)Étienne Loks
* Fix context record wizards
2012-10-21Djangoization - Major refactoring (step 10)Étienne Loks
* Fix operation wizards * Minor fix on other wizards
2012-10-21Add a local_settings sampleÉtienne Loks
2012-10-20Djangoization - Major refactoring (step 6)Étienne Loks
Work on wizard, views and forms to dispatch logic in a more relevant way.
2012-10-20Djangoization - Major refactoring (step 3)Étienne Loks
Reorganization of views, urls, menus, admin, forms. Changes on models.
2012-10-18Djangoization - Major refactoring (step 1)Étienne Loks