r113388 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113387‎ | r113388 | r113389 >
Date:19:42, 8 March 2012
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Modified paths:
  • /trunk/extensions/EducationProgram/EducationProgram.php (modified) (history)

Diff [purge]

Index: trunk/extensions/EducationProgram/EducationProgram.php
@@ -211,20 +211,16 @@
212212
213213 $wgLogActionsHandlers['institution/*'] = 'EPLogFormatter';
214214 $wgLogActionsHandlers['course/*'] = 'EPLogFormatter';
215 -$wgLogActionsHandlers['student/selfadd'] = 'EPLogFormatter';
216 -$wgLogActionsHandlers['student/selfremove'] = 'EPLogFormatter';
 215+$wgLogActionsHandlers['student/*'] = 'EPLogFormatter';
217216 $wgLogActionsHandlers['student/add'] = 'EPRoleChangeFormatter';
218217 $wgLogActionsHandlers['student/remove'] = 'EPRoleChangeFormatter';
219 -$wgLogActionsHandlers['online/selfadd'] = 'EPLogFormatter';
220 -$wgLogActionsHandlers['online/selfremove'] = 'EPLogFormatter';
 218+$wgLogActionsHandlers['online/*'] = 'EPLogFormatter';
221219 $wgLogActionsHandlers['online/add'] = 'EPRoleChangeFormatter';
222220 $wgLogActionsHandlers['online/remove'] = 'EPRoleChangeFormatter';
223 -$wgLogActionsHandlers['campus/selfadd'] = 'EPLogFormatter';
224 -$wgLogActionsHandlers['campus/selfremove'] = 'EPLogFormatter';
 221+$wgLogActionsHandlers['campus/*'] = 'EPLogFormatter';
225222 $wgLogActionsHandlers['campus/add'] = 'EPRoleChangeFormatter';
226223 $wgLogActionsHandlers['campus/remove'] = 'EPRoleChangeFormatter';
227 -$wgLogActionsHandlers['instructor/selfadd'] = 'EPLogFormatter';
228 -$wgLogActionsHandlers['instructor/selfremove'] = 'EPLogFormatter';
 224+$wgLogActionsHandlers['instructor/*'] = 'EPLogFormatter';
229225 $wgLogActionsHandlers['instructor/add'] = 'EPRoleChangeFormatter';
230226 $wgLogActionsHandlers['instructor/remove'] = 'EPRoleChangeFormatter';
231227 $wgLogActionsHandlers['eparticle/*'] = 'EPArticleFormatter';

Status & tagging log