2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-03-03 09:13:09 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-djangocms-admin-style: updated to 3.3.1
3.3.1
Fix bug in SASS/CSS that hid picture upload widget in djangocms-blog
Solved rules
chore: Update build system
Pre commit checks
|
2024-02-09 11:46:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-djangocms-admin-style: updated to 3.3.0
3.3.0 (2024-01-14)
Allow more than two columns (as in the original Django admin)
Adjust flex-container in newer Django versions (4.2+) for submit row and admin header
Fix help texts for checkboxes and radio buttons
Fix logout menu entry to work with Django 5
|
2024-01-09 13:58:04 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-djangocms-admin-style: updated to 3.2.7
3.2.7
feat: Add Django 4.2 admin support
ci: pre-commit autoupdate
|
2023-10-10 18:42:22 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-djangocms-admin-style: updated to 3.2.6
3.2.6 (2023-09-18)
Fix bug which adds 'data-theme="undefined"' to admin html tag
Fix broken styling with .flex-container
Fix broken color input
Add Django as requirement in setup.py
3.2.5 (2023-08-22)
Add support for Django 4.2+ dark mode switch buttons
Add support for Django 4 view related admin buttons
Improve styling compatibility with Django 4.2
Add support for search field in admin nav (new in Django 4.2)
3.2.4 (2023-04-25)
Fix page tree dropdown cross styling
Fix misaligned apphooks in changelist views.
3.2.3 (2023-01-13)
Fix paginator element overflowing its container.
3.2.2 (2023-01-06)
Fix support of django-shortcuts with original icons from django-shortcuts
3.2.1 (2022-12-15)
Check updates based on pypi releases
Fix too large margin for change list in modal window
Removed unused css generating conflicts for icons fonts of djangocms-admin-style \
and django-cms core.
3.2.0 (2022-06-13)
Added configurable dark mode (color scheme)
3.1.1 (2022-04-13)
Fix: Missing drop shadows and unreadable button coloring on hover
3.1.0 (2022-03-27)
Add dark mode depending on system settings
3.0.0 (2022-01-22)
Drop support for python 3.5, 3.6 and django 3.0
Increase calendar box width to show Sundays
Fix datetime fields layout
Fix modal layout issue
Improve readability in form
|
2023-07-13 12:03:31 by Thomas Klausner | Files touched by this commit (45) |
Log message:
*: switch django users to py-django3
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:31:15 by Nia Alarie | Files touched by this commit (1030) |
Log message:
www: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts):
www/nghttp2/distinfo
Unfetchable distfiles (almost certainly fetched conditionally...):
./www/nginx-devel/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx-devel/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx-devel/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx-devel/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx-devel/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx-devel/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx-devel/distinfo naxsi-1.3.tar.gz
./www/nginx-devel/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx-devel/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx-devel/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx-devel/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx-devel/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx-devel/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx-devel/distinfo njs-0.5.0.tar.gz
./www/nginx-devel/distinfo set-misc-nginx-module-0.32.tar.gz
./www/nginx/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx/distinfo naxsi-1.3.tar.gz
./www/nginx/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx/distinfo njs-0.5.0.tar.gz
./www/nginx/distinfo set-misc-nginx-module-0.32.tar.gz
|
2021-10-07 17:09:00 by Nia Alarie | Files touched by this commit (1033) |
Log message:
www: Remove SHA1 hashes for distfiles
|
2021-01-16 10:24:52 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-djangocms-admin-style: updated to 2.0.2
2.0.2
Fix changelist layout issue introduced since Django > 3.1.1
2.0.1
Fixed the icon in the admin dashboard for models that are read only
2.0.0
Added support for Django 3.1
Dropped support for Python 2.7 and Python 3.4
Dropped support for Django < 2.2
Changed field-box class declarations to fieldBox
Fixed screenshot tests for Django 2.2 and higher
|