r97440 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97439‎ | r97440 | r97441 >
Date:21:03, 18 September 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix comment blocks
Modified paths:
  • /trunk/extensions/Wikimania/backend/PaymentGoogleCheckout.php (modified) (history)
  • /trunk/extensions/Wikimania/backend/PaymentPaypal.php (modified) (history)
  • /trunk/extensions/Wikimania/backend/Wikimania.php (modified) (history)
  • /trunk/extensions/Wikimania/backend/WikimaniaRegistration.php (modified) (history)
  • /trunk/extensions/Wikimania/backend/WikimaniaSchema.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Wikimania/backend/Wikimania.php
@@ -1,5 +1,5 @@
22 <?php
3 -/*
 3+/**
44 * Manager class for this year's Wikimania
55 */
66 class Wikimania {
@@ -44,8 +44,8 @@
4545 * @var String
4646 */
4747 private $country;
48 -
4948
 49+
5050 /**
5151 * Do a bit of delayed setup, based on this year's config
5252 * @param $year int Year to host Wikimania for
Index: trunk/extensions/Wikimania/backend/WikimaniaSchema.php
@@ -1,8 +1,7 @@
22 <?php
3 -/*
 3+/**
44 * Schema generation and such
55 */
6 -
76 class WikimaniaSchema {
87 /**
98 * Hook for LoadExtensionSchemaUpdates
Index: trunk/extensions/Wikimania/backend/PaymentGoogleCheckout.php
@@ -1,8 +1,7 @@
22 <?php
3 -/*
 3+/**
44 * GoogleCheckout payment implementation
55 */
6 -
76 class PaymentGoogleCheckout extends Payment {
87 public function getForm() {
98 return '';
Index: trunk/extensions/Wikimania/backend/PaymentPaypal.php
@@ -1,8 +1,7 @@
22 <?php
3 -/*
 3+/**
44 * Paypal payment implementation
55 */
6 -
76 class PaymentPaypal extends Payment {
87 public function getForm() {
98 return '';
Index: trunk/extensions/Wikimania/backend/WikimaniaRegistration.php
@@ -1,8 +1,7 @@
22 <?php
3 -/*
 3+/**
44 * Class referring to a specific registration
55 */
6 -
76 class WikimaniaRegistration {
87
98 private static function fieldList() {

Status & tagging log