summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
AgeCommit message (Collapse)Author
2015-06-25Import: fix MCC find imports + testsÉtienne Loks
2015-06-25Import: fix unit import on MCC context recordÉtienne Loks
2015-06-18Import: really delete associated object when deleting an importÉtienne Loks
2015-06-18Import: try different encoding if the specified doesn't workÉtienne Loks
2015-06-18Import: manage different encoding for source fileÉtienne Loks
2015-06-16Import: update MCC parcel import testsÉ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-11Work on find importerÉtienne Loks
2015-06-04Import: add description for columns - update import fixtureÉtienne Loks
2015-06-02Add target keys to adminÉtienne Loks
2015-06-02Remove error file when no error is reported on re-importÉtienne Loks
2015-06-02Imports: add re-analysed to already imported filesÉtienne Loks
2015-06-01Add import actions (re-import and unarchive)Étienne Loks
2015-05-20Minir label fixÉtienne Loks
2015-05-20Update french translationÉtienne Loks
2015-05-19Minor label fixÉtienne Loks
2015-05-19Imports: fix many to many association and treatmentÉtienne Loks
2015-05-13Imports: fix unique for target value - better error msg for generic formset ↵Étienne Loks
- fix type import for ishtar_common
2015-05-12Imports: add YearFormater formater - fix required columns managementÉtienne Loks
2015-05-06Manage link between import and imported object - Auto-delete imported object ↵Étienne Loks
when deleting import
2015-05-05Imports: manage control fileÉ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
2015-05-03Import: add management of link between user data and db dataÉtienne Loks
2015-05-02New models for import managmentÉtienne Loks
2015-04-21Restore temporary old ooo_replaceÉtienne Loks
2015-04-20Fix bad import of oook_replaceÉtienne Loks
2015-04-20Sort document template by type and name (refs #2431)Étienne Loks
2015-04-17ooo_replace became oook_replace!Étienne Loks
2015-04-17Make ooo_replace an external projectÉtienne Loks
2015-01-29Fix display of operations - fix bibracte import of operationsÉtienne Loks
2015-01-28Add external_id to sources. Bibracte import for sources.Étienne Loks
2015-01-26Improve/fix import management. Bibracte import for operations.Étienne Loks
2015-01-26Person: allow empty titleÉtienne Loks
2015-01-26GeneralType keys: fix management of changed labelÉtienne Loks
2015-01-26GeneralType keys: add importer field for specific key association - better ↵Étienne Loks
management of keys * new importer field definition and creation * manage manual association of keys * manage overload of keys * manage automatic deletion of keys * change ImportFormater for new management of keys
2015-01-26Add a generic relation model to list general types keys. Reorganize imports.Étienne Loks
2015-01-25Several changes on models to manage complex find importsÉtienne Loks
2014-12-21Add a new table to manage importsÉtienne Loks
2014-12-18More precise merge key for organization and personÉtienne Loks
2014-12-18Fix length of town's name.Étienne Loks
* Ready for Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch!
2014-12-17Allow user creation when db is not syncedÉtienne Loks
2014-12-12Don't erase any creation of this user when it is deleted (refs #2169)Étienne Loks
* creator is no more a mandatory field * for associated foreign key relation: on_delete set to SET_NULL
2014-12-12Fix history on batch removing of users (refs #2170)Étienne Loks
2014-11-28Merge action implementation (person and organization)Étienne Loks
2014-11-24Work on SRA importationÉtienne Loks
2014-11-07Larger names for personÉtienne Loks
2014-11-06Fix admin act ordering (closes #2052)Étienne Loks
2014-10-29Add global variables (+admin) - implement an easier ooo parsing (refs #2111)Étienne Loks