Index: trunk/extensions/EducationProgram/EducationProgram.php |
— | — | @@ -211,20 +211,16 @@ |
212 | 212 | |
213 | 213 | $wgLogActionsHandlers['institution/*'] = 'EPLogFormatter'; |
214 | 214 | $wgLogActionsHandlers['course/*'] = 'EPLogFormatter'; |
215 | | -$wgLogActionsHandlers['student/selfadd'] = 'EPLogFormatter'; |
216 | | -$wgLogActionsHandlers['student/selfremove'] = 'EPLogFormatter'; |
| 215 | +$wgLogActionsHandlers['student/*'] = 'EPLogFormatter'; |
217 | 216 | $wgLogActionsHandlers['student/add'] = 'EPRoleChangeFormatter'; |
218 | 217 | $wgLogActionsHandlers['student/remove'] = 'EPRoleChangeFormatter'; |
219 | | -$wgLogActionsHandlers['online/selfadd'] = 'EPLogFormatter'; |
220 | | -$wgLogActionsHandlers['online/selfremove'] = 'EPLogFormatter'; |
| 218 | +$wgLogActionsHandlers['online/*'] = 'EPLogFormatter'; |
221 | 219 | $wgLogActionsHandlers['online/add'] = 'EPRoleChangeFormatter'; |
222 | 220 | $wgLogActionsHandlers['online/remove'] = 'EPRoleChangeFormatter'; |
223 | | -$wgLogActionsHandlers['campus/selfadd'] = 'EPLogFormatter'; |
224 | | -$wgLogActionsHandlers['campus/selfremove'] = 'EPLogFormatter'; |
| 221 | +$wgLogActionsHandlers['campus/*'] = 'EPLogFormatter'; |
225 | 222 | $wgLogActionsHandlers['campus/add'] = 'EPRoleChangeFormatter'; |
226 | 223 | $wgLogActionsHandlers['campus/remove'] = 'EPRoleChangeFormatter'; |
227 | | -$wgLogActionsHandlers['instructor/selfadd'] = 'EPLogFormatter'; |
228 | | -$wgLogActionsHandlers['instructor/selfremove'] = 'EPLogFormatter'; |
| 224 | +$wgLogActionsHandlers['instructor/*'] = 'EPLogFormatter'; |
229 | 225 | $wgLogActionsHandlers['instructor/add'] = 'EPRoleChangeFormatter'; |
230 | 226 | $wgLogActionsHandlers['instructor/remove'] = 'EPRoleChangeFormatter'; |
231 | 227 | $wgLogActionsHandlers['eparticle/*'] = 'EPArticleFormatter'; |