summaryrefslogtreecommitdiff
path: root/archaeological_warehouse/urls.py
AgeCommit message (Collapse)Author
23 hours♻️ django 3.2 deprecation: url -> re_path ; ugettext_lazy -> gettext_lazyÉtienne Loks
2025-02-19📄 update copyright noticeÉtienne Loks
2025-02-19🐛 menus: fix many permissions to add/moddify (refs #6118, #6115, #6110)Étienne Loks
2025-02-19♻️ clean all "add_own"Étienne Loks
2025-02-19✨ permissions refactoring: link items to user QA formsÉtienne Loks
2025-02-19♻ permissions refactoring: refactor has_permission methodsÉtienne Loks
2024-09-05✨ QA container form: move formÉtienne Loks
2023-04-03Containers: manage historyÉtienne Loks
2023-01-12Syndication - export external sourcesÉtienne Loks
2022-12-12Syndication - api view & url for find, context record, warehouse, container ↵Étienne Loks
and file
2022-07-08add bulk update on warehouse with warehouse type modifyCefin
2021-03-19Format - black: warehouseÉtienne Loks
2021-02-28Stats: generation on demandÉtienne Loks
2021-02-28Warehouse sheet: display divisions table, display number of items, ↵Étienne Loks
divisions, containers
2021-02-28Container: bulk updateÉtienne Loks
2021-02-28New container: parent container search dependency (refs #4936) - remove + ↵Étienne Loks
button for parent (refs #4937)
2021-02-28Fix warehouse division formsÉtienne Loks
2021-02-28Container: adapt forms for the new container managementÉtienne Loks
2021-02-28New container management - merge actionÉtienne Loks
2019-09-13Delete action: operations, sites, orgas, containers, warehousesÉtienne Loks
2019-09-10QA: lock/unlock (sites, operations, context records, finds, containers, ↵Étienne Loks
warehouses)
2018-12-02Sheet quick actions to add treatments from find, basket and containerÉtienne Loks
2018-12-02Remove packaging wizardÉtienne Loks
2018-11-28Fix packaging creation and treatment testsÉtienne Loks
2018-10-25Permissions: fix permissions for containersÉtienne Loks
2018-10-24Manage site and warehouse in shortcut menu - Many fixes on pinÉtienne Loks
2018-06-12Rebase migrationsÉtienne Loks
2017-09-27Add specific rights for containersÉtienne Loks
2017-08-21urls: remove pattern (not compatible with Django 1.11)Étienne Loks
2017-06-30Merge branch 'master' into developÉtienne Loks
2017-06-21Fix container export - CSV (refs #3631)Étienne Loks
2017-04-14Django 1.8: fix urls importsÉtienne Loks
2017-03-16Basket: add a close button (refs #3407)Étienne Loks
2017-03-16Warehouse - Container: add a Modify button to sheets (refs #3453, refs #3518)Étienne Loks
2016-12-27Deletion and searches for warehouses (refs #3366)Étienne Loks
2016-12-27Container search action (refs #3392)Étienne Loks
2016-12-25Manage container deletion (refs #3392)É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-14Manage container localisationÉtienne Loks
2016-12-13Warehouse: basic add / modify wizardÉtienne Loks
2016-06-24Reactivate treatmentsÉtienne Loks
2015-12-14Adapt menus and urls for right management - check_rights_condition for ↵Étienne Loks
filtering wizard steps
2012-10-21Djangoization - Major refactoring (step 13)Étienne Loks
* Fix finds wizards * Clean-up an unecessary file
2012-10-21Djangoization - Major refactoring (step 10)Étienne Loks
* Fix operation wizards * Minor fix on other wizards
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.