Fabio Caccamo
48d0b58d30
Update compatibility with `django-streamfield`.
2023-12-21 11:55:28 +01:00
Fabio Caccamo
b429bde765
Fix `foldable-apps` +/- button vertical alignment.
2023-12-21 11:02:02 +01:00
Fabio Caccamo
268d331dea
Rename `form-controls.css` to `sticky-form-controls.css`
2023-12-21 11:01:32 +01:00
Fabio Caccamo
6dbe8fec0f
Remove `type="text/css"` and `type="text/javascript"` attributes.
2023-12-21 11:00:59 +01:00
Fabio Caccamo
b5980b85e6
Remove old third-party compatibility CSS files.
2023-12-21 10:59:33 +01:00
Fabio Caccamo
b1361d2bc1
Split `admin-interface-fix.css` CSS file into multiple files for easier debugging.
2023-12-21 10:59:00 +01:00
Fabio Caccamo
ab5ca9626a
Remove old `flat-theme` body class.
2023-12-21 10:54:20 +01:00
Fabio Caccamo
4759fdf593
Move `related-modal.css` to related-modal plugin folder.
2023-12-21 10:53:26 +01:00
Fabio Caccamo
75b1292e29
Move third-party compatibility CSS files to a `third-party` folder.
2023-12-21 10:50:54 +01:00
Fabio Caccamo
6db363518d
[css] Fix paginator appearance.
2023-12-19 18:20:27 +01:00
Fabio Caccamo
a7e8c4da09
Update `create-release.yml` workflow: publish releases with a Trusted Publisher.
2023-12-18 19:01:51 +01:00
Fabio Caccamo
3000c9024e
Update test-package.yml
2023-12-12 00:04:55 +01:00
Fabio Caccamo
fb18a8d455
Replace `Black` and `isort` with `Ruff-format`.
2023-12-11 23:51:06 +01:00
Fabio Caccamo
13965eacf2
Update CHANGELOG and version.
2023-12-05 23:35:47 +01:00
Fabio Caccamo
1131e0da6b
Rename variable.
2023-12-05 23:26:58 +01:00
Fabio Caccamo
66600faec6
Fix tests.
2023-12-05 23:25:11 +01:00
Fabio Caccamo
f9df5baa19
Update README.md
2023-12-05 22:06:01 +01:00
Fabio Caccamo
67bb404a84
Update pyproject.toml
2023-12-05 22:05:58 +01:00
Fabio Caccamo
6462083e95
Add `Django 5.0` to tests.
2023-12-05 21:50:19 +01:00
dependabot[bot]
f32203fd9a
Update pre-commit requirement from ==3.4.* to ==3.5.* ( #331 )
...
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit ) to permit the latest version.
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.4.0...v3.5.0 )
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-05 12:19:51 +01:00
pre-commit-ci[bot]
e1d79b9df0
[pre-commit.ci] pre-commit autoupdate ( #332 )
...
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.3...v0.1.6 )
- [github.com/psf/black: 23.10.1 → 23.11.0](https://github.com/psf/black/compare/23.10.1...23.11.0 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-12-05 12:19:35 +01:00
github-actions[bot]
a52f670c85
Update pre-commit hooks. ( #335 )
...
Co-authored-by: fabiocaccamo <fabiocaccamo@users.noreply.github.com>
2023-12-05 12:19:18 +01:00
Julian Wachholz
b393c11ecb
Simplify language chooser ( #328 )
...
* Simplify language chooser
- Allows usage of i18n_patterns with prefix_default_language=False
- Change templatetag from simple tag to an inclusion tag
- Reduces complexity by relying on Django's behavior in the
set_language view: it will translate any url passed as 'next'.
This behavior has been present since Django 1.9.
- Remove individual forms for each language
Fixes #327
Reference: aa5ab114e3
* Add check to ensure LocaleMiddleware
* Remove check in favor of silent warning
* Fix template tag tests
2023-12-05 12:18:44 +01:00
Fabio Caccamo
43dca1ae93
Add missing license.
2023-12-04 12:10:00 +01:00
Fabio Caccamo
55be190dc0
Add `Python 3.12` to tests.
2023-11-24 18:08:10 +01:00
Fabio Caccamo
1c1945c1d9
Update README.md
2023-11-11 20:17:43 +01:00
Fabio Caccamo
2350854e45
Revert "Unpin requirements patch version."
...
This reverts commit 0ddb85298d .
2023-11-08 22:46:40 +01:00
Fabio Caccamo
0ddb85298d
Unpin requirements patch version.
2023-11-08 22:23:26 +01:00
Fabio Caccamo
7b7de54e60
Set python-version input in test workflow lint step.
2023-11-06 23:53:10 +01:00
Fabio Caccamo
b1fcedbaed
Speed-up test workflow.
2023-11-06 23:39:21 +01:00
Fabio Caccamo
17f9f430fd
Bump `actions/setup-python`.
2023-11-06 23:33:32 +01:00
pre-commit-ci[bot]
8e045c71c1
[pre-commit.ci] pre-commit autoupdate ( #329 )
...
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.292...v0.1.3 )
- [github.com/psf/black: 23.9.1 → 23.10.1](https://github.com/psf/black/compare/23.9.1...23.10.1 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-10-30 18:30:13 +01:00
Davide Borgonovo
0eed8c8679
Incremento di versione
2023-10-27 12:49:55 +02:00
Davide Borgonovo
d74fcd4001
location messa nel windowRef, altrimenti non funzionava la modale
2023-10-27 12:49:25 +02:00
dependabot[bot]
0f69ccbb0a
Update pre-commit requirement from ==3.3.* to ==3.4.* ( #319 )
...
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit ) to permit the latest version.
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.3.0...v3.4.0 )
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 14:06:04 +02:00
github-actions[bot]
69815ed103
Update pre-commit hooks. ( #320 )
...
Co-authored-by: fabiocaccamo <fabiocaccamo@users.noreply.github.com>
Co-authored-by: Fabio Caccamo <fabio.caccamo@gmail.com>
2023-10-17 13:59:59 +02:00
pre-commit-ci[bot]
7aed89c244
[pre-commit.ci] pre-commit autoupdate ( #321 )
...
updates:
- [github.com/asottile/pyupgrade: v3.10.1 → v3.15.0](https://github.com/asottile/pyupgrade/compare/v3.10.1...v3.15.0 )
- [github.com/adamchainz/django-upgrade: 1.14.1 → 1.15.0](https://github.com/adamchainz/django-upgrade/compare/1.14.1...1.15.0 )
- [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.292](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.287...v0.0.292 )
- [github.com/psf/black: 23.7.0 → 23.9.1](https://github.com/psf/black/compare/23.7.0...23.9.1 )
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-10-17 13:55:46 +02:00
dependabot[bot]
67c67fe27d
Bump actions/checkout from 3 to 4 ( #318 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-03 00:39:41 +02:00
Fabio Caccamo
2d156814cc
Revert "Update dependabot.yml"
...
This reverts commit 2606accbea .
2023-10-02 22:15:59 +02:00
Fabio Caccamo
2606accbea
Update dependabot.yml
2023-09-28 22:38:04 +02:00
Fabio Caccamo
40b6f187a6
Run `precommit-auto-update` once a month.
2023-09-18 21:45:34 +02:00
Francesco Cataldo
36a8edd0f6
Reintroduce support for `show_change_link` with related modal. #323
2023-09-18 21:17:00 +02:00
Fabio Caccamo
ea95d13c44
Run `dependabot` once a month.
2023-09-18 21:14:31 +02:00
Fabio Caccamo
b6cd62093c
Update `CHANGELOG`.
2023-09-05 18:45:28 +02:00
dependabot[bot]
d025e76e7a
Update coverage requirement from ==7.2.* to ==7.3.* ( #312 )
...
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy ) to permit the latest version.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.2.0...7.3.0 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 18:44:49 +02:00
pre-commit-ci[bot]
e79e9c5705
[pre-commit.ci] pre-commit autoupdate ( #304 )
...
updates:
- [github.com/asottile/pyupgrade: v3.9.0 → v3.10.1](https://github.com/asottile/pyupgrade/compare/v3.9.0...v3.10.1 )
- [github.com/adamchainz/django-upgrade: 1.14.0 → 1.14.1](https://github.com/adamchainz/django-upgrade/compare/1.14.0...1.14.1 )
- [github.com/astral-sh/ruff-pre-commit: v0.0.278 → v0.0.287](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.278...v0.0.287 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-09-05 18:44:44 +02:00
dependabot[bot]
8eef625219
Update tox requirement from ==4.6.* to ==4.11.* ( #315 )
...
Updates the requirements on [tox](https://github.com/tox-dev/tox ) to permit the latest version.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.6.0...4.11.0 )
---
updated-dependencies:
- dependency-name: tox
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 18:44:28 +02:00
github-actions[bot]
e0c0460e59
Update pre-commit hooks. ( #302 )
...
Co-authored-by: fabiocaccamo <fabiocaccamo@users.noreply.github.com>
2023-09-05 18:44:13 +02:00
Fabio Caccamo
a7aeb8223a
Update `CHANGELOG` and version.
2023-09-05 18:27:59 +02:00
Fabio Caccamo
f8d1660218
Update requirements.txt
2023-09-05 18:22:20 +02:00