summaryrefslogtreecommitdiff
path: root/ishtar_common/wizards.py
AgeCommit message (Collapse)Author
2018-06-12Manage own permissions with areas for context records (refs #4060)Étienne Loks
2018-06-12Manage own permissions with areas for operationsÉtienne Loks
2018-06-12Wizard: fix M2M data storage in formsetÉtienne Loks
2018-06-12Account wizard: edit areas (refs #4060)Étienne Loks
2018-06-12Fix menu initializationÉtienne Loks
2018-06-12Show item at the end of person, account, organization wizard. Profile column ↵Étienne Loks
for account tables. Profiles on person sheet.
2018-06-12Account wizard: save, update, delete profileÉtienne Loks
2018-06-12WIP on account wizard. Wizard: can use switch for deletion. Better display ↵Étienne Loks
of formsets on done wizard.
2018-05-28Wizard: fix bad initialization of get_prefixÉtienne Loks
2018-02-16Wizard: get formated data with new Django API for OptionsÉtienne Loks
2018-02-15Archaeological site: search view (refs #3913)Étienne Loks
- add site to profile - allow alternate label in menus for sites - add entry in menu - basic configuration of site model
2017-11-21Custom forms: disable completly a formÉtienne Loks
2017-10-18Json field: fix pre_save in order to initialize json with an empty dict ↵Étienne Loks
(refs #3077)
2017-09-22Fix email on new account creation (refs #3741)Étienne Loks
2017-08-29Wizards: fix empty image initializationÉtienne Loks
2017-08-29Wizards: fix image and file initialization on modifyÉtienne Loks
2017-08-22Django 1.11: add missing context to some templatesÉtienne Loks
2017-08-22Django 1.11: use render() instead render_to_response - pass dict to templatesÉtienne Loks
2017-08-21Django 1.11: adapt all get_field_* to match the current Options APIÉtienne Loks
2017-07-26Merge branch 'master' into developÉtienne Loks
2017-07-24Datings: post-fix of duplicates associated to the same object (usually on ↵Étienne Loks
imports)
2017-07-12Merge branch 'master' into developÉtienne Loks
2017-07-11Fix find deletion when warehouse module is activated (refs #3649)Étienne Loks
2017-07-06Fix account creationÉtienne Loks
2017-07-05Wizard: fix non valid wizardsÉtienne Loks
2017-04-30Wizards: better management of many to many - 2Étienne Loks
2017-04-30Better management of many to manyÉtienne Loks
2017-04-21Fix wizard validationsÉtienne Loks
2017-04-21Wizards: fix serialization of ImageFileFieldÉtienne Loks
2017-04-18Django 1.8: keyOrder -> OrderedDictÉtienne Loks
2017-04-18Change storage to match new wizardÉtienne Loks
2017-04-14Django 1.8: formtools is now an external lib - trick to make pisa use new ↵Étienne Loks
version of reportlab
2017-04-03Fix find modify action (refs #3405)Étienne Loks
2017-04-01Operation wizard: an operation cannot be related to herself (refs #3578)Étienne Loks
2017-03-24Wizard: manage readonly forms (refs #3563)Étienne Loks
2017-03-21Finds search: conditionnal search (warehouse module available) for ↵Étienne Loks
warehouses and containers (refs #3416)
2017-03-06"Validate and end" button is not displayed if the end panel is not available ↵Étienne Loks
(refs #3353)
2017-03-02Creation wizard: can jump to the next form with mandatory fields (refs #3353)Étienne Loks
2017-02-20Warehouse: fix warehouse creation with no divisions (refs #3481)Étienne Loks
2017-02-17Accounts: initialize new account with default username extract from raw nameÉtienne Loks
2017-01-24Wizard: fix parcel reuse in creationÉtienne Loks
2017-01-23Parcels: on associated operation or file detachment remove the parcelÉtienne Loks
2017-01-19Find form: fix period saving.Étienne Loks
2017-01-19Work on fix for treatment save (refs #3418)Étienne Loks
2017-01-16Fix container creation (refs #3415)Étienne Loks
2017-01-02Wizard: when an item is given with id in forms don't filter itÉtienne Loks
2016-12-24Container creation form (refs #3392)Étienne Loks
2016-12-23Container: Localisation form become modification formÉtienne Loks
2016-12-18Containers / Warehouse: actions, sheets and fixes.Étienne Loks
2016-12-18Tests: change test order to fix strange initialization (temporary)Étienne Loks