-
Bug
-
Resolution: Fixed
-
Blocker
-
3.0.4, 3.1
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
MDL-54734-master -
-
3.2 Sprint 2
When multiple users subscribed to the forum, and some have different languages set, the name of the no-reply user is always in the language of the first recipient.
This is because we cache the dummy user record which we use to create the noreply user (and the support user), and we include the following in the cached content:
$dummyuser->firstname = get_string('noreplyname');
|
As a result, the string is translated before it is cached, and the translated version is then always used.
- has a clone
-
MDLSITE-4589 Variation about Daily digest subjet and sender
- Closed
- is a regression caused by
-
MDL-44087 Forum does not observe message notification settings for digest emails
- Closed
- is duplicated by
-
MDLSITE-4670 moodle.org sends forum notifications with incorrect reply-to names
- Closed
- Testing discovered
-
MDLSITE-4698 Make check_marked_as_integrated.sh able to detect commits on branches where fix version not present
- Open