summaryrefslogtreecommitdiff
path: root/archaeological_files/wizards.py
AgeCommit message (Collapse)Author
2015-05-06Wizard: search on multiple form for current town - Add research files form ↵Étienne Loks
on archaeological_files_pdl
2015-05-06Workon alternate administrativ wizardÉtienne Loks
* reorganization of address fields * add a main town field * reorganize parcel wizard * workon new administrativ wizard
2014-10-13Add reminders for administrativ acts (refs #2060)Étienne Loks
2013-12-27Display current item window after creation and modification (refs #1574)É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-04-05UI improvment for parcels management (refs #151)Étienne Loks
2012-10-21Djangoization - Major refactoring (step 9)Étienne Loks
* move templates * change labels
2012-10-21Djangoization - Major refactoring (step 8)Étienne Loks
* clean-up on request and storage args in methods * view creation now managed by South * clean some mess in session values by using MultiValueDict
2012-10-21Djangoization - Major refactoring (step 7)Étienne Loks
Work on archaeological_files wizards
2012-10-20Djangoization - Major refactoring (step 6)Étienne Loks
Work on wizard, views and forms to dispatch logic in a more relevant way.