Guido Longoni
c621ead9a5
Aggiornamento a Django 5
2024-03-28 12:39:24 +01:00
Guido Longoni
44be298342
Merge branch 'my-tentativi-merge'
2024-03-27 18:41:46 +01:00
Guido Longoni
0491c94993
Merge commit 'c6c96bf806313d1c7cfb4759372bcfdd4e1e97b5' into my-tentativi-merge
2024-03-27 18:40:39 +01:00
Davide Borgonovo
479f290f52
Sistemata migrazione che aveva un altro nome
2024-03-27 12:36:48 +01:00
Davide Borgonovo
b8252030a4
Aggiornato con i contenuti del remoto al 07/03/2024
2024-03-07 16:33:26 +01:00
Fabio Caccamo
c6c96bf806
Update `CHANGELOG` and version.
2024-03-07 10:25:17 +01:00
Fabio Caccamo
ce37e112df
Improve code quality.
2024-03-07 10:19:28 +01:00
Jeroen Peters
b1bb5d0437
Fix date hierarchy params. #374 ( #375 )
...
* #374 : Date hierarchy params fix
* #374 : Backwards compatible changes
2024-03-07 09:49:44 +01:00
Fabio Caccamo
3d5d5ae92f
Open any link with `_popup=1` query-string parameter in a modal window.
2024-02-14 18:38:16 +01:00
Fabio Caccamo
7318ed3db8
Update `CHANGELOG` and version.
2024-01-30 11:37:33 +01:00
Fabio Caccamo
d3b6d5f3ba
Fix inputs height when there is a multiline label.
2024-01-30 11:34:56 +01:00
Fabio Caccamo
f086906f46
Fix related widget height and buttons alignment when there is a multiline label.
2024-01-30 11:34:24 +01:00
Fabio Caccamo
0f3bf75ba4
Update `CHANGELOG` and version.
2024-01-29 00:55:49 +01:00
Fabio Caccamo
7187331bd2
Remove header min-height.
2024-01-29 00:53:30 +01:00
Fabio Caccamo
e895a057fe
Update `CHANGELOG` and version.
2024-01-08 23:24:56 +01:00
Fabio Caccamo
3a37860af5
Fix help text horizontal alignment when using `show-fieldsets-as-tabs` / `show-inlines-as-tabs` theme options. #317
2024-01-08 23:21:49 +01:00
Fabio Caccamo
f96acafd11
Fix file-upload widget margin-left.
2024-01-08 22:14:00 +01:00
Fabio Caccamo
83a0de60de
Fix related widget links add button position on many-to-many selector.
2024-01-08 21:53:52 +01:00
Fabio Caccamo
f5e0157f70
Reduce paginator vertical padding.
2024-01-08 21:39:41 +01:00
Fabio Caccamo
6f4f6a9dd9
Fix related widget links margin from `select2` (`autocomplete_fields`).
2024-01-08 21:27:38 +01:00
Fabio Caccamo
a251f3bb5f
Update `CHANGELOG` and version.
2024-01-08 12:13:45 +01:00
Fabio Caccamo
66e57043c9
[css] Fix related widget icon alignment. #348 #350
2024-01-08 12:12:42 +01:00
Fabio Caccamo
302ee6ee04
Update `CHANGELOG` and version.
2023-12-28 18:19:18 +01:00
Fabio Caccamo
4d4996fd41
Fix `autocomplete_fields` appearance.
2023-12-28 18:12:33 +01:00
Fabio Caccamo
5405a877c3
Fix admin `raw_id_fields` appearance.
2023-12-28 18:05:24 +01:00
Andrey
6a7a230964
Fix `TemplateDoesNotExist` when using `django-nested-admin` by returning custom template for other third-party packages. #341 ( #342 )
2023-12-28 17:43:56 +01:00
Fabio Caccamo
ff0380977e
Fix related widget links icons size and vertical alignment.
2023-12-27 17:02:22 +01:00
Fabio Caccamo
94f02a36b1
Move "Save and Continue" button next to "Save" button in change form.
2023-12-27 16:54:28 +01:00
Fabio Caccamo
a29ec42a83
Display language chooser language name uppercase.
2023-12-27 16:53:50 +01:00
Fabio Caccamo
b229bc39a6
Update `CHANGELOG` and version.
2023-12-21 12:08:31 +01:00
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
13965eacf2
Update CHANGELOG and version.
2023-12-05 23:35:47 +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
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
Francesco Cataldo
36a8edd0f6
Reintroduce support for `show_change_link` with related modal. #323
2023-09-18 21:17:00 +02:00
Fabio Caccamo
a7aeb8223a
Update `CHANGELOG` and version.
2023-09-05 18:27:59 +02:00
Fabio Caccamo
540f33fdde
Update Italian translations.
2023-08-31 16:11:57 +02:00
Fabio Caccamo
24a5e1f995
Fix logout and theme buttons style. #246
2023-08-31 16:00:23 +02:00
Santiago Muñoz
13c43f36df
Updated Spanish translations ( #307 )
2023-08-05 09:23:19 +02:00
Руся
effc5fbd35
Add russian translation. ( #295 )
2023-06-26 09:40:21 +02:00