-
Notifications
You must be signed in to change notification settings - Fork 9
/
CHANGELOG.txt
31 lines (26 loc) · 1.23 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Several bugfixes for new version: 1.0.3
Bugfix: Courses without teachers have broken RSS
--
Courses without teachers used to be a problem because of
the missing email fields inside RSS file. When the course
has no enrolled teachers a dummy email account is used.
--
Bugfix: Deletion of invisible modules is notified
--
This version of the plugin ignores invisible modules during
the course scansion. If a registered but invisible module is
deleted than the deletion is still notified. This is just a
matter of consistency because the addition of the module
has been notified before.
--
Bugfix: The order in the RSS entries is messy.
--
This was due to the initial logging policy. Every module had
one entry in the log. Now every action is a different entry
in the log table.
--
Bugfix: Email; deleted entries have a link which is obviously broken
--
No links for deleted entries anymore. The modules doesn't exist
so having a link is just pointless.
--