Ariel Rin
e3017f1ec7
Merge branch 'sw-version-background-fix' into 'v4.x'
...
[FIX] Background for "Software Version" panel
See merge request allianceauth/allianceauth!1568
2023-12-02 01:33:43 +00:00
Peter Pfeufer
25ab78a41e
[FIX] Background for "Software Version" panel
2023-12-01 12:16:15 +01:00
Ariel Rin
ba25f99cb4
bump libraries
2023-11-09 18:14:01 +10:00
Peter Pfeufer
c1dc130766
[FIX] Celery task status bar background
2023-11-07 15:21:44 +01:00
Peter Pfeufer
2c5972d0ab
[ADD] Refresh notification icon script
...
Similar to what we have in AAv3 for the notification count
2023-10-31 21:47:40 +01:00
Ariel Rin
2c9177b19f
remove rogue span tag
2023-10-27 13:22:38 +00:00
Ariel Rin
cfe46e4ca5
Merge branch 'fix-same-name-template-tag-modules' into 'v4.x'
...
[FIX] Give template tag modules unique names
See merge request allianceauth/allianceauth!1548
2023-10-27 12:15:27 +00:00
Peter Pfeufer
afa3d2e7cc
[FIX] Give template tags modules unique names
...
This fixes the check error:
?: (templates.E003) 'menu_items' is used for multiple template tag modules: 'allianceauth.menu.templatetags.menu_items', 'allianceauth.services.templatetags.menu_items'
2023-10-27 08:28:09 +02:00
Peter Pfeufer
e5ed33aeec
[FIX] [Bootstrap] Uniform default table background
...
Also removed empty style and class arguments while I was at it
2023-10-26 18:21:23 +02:00
Peter Pfeufer
e9ea09bc56
[CHANGE] Rename auth-base-bs5.css
to auth-framework.css
2023-10-24 10:58:45 +02: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
Ariel Rin
3ec3cbdff7
Merge branch 'fix-tasks-running' into 'master'
...
Fix tasks running counter
See merge request allianceauth/allianceauth!1529
2023-10-07 04:52:04 +00:00
Erik Kalkoken
51611e1237
Fix tasks running counter
2023-10-07 04:52:03 +00:00
Peter Pfeufer
66822107e3
[ADD] Language code to page and language selector
2023-08-28 21:40:28 +02:00
Peter Pfeufer
55927c6f15
[FIX] Allow messages also for non-logged-in user to be displayed
2023-08-08 23:20:43 +02:00
Peter Pfeufer
1563805ddb
[ADD] CCP's "No Character" character image as user menu image for public
2023-08-05 18:51:12 +02:00
Peter Pfeufer
7290eaad7e
[FIX] Notifications menu item removed in public views
2023-08-02 23:22:14 +02:00
Peter Pfeufer
f23d4f4dd1
[FIX] base.html
prepared for public views
...
Certain things need to be behind `{% if user.is_authenticated %}` in order for the base template to play nice with public views.
2023-08-02 23:17:28 +02:00
Ariel Rin
5d6a4ab1a9
Merge branch 'feature-show-running-tasks' into 'master'
...
Show running tasks on dashboard
See merge request allianceauth/allianceauth!1515
2023-08-01 10:15:43 +00:00
Erik Kalkoken
1122d617bd
Show running tasks on dashboard
2023-08-01 10:15:42 +00:00
Ariel Rin
ef33501e45
Merge branch 'proper-favicon-support' into 'master'
...
Proper favicon support
See merge request allianceauth/allianceauth!1520
2023-08-01 10:14:21 +00:00
Hamish W
951c4135c2
Adding Absolute Timers to base timerboard
2023-07-25 09:26:10 +00:00
Peter Pfeufer
fc29d7e80d
[ADD] All modern favicon versions generated by realfavicongenerator.net
2023-07-19 12:10:02 +02:00
Peter Pfeufer
b04c8873d0
[ADD] Directive for default favicon
2023-07-19 11:37:07 +02:00
Ariel Rin
93194b4f2d
pesky <
2023-01-25 16:17:29 +10:00
Ariel Rin
6b8341ab5a
Add FA icon to user dropdown
2022-10-12 20:21:27 +10:00
Aaron Kable
cc60b26f5a
add token management link to user dropdown
2022-10-12 17:57:12 +08:00
Peter Pfeufer
ec9a9733be
[FIX] Top margin on celery task percentage bar
2022-09-11 13:44:11 +00:00
Peter Pfeufer
afe3fea757
Bundle the remaining static files
...
They are used in some template overrides. To prevent missing JS or CSS in the future in those template overrides, it's a good idea to provide HTML templates for these static files.
2022-08-01 14:15:55 +02:00
Peter Pfeufer
e4bf96cfb6
Deprecated attributes removed
2022-07-18 21:51:07 +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
8c1f06d7b8
Added refresh_notifications.js
to bundles
...
Probably used in template overrides
2022-07-09 15:51:55 +02:00
Peter Pfeufer
815b6fa030
Added eve-time.js
to bundles
...
Probably used in template overrides
2022-07-09 15:50:09 +02:00
Peter Pfeufer
7c05217900
Add timers.js
to bundle
...
It's used in `mumbletemps`
2022-07-09 15:45:25 +02:00
Peter Pfeufer
7669c9e55d
Add filterDropDown.js
to bundles
2022-07-07 11:54:31 +02:00
Peter Pfeufer
20231ce198
Load static files from their new place
2022-06-25 13:51:46 +02:00
Peter Pfeufer
0851a6d085
[Cleanup] Removed {% load static %}
when no static files are loaded
2022-06-25 13:51:10 +02:00
Ariel Rin
9e139495ac
Merge branch 'master' of https://gitlab.com/allianceauth/allianceauth into v3.x
2022-05-12 20:50:41 +10:00
colcrunch
54085617dc
Add a few pixels of margin-top
to bar labels to better center them.
2022-04-16 15:46:01 -04:00
colcrunch
8cdc5af453
Improve celery bar by using decimalized width values (2 decimal places) to reduce likelyhood of an empty portion of the bar.
2022-04-16 15:44:53 -04:00
Ariel Rin
17343dfeae
Merge branch 'master' of https://gitlab.com/allianceauth/allianceauth into v3.x
2022-03-09 20:57:07 +10:00
Erik Kalkoken
79379b444c
Improve task statistics
2022-03-09 10:04:13 +00:00
Peter Pfeufer
6744c0c143
Link Latest stable and Latest pre-release versions to their tags on git
2022-02-28 21:19:33 +01:00
Ariel Rin
ecc53888bc
Merge branch 'master' of https://gitlab.com/allianceauth/allianceauth into v3.x
2022-02-26 15:23:01 +10:00
Ariel Rin
00770fd034
Merge branch 'improve_celery_info_on_dashboard' into 'master'
...
Improve celery infos on Dashboard
See merge request allianceauth/allianceauth!1384
2022-02-26 05:15:30 +00:00
Erik Kalkoken
01164777ed
Improve celery infos on Dashboard
2022-02-26 05:15:30 +00:00
Peter Pfeufer
52a4cf8d52
[FIX] Use proper HTML5 tags instead of self-closing XML/XHTML tags
2022-02-08 20:22:53 +01:00
Ariel Rin
b61746b3cb
Removing Themeing from jQuery UI
2021-12-28 11:30:05 +00:00
Ariel Rin
3e487e5f13
Add jqueryui bundles
2021-11-24 17:56:15 +10:00