summaryrefslogtreecommitdiff
path: root/ishtar_common/forms_common.py
AgeCommit message (Collapse)Author
2016-01-14Add receipt date in documentation for sources (refs #3014)Étienne Loks
2016-01-02Fix label: is a duplicate -> is a duplicateÉtienne Loks
2015-12-30Sources: duplicate and referencesÉtienne Loks
2015-12-29Sources: display more fields in formsÉtienne Loks
2015-12-13Person form: raw name is (of course) not requiredÉtienne Loks
2015-12-03Better management of raw_names for search and windowsÉtienne Loks
2015-10-24Imports: manage soft import (update) with unicity keys - script to ↵Étienne Loks
initialize SRA file import
2015-10-12Importers: new field for associated images - fix duplicate columnsÉtienne Loks
2015-09-25Imports: manage boolean association on DBÉtienne Loks
2015-08-19Archaeological files: change planning service managementÉtienne Loks
2015-06-18Merge branch 'stable'Étienne Loks
Conflicts: ishtar_common/data_importer.py
2015-06-18Import: manage different encoding for source fileÉtienne Loks
2015-06-16Merge branch 'stable'Étienne Loks
2015-06-16Import: specialize targetkey (refs #2533)Étienne Loks
Model: a targetkey connection can now be applied to on particular import (associated_import), one particular user (associated_user) or to all imports (associated_import and associated_user are empty). To be done: change import and forms to fully use this mechanism.
2015-06-01Merge branch 'stable'Étienne Loks
2015-06-01Fix targetkey formset by allowing only some associationÉtienne Loks
2015-05-06Work on new town field (with state and department) - work on new UI for filesÉtienne Loks
2015-05-06Work on dynamic (too much of ajax and JS...) person/organization widgetÉtienne Loks
2015-05-05Imports: manage importation interface, error fileÉtienne Loks
2015-05-04Imports: manage unmatched item linksÉtienne Loks
2015-05-03Interface: create new import, management interfaceÉtienne Loks
2014-11-28Merge action implementation (person and organization)Étienne Loks
2014-05-26Contextual filter on fields for new items window (refs #1715)Étienne Loks
2014-05-12Orga form: fix bad label (refs #1676, refs #1677)Étienne Loks
2014-05-12Add email field to organizations - Django management of email fields (refs ↵Étienne Loks
#1677)
2014-01-06Better length for organization name (refs #1569)Étienne Loks
2013-12-17Organizations management (refs #1568)Étienne Loks
* select, create, modify forms * create, modify, wizard * sheet templates * associated actions, urls
2013-12-05Fix Person modificationÉtienne Loks
2013-12-05Add address to person form (refs #1527)Étienne Loks
2013-10-27Add person type to new person creation form (refs #1427)Étienne Loks
2013-08-26Change Person selection form - add a Person sheet (refs #425)Étienne Loks
* change sheet creation to allow non historized object * add related names corresponding to person for operation, files and sources (through Author) * use a jqGrid associated to a form to select persons * create sheet templates for persons * add appropriate urls
2013-08-23PersonType from single value to multi value for PersonÉtienne Loks
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-21Djangoization - Major refactoring (step 13)Étienne Loks
* Fix finds wizards * Clean-up an unecessary file
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-20Djangoization - Major refactoring (step 3)Étienne Loks
Reorganization of views, urls, menus, admin, forms. Changes on models.
2012-10-19Djangoization - Fix account and person managementÉtienne Loks
2012-10-18Djangoization - Major refactoring (step 1)Étienne Loks