aa-bulletin-board 2.0.0b1__tar.gz → 2.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/PKG-INFO +13 -10
  2. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/README.md +10 -7
  3. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/__init__.py +1 -1
  4. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/auth_hooks.py +1 -1
  5. aa_bulletin_board-2.0.1/aa_bulletin_board/locale/cs/LC_MESSAGES/django.mo +0 -0
  6. aa_bulletin_board-2.0.1/aa_bulletin_board/locale/cs/LC_MESSAGES/django.po +178 -0
  7. aa_bulletin_board-2.0.1/aa_bulletin_board/locale/de/LC_MESSAGES/django.mo +0 -0
  8. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/locale/de/LC_MESSAGES/django.po +44 -36
  9. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/locale/django.pot +39 -31
  10. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/locale/es/LC_MESSAGES/django.mo +0 -0
  11. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/locale/es/LC_MESSAGES/django.po +47 -39
  12. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  13. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.po +42 -34
  14. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  15. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.po +43 -35
  16. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/locale/ja/LC_MESSAGES/django.mo +0 -0
  17. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/locale/ja/LC_MESSAGES/django.po +43 -35
  18. aa_bulletin_board-2.0.1/aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  19. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.po +50 -38
  20. aa_bulletin_board-2.0.1/aa_bulletin_board/locale/nl/LC_MESSAGES/django.mo +0 -0
  21. aa_bulletin_board-2.0.1/aa_bulletin_board/locale/nl/LC_MESSAGES/django.po +175 -0
  22. aa_bulletin_board-2.0.1/aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  23. aa_bulletin_board-2.0.1/aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.po +178 -0
  24. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/locale/ru/LC_MESSAGES/django.mo +0 -0
  25. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/locale/ru/LC_MESSAGES/django.po +47 -37
  26. aa_bulletin_board-2.0.1/aa_bulletin_board/locale/sk/LC_MESSAGES/django.mo +0 -0
  27. aa_bulletin_board-2.0.1/aa_bulletin_board/locale/sk/LC_MESSAGES/django.po +178 -0
  28. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/locale/uk/LC_MESSAGES/django.mo +0 -0
  29. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/locale/uk/LC_MESSAGES/django.po +48 -38
  30. aa_bulletin_board-2.0.1/aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  31. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.po +70 -59
  32. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.css +1 -2
  33. aa_bulletin_board-2.0.1/aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css +2 -0
  34. aa_bulletin_board-2.0.1/aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css.map +1 -0
  35. aa_bulletin_board-2.0.1/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.js +46 -0
  36. aa_bulletin_board-2.0.1/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js +2 -0
  37. aa_bulletin_board-2.0.1/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js.map +1 -0
  38. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/templates/aa_bulletin_board/dashboard.html +1 -1
  39. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/tests/test_auth_hooks.py +1 -1
  40. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/pyproject.toml +1 -1
  41. aa_bulletin_board-2.0.0b1/aa_bulletin_board/locale/de/LC_MESSAGES/django.mo +0 -0
  42. aa_bulletin_board-2.0.0b1/aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  43. aa_bulletin_board-2.0.0b1/aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  44. aa_bulletin_board-2.0.0b1/aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css +0 -2
  45. aa_bulletin_board-2.0.0b1/aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css.map +0 -1
  46. aa_bulletin_board-2.0.0b1/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.js +0 -48
  47. aa_bulletin_board-2.0.0b1/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js +0 -2
  48. aa_bulletin_board-2.0.0b1/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js.map +0 -1
  49. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/.gitignore +0 -0
  50. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/LICENSE +0 -0
  51. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/apps.py +0 -0
  52. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/forms.py +0 -0
  53. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/helpers.py +0 -0
  54. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/managers.py +0 -0
  55. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/migrations/0001_initial.py +0 -0
  56. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/migrations/0002_alter_bulletin_slug.py +0 -0
  57. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/migrations/0003_group_restrictions.py +0 -0
  58. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/migrations/0004_model_translation.py +0 -0
  59. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/migrations/0005_alter_general_options.py +0 -0
  60. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/migrations/0006_switch_to_ckeditor_5.py +0 -0
  61. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/migrations/__init__.py +0 -0
  62. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/models.py +0 -0
  63. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-equal-height.js +0 -0
  64. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-equal-height.min.js +0 -0
  65. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-equal-height.min.js.map +0 -0
  66. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.8/jquery.sumoselect.js +0 -0
  67. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.8/jquery.sumoselect.min.js +0 -0
  68. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.8/sumoselect.min.css +0 -0
  69. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/templates/aa_bulletin_board/base.html +0 -0
  70. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/templates/aa_bulletin_board/bulletin.html +0 -0
  71. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/templates/aa_bulletin_board/bundles/aa-bulletin-board-css.html +0 -0
  72. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/templates/aa_bulletin_board/bundles/aa-bulletin-board-equal-height-js.html +0 -0
  73. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/templates/aa_bulletin_board/bundles/aa-bulletin-board-oembed-js.html +0 -0
  74. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/templates/aa_bulletin_board/bundles/ckeditor5-css.html +0 -0
  75. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/templates/aa_bulletin_board/bundles/ckeditor5-js.html +0 -0
  76. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/templates/aa_bulletin_board/bundles/sumoselect-css.html +0 -0
  77. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/templates/aa_bulletin_board/bundles/sumoselect-js.html +0 -0
  78. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html +0 -0
  79. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html +0 -0
  80. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html +0 -0
  81. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/templates/aa_bulletin_board/partials/header/page-header.html +0 -0
  82. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/templatetags/__init__.py +0 -0
  83. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/templatetags/aa_bulletin_board.py +0 -0
  84. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/tests/__init__.py +0 -0
  85. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/tests/test_access.py +0 -0
  86. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/tests/test_bulletins.py +0 -0
  87. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/tests/test_templatetags.py +0 -0
  88. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/tests/test_user_interface.py +0 -0
  89. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/tests/utils.py +0 -0
  90. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/urls.py +0 -0
  91. {aa_bulletin_board-2.0.0b1 → aa_bulletin_board-2.0.1}/aa_bulletin_board/views.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: aa-bulletin-board
3
- Version: 2.0.0b1
3
+ Version: 2.0.1
4
4
  Summary: A simple bulletin board for Alliance Auth
5
5
  Project-URL: Changelog, https://github.com/ppfeufer/aa-bulletin-board/blob/master/CHANGELOG.md
6
6
  Project-URL: Documentation, https://github.com/ppfeufer/aa-bulletin-board/blob/master/README.md
@@ -702,7 +702,7 @@ Classifier: Topic :: Internet :: WWW/HTTP
702
702
  Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
703
703
  Requires-Python: >=3.8
704
704
  Requires-Dist: allianceauth-app-utils>=1.19.1
705
- Requires-Dist: allianceauth>=4.0.0b1
705
+ Requires-Dist: allianceauth<5.0.0,>=4
706
706
  Requires-Dist: django-ckeditor-5>=0.2.11
707
707
  Requires-Dist: unidecode
708
708
  Provides-Extra: tests-allianceauth-latest
@@ -735,7 +735,7 @@ ______________________________________________________________________
735
735
  <!-- mdformat-toc start --slug=github --maxlevel=6 --minlevel=1 -->
736
736
 
737
737
  - [AA Bulletin Board](#aa-bulletin-board)
738
- - [⚠️ Before You Install This Module ⚠️](#%E2%9A%A0%EF%B8%8F-before-you-install-this-module-%E2%9A%A0%EF%B8%8F)
738
+ - [Before You Install This Module](#before-you-install-this-module)
739
739
  - [Installation](#installation)
740
740
  - [Step 1: Install the Package](#step-1-install-the-package)
741
741
  - [Step 2: Configure Alliance Auth](#step-2-configure-alliance-auth)
@@ -757,7 +757,7 @@ ______________________________________________________________________
757
757
 
758
758
  ![AA Bulletin Board](https://raw.githubusercontent.com/ppfeufer/aa-bulletin-board/master/docs/images/presentation/aa-bulletin-board.jpg "AA Bulletin Board")
759
759
 
760
- ## ⚠️ Before You Install This Module ⚠️<a name="%E2%9A%A0%EF%B8%8F-before-you-install-this-module-%E2%9A%A0%EF%B8%8F"></a>
760
+ ## Before You Install This Module<a name="before-you-install-this-module"></a>
761
761
 
762
762
  This app needs quite some configuration done before working properly. You need to
763
763
  modify your Apache/Nginx configuration as well as the global URL config of Alliance
@@ -768,11 +768,13 @@ these kinds of changes. For your own sanity, and mine :-)
768
768
 
769
769
  > \[!NOTE\]
770
770
  >
771
- > **AA Bulletin Board needs at least Alliance Auth v4.0.0!**
771
+ > **AA Bulletin Board >=2.0.0 needs at least Alliance Auth v4.0.0!**
772
772
  >
773
773
  > Please make sure to update your Alliance Auth instance _before_ you install this
774
774
  > module or update to the latest version, otherwise an update to Alliance Auth will
775
775
  > be pulled in unsupervised.
776
+ >
777
+ > The last version compatible with Alliance Auth v3 is `1.13.2`.
776
778
 
777
779
  **Important**: Please make sure you meet all preconditions before you proceed:
778
780
 
@@ -808,8 +810,8 @@ INSTALLED_APPS += [
808
810
 
809
811
  # Django CKEditor 5 Configuration
810
812
  if "django_ckeditor_5" in INSTALLED_APPS:
811
- MEDIA_URL = "/media/"
812
- MEDIA_ROOT = os.path.join(BASE_DIR, "media/uploads")
813
+ MEDIA_URL = "/media/uploads/"
814
+ MEDIA_ROOT = "/var/www/myauth/media/uploads"
813
815
 
814
816
  customColorPalette = [
815
817
  {"color": "hsl(4, 90%, 58%)", "label": "Red"},
@@ -962,6 +964,7 @@ following block right before the `handler` definitions:
962
964
  from django.apps import apps # Only if not already imported earlier
963
965
  from django.conf import settings # Only if not already imported earlier
964
966
  from django.conf.urls.static import static # Only if not already imported earlier
967
+ from django.urls import path # Only if not already imported earlier
965
968
 
966
969
  # If django_ckeditor_5 is loaded
967
970
  if apps.is_installed("django_ckeditor_5"):
@@ -984,14 +987,14 @@ After this, your `urls.py` should look similar to this:
984
987
  ```python
985
988
  from django.apps import apps
986
989
  from django.conf import settings
987
- from django.urls import include, re_path
988
990
  from django.conf.urls.static import static
991
+ from django.urls import include, path, re_path
989
992
 
990
993
  from allianceauth import urls
991
994
 
992
995
  # Alliance auth urls
993
996
  urlpatterns = [
994
- re_path(r"", include(urls)),
997
+ path(r"", include(urls)),
995
998
  ]
996
999
 
997
1000
  # If django_ckeditor_5 is loaded
@@ -22,7 +22,7 @@ ______________________________________________________________________
22
22
  <!-- mdformat-toc start --slug=github --maxlevel=6 --minlevel=1 -->
23
23
 
24
24
  - [AA Bulletin Board](#aa-bulletin-board)
25
- - [⚠️ Before You Install This Module ⚠️](#%E2%9A%A0%EF%B8%8F-before-you-install-this-module-%E2%9A%A0%EF%B8%8F)
25
+ - [Before You Install This Module](#before-you-install-this-module)
26
26
  - [Installation](#installation)
27
27
  - [Step 1: Install the Package](#step-1-install-the-package)
28
28
  - [Step 2: Configure Alliance Auth](#step-2-configure-alliance-auth)
@@ -44,7 +44,7 @@ ______________________________________________________________________
44
44
 
45
45
  ![AA Bulletin Board](https://raw.githubusercontent.com/ppfeufer/aa-bulletin-board/master/docs/images/presentation/aa-bulletin-board.jpg "AA Bulletin Board")
46
46
 
47
- ## ⚠️ Before You Install This Module ⚠️<a name="%E2%9A%A0%EF%B8%8F-before-you-install-this-module-%E2%9A%A0%EF%B8%8F"></a>
47
+ ## Before You Install This Module<a name="before-you-install-this-module"></a>
48
48
 
49
49
  This app needs quite some configuration done before working properly. You need to
50
50
  modify your Apache/Nginx configuration as well as the global URL config of Alliance
@@ -55,11 +55,13 @@ these kinds of changes. For your own sanity, and mine :-)
55
55
 
56
56
  > \[!NOTE\]
57
57
  >
58
- > **AA Bulletin Board needs at least Alliance Auth v4.0.0!**
58
+ > **AA Bulletin Board >=2.0.0 needs at least Alliance Auth v4.0.0!**
59
59
  >
60
60
  > Please make sure to update your Alliance Auth instance _before_ you install this
61
61
  > module or update to the latest version, otherwise an update to Alliance Auth will
62
62
  > be pulled in unsupervised.
63
+ >
64
+ > The last version compatible with Alliance Auth v3 is `1.13.2`.
63
65
 
64
66
  **Important**: Please make sure you meet all preconditions before you proceed:
65
67
 
@@ -95,8 +97,8 @@ INSTALLED_APPS += [
95
97
 
96
98
  # Django CKEditor 5 Configuration
97
99
  if "django_ckeditor_5" in INSTALLED_APPS:
98
- MEDIA_URL = "/media/"
99
- MEDIA_ROOT = os.path.join(BASE_DIR, "media/uploads")
100
+ MEDIA_URL = "/media/uploads/"
101
+ MEDIA_ROOT = "/var/www/myauth/media/uploads"
100
102
 
101
103
  customColorPalette = [
102
104
  {"color": "hsl(4, 90%, 58%)", "label": "Red"},
@@ -249,6 +251,7 @@ following block right before the `handler` definitions:
249
251
  from django.apps import apps # Only if not already imported earlier
250
252
  from django.conf import settings # Only if not already imported earlier
251
253
  from django.conf.urls.static import static # Only if not already imported earlier
254
+ from django.urls import path # Only if not already imported earlier
252
255
 
253
256
  # If django_ckeditor_5 is loaded
254
257
  if apps.is_installed("django_ckeditor_5"):
@@ -271,14 +274,14 @@ After this, your `urls.py` should look similar to this:
271
274
  ```python
272
275
  from django.apps import apps
273
276
  from django.conf import settings
274
- from django.urls import include, re_path
275
277
  from django.conf.urls.static import static
278
+ from django.urls import include, path, re_path
276
279
 
277
280
  from allianceauth import urls
278
281
 
279
282
  # Alliance auth urls
280
283
  urlpatterns = [
281
- re_path(r"", include(urls)),
284
+ path(r"", include(urls)),
282
285
  ]
283
286
 
284
287
  # If django_ckeditor_5 is loaded
@@ -5,5 +5,5 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.0.0-beta.1"
8
+ __version__ = "2.0.1"
9
9
  __title__ = _("Bulletin Board")
@@ -23,7 +23,7 @@ class AaBulletinBoardMenuItem(MenuItemHook): # pylint: disable=too-few-public-m
23
23
  MenuItemHook.__init__(
24
24
  self,
25
25
  text=__title__,
26
- classes="fas fa-clipboard-list",
26
+ classes="fa-solid fa-clipboard-list",
27
27
  url_name="aa_bulletin_board:dashboard",
28
28
  navactive=["aa_bulletin_board:"],
29
29
  )
@@ -0,0 +1,178 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: PACKAGE VERSION\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2024-03-20 17:29+0100\n"
11
+ "PO-Revision-Date: 2024-05-10 13:57+0000\n"
12
+ "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
+ "Language-Team: Czech <https://weblate.ppfeufer.de/projects/"
14
+ "alliance-auth-apps/aa-bulletin-board/cs/>\n"
15
+ "Language: cs\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n "
20
+ "<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
21
+ "X-Generator: Weblate 5.5.3\n"
22
+
23
+ #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
24
+ #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
25
+ #: aa_bulletin_board/templates/aa_bulletin_board/base.html:10
26
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
27
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:8
28
+ msgid "Bulletin Board"
29
+ msgstr ""
30
+
31
+ #. Translators: This is the app name and version, which will appear in the Django Backend
32
+ #: aa_bulletin_board/apps.py:21
33
+ #, python-brace-format
34
+ msgid "Bulletin Board v{__version__}"
35
+ msgstr ""
36
+
37
+ #: aa_bulletin_board/forms.py:65
38
+ msgid ""
39
+ "Restrict this bulletin to certain groups. If no group restrictions are in "
40
+ "place, everyone who has access to this module can read this bulletin."
41
+ msgstr ""
42
+
43
+ #: aa_bulletin_board/forms.py:112
44
+ msgid "You have forgotten the content!"
45
+ msgstr ""
46
+
47
+ #: aa_bulletin_board/models.py:71
48
+ msgid "Can access this app"
49
+ msgstr ""
50
+
51
+ #: aa_bulletin_board/models.py:72
52
+ msgid "Can manage (add/change/remove) bulletins"
53
+ msgstr ""
54
+
55
+ #: aa_bulletin_board/models.py:81
56
+ msgid "Title"
57
+ msgstr ""
58
+
59
+ #: aa_bulletin_board/models.py:84
60
+ msgid "Content"
61
+ msgstr ""
62
+
63
+ #. Translators: This is the date and time the bulletin has been created
64
+ #: aa_bulletin_board/models.py:90
65
+ msgid "Created"
66
+ msgstr ""
67
+
68
+ #. Translators: This is the date and time the bulletin has been updated
69
+ #: aa_bulletin_board/models.py:96
70
+ msgid "Updated"
71
+ msgstr ""
72
+
73
+ #: aa_bulletin_board/models.py:105
74
+ msgid "User"
75
+ msgstr ""
76
+
77
+ #: aa_bulletin_board/models.py:111
78
+ msgid "Group restrictions"
79
+ msgstr ""
80
+
81
+ #: aa_bulletin_board/models.py:122
82
+ msgid "Bulletin"
83
+ msgstr ""
84
+
85
+ #: aa_bulletin_board/models.py:123
86
+ msgid "Bulletins"
87
+ msgstr ""
88
+
89
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:16
90
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:34
91
+ msgid "Back"
92
+ msgstr ""
93
+
94
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:19
95
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
96
+ msgid "Edit"
97
+ msgstr ""
98
+
99
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:20
100
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:37
101
+ msgid "Delete"
102
+ msgstr ""
103
+
104
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:17
105
+ msgid "This bulletin is restricted to the following group:"
106
+ msgid_plural "This bulletin is restricted to the following groups:"
107
+ msgstr[0] ""
108
+ msgstr[1] ""
109
+ msgstr[2] ""
110
+ msgstr[3] ""
111
+
112
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:33
113
+ msgid "Read more"
114
+ msgstr ""
115
+
116
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:47
117
+ msgid "No bulletins found."
118
+ msgstr ""
119
+
120
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:11
121
+ msgid "Edit bulletin"
122
+ msgstr ""
123
+
124
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:14
125
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:25
126
+ msgid "Create new bulletin"
127
+ msgstr ""
128
+
129
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:45
130
+ msgid "Update bulletin"
131
+ msgstr ""
132
+
133
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:47
134
+ msgid "Create bulletin"
135
+ msgstr ""
136
+
137
+ #: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:7
138
+ msgid "Add bulletin"
139
+ msgstr ""
140
+
141
+ #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
142
+ msgid ""
143
+ "Do you want to help translate this app into your language or improve the "
144
+ "existing translation?"
145
+ msgstr ""
146
+
147
+ #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
148
+ msgid "Join our team of translators!"
149
+ msgstr ""
150
+
151
+ #: aa_bulletin_board/views.py:98
152
+ #, python-brace-format
153
+ msgid "Bulletin \"{bulletin__title}\" created."
154
+ msgstr ""
155
+
156
+ #: aa_bulletin_board/views.py:141
157
+ msgid ""
158
+ "The bulletin you are looking for does either not exist, or you don't have "
159
+ "access to it."
160
+ msgstr ""
161
+
162
+ #: aa_bulletin_board/views.py:168
163
+ msgid "The bulletin you are trying to edit does not exist."
164
+ msgstr ""
165
+
166
+ #: aa_bulletin_board/views.py:195
167
+ #, python-brace-format
168
+ msgid "Bulletin \"{bulletin__title}\" updated."
169
+ msgstr ""
170
+
171
+ #: aa_bulletin_board/views.py:227
172
+ #, python-brace-format
173
+ msgid "Bulletin \"{bulletin.title}\" deleted."
174
+ msgstr ""
175
+
176
+ #: aa_bulletin_board/views.py:234
177
+ msgid "The bulletin you are trying to delete does not exist."
178
+ msgstr ""
@@ -1,27 +1,27 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- # "H. Peter Pfeufer" <info@ppfeufer.de>, 2023.
4
+ # "H. Peter Pfeufer" <info@ppfeufer.de>, 2023, 2024.
5
5
  msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2023-10-01 13:56+0200\n"
10
- "PO-Revision-Date: 2023-10-01 11:43+0000\n"
9
+ "POT-Creation-Date: 2024-03-15 18:14+0100\n"
10
+ "PO-Revision-Date: 2024-05-10 13:57+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
- "Language-Team: German <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
- "apps/aa-bulletin-board/de/>\n"
12
+ "Language-Team: German <https://weblate.ppfeufer.de/projects/"
13
+ "alliance-auth-apps/aa-bulletin-board/de/>\n"
14
14
  "Language: de\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
17
  "Content-Transfer-Encoding: 8bit\n"
18
18
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
19
- "X-Generator: Weblate 5.0.2\n"
19
+ "X-Generator: Weblate 5.5.3\n"
20
20
 
21
- #: aa_bulletin_board/__init__.py:12 aa_bulletin_board/models.py:67
22
- #: aa_bulletin_board/templates/aa_bulletin_board/base.html:5
21
+ #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
22
+ #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
23
+ #: aa_bulletin_board/templates/aa_bulletin_board/base.html:10
23
24
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
24
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:6
25
25
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:8
26
26
  msgid "Bulletin Board"
27
27
  msgstr "Bulletin Board"
@@ -32,7 +32,7 @@ msgstr "Bulletin Board"
32
32
  msgid "Bulletin Board v{__version__}"
33
33
  msgstr "Bulletin Board v{__version__}"
34
34
 
35
- #: aa_bulletin_board/forms.py:71
35
+ #: aa_bulletin_board/forms.py:65
36
36
  msgid ""
37
37
  "Restrict this bulletin to certain groups. If no group restrictions are in "
38
38
  "place, everyone who has access to this module can read this bulletin."
@@ -41,6 +41,10 @@ msgstr ""
41
41
  "Gruppenbeschränkungen bestehen, kann jeder der Zugriff auf dieses Modul hat, "
42
42
  "dieses Bulletin lesen."
43
43
 
44
+ #: aa_bulletin_board/forms.py:112
45
+ msgid "You have forgotten the content!"
46
+ msgstr "Du hast den Inhalt vergessen!"
47
+
44
48
  #: aa_bulletin_board/models.py:71
45
49
  msgid "Can access this app"
46
50
  msgstr "Kann auf diese App zugreifen"
@@ -53,61 +57,65 @@ msgstr "Kann Bulletins verwalten (hinzufügen/ändern/entfernen)"
53
57
  msgid "Title"
54
58
  msgstr "Titel"
55
59
 
56
- #: aa_bulletin_board/models.py:83
60
+ #: aa_bulletin_board/models.py:84
57
61
  msgid "Content"
58
62
  msgstr "Inhalt"
59
63
 
60
64
  #. Translators: This is the date and time the bulletin has been created
61
- #: aa_bulletin_board/models.py:88
65
+ #: aa_bulletin_board/models.py:90
62
66
  msgid "Created"
63
67
  msgstr "Erstellt"
64
68
 
65
69
  #. Translators: This is the date and time the bulletin has been updated
66
- #: aa_bulletin_board/models.py:94
70
+ #: aa_bulletin_board/models.py:96
67
71
  msgid "Updated"
68
72
  msgstr "Aktualisiert"
69
73
 
70
- #: aa_bulletin_board/models.py:103
74
+ #: aa_bulletin_board/models.py:105
71
75
  msgid "User"
72
76
  msgstr "Nutzer"
73
77
 
74
- #: aa_bulletin_board/models.py:109
78
+ #: aa_bulletin_board/models.py:111
75
79
  msgid "Group restrictions"
76
80
  msgstr "Gruppenbeschränkungen"
77
81
 
78
- #: aa_bulletin_board/models.py:120
82
+ #: aa_bulletin_board/models.py:122
79
83
  msgid "Bulletin"
80
84
  msgstr "Bulletin"
81
85
 
82
- #: aa_bulletin_board/models.py:121
86
+ #: aa_bulletin_board/models.py:123
83
87
  msgid "Bulletins"
84
88
  msgstr "Bulletins"
85
89
 
86
- #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:18
90
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:16
87
91
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:34
88
92
  msgid "Back"
89
93
  msgstr "Zurück"
90
94
 
91
- #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:21
92
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:39
95
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:19
96
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
93
97
  msgid "Edit"
94
98
  msgstr "Bearbeiten"
95
99
 
96
- #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:22
97
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:40
100
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:20
101
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:37
98
102
  msgid "Delete"
99
103
  msgstr "Löschen"
100
104
 
101
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:24
105
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:17
102
106
  msgid "This bulletin is restricted to the following group:"
103
107
  msgid_plural "This bulletin is restricted to the following groups:"
104
108
  msgstr[0] "Dieses Bulletin ist auf die folgende Gruppe beschränkt:"
105
109
  msgstr[1] "Dieses Bulletin ist auf die folgenden Gruppen beschränkt:"
106
110
 
107
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
111
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:33
108
112
  msgid "Read more"
109
113
  msgstr "Weiter lesen"
110
114
 
115
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:47
116
+ msgid "No bulletins found."
117
+ msgstr "Keine Bulletins gefunden."
118
+
111
119
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:11
112
120
  msgid "Edit bulletin"
113
121
  msgstr "Bulletin bearbeiten"
@@ -117,15 +125,15 @@ msgstr "Bulletin bearbeiten"
117
125
  msgid "Create new bulletin"
118
126
  msgstr "Neuen Bulletin erstellen"
119
127
 
120
- #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:47
128
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:45
121
129
  msgid "Update bulletin"
122
130
  msgstr "Bulletin aktualisieren"
123
131
 
124
- #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:49
132
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:47
125
133
  msgid "Create bulletin"
126
134
  msgstr "Bulletin erstellen"
127
135
 
128
- #: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:6
136
+ #: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:7
129
137
  msgid "Add bulletin"
130
138
  msgstr "Bulletin hinzufügen"
131
139
 
@@ -141,32 +149,32 @@ msgstr ""
141
149
  msgid "Join our team of translators!"
142
150
  msgstr "Tritt unserm Team von Übersetzern bei!"
143
151
 
144
- #: aa_bulletin_board/views.py:82
152
+ #: aa_bulletin_board/views.py:98
145
153
  #, python-brace-format
146
154
  msgid "Bulletin \"{bulletin__title}\" created."
147
155
  msgstr "Bulletin „{bulletin__title}“ erstellt."
148
156
 
149
- #: aa_bulletin_board/views.py:125
157
+ #: aa_bulletin_board/views.py:141
150
158
  msgid ""
151
159
  "The bulletin you are looking for does either not exist, or you don't have "
152
160
  "access to it."
153
161
  msgstr ""
154
162
  "Dieses Bulletin existiert entweder nicht oder Du hast keinen Zugriff darauf."
155
163
 
156
- #: aa_bulletin_board/views.py:167
164
+ #: aa_bulletin_board/views.py:168
165
+ msgid "The bulletin you are trying to edit does not exist."
166
+ msgstr "Das Bulletin das Du bearbeiten möchtest scheint nicht zu existieren."
167
+
168
+ #: aa_bulletin_board/views.py:195
157
169
  #, python-brace-format
158
170
  msgid "Bulletin \"{bulletin__title}\" updated."
159
171
  msgstr "Bulletin „{bulletin__title}“ aktualisiert."
160
172
 
161
- #: aa_bulletin_board/views.py:186
162
- msgid "The bulletin you are trying to edit does not exist."
163
- msgstr "Das Bulletin das Du bearbeiten möchtest scheint nicht zu existieren."
164
-
165
- #: aa_bulletin_board/views.py:210
173
+ #: aa_bulletin_board/views.py:227
166
174
  #, python-brace-format
167
175
  msgid "Bulletin \"{bulletin.title}\" deleted."
168
176
  msgstr "Bulletin „{bulletin.title}“ gelöscht."
169
177
 
170
- #: aa_bulletin_board/views.py:217
178
+ #: aa_bulletin_board/views.py:234
171
179
  msgid "The bulletin you are trying to delete does not exist."
172
180
  msgstr "Das Bulletin das Du versuchst zu löschen scheint nicht zu existieren."