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: https://github.com/django/django/commit/aa5ab114e34645823b219f9a866fd82fc26b427b
* Add check to ensure LocaleMiddleware
* Remove check in favor of silent warning
* Fix template tag tests
2023-12-05 12:18:44 +01: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
Fabio Caccamo
7c4793c9b6
Prevent multiple .collapse-toggle button.
2023-05-29 13:13:28 +02:00
Fabio Caccamo
7a0e63e986
Update CHANGELOG and version.
2023-05-11 01:38:14 +02:00
Fabio Caccamo
a48575e047
Add collapsible inlines support. ( #282 )
...
* Improve code formatting.
* Add collapsible inlines frontend support.
* Add collapsible inlines options fields to model and admin.
* Add option classes to body.
* Update translations.
* Update README.md
2023-05-11 01:33:35 +02:00
Fabio Caccamo
8fd00c6c27
Update translations.
2023-04-18 18:22:17 +02:00
Fabio Caccamo
31ee37a151
Update CHANGELOG and version.
2023-04-18 18:04:02 +02:00
Fabio Caccamo
544b2e68c0
Force date hierarchy label to be lower case.
2023-04-18 16:21:19 +02:00
Fabio Caccamo
b56b0b9c58
Reformat migrations.
2023-04-18 16:20:42 +02:00
Fabio Caccamo
11905e80b7
Fix ImportError.
2023-04-18 16:18:56 +02:00
Fabio Caccamo
6f7a51bee8
Add css_generic_link_active_color field to use on active tab (tabbed changeform). #232
2023-04-18 16:10:02 +02:00
Fabio Caccamo
55f2c86a47
Fix tabs not working with non-ASCII alphanumeric characters. #237
2023-04-18 15:52:25 +02:00
Fabio Caccamo
42bf0f8039
Fix date_hierarchy with multiple fields (ForeignKey). #244
2023-04-18 14:45:36 +02:00
Fabio Caccamo
4deefc20b7
Add flake8-bugbear to pre-commit.
2023-03-01 17:54:58 +01:00
Fabio Caccamo
191d82a5c2
Set max line length to 88.
2023-02-13 15:52:13 +01:00
Fabio Caccamo
fa81b2ea5e
Reformat code.
2023-02-09 19:14:51 +01:00
Fabio Caccamo
71cc60bea3
Add metadata module and read package attrs dynamically.
2023-02-09 19:14:33 +01:00
Fabio Caccamo
d0f37806c7
Update pre-commit.
2023-02-06 10:35:32 +01:00
Fabio Caccamo
ecc1cd77de
Increase flake8 checks.
2023-01-24 18:19:04 +01:00
Fabio Caccamo
76de3d5481
Run django-upgrade pre-commit hook.
2023-01-18 09:42:45 +01:00
Fabio Caccamo
b8a8c1595f
Add pyupgrade to pre-commit config.
2022-12-31 18:53:01 +01:00
Fabio Caccamo
b10cb336ce
Update CHANGELOG and version.
2022-12-19 15:34:03 +01:00
Fabio Caccamo
cc79cf1549
Fix modal and popup opening at the same time.
2022-12-19 15:31:02 +01:00
Mounir
b3540bc019
Make Theme.get_active_theme class method a manager method. ( #230 )
...
- Make `get_active_theme` a manager method instead of class method
- Replace `get_active_theme` by `get_active`
- Refactor signals handlers
2022-12-15 11:32:33 +01:00
Fabio Caccamo
186e78b846
Update CHANGELOG and version.
2022-12-14 13:00:59 +01:00
Fabio Caccamo
2da294e28f
[css] Improve changelist filter margins.
2022-12-14 12:58:57 +01:00
Fabio Caccamo
fca8e6d47b
Fix modal opener buttons not working when added to the DOM asynchronously. #228
2022-12-14 12:38:47 +01:00
Fabio Caccamo
9522f1a156
Update CHANGELOG and version.
2022-12-11 23:37:11 +01:00
Fabio Caccamo
9c1af23785
Run pre-commit.
2022-12-11 23:07:11 +01:00
Éric
15da0bfd9a
minor cleanups ( #225 )
...
* use normal html self-closing tags
* stop using obsolete test integration
* make test more straightforward
* removed unused setting
2022-12-11 22:53:05 +01:00
Éric
19cbeead58
Include date hierarchy in quick removal links ( #218 )
...
* Include date hierarchy in quick removal links
* use date field name in removal link
* reduce diff
* tweak some details
* start adding tests
* use mock without spec :(
it's not easy to instantiate ChangeList, and speccing from
the class means that many attributes are not recognized
* more tests
* more tests
* more checks for generated URLs
* better tags and tests
* compat for tox 4
2022-12-11 20:44:31 +01:00
Vasanth
79f3fefaad
Text color on focus ( #223 )
2022-12-09 11:08:02 +01:00
Fabio Caccamo
98b8025ed7
Replace str.format with f-strings.
2022-12-06 13:44:32 +01:00
Fabio Caccamo
ae78cb7b86
Update german translations.
2022-12-05 10:21:39 +01:00
Vasanth
a75c16162f
[css] Fix inlines vertical alignement ( #201 )
...
Co-authored-by: vaz <vmohan@lenbox.io >
2022-12-05 10:19:44 +01:00
derzinn
14634aa505
Add german translation ( #222 )
...
* Added german translation
* Updated languages for test cases
* Updated identical message strings
* Updated django.po with corrected file paths
* Re-generated django.mo file
* Language lists sorted by code for test cases
2022-12-05 10:13:11 +01:00
Fabio Caccamo
b88d7d8b95
Reformat models module.
2022-12-03 14:04:01 +01:00