summaryrefslogtreecommitdiff
path: root/archaeological_context_records
AgeCommit message (Collapse)Author
2015-09-09Add many fields to finds - associated migrations, forms and autocomplete ↵Étienne Loks
view (refs #2784)
2015-09-09Flake8Étienne Loks
2015-08-28Update french translationÉtienne Loks
2015-08-19Archaeological files: change planning service managementÉtienne Loks
2015-06-25Merge branch 'stable'Étienne Loks
2015-06-25Import: fix MCC find imports + testsÉtienne Loks
2015-06-25Merge branch 'stable'Étienne Loks
2015-06-25Import: fix unit import on MCC context recordÉtienne Loks
2015-06-25Merge branch 'stable'Étienne Loks
2015-06-25Import: add test for MCC context record importÉtienne Loks
2015-05-06Manage migration merge on archaeological_context_recordsÉtienne Loks
To apply: ./manage.py migrate archaeological_context_records --delete-ghost-migrations 0010 ./manage.py migrate archaeological_context_records --fake 0011
2015-05-06Data importer: multiple format for DateFormater - pre treatment for cutting ↵Étienne Loks
too long strings
2015-05-06Fix generaltype slug size (to match with label size)Étienne Loks
2015-05-06Manage link between import and imported object - Auto-delete imported object ↵Étienne Loks
when deleting import
2015-02-10Fix typos in commentariesValérie-Emma Leroux
2015-01-29Update french translationemma
2015-01-29Add new fields to context record, find sheets.Étienne Loks
2015-01-29Fix Bibratce Import - Fix context record windowÉtienne Loks
2015-01-28Add external_id to sources. Bibracte import for sources.Étienne Loks
2015-01-28Fix Bibracte import - add finds importsÉtienne Loks
2015-01-27Bibracte import for context records.Étienne Loks
2015-01-25Several changes on models to manage complex find importsÉtienne Loks
2015-01-25Context records: fix post delete and post save of records relationsÉtienne Loks
2015-01-25Automatically delete symetric/inverse context records relationsÉtienne Loks
2015-01-25Automatically add symetric/inverse for context records relationsÉtienne Loks
2015-01-24Merge branch 'dev' of lysithea.proxience.net:/home/proxience/git/ishtar into devemma
2015-01-24Update french translationemma
2015-01-24Fix operations and context_records testsÉtienne Loks
2015-01-24Prevent incoherent RelationTypeÉtienne Loks
* check that no relation type with symmetrical=True and an inverse relation are set * after saving check that theinverse_relation of the inverse_relation point to the saved object * test update
2015-01-23Add relations between context recordsÉtienne Loks
* new models definitions: RecordRelations, RelationType * migrations * admin update
2014-12-13Update french initial fixtureÉ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-10-15Dashboard: implement a form to choose criteria for the graph displayÉtienne Loks
2014-07-21Colors and orders in short menu - cache mechanism (refs #1562)Étienne Loks
2014-06-15Fix creator field in database - fix edition date in sheets (refs #1590)Étienne Loks
2014-05-12Fix created by fields on sheets (refs #1590)Étienne Loks
2014-05-10Fix migrationsÉtienne Loks
2014-05-10History: add a creator fieldÉtienne Loks
* automatically add creator to new created item * associated migrations * associated tests * tests
2014-01-16Display of record carts from the shortcut menu (refs #1602) - change record ↵Étienne Loks
cart links to a more explicit image
2014-01-13Add created by to record cart (refs #1590)Étienne Loks
2013-12-27Update french translationÉtienne Loks
2013-12-27Allow modification from the window (refs #1574)Étienne Loks
2013-12-27Display current item window after creation and modification (refs #1574)Étienne Loks
2013-10-28Display a reminder of items concerned by the current edition (refs #1218)Étienne Loks
2013-10-28Templates: list all dependant documentsÉtienne Loks
New template tags for displaying table of documents
2013-10-28Better title for sheets (refs #1372)Étienne Loks
2013-09-18Add history navigation for operations, context records and finds (refs #1401)Étienne Loks
2013-09-12Manage missing order for some GeneralTypes (refs #612)Étienne Loks
2013-09-03Update french translationÉtienne Loks
2013-08-30Templates: add link to doc tables - add a doc table to find sheet (refs #1350)Étienne Loks