forked from sapporomatt/moodle-mod_reactforum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeprecatedlib.php
More file actions
374 lines (316 loc) · 12.2 KB
/
Copy pathdeprecatedlib.php
File metadata and controls
374 lines (316 loc) · 12.2 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* @package mod_reactforum
* @copyright 2014 Andrew Robert Nicols <andrew@nicols.co.uk>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
// Deprecated a very long time ago.
/**
* @deprecated since Moodle 1.1 - please do not use this function any more.
*/
function reactforum_count_unrated_posts() {
throw new coding_exception(__FUNCTION__ . '() can not be used any more.');
}
// Since Moodle 1.5.
/**
* @deprecated since Moodle 1.5 - please do not use this function any more.
*/
function reactforum_tp_count_discussion_read_records() {
throw new coding_exception(__FUNCTION__ . '() can not be used any more.');
}
/**
* @deprecated since Moodle 1.5 - please do not use this function any more.
*/
function reactforum_get_user_discussions() {
throw new coding_exception(__FUNCTION__ . '() can not be used any more.');
}
// Since Moodle 1.6.
/**
* @deprecated since Moodle 1.6 - please do not use this function any more.
*/
function reactforum_tp_count_reactforum_posts() {
throw new coding_exception(__FUNCTION__ . '() can not be used any more.');
}
/**
* @deprecated since Moodle 1.6 - please do not use this function any more.
*/
function reactforum_tp_count_reactforum_read_records() {
throw new coding_exception(__FUNCTION__ . '() can not be used any more.');
}
// Since Moodle 1.7.
/**
* @deprecated since Moodle 1.7 - please do not use this function any more.
*/
function reactforum_get_open_modes() {
throw new coding_exception(__FUNCTION__ . '() can not be used any more.');
}
// Since Moodle 1.9.
/**
* @deprecated since Moodle 1.9 MDL-13303 - please do not use this function any more.
*/
function reactforum_get_child_posts() {
throw new coding_exception(__FUNCTION__ . '() can not be used any more.');
}
/**
* @deprecated since Moodle 1.9 MDL-13303 - please do not use this function any more.
*/
function reactforum_get_discussion_posts() {
throw new coding_exception(__FUNCTION__ . '() can not be used any more.');
}
// Since Moodle 2.0.
/**
* @deprecated since Moodle 2.0 MDL-21657 - please do not use this function any more.
*/
function reactforum_get_ratings() {
throw new coding_exception(__FUNCTION__ . '() can not be used any more.');
}
/**
* @deprecated since Moodle 2.0 MDL-14632 - please do not use this function any more.
*/
function reactforum_get_tracking_link() {
throw new coding_exception(__FUNCTION__ . '() can not be used any more.');
}
/**
* @deprecated since Moodle 2.0 MDL-14113 - please do not use this function any more.
*/
function reactforum_tp_count_discussion_unread_posts() {
throw new coding_exception(__FUNCTION__ . '() can not be used any more.');
}
/**
* @deprecated since Moodle 2.0 MDL-23479 - please do not use this function any more.
*/
function reactforum_convert_to_roles() {
throw new coding_exception(__FUNCTION__ . '() can not be used any more.');
}
/**
* @deprecated since Moodle 2.0 MDL-14113 - please do not use this function any more.
*/
function reactforum_tp_get_read_records() {
throw new coding_exception(__FUNCTION__ . '() can not be used any more.');
}
/**
* @deprecated since Moodle 2.0 MDL-14113 - please do not use this function any more.
*/
function reactforum_tp_get_discussion_read_records() {
throw new coding_exception(__FUNCTION__ . '() can not be used any more.');
}
// Deprecated in 2.3.
/**
* @deprecated since Moodle 2.3 MDL-33166 - please do not use this function any more.
*/
function reactforum_user_enrolled() {
throw new coding_exception(__FUNCTION__ . '() can not be used any more.');
}
// Deprecated in 2.4.
/**
* @deprecated since Moodle 2.4 use reactforum_user_can_see_post() instead
*/
function reactforum_user_can_view_post() {
throw new coding_exception(__FUNCTION__ . '() can not be used any more.');
}
// Deprecated in 2.6.
/**
* REACTFORUM_TRACKING_ON - deprecated alias for REACTFORUM_TRACKING_FORCED.
* @deprecated since 2.6
*/
define('REACTFORUM_TRACKING_ON', 2);
/**
* @deprecated since Moodle 2.6
* @see shorten_text()
*/
function reactforum_shorten_post($message) {
throw new coding_exception(__FUNCTION__ . '() can not be used any more. '
. 'Please use shorten_text($message, $CFG->reactforum_shortpost) instead.');
}
// Deprecated in 2.8.
/**
* @deprecated since Moodle 2.8 use \mod_reactforum\subscriptions::is_subscribed() instead
*/
function reactforum_is_subscribed() {
throw new coding_exception(__FUNCTION__ . '() can not be used any more.');
}
/**
* @deprecated since Moodle 2.8 use \mod_reactforum\subscriptions::subscribe_user() instead
*/
function reactforum_subscribe() {
throw new coding_exception(__FUNCTION__ . '() can not be used any more. Please use '
. \mod_reactforum\subscriptions::class . '::subscribe_user() instead');
}
/**
* @deprecated since Moodle 2.8 use \mod_reactforum\subscriptions::unsubscribe_user() instead
*/
function reactforum_unsubscribe() {
throw new coding_exception(__FUNCTION__ . '() can not be used any more. Please use '
. \mod_reactforum\subscriptions::class . '::unsubscribe_user() instead');
}
/**
* @deprecated since Moodle 2.8 use \mod_reactforum\subscriptions::fetch_subscribed_users() instead
*/
function reactforum_subscribed_users() {
throw new coding_exception(__FUNCTION__ . '() can not be used any more. Please use '
. \mod_reactforum\subscriptions::class . '::fetch_subscribed_users() instead');
}
/**
* Determine whether the reactforum is force subscribed.
*
* @deprecated since Moodle 2.8 use \mod_reactforum\subscriptions::is_forcesubscribed() instead
*/
function reactforum_is_forcesubscribed($reactforum) {
throw new coding_exception(__FUNCTION__ . '() can not be used any more. Please use '
. \mod_reactforum\subscriptions::class . '::is_forcesubscribed() instead');
}
/**
* @deprecated since Moodle 2.8 use \mod_reactforum\subscriptions::set_subscription_mode() instead
*/
function reactforum_forcesubscribe($reactforumid, $value = 1) {
throw new coding_exception(__FUNCTION__ . '() can not be used any more. Please use '
. \mod_reactforum\subscriptions::class . '::set_subscription_mode() instead');
}
/**
* @deprecated since Moodle 2.8 use \mod_reactforum\subscriptions::get_subscription_mode() instead
*/
function reactforum_get_forcesubscribed($reactforum) {
throw new coding_exception(__FUNCTION__ . '() can not be used any more. Please use '
. \mod_reactforum\subscriptions::class . '::set_subscription_mode() instead');
}
/**
* @deprecated since Moodle 2.8 use \mod_reactforum\subscriptions::is_subscribed in combination wtih
* \mod_reactforum\subscriptions::fill_subscription_cache_for_course instead.
*/
function reactforum_get_subscribed_reactforums() {
throw new coding_exception(__FUNCTION__ . '() can not be used any more. Please use '
. \mod_reactforum\subscriptions::class . '::is_subscribed(), and '
. \mod_reactforum\subscriptions::class . '::fill_subscription_cache_for_course() instead');
}
/**
* @deprecated since Moodle 2.8 use \mod_reactforum\subscriptions::get_unsubscribable_reactforums() instead
*/
function reactforum_get_optional_subscribed_reactforums() {
throw new coding_exception(__FUNCTION__ . '() can not be used any more. Please use '
. \mod_reactforum\subscriptions::class . '::get_unsubscribable_reactforums() instead');
}
/**
* @deprecated since Moodle 2.8 use \mod_reactforum\subscriptions::get_potential_subscribers() instead
*/
function reactforum_get_potential_subscribers() {
throw new coding_exception(__FUNCTION__ . '() can not be used any more. Please use '
. \mod_reactforum\subscriptions::class . '::get_potential_subscribers() instead');
}
/**
* Builds and returns the body of the email notification in plain text.
*
* @uses CONTEXT_MODULE
* @param object $course
* @param object $cm
* @param object $reactforum
* @param object $discussion
* @param object $post
* @param object $userfrom
* @param object $userto
* @param boolean $bare
* @param string $replyaddress The inbound address that a user can reply to the generated e-mail with. [Since 2.8].
* @return string The email body in plain text format.
* @deprecated since Moodle 3.0 use \mod_reactforum\output\reactforum_post_email instead
*/
function reactforum_make_mail_text($course, $cm, $reactforum, $discussion, $post, $userfrom, $userto, $bare = false, $replyaddress = null) {
global $PAGE;
$renderable = new \mod_reactforum\output\reactforum_post_email(
$course,
$cm,
$reactforum,
$discussion,
$post,
$userfrom,
$userto,
reactforum_user_can_post($reactforum, $discussion, $userto, $cm, $course)
);
$modcontext = context_module::instance($cm->id);
$renderable->viewfullnames = has_capability('moodle/site:viewfullnames', $modcontext, $userto->id);
if ($bare) {
$renderer = $PAGE->get_renderer('mod_reactforum', 'emaildigestfull', 'textemail');
} else {
$renderer = $PAGE->get_renderer('mod_reactforum', 'email', 'textemail');
}
debugging("reactforum_make_mail_text() has been deprecated, please use the \mod_reactforum\output\reactforum_post_email renderable instead.",
DEBUG_DEVELOPER);
return $renderer->render($renderable);
}
/**
* Builds and returns the body of the email notification in html format.
*
* @param object $course
* @param object $cm
* @param object $reactforum
* @param object $discussion
* @param object $post
* @param object $userfrom
* @param object $userto
* @param string $replyaddress The inbound address that a user can reply to the generated e-mail with. [Since 2.8].
* @return string The email text in HTML format
* @deprecated since Moodle 3.0 use \mod_reactforum\output\reactforum_post_email instead
*/
function reactforum_make_mail_html($course, $cm, $reactforum, $discussion, $post, $userfrom, $userto, $replyaddress = null) {
return reactforum_make_mail_post($course,
$cm,
$reactforum,
$discussion,
$post,
$userfrom,
$userto,
reactforum_user_can_post($reactforum, $discussion, $userto, $cm, $course)
);
}
/**
* Given the data about a posting, builds up the HTML to display it and
* returns the HTML in a string. This is designed for sending via HTML email.
*
* @param object $course
* @param object $cm
* @param object $reactforum
* @param object $discussion
* @param object $post
* @param object $userfrom
* @param object $userto
* @param bool $ownpost
* @param bool $reply
* @param bool $link
* @param bool $rate
* @param string $footer
* @return string
* @deprecated since Moodle 3.0 use \mod_reactforum\output\reactforum_post_email instead
*/
function reactforum_make_mail_post($course, $cm, $reactforum, $discussion, $post, $userfrom, $userto,
$ownpost=false, $reply=false, $link=false, $rate=false, $footer="") {
global $PAGE;
$renderable = new \mod_reactforum\output\reactforum_post_email(
$course,
$cm,
$reactforum,
$discussion,
$post,
$userfrom,
$userto,
$reply);
$modcontext = context_module::instance($cm->id);
$renderable->viewfullnames = has_capability('moodle/site:viewfullnames', $modcontext, $userto->id);
// Assume that this is being used as a standard reactforum email.
$renderer = $PAGE->get_renderer('mod_reactforum', 'email', 'htmlemail');
debugging("reactforum_make_mail_post() has been deprecated, please use the \mod_reactforum\output\reactforum_post_email renderable instead.",
DEBUG_DEVELOPER);
return $renderer->render($renderable);
}