summaryrefslogtreecommitdiff
path: root/archaeological_files/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🐛 fix administrative act permissionsÉtienne Loks
2025-02-19✨ permissions refactoring: manage deletion permissions - ♻ refactoring ↵Étienne Loks
"can_do"
2025-02-19✨ permissions refactoring: link items to user QA formsÉtienne Loks
2025-02-19♻ permissions refactoring: refactor has_permission methodsÉtienne Loks
2023-01-12Syndication - export external sourcesÉtienne Loks
2022-12-12Remove deadcode (old dashboards) - clean cssÉtienne Loks
2022-12-12File module refactoring - more tests for filesÉtienne Loks
2022-12-12File - Parcels - Modify: add get method for modifying parcels #5227Cefin
2022-12-12Syndication - api view & url for find, context record, warehouse, container ↵Étienne Loks
and file
2022-07-08Preventive file: choose price agreement formÉtienne Loks
2022-07-08Preventive file: copy planned, add default cost - tests - fixturesÉtienne Loks
2022-07-08Preventive file: add default costsÉtienne Loks
2022-07-08WIP: preventive formsÉtienne Loks
2021-03-19Format - black: filesÉtienne Loks
2021-02-28Sheet files: add operation shortcutÉtienne Loks
2021-02-28File: Quick add admin actÉtienne Loks
2019-09-13Delete action: context records, files, finds, treatments, treatments files, ↵Étienne Loks
admin acts
2018-06-12Rebase migrationsÉtienne Loks
2017-08-21urls: remove pattern (not compatible with Django 1.11)Étienne Loks
2017-04-14Django 1.8: fix urls importsÉtienne Loks
2016-12-11Manage document generation for treatment and file treatment administrative actÉtienne Loks
2016-12-11Administrative act for treatment and treatment filesÉtienne Loks
2016-09-24WIP: ajaxify shortcut menu - 3Étienne Loks
2016-09-24WIP: ajaxify shortcut menu - 2Étienne Loks
2016-08-24UI: adpat all sheet to the new layout. Administrativ act: can modify from ↵Étienne Loks
sheet. Organization: can modify from sheet.
2015-12-14Adapt menus and urls for right management - check_rights_condition for ↵Étienne Loks
filtering wizard steps
2015-12-01Fix administrativ act modificationÉtienne Loks
2015-09-09Flake8Étienne Loks
2015-05-06Search action everywhere (refs #2281)É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-12-23Document generation for files (refs #1576)Étienne Loks
2013-12-23Work on operation document generationÉtienne Loks
2013-12-02Manage document templateÉtienne Loks
* ooo_replace: generate a document by mapping ooo variables with a given dict * DocumentTemplate model: store templates associated with a type of objects * get_values method: generate a dict of value from a model * new form/view to generate document from administrativ acts
2012-10-22Djangoization - Major refactoring (step 15)Étienne Loks
* works on dashboards
2012-10-21Djangoization - Major refactoring (step 9)Étienne Loks
* move templates * change labels
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.