r94861 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94860‎ | r94861 | r94862 >
Date:03:31, 18 August 2011
Author:nagelp
Status:ok
Tags:
Comment:
Followup to r89637 - removed valid entry point checks from files that only contain a class
Modified paths:
  • /trunk/extensions/Notificator/Notificator.body.php (modified) (history)
  • /trunk/extensions/Notificator/SpecialNotificator.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Notificator/Notificator.body.php
@@ -1,10 +1,5 @@
22 <?php
33
4 -if ( !defined( 'MEDIAWIKI' ) ) {
5 - echo "Not a valid entry point";
6 - exit( 1 );
7 -}
8 -
94 class Notificator {
105
116 public static function notificator_Render( $parser, $receiver = '', $receiverLabel = '' ) {
Index: trunk/extensions/Notificator/SpecialNotificator.php
@@ -1,10 +1,5 @@
22 <?php
33
4 -if ( !defined( 'MEDIAWIKI' ) ) {
5 - echo "Not a valid entry point";
6 - exit( 1 );
7 -}
8 -
94 class SpecialNotificator extends SpecialPage {
105
116 function __construct() {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89637Initial commit of new extension Notificatornagelp09:20, 7 June 2011

Status & tagging log