summaryrefslogtreecommitdiff
path: root/ishtar_common/forms.py
AgeCommit message (Collapse)Author
2018-01-15UI: adapt each form to use the new date widget. Force localization of format.Étienne Loks
2018-01-09Workon forms layoutÉtienne Loks
2017-11-27JQueryJqGrid replacement by DataTablesÉtienne Loks
2017-11-24Merge branch 'develop' into develop-bootstrapÉtienne Loks
2017-11-21Custom form: operations formsÉtienne Loks
2017-11-21Custom forms: manage formsetsÉtienne Loks
2017-11-21Custom forms: disable completly a formÉtienne Loks
2017-11-20Custom forms: filter by user and by groups - testsÉtienne Loks
2017-11-19Custom forms: admin formsÉtienne Loks
2017-11-17Custom forms: admin formÉtienne Loks
2017-11-14UI: welcome pageÉtienne Loks
2017-11-14UI: criteria searchÉtienne Loks
2017-11-09UI: adapt formsÉtienne Loks
2017-10-04Generic management of types in formsÉtienne Loks
2017-08-22On search forms no field is requiredÉtienne Loks
2017-05-15Merge branch 'master' into developÉtienne Loks
Conflicts: archaeological_finds/forms_treatments.py
2017-05-15Float field: fix clean with native floatÉtienne Loks
2017-04-18Django 1.8: HttpResponse mimetype -> content_typeÉtienne Loks
2017-03-24Wizard: manage readonly forms (refs #3563)Étienne Loks
2016-12-05Fix bad initialization of multiple checkbox fieldÉtienne Loks
2016-10-28Too many lazy evaluations and nobody do the job! Fixed.Étienne Loks
2016-09-05Fix form initializationÉtienne Loks
2016-09-01Non-available types display on old item modification (refs #3179)Étienne Loks
2016-08-22Closing date: force today at the initialisation of the form (refs #2212)Étienne Loks
2016-08-21Closing operation or archaelogical file: today by default (refs #2212)Étienne Loks
2016-08-17Parcels: add public domain field - better management of parcel formsets ↵Étienne Loks
(refs #2284)
2016-08-16Person - Organization: add full export (refs #3039)Étienne Loks
2016-06-02Add full export of operation's sourcesÉtienne Loks
2015-08-19Archaeological files: change planning service managementÉtienne Loks
2015-05-06SRA PdL files: raw field for organization (refs #2279)Étienne Loks
2014-05-26Put autofocus on first field of tableform (refs #1596)É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
2013-12-03Associate template to AdministrativActType - automatically associate the ↵Étienne Loks
relevant template on administrativeact document generation (refs #1524)
2013-09-03Fix SquareMeter widget (refs #1380)Étienne Loks
* bad escaping of attributes
2013-07-17Fix cached forms that doesn't allow modeltypes updateÉtienne Loks
Don't instanciate the form passed to the widget
2013-04-11More tolerent name checking (closes #560)Étienne Loks
2013-04-04Forms (operations, context records, files): add search by parcel (refs #575)É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-18Djangoization - Major refactoring (step 1)Étienne Loks