Peter Pfeufer
547d047f59
Merge branch 'v4.x' into 'aa-framework-part-2'
...
# Conflicts:
# allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html
# allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html
2023-12-24 17:34:07 +00:00
Peter Pfeufer
aa1cb96c8a
[REMOVE] Unnecessary whitespaces
...
I know, purely aesthetic, but it bugs the hell out of me …
2023-12-21 12:20:51 +01:00
Peter Pfeufer
dbc19c76c5
[CHANGE] Switch to header template where ever possible
...
Also fixed some Bootstrap misuse
2023-12-17 23:50:13 +01:00
Peter Pfeufer
49ff355d50
[CHANGE] FA classes in menu hooks updated
2023-12-12 02:40:18 +01:00
Peter Pfeufer
00fcebd8e3
[CHANGE] Some minor cleanups
2023-12-11 11:59:32 +01:00
Peter Pfeufer
9a62c729eb
[CHANGE] Using the same FA icon for delete/remove
...
`<i class="fa-solid fa-trash-can"></i>`
2023-12-10 13:15:26 +01:00
Peter Pfeufer
af5930b9d0
[FIX] Form classes
2023-12-09 18:51:56 +01:00
Peter Pfeufer
8bb3d35252
[CHANGE] hrapplication
templates updated for BS 5
2023-12-09 15:11:53 +01:00
Peter Pfeufer
398a980fb5
[CHANGE] Switched from Glyphicons to Font Awesome icons
2023-12-09 15:11:53 +01:00
Peter Pfeufer
e14a295ce6
[CHANGE] Format and switch to BS5 base template
2023-12-09 15:11:53 +01:00
Peter Pfeufer
ee24706e43
v4 Template fixes
2023-10-24 02:04:49 +00:00
Aaron Kable
2e78aa5f26
BS5 Theme
2023-10-07 08:20:22 +00:00
Peter Pfeufer
d0118e6c0b
[FIX] File permissions
2023-08-01 12:55:19 +02:00
Peter Pfeufer
7075ccdf7a
[CHANGE] Django Upgrade checks applied
2023-08-01 12:52:05 +02:00
Peter Pfeufer
d57ab01ff3
[FIX] Use of deprecated logger.warn()
function calls
2023-07-07 17:51:55 +02:00
Ariel Rin
2551a9dd64
Merge branch 'the-big-template-cleanup' into 'v3.x'
...
Big Template Cleanup
See merge request allianceauth/allianceauth!1443
2022-07-29 12:49:58 +00:00
Peter Pfeufer
312951ea3f
One search result per user is enough
...
No need to show the same result for each alt ....
2022-07-18 23:02:28 +02:00
Peter Pfeufer
3bd6baa8f9
Templates cleaned up / fixed
...
- Deprecated CSS atrributes removed
- HTML fixes
- Mandatory attributes added
- Missing semicolons added
- Missing closing tags added
- Missing label association in forms added/fixed
- Missing quotes added
- Closing tags that have no opening tag removed
- Bootstrap fixes
- Unused template tags removed
2022-07-18 21:39:20 +02:00
Peter Pfeufer
0851a6d085
[Cleanup] Removed {% load static %}
when no static files are loaded
2022-06-25 13:51:10 +02:00
Peter Pfeufer
1d240a40dd
Remove deprecated settings
...
Examples:
RemovedInDjango50Warning: The USE_L10N setting is deprecated. Starting with Django 5.0, localized formatting of data will always be enabled. For example Django will display numbers and dates using the format of the current locale.
warnings.warn(USE_L10N_DEPRECATED_MSG, RemovedInDjango50Warning)
RemovedInDjango41Warning: 'allianceauth' defines default_app_config = 'allianceauth.apps.AllianceAuthConfig'. Django now detects this configuration automatically. You can remove default_app_config.
app_config = AppConfig.create(entry)
2022-03-03 12:06:16 +01:00
Peter Pfeufer
52a4cf8d52
[FIX] Use proper HTML5 tags instead of self-closing XML/XHTML tags
2022-02-08 20:22:53 +01:00
Peter Pfeufer
640a21e4db
Switch to path
, use re_path
only when really needed
2022-02-02 15:09:48 +01:00
Ariel Rin
fd442a5735
django.conf.urls.url is deprecated
2022-02-02 21:56:01 +10:00
Ariel Rin
909bd0ba15
Fix deprecations removed in dj4
2021-12-24 17:42:53 +10:00
Ariel Rin
4aae85a70f
Transifex
2021-10-26 08:45:37 +00:00
Peter Pfeufer
cdcf65cb52
fixed old Django 2 translation template tags
2021-10-19 12:05:45 +02:00
Peter Pfeufer
a6b340c179
update code to reflect the new minimum python version 3.7
...
- update string format method
- remove redundant default arguments from function calls
- remove unused imports
- remove unicode identifier from strings, it's default in py3 (see: https://stackoverflow.com/a/4182635/12201331 )
2021-10-18 11:59:05 +02:00
Peter Pfeufer
e6a4cea4de
editorconfig applied
2021-05-17 11:42:28 +02:00
Peter Pfeufer
2697fb5317
remove coding pragma. it's not needed since python 3.x
2021-05-17 09:51:09 +02:00
Peter Pfeufer
8c3df89d52
remove trailing whitespaces
2021-05-17 09:46:11 +02:00
Peter Pfeufer
3630812b92
revert migrations & set DEFAULT_AUTO_FIELD to django.db.models.AutoField
2021-05-10 13:35:40 +02:00
Peter Pfeufer
e04138bced
migrations
2021-04-07 18:40:39 +02:00
AaronKable
e26d3767e0
update models as NullBooleanField is deprecated.
2020-09-18 22:16:24 +08:00
AaronKable
ded9301527
initial django3 bringup
2020-09-18 11:45:37 +08:00
Erik Kalkoken
228af38a4a
Add menu item badge feature and update group icons
2020-09-11 11:33:14 +00:00
Ariel Rin
35407a2108
Font Awesome V5 Update
2020-06-11 03:33:37 +00:00
Erik Kalkoken
0bfec36983
Fix issue #1172 : Replace deprecated eve image URLs in apps and services
2020-01-16 03:51:16 +00:00
Adarnof
22bda62e59
Spanish translations courtesy of @frank1210
...
Fixed a few problems with translating the menu links - they had leading spaces.
2018-05-02 20:49:21 -04:00
Adarnof
e52478c9aa
Correct URL template tag.
...
Thanks @Peggle2K
2018-04-16 19:36:41 -04:00
Adarnof
df3acccc50
Correct matching start of URL patterns.
...
Thanks @Peggle2k
2018-04-14 14:12:39 -04:00
ghoti
4d8baf1af0
V2 Fix redirect issues in HRApps ( #951 )
...
Fix redirect issues in HRApps
Allow HR managers to delete reviewed apps
2018-01-11 19:06:10 -05:00
ghoti
2c98cbd020
Sort completed HR apps by create date (most recent first) ( #930 )
2017-12-20 18:03:27 -05:00
Adarnof
770aca923f
Reorder migrations to allow updating from v1.15.6
2017-12-14 17:48:54 -05:00
phaynu
f961db3130
Extending Choices for Questions in hrapplications to Allow Multiselect ( #911 )
...
An additional field at the question level defines whether the choices for the question are multi-select or not. The template will render the choices with radio buttons or checkboxes depending on multi-select. Multiple selected choices are saved with a line break between them.
2017-11-10 12:07:17 -05:00
Basraah
47b5b286d8
Uniform page titles
2017-10-12 10:20:40 +10:00
Basraah
01d34b54eb
N+1 query fixes
2017-10-01 20:55:15 +10:00
Basraah
f33f796421
Remove obsolete template tag
2017-10-01 19:23:43 +10:00
Basraah
0504be2441
Fix redirect URLs
2017-10-01 19:23:25 +10:00
Basraah
11fca74fec
Add required on_delete parameters for Dj2.0 compatibility
2017-09-28 12:32:33 +10:00
Basraah
e68c840dad
CSS Fixes and cleanup
...
Improves bootstrap compatibility, allowing for dropping in theme CSS.
Also improves responsive design but still has a ways to go.
2017-09-23 18:03:43 +10:00