Skip to content
Snippets Groups Projects
Verified Commit 8c6c58fd authored by mirabilos's avatar mirabilos Committed by mirabilos
Browse files

Finish renaming BiscuIT-ng to AlekSIS in this äpp

parent 27a3f165
No related branches found
No related tags found
No related merge requests found
Showing
with 45 additions and 45 deletions
...@@ -60,6 +60,6 @@ Minor changes ...@@ -60,6 +60,6 @@ Minor changes
* Use bootstrap buttons everywhere * Use bootstrap buttons everywhere
_`1.0a1`: https://edugit.org/Teckids/BiscuIT/BiscuIT-App-Alsijil/-/tags/1.0a1 _`1.0a1`: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Alsijil/-/tags/1.0a1
_`1.0a2`: https://edugit.org/Teckids/BiscuIT/BiscuIT-App-Alsijil/-/tags/1.0a2 _`1.0a2`: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Alsijil/-/tags/1.0a2
_`1.0a3`: https://edugit.org/Teckids/BiscuIT/BiscuIT-App-Alsijil/-/tags/1.0a3 _`1.0a3`: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Alsijil/-/tags/1.0a3
include LICENCE include LICENCE
recursive-include biscuit/apps/alsijil/static * recursive-include aleksis/apps/alsijil/static *
recursive-include biscuit/apps/alsijil/templates * recursive-include aleksis/apps/alsijil/templates *
recursive-include biscuit/apps/alsijil/migrations * recursive-include aleksis/apps/alsijil/migrations *
AlekSIS School Information System (SIS) - App Alsijil (class register) AlekSIS (School Information System) - App Alsijil (class register)
====================================================================== ======================================================================
AlekSIS AlekSIS
......
import pkg_resources import pkg_resources
try: try:
__version__ = pkg_resources.get_distribution("BiscuIT-App-Alsijil").version __version__ = pkg_resources.get_distribution("AlekSIS-App-Alsijil").version
except Exception: except Exception:
__version__ = "unknown" __version__ = "unknown"
default_app_config = "biscuit.apps.alsijil.apps.AlsijilConfig" default_app_config = "aleksis.apps.alsijil.apps.AlsijilConfig"
from biscuit.core.util.apps import AppConfig from aleksis.core.util.apps import AppConfig
class AlsijilConfig(AppConfig): class AlsijilConfig(AppConfig):
name = "biscuit.apps.alsijil" name = "aleksis.apps.alsijil"
verbose_name = "BiscuIT - Alsijil (Class register)" verbose_name = "AlekSIS - Alsijil (Class register)"
...@@ -6,8 +6,8 @@ from django.utils.translation import ugettext_lazy as _ ...@@ -6,8 +6,8 @@ from django.utils.translation import ugettext_lazy as _
from django_select2.forms import Select2Widget from django_select2.forms import Select2Widget
from biscuit.apps.chronos.models import Room from aleksis.apps.chronos.models import Room
from biscuit.core.models import Group, Person from aleksis.core.models import Group, Person
from .models import LessonDocumentation, PersonalNote, PersonalNoteFilter from .models import LessonDocumentation, PersonalNote, PersonalNoteFilter
......
...@@ -159,7 +159,7 @@ msgid "" ...@@ -159,7 +159,7 @@ msgid ""
"\n" "\n"
" This printout is intended for archival purposes. The main copy " " This printout is intended for archival purposes. The main copy "
"of\n" "of\n"
" the class register is stored in the BiscuIT School Information\n" " the class register is stored in the AlekSIS School Information\n"
" System.\n" " System.\n"
" " " "
msgstr "" msgstr ""
......
...@@ -10,8 +10,8 @@ msgstr "" ...@@ -10,8 +10,8 @@ msgstr ""
"POT-Creation-Date: 2019-11-24 22:45+0100\n" "POT-Creation-Date: 2019-11-24 22:45+0100\n"
"PO-Revision-Date: 2019-11-24 21:56+0000\n" "PO-Revision-Date: 2019-11-24 21:56+0000\n"
"Last-Translator: Tom Teichler <tom.teichler@teckids.org>\n" "Last-Translator: Tom Teichler <tom.teichler@teckids.org>\n"
"Language-Team: German <https://translate.edugit.org/projects/biscuit-sis/" "Language-Team: German <https://translate.edugit.org/projects/aleksis-sis/"
"biscuit-app-alsijil/de/>\n" "aleksis-app-alsijil/de/>\n"
"Language: de_DE\n" "Language: de_DE\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
...@@ -159,14 +159,14 @@ msgid "" ...@@ -159,14 +159,14 @@ msgid ""
"\n" "\n"
" This printout is intended for archival purposes. The main copy " " This printout is intended for archival purposes. The main copy "
"of\n" "of\n"
" the class register is stored in the BiscuIT School Information\n" " the class register is stored in the AlekSIS School Information\n"
" System.\n" " System.\n"
" " " "
msgstr "" msgstr ""
"\n" "\n"
" Dieser Ausdruck ist für Archivierungszwecke gedacht. Die " " Dieser Ausdruck ist für Archivierungszwecke gedacht. Die "
"Hauptkopie\n" "Hauptkopie\n"
" des Klassenbusches ist im BiscuIT-Schul-Informations-System " " des Klassenbusches ist im AlekSIS-Schul-Informations-System "
"gespeichert.\n" "gespeichert.\n"
" " " "
...@@ -416,8 +416,8 @@ msgstr "Der Filter wurde gespeichert." ...@@ -416,8 +416,8 @@ msgstr "Der Filter wurde gespeichert."
#~ msgid "Week" #~ msgid "Week"
#~ msgstr "Woche" #~ msgstr "Woche"
#~ msgid "BiscuIT - Alsijil (Class register)" #~ msgid "AlekSIS - Alsijil (Class register)"
#~ msgstr "BiscuIT - Alsijil (Klassenbuch)" #~ msgstr "AlekSIS - Alsijil (Klassenbuch)"
#~ msgid "No lesson found" #~ msgid "No lesson found"
#~ msgstr "Keine Stunde gefunden" #~ msgstr "Keine Stunde gefunden"
...@@ -158,7 +158,7 @@ msgid "" ...@@ -158,7 +158,7 @@ msgid ""
"\n" "\n"
" This printout is intended for archival purposes. The main copy " " This printout is intended for archival purposes. The main copy "
"of\n" "of\n"
" the class register is stored in the BiscuIT School Information\n" " the class register is stored in the AlekSIS School Information\n"
" System.\n" " System.\n"
" " " "
msgstr "" msgstr ""
......
...@@ -157,7 +157,7 @@ msgid "" ...@@ -157,7 +157,7 @@ msgid ""
"\n" "\n"
" This printout is intended for archival purposes. The main copy " " This printout is intended for archival purposes. The main copy "
"of\n" "of\n"
" the class register is stored in the BiscuIT School Information\n" " the class register is stored in the AlekSIS School Information\n"
" System.\n" " System.\n"
" " " "
msgstr "" msgstr ""
......
...@@ -157,7 +157,7 @@ msgid "" ...@@ -157,7 +157,7 @@ msgid ""
"\n" "\n"
" This printout is intended for archival purposes. The main copy " " This printout is intended for archival purposes. The main copy "
"of\n" "of\n"
" the class register is stored in the BiscuIT School Information\n" " the class register is stored in the AlekSIS School Information\n"
" System.\n" " System.\n"
" " " "
msgstr "" msgstr ""
......
...@@ -8,7 +8,7 @@ MENUS = { ...@@ -8,7 +8,7 @@ MENUS = {
"root": True, "root": True,
"validators": [ "validators": [
"menu_generator.validators.is_authenticated", "menu_generator.validators.is_authenticated",
"biscuit.core.util.core_helpers.has_person", "aleksis.core.util.core_helpers.has_person",
], ],
"submenu": [ "submenu": [
{ {
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
import django.db.models.deletion import django.db.models.deletion
from django.db import migrations, models from django.db import migrations, models
import biscuit.core.util.core_helpers import aleksis.core.util.core_helpers
class Migration(migrations.Migration): class Migration(migrations.Migration):
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
import django.db.models.deletion import django.db.models.deletion
from django.db import migrations, models from django.db import migrations, models
import biscuit.apps.alsijil.models import aleksis.apps.alsijil.models
import biscuit.core.util.core_helpers import aleksis.core.util.core_helpers
class Migration(migrations.Migration): class Migration(migrations.Migration):
...@@ -31,7 +31,7 @@ class Migration(migrations.Migration): ...@@ -31,7 +31,7 @@ class Migration(migrations.Migration):
"identifier", "identifier",
models.CharField( models.CharField(
max_length=30, max_length=30,
validators=[biscuit.apps.alsijil.models.isidentifier], validators=[aleksis.apps.alsijil.models.isidentifier],
verbose_name="Identifier", verbose_name="Identifier",
), ),
), ),
......
...@@ -2,9 +2,9 @@ from datetime import date ...@@ -2,9 +2,9 @@ from datetime import date
from django.db.models import Exists, F, OuterRef from django.db.models import Exists, F, OuterRef
from biscuit.apps.chronos.models import LessonPeriod from aleksis.apps.chronos.models import LessonPeriod
from biscuit.apps.chronos.util import CalendarWeek from aleksis.apps.chronos.util import CalendarWeek
from biscuit.core.models import Group, Person from aleksis.core.models import Group, Person
from .models import PersonalNote from .models import PersonalNote
...@@ -24,7 +24,7 @@ def mark_absent( ...@@ -24,7 +24,7 @@ def mark_absent(
This function creates `PersonalNote` objects for every `LessonPeriod` the person This function creates `PersonalNote` objects for every `LessonPeriod` the person
participates in on the selected day and marks them as absent/excused. participates in on the selected day and marks them as absent/excused.
..note:: Only available when BiscuIT-App-Alsijil is installed. ..note:: Only available when AlekSIS-App-Alsijil is installed.
:Date: 2019-11-10 :Date: 2019-11-10
:Authors: :Authors:
...@@ -62,7 +62,7 @@ def get_personal_notes(self, wanted_week: CalendarWeek): ...@@ -62,7 +62,7 @@ def get_personal_notes(self, wanted_week: CalendarWeek):
Returns all linked `PersonalNote` objects, filtered by the given weeek, Returns all linked `PersonalNote` objects, filtered by the given weeek,
creating those objects that haven't been created yet. creating those objects that haven't been created yet.
..note:: Only available when BiscuIT-App-Alsijil is installed. ..note:: Only available when AlekSIS-App-Alsijil is installed.
:Date: 2019-11-09 :Date: 2019-11-09
:Authors: :Authors:
......
from django.db import models from django.db import models
from django.utils.translation import ugettext_lazy as _ from django.utils.translation import ugettext_lazy as _
from biscuit.core.mixins import CRUDMixin from aleksis.core.mixins import CRUDMixin
def isidentifier(value: str) -> bool: def isidentifier(value: str) -> bool:
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<p> <p>
{% blocktrans %} {% blocktrans %}
This printout is intended for archival purposes. The main copy of This printout is intended for archival purposes. The main copy of
the class register is stored in the BiscuIT School Information the class register is stored in the AlekSIS School Information
System. System.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
......
...@@ -11,11 +11,11 @@ from django.utils.translation import ugettext as _ ...@@ -11,11 +11,11 @@ from django.utils.translation import ugettext as _
from django_tables2 import RequestConfig from django_tables2 import RequestConfig
from biscuit.apps.chronos.models import LessonPeriod from aleksis.apps.chronos.models import LessonPeriod
from biscuit.apps.chronos.util import CalendarWeek from aleksis.apps.chronos.util import CalendarWeek
from biscuit.core.decorators import admin_required from aleksis.core.decorators import admin_required
from biscuit.core.models import Group, Person, School from aleksis.core.models import Group, Person, School
from biscuit.core.util import messages from aleksis.core.util import messages
from .forms import ( from .forms import (
LessonDocumentationForm, LessonDocumentationForm,
......
[tool.poetry] [tool.poetry]
name = "BiscuIT-App-Alsijil" name = "AlekSIS-App-Alsijil"
version = "1.0a4dev0" version = "1.0a4dev0"
packages = [ packages = [
{ include = "aleksis" } { include = "aleksis" }
] ]
readme = "README.rst" readme = "README.rst"
description = "AlekSIS School Information System (SIS) - App Alsijil (Class register)" description = "AlekSIS (School Information System) - App Alsijil (Class register)"
authors = ["Dominik George <dominik.george@teckids.org>", "mirabilos <thorsten.glaser@teckids.org>", "Tom Teichler <tom.teichler@teckids.org>"] authors = ["Dominik George <dominik.george@teckids.org>", "mirabilos <thorsten.glaser@teckids.org>", "Tom Teichler <tom.teichler@teckids.org>"]
license = "EUPL-1.2" license = "EUPL-1.2"
homepage = "https://aleksis.edugit.io/" homepage = "https://aleksis.edugit.io/"
repository = "https://edugit.org/BiscuIT/BiscuIT-App-Alsijil" repository = "https://edugit.org/AlekSIS/AlekSIS-App-Alsijil"
documentation = "https://aleksis.edugit.io/AlekSIS/docs/html/" documentation = "https://aleksis.edugit.io/AlekSIS/docs/html/"
classifiers = [ classifiers = [
"Environment :: Web Environment", "Environment :: Web Environment",
...@@ -21,7 +21,7 @@ classifiers = [ ...@@ -21,7 +21,7 @@ classifiers = [
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.7" python = "^3.7"
AlekSIS = { path = "../../.." } AlekSIS = { path = "../../.." }
BiscuIT-App-Chronos = { path = "../BiscuIT-App-Chronos" } AlekSIS-App-Chronos = { path = "../AlekSIS-App-Chronos" }
[build-system] [build-system]
requires = ["poetry>=0.12"] requires = ["poetry>=0.12"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment