Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-21 | Ordering of formset items martch to the meta ordering if available otherwise ↵ | Étienne Loks | |
ordered by pk (refs #1595) | |||
2014-05-15 | Archaeological operations wizard: fix validation error (refs #1826) | Étienne Loks | |
2014-05-12 | Person 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-03 | Automatic copy of associated archaeological file on operation creation (refs ↵ | Étienne Loks | |
#1745) | |||
2014-01-15 | Fix direct modification by URL ("Modify" button) (refs #1615) | Étienne Loks | |
Change nature of data initialization at first step | |||
2014-01-07 | Archaeological sites: fix wizard management (refs #1586) | Étienne Loks | |
2013-12-27 | Allow modification from the window (refs #1574) | Étienne Loks | |
2013-12-27 | Display current item window after creation and modification (refs #1574) | Étienne Loks | |
2013-12-26 | Manage 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-17 | Organizations management (refs #1568) | Étienne Loks | |
* select, create, modify forms * create, modify, wizard * sheet templates * associated actions, urls | |||
2013-10-28 | Autofocus on full text input on parcel form (refs #1463) | Étienne Loks | |
2013-10-28 | Add autofocus to first field of wizard pages (refs #1463) | Étienne Loks | |
2013-10-28 | Don'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-28 | Operation: easily add all parcel related to an archaeological file (refs #1444) | Étienne Loks | |
2013-10-17 | Fix 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-18 | Wizard: prevent bad test | Étienne Loks | |
2013-09-08 | Manage wizard formset when no required field is available (refs #1386, refs ↵ | Étienne Loks | |
#1387) | |||
2013-09-04 | Wizard: improve management of forms number in formset after submit (refs #1220) | Étienne Loks | |
2013-09-04 | Improve 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-03 | Wizard: fix deletion management in formsets when number of forms is greater ↵ | Étienne Loks | |
than 10 (refs #809) | |||
2013-08-29 | Make all "short_label" properties (refs #1370) | Étienne Loks | |
2013-08-23 | Wizard: allow ManyToMany with non formset forms - fix bad initial data copy ↵ | Étienne Loks | |
of list values | |||
2013-04-17 | Fix "validate and end" on empty forms | Étienne Loks | |
2013-04-17 | Fix current action and context data for search actions | Étienne Loks | |
2013-04-11 | Fix translation of title (closes #593) | Étienne Loks | |
2013-04-05 | UI improvment for parcels management (refs #151) | Étienne Loks | |
2012-10-21 | Djangoization - Major refactoring (step 14) | Étienne Loks | |
* Fix formset UI. * Fix formset towns. * Clean-up | |||
2012-10-21 | Djangoization - Major refactoring (step 10) | Étienne Loks | |
* Fix operation wizards * Minor fix on other wizards | |||
2012-10-21 | Djangoization - Major refactoring (step 9) | Étienne Loks | |
* move templates * change labels | |||
2012-10-21 | Djangoization - 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-21 | Djangoization - Major refactoring (step 7) | Étienne Loks | |
Work on archaeological_files wizards |