mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-30151 finally remove mod/forum:initialsubscriptions and improve perf
The 'mod/forum:initialsubscriptions' was introduced in 1.7 as a workaround for missing enrolment info - the mod_form forum help was not even updated to mention this capability. Now that we have reliable enrolment info we can significantly improve both enrol and unenrol performance. Hopefully majority of users will not miss this capability...
This commit is contained in:
parent
735de1c276
commit
bc196cbe21
4 changed files with 46 additions and 338 deletions
|
@ -159,7 +159,6 @@ $string['forum:editanypost'] = 'Edit any post';
|
|||
$string['forum:exportdiscussion'] = 'Export whole discussion';
|
||||
$string['forum:exportownpost'] = 'Export own post';
|
||||
$string['forum:exportpost'] = 'Export post';
|
||||
$string['forum:initialsubscriptions'] = 'Initial subscription';
|
||||
$string['forumintro'] = 'Forum introduction';
|
||||
$string['forum:managesubscriptions'] = 'Manage subscriptions';
|
||||
$string['forum:movediscussions'] = 'Move discussions';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue