summaryrefslogtreecommitdiff
path: root/ishtar_common/widgets.py
AgeCommit message (Collapse)Author
24 hours🐛 revert geo reverse patch specific for debian bullseyeÉtienne Loks
24 hours♻️ django 3.2 deprecation: force_text -> force_str - templates: remove ↵Étienne Loks
ifequal ; PIL: Image.ANTIALIAS -> Image.Resampling.LANCZOS
24 hours♻️ django 3.2 deprecation: url -> re_path ; ugettext_lazy -> gettext_lazyÉtienne Loks
24 hours♻️ django 3.2 - new version of libraries: fix errors and deprecation ↵Étienne Loks
warnings
2025-09-22🐛 select2 widget: fix translationÉtienne Loks
2025-09-22✨ document type field - use select2 widgetÉtienne Loks
2025-04-29🐛 fix quick add of organization and persons on some wizards forms (refs ↵Étienne Loks
#6280, refs #6279)
2025-03-17🐛 bulk update form: fix add button with new permissionsÉtienne Loks
2025-02-19📄 update copyright noticeÉtienne Loks
2025-02-19🐛 permissions: manage quick add/modify forms (fix #6101)Étienne Loks
2025-02-19✨ exhibition: forms/sheetsÉtienne Loks
2025-02-19✨ permissions refactoring: forms - permission filter (mainly used by ↵Étienne Loks
search tables)
2024-06-21📝 update documentation: searchesÉtienne Loks
2024-06-20✨ display inline help for searches - 💄 new syle for helpÉtienne Loks
2023-07-06🐛 wizards: fix autofocus of first fieldÉtienne Loks
2023-02-23Geo: create/edit form - new openlayers version - add default IGN tilesÉtienne Loks
2023-01-12Syndication - export external sourcesÉtienne Loks
2022-12-12Meter-centimeter widget - use this widget in geo formÉtienne Loks
2022-12-12Geodata - geo forms: new forms - many adaptationsÉtienne Loks
2022-12-12Syndication - search UIÉtienne Loks
2022-12-12Migration to Django 2.2 - fix media for select2Étienne Loks
2022-12-12Migration to Django 2.2 - fixesÉtienne Loks
- rel -> remote_field - to -> model - default initialization for historical models
2022-12-12Migration to Django 2.2 - many fixesÉtienne Loks
- remove redondant permissions - fix missing kwargs for widget and form fields - fix default to callable for model field - quick and dirty fix for datepicker - is_authenticated() -> is_authenticated - fix registration urls - remove six usage (no more python2)
2022-12-12Migration to Django 2.2 - missing on_delete - django.urls import reverseÉtienne Loks
2022-07-08JSON fields: fix multi-value choices fieldsÉtienne Loks
2022-07-08Improve file widget with bootstrapÉtienne Loks
2022-07-08JSON types: multi valued choicesÉtienne Loks
2022-07-08WIP: preventive formsÉtienne Loks
2022-06-02Fix custom column labelÉtienne Loks
2021-03-19Format - black: ishtar_commonÉtienne Loks
2021-02-28Typo fixÉtienne Loks
2021-02-28Refactor custom widgets templates - ISSN/ISBN checkÉtienne Loks
2021-02-28Document: display complete identifier on sheet and tablesÉtienne Loks
2021-02-28Documents form: related items on top of formÉtienne Loks
2021-02-28Documents: better form - improve select2 widget to manage newÉtienne Loks
2021-02-28Documents form: new fieldsÉtienne Loks
2021-02-28New container: parent container search dependency (refs #4936) - remove + ↵Étienne Loks
button for parent (refs #4937)
2021-02-28Container: adapt forms for the new container managementÉtienne Loks
2020-03-19Autocomplete widget: fix modify action to autocomplete fieldÉtienne Loks
2020-03-19Autocomplete widget: option to display detail of the current itemÉtienne Loks
2020-03-18Autocomplete widget: add modify action to autocomplete field - better layout ↵Étienne Loks
for previous value
2020-03-18Autocomplete widget: add "tips" message on autocomplete fieldÉtienne Loks
2019-09-13New management of "popup" for new items -> change all form configurationÉtienne Loks
2019-09-12New management of popup for new items - manage author and personsÉtienne Loks
2019-06-17Document: fix form when an old file has disappearÉtienne Loks
2019-06-17Fix custom table for find treatmentsÉtienne Loks
2019-06-17Label generation: label generation available at the bottom of tablesÉtienne Loks
2019-06-17Migrate to python 3 - Clean old migrations and some old scriptsÉtienne Loks
2019-04-24Refactor to prevent DB access before app readyÉtienne Loks
2019-04-24Map: basic management of map tabÉtienne Loks