mirror of
https://github.com/XFox111/GUTSchedule.git
synced 2026-04-22 06:58:01 +03:00
Updated first week of the first 2022 semester start date for anonymous timetable export
This commit is contained in:
@@ -70,7 +70,7 @@ namespace GUTSchedule
|
|||||||
}
|
}
|
||||||
else if (exportParameters is DefaultExportParameters args)
|
else if (exportParameters is DefaultExportParameters args)
|
||||||
{
|
{
|
||||||
DateTime startDate = new DateTime(2021, 8, 30);
|
DateTime startDate = new DateTime(2022, 8, 29);
|
||||||
IHtmlDocument[] rawSchedule = await GetRawSchedule(args.FacultyId, args.Course, args.GroupId);
|
IHtmlDocument[] rawSchedule = await GetRawSchedule(args.FacultyId, args.Course, args.GroupId);
|
||||||
if(rawSchedule[0] != null)
|
if(rawSchedule[0] != null)
|
||||||
schedule.AddRange(ParseRegularSchedule(startDate, rawSchedule[0]));
|
schedule.AddRange(ParseRegularSchedule(startDate, rawSchedule[0]));
|
||||||
|
|||||||
@@ -1 +1,5 @@
|
|||||||
- Security patch (CWE-755)
|
- Updated first week of the first semester start date for anonymous timetable export
|
||||||
|
|
||||||
|
Since anonymous schedule on SPbSUT website is based on week numbers, it is crucial to manually set the date of first week's monday to get correct dates for the timetable
|
||||||
|
|
||||||
|
You can sign in with your SPbSUT profile to have access to correct timetable anytime
|
||||||
@@ -1 +1,5 @@
|
|||||||
- Исправление безопасности (CWE-755)
|
- Обновлена дата начала первой недели семестра для анонимного экспорта расписания
|
||||||
|
|
||||||
|
Так как анонимное расписание на сайте СПбГУТ представлено по номерам недели, перед началом каждого семестра необходимо вручную обновлять дату понедельника первой недели для корректного указания даты в расписании
|
||||||
|
|
||||||
|
Чтобы всегда иметь возможность узнать правильное расписание, пользуйтесь авторизацией через Личный кабинет
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
## Android
|
## Core
|
||||||
- Bump Newtonsoft.Json from 12.0.3 to 13.0.1 (Security patch for CWE-755)
|
- Updated first week of the first semester start date for anonymous timetable export
|
||||||
@@ -1 +1,5 @@
|
|||||||
- Fixed semester determination for anonymous schedule
|
- Updated first week of the first semester start date for anonymous timetable export
|
||||||
|
|
||||||
|
Since anonymous schedule on SPbSUT website is based on week numbers, it is crucial to manually set the date of first week's monday to get correct dates for the timetable
|
||||||
|
|
||||||
|
You can sign in with your SPbSUT profile to have access to correct timetable anytime
|
||||||
@@ -1 +1,3 @@
|
|||||||
- Исправлено определение текущего семестра для анонимного расписания
|
- Обновлена дата начала первой недели семестра для анонимного экспорта расписания
|
||||||
|
|
||||||
|
Так как анонимное расписание на сайте СПбГУТ представлено по номерам недели, перед началом каждого семестра необходимо вручную обновлять дату понедельника первой недели для корректного указания даты в расписании
|
||||||
Reference in New Issue
Block a user