summaryrefslogtreecommitdiff
path: root/ishtar_common/wizards.py
AgeCommit message (Collapse)Author
2014-07-21Ordering of formset items martch to the meta ordering if available otherwise ↵Étienne Loks
ordered by pk (refs #1595)
2014-05-15Archaeological operations wizard: fix validation error (refs #1826)Étienne Loks
2014-05-12Person and organization deletion (refs #1675)Étienne Loks
* add associated actions, wizards, forms * prevent deletion of associted items (operations, files, etc.) * give list of associated items before deletion and give access to these items
2014-04-03Automatic copy of associated archaeological file on operation creation (refs ↵Étienne Loks
#1745)
2014-01-15Fix direct modification by URL ("Modify" button) (refs #1615)Étienne Loks
Change nature of data initialization at first step
2014-01-07Archaeological sites: fix wizard management (refs #1586)Étienne Loks
2013-12-27Allow modification from the window (refs #1574)Étienne Loks
2013-12-27Display current item window after creation and modification (refs #1574)Étienne Loks
2013-12-26Manage archaeological sites into forms (refs #1586)Étienne Loks
* create new widget: multiple autocomplete field * move JS autocomplete to template * archaeological site reference made unique
2013-12-17Organizations management (refs #1568)Étienne Loks
* select, create, modify forms * create, modify, wizard * sheet templates * associated actions, urls
2013-10-28Autofocus on full text input on parcel form (refs #1463)Étienne Loks
2013-10-28Add autofocus to first field of wizard pages (refs #1463)Étienne Loks
2013-10-28Don't validate the form when clicking on previous step (refs #1462, refs #1463)Étienne Loks
If a field has been changed a confirmation dialog appear.
2013-10-28Operation: easily add all parcel related to an archaeological file (refs #1444)É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-18Wizard: prevent bad testÉtienne Loks
2013-09-08Manage wizard formset when no required field is available (refs #1386, refs ↵Étienne Loks
#1387)
2013-09-04Wizard: improve management of forms number in formset after submit (refs #1220)Étienne Loks
2013-09-04Improve Image field management (refs #1365)Étienne Loks
* add a custom widget to allow display via prettyPhoto on forms * disable resizing when the image is deleted * fix "has image" search request to manage empty and null field for images * fix deletion of files by the wizard * fix initialization of instancied form for files and images
2013-09-03Wizard: fix deletion management in formsets when number of forms is greater ↵Étienne Loks
than 10 (refs #809)
2013-08-29Make all "short_label" properties (refs #1370)Étienne Loks
2013-08-23Wizard: allow ManyToMany with non formset forms - fix bad initial data copy ↵Étienne Loks
of list values
2013-04-17Fix "validate and end" on empty formsÉtienne Loks
2013-04-17Fix current action and context data for search actionsÉtienne Loks
2013-04-11Fix translation of title (closes #593)Étienne Loks
2013-04-05UI improvment for parcels management (refs #151)Étienne Loks
2012-10-21Djangoization - Major refactoring (step 14)Étienne Loks
* Fix formset UI. * Fix formset towns. * Clean-up
2012-10-21Djangoization - Major refactoring (step 10)Étienne Loks
* Fix operation wizards * Minor fix on other wizards
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