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
Ariel Rin
b232d9ab17
Merge branch 'use-SITE_URL-in-templates' into 'master'
...
[ADDED] `SITE_URL` usage in templates
See merge request allianceauth/allianceauth!1456
2022-09-11 13:51:21 +00:00
Peter Pfeufer
34839e8344
[ADDED] Trailing slahes to URLs
...
URLs in AA usually use a trailing slash, so this was added to the ones that were missing it.
2022-09-07 15:18:06 +02:00
Peter Pfeufer
89ef4f4cbc
[ADDED] SITE_URL usage in templates
...
Instead of {{ request.scheme }}://{{request.get_host}}`
2022-09-07 15:04:25 +02:00
Ariel Rin
ba7ef11505
Merge branch 'fix-deprecated-translation-tags' into 'master'
...
[FIX] Deprecated `{% blocktrans %}` tags to `{% blocktranslate %}`
See merge request allianceauth/allianceauth!1454
2022-09-07 06:22:55 +00:00
Peter Pfeufer
70eb1b5b50
[CHANGE] Deprecated {% blocktrans %}
tags to {% blocktranslate %}
2022-09-06 23:48:36 +02: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
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
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
402ff53a5c
Merge branch 'master' of https://gitlab.com/allianceauth/allianceauth into django4
2022-02-02 12:38:24 +10:00
Ariel Rin
909bd0ba15
Fix deprecations removed in dj4
2021-12-24 17:42:53 +10:00
Ariel Rin
dfe62db8ee
add datatables savestate feature
2021-11-27 23:02:33 +10:00
Ariel Rin
1ebf864998
adapt tests
2021-10-30 05:22:38 +00:00
Ariel Rin
f52791cd1f
document swagger spec operations
2021-10-27 18:18:23 +10:00
Ariel Rin
d829facbd4
use own esi provider for itemtypes
2021-10-27 18:14:18 +10:00
Ariel Rin
44ac3a9ff2
decouple srp provider from eveonline
2021-10-27 17:54:14 +10: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
5992ddd48e
This filter is case sensitive
2021-10-15 06:06:02 +02:00
Peter Pfeufer
839232dc98
add evetools killboard as accepted source for srp requests
2021-07-04 15:04:25 +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
a99a375375
one and only one empty line at the end of the file
2021-05-17 09:48:57 +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
bd2d19f867
Cleanup and modernize JS
2021-05-09 06:43:58 +00:00
Peter Pfeufer
e04138bced
migrations
2021-04-07 18:40:39 +02:00
Peter Pfeufer
aa7495fa60
Proper error message on non kill mail zkb links
2021-04-07 15:12:56 +00:00
Ariel Rin
abdc3f3485
SRP Character Name Copy-Paste
2021-04-07 13:22:23 +00:00
Peter Pfeufer
62275639e3
Added alliance and corp ticker to pilot name
...
Takes care of https://gitlab.com/allianceauth/allianceauth/-/issues/1228
2020-10-01 20:14:54 +02:00
Ariel Rin
08a9bd42a3
Merge branch 'django3' into 'master'
...
Django 3.1.1 bring up
See merge request allianceauth/allianceauth!1256
2020-09-21 06:16:44 +00:00
Exiom
3506e417d4
SRP Module - Added Datatables & Sorting, Standardized Date/Time for Overall AA Consistency
2020-09-20 23:55:22 +00:00
AaronKable
ded9301527
initial django3 bringup
2020-09-18 11:45:37 +08:00
Ariel Rin
d02c25f421
Merge branch 'feature_menu_item_badges' into 'master'
...
Add menu item badge feature and update group icons
See merge request allianceauth/allianceauth!1240
2020-09-11 11:33:14 +00:00
Erik Kalkoken
228af38a4a
Add menu item badge feature and update group icons
2020-09-11 11:33:14 +00:00
Ariel Rin
af3527e64f
Revert "load bootswatch less locally #1217 "
...
This reverts commit 3a9a7267ea8734ba0a5cf1d0fea632eb2276d45c.
2020-09-11 04:13:01 +00:00
AaronKable
1f165ecd2a
use request.scheme to get the http/https for the site
2020-09-07 19:10:58 +08:00
Ariel Rin
35407a2108
Font Awesome V5 Update
2020-06-11 03:33:37 +00:00
Ariel Rin
dcaaf38ecc
Merge branch 'esi_update' into 'master'
...
Update swagger files and remove swagger file dependency from srp package
See merge request allianceauth/allianceauth!1187
2020-04-03 12:39:34 +00:00
ErikKalkoken
b6fdf840ef
Update swagger files and remove swagger fle dependency from srp package
2020-03-25 18:00:23 +01:00
ErikKalkoken
73f262ce4b
Add missing translations
2020-03-24 20:21:35 +01:00
ErikKalkoken
3d3bb8fc94
fix broken translation strings
2020-03-03 13:53:55 +01:00