Commit Graph

786 Commits (55be190dc0154e8fbeaf60fbd8fea98d6dfa53e2)

Author SHA1 Message Date
Fabio Caccamo 0dd591716d Update pyproject.toml 2022-10-18 14:20:33 +02:00
pre-commit-ci[bot] 9d1c28d480
[pre-commit.ci] pre-commit autoupdate (#187)
updates:
- https://github.com/ambv/blackhttps://github.com/psf/black
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.9.2 → 5.0.4](https://github.com/PyCQA/flake8/compare/3.9.2...5.0.4)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-10-18 09:40:00 +02:00
Fabio Caccamo 1002f48986 Fix `tox -e translations` command. 2022-10-17 18:41:50 +02:00
Fabio Caccamo 0939202824 Update setup.py 2022-10-17 18:36:58 +02:00
Fabio Caccamo 990975a0eb Add `django 4.1` to CI. 2022-10-17 18:27:45 +02:00
Fabio Caccamo 78ae411d58 Update requirements-test.txt 2022-10-17 14:56:34 +02:00
Fabio Caccamo 98b7228f95 Fix tests. 2022-10-17 14:50:14 +02:00
Fabio Caccamo 03e5cbdf9e Fix `pt-BR` language code. 2022-10-17 14:42:07 +02:00
Fabio Caccamo 092175202c Update translations. 2022-10-17 14:38:16 +02:00
Fabio Caccamo 200d0cc681 Run `compilemessages` faster. 2022-10-17 14:37:41 +02:00
Fabio Caccamo d48c8cc182 Fix `pt_br` language code. 2022-10-17 14:37:08 +02:00
Fabio Caccamo ead930d3b4 Replace `update-translations.sh` script with `makemessages --all`. 2022-10-17 14:24:35 +02:00
Fabio Caccamo f4617ac126 Update `tests.settings.LANGUAGES` list. 2022-10-17 14:21:44 +02:00
Fabio Caccamo de27c013fa Add `pre-commit` status badge. 2022-10-14 17:58:04 +02:00
Fabio Caccamo 5e58c35b08 Run `pre-commit`. 2022-10-14 17:31:57 +02:00
Fabio Caccamo aecfbf0291 Add `pre-commit` with `black`, `isort` and `flake8`. 2022-10-14 17:29:11 +02:00
Fabio Caccamo bf72f6c982 Update `CHANGELOG` and version. 2022-10-13 12:06:35 +02:00
Fabio Caccamo 3b055dd7cc Update README. 2022-10-13 12:05:08 +02:00
Fabio Caccamo 53e5b66785 [css] Fix list-filter dropdown vertical margins. 2022-10-13 12:04:08 +02:00
Fabio Caccamo 5e5e811102 [css] Add `django-rangefilter` style optimizations. 2022-10-13 12:01:00 +02:00
Fabio Caccamo da027966c0 [css] Fix calendar prev/next arrows style. 2022-10-13 11:58:34 +02:00
Fabio Caccamo 87fdcc7f16 Format code. 2022-10-13 11:54:07 +02:00
Fabio Caccamo 3f46d3aa32 Fix `KeyError` raised by `django-rangefilter`. 2022-10-13 11:53:20 +02:00
Fabio Caccamo 5ffd77ef0b Update `CHANGELOG` and version. 2022-10-12 11:32:13 +02:00
Fabio Caccamo a7ca8f96cb Fix duplicated welcome message. #185 2022-10-12 11:28:24 +02:00
Éric bd2fede501
Add CI checks for migrations and translations. #186
* ci: add migration check

* fix install

* fix tox config

* ci: add check for outdated translations

* update french translation

* ci: django needs xgettext

* option --all doesn't work

* refresh all translations

* ci: help debug failed jobs

* ci: fix jobs graph

* ci: also check that compiled catalogs are up to date
2022-10-12 10:17:17 +02:00
Éric f8ace75f36
Add option for list filter quick remove. #183
* add option for list filter quick remove

* move transform from css to python

* make template tag more resilient for unusual filters

* fix tests

* rename field, move rendering to template, change style

* fix tests
2022-10-11 18:15:21 +02:00
Fabio Caccamo de2979219e Fix left/right scrolling broken with django-import-export. #165 2022-10-07 11:12:32 +02:00
Fabio Caccamo bf89569794 Update `CHANGELOG` and version. 2022-10-06 17:27:48 +02:00
Éric f25d340738
Add option to make active list filters more visible. #178
* add option to make active list filters more visible

* fix margins and border radius for selected filters
2022-10-06 09:47:19 +02:00
Fabio Caccamo 56f876d25e
Update README.md (remove broken visitors badge). [ci skip] 2022-09-30 09:29:55 +02:00
Éric 04df53ee4b
Add support for collapsible fieldsets that start expanded. #177
* support collapsible fieldsets that start expanded

* address review comments
2022-09-29 09:37:26 +02:00
Fabio Caccamo 5ac75f5cf3 Fix `language_choose_control` migration default value.
Co-Authored-By: Éric <635179+merwok@users.noreply.github.com>
2022-09-29 09:34:12 +02:00
Fabio Caccamo 40b8963d74 Add language chooser control option (default select, minimal select). #136 2022-09-28 18:55:50 +02:00
Fabio Caccamo 8d3d7c9648 [css] Fix variable name typo. 2022-09-28 18:00:05 +02:00
Fabio Caccamo 668c8c806b [html] Add missing version cache-buster to some stylesheets. 2022-09-28 16:58:44 +02:00
Fabio Caccamo 8562c2dbfb [css] Move `language-chooser` style to its own CSS file. 2022-09-28 16:55:00 +02:00
Fabio Caccamo 585575dce7 [js] Fix modal window not closing on save with `django >= 4.0`. #169 2022-09-28 16:34:26 +02:00
Fabio Caccamo 990db6fdc8 [css] Fix sticky list filter scrolling. #175 2022-09-28 15:37:06 +02:00
Fabio Caccamo 5fb85d02a2 [css] Fix paginator missing `border-top` on mobile. 2022-09-28 12:46:11 +02:00
Yury V. Zaytsev 833acf49a1
Fix `README.md` typo on French language name. (#171) 2022-09-20 11:17:25 +02:00
Fabio Caccamo 951c07b76d Update `CHANGELOG` and version. 2022-08-25 12:17:01 +02:00
Fabio Caccamo 769fab5e84 Add `django-streamfield` compatibility. 2022-08-25 12:03:39 +02:00
Fabio Caccamo 6eebeb62c1 Removed testing comments. 2022-08-25 12:00:44 +02:00
Fabio Caccamo 53e9b3f9f7 Fix CSS variable name typo. 2022-08-25 11:58:54 +02:00
Fabio Caccamo b90ed72ef6 Update `README` css variables section. 2022-08-25 11:58:20 +02:00
Fabio Caccamo 11bde80a36 Update `CHANGELOG` and version. 2022-08-04 14:41:46 +02:00
Jon 003b0f9892
Update admin_interface_tags.py (#168) 2022-08-03 20:07:08 +02:00
Tim Gates 3156882cba
docs: Fix a few typos (#166) 2022-07-31 08:15:07 +02:00
Fabio Caccamo de09ffd7b1
Update FUNDING.yml 2022-06-22 14:43:31 +02:00