r12287 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r12286‎ | r12287 | r12288 >
Date:17:19, 29 December 2005
Author:vibber
Status:old
Tags:
Comment:
more short open tags
Modified paths:
  • /trunk/extensions/Cache404/extensions/Cache404.php (modified) (history)
  • /trunk/extensions/ConfirmEdit/ConfirmEdit.php (modified) (history)
  • /trunk/extensions/ListChangedArticles.php (modified) (history)
  • /trunk/extensions/StableVersion/StableVersion.php (modified) (history)
  • /trunk/extensions/StableVersion/language/en.php (modified) (history)
  • /trunk/extensions/staticwiki.php (modified) (history)

Diff [purge]

Index: trunk/extensions/StableVersion/language/en.php
@@ -1,4 +1,4 @@
2 -<?
 2+<?php
33 /**
44 * English language file for the 'StableVErsion' extension
55 */
Index: trunk/extensions/StableVersion/StableVersion.php
@@ -1,4 +1,4 @@
2 -<?
 2+<?php
33 /**
44 * Run the following SQL on your database prior to use :
55
Index: trunk/extensions/Cache404/extensions/Cache404.php
@@ -1,4 +1,4 @@
2 -<?
 2+<?php
33 /* Cache404.php -- an extension for doing 404-handler caching
44 * Copyright 2004 Evan Prodromou <evan@wikitravel.org>
55 *
Index: trunk/extensions/staticwiki.php
@@ -1,4 +1,4 @@
2 -<?
 2+<?php
33 /*
44 This extension will turn a MediaWiki installation into "import-only" mode, at least for the article namespace.
55
Index: trunk/extensions/ConfirmEdit/ConfirmEdit.php
@@ -12,10 +12,11 @@
1313
1414 $wgExtensionFunctions[] = 'ceSetup';
1515
16 -$wgGroupPermissions['*' ]['skipcaptcha'] = false;
17 -$wgGroupPermissions['user' ]['skipcaptcha'] = false;
18 -$wgGroupPermissions['bot' ]['skipcaptcha'] = true; // registered bots
19 -$wgGroupPermissions['sysop' ]['skipcaptcha'] = true;
 16+$wgGroupPermissions['*' ]['skipcaptcha'] = false;
 17+$wgGroupPermissions['user' ]['skipcaptcha'] = false;
 18+$wgGroupPermissions['autoconfirmed']['skipcaptcha'] = false;
 19+$wgGroupPermissions['bot' ]['skipcaptcha'] = true; // registered bots
 20+$wgGroupPermissions['sysop' ]['skipcaptcha'] = true;
2021
2122 global $wgCaptcha, $wgCaptchaClass, $wgCaptchaTriggers;
2223 $wgCaptcha = null;
Index: trunk/extensions/ListChangedArticles.php
@@ -1,4 +1,4 @@
2 -<?
 2+<?php
33
44 # Not a valid entry point, skip unless MEDIAWIKI is defined
55 if (defined('MEDIAWIKI')) {

Status & tagging log