r71411 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71410‎ | r71411 | r71412 >
Date:16:10, 21 August 2010
Author:ialex
Status:ok
Tags:
Comment:
Added file description headers
Modified paths:
  • /trunk/phase3/includes/templates/NoLocalSettings.php (modified) (history)
  • /trunk/phase3/includes/templates/PHP4.php (modified) (history)
  • /trunk/phase3/includes/templates/Userlogin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/templates/PHP4.php
@@ -1,5 +1,7 @@
22 <?php
33 /**
 4+ * Template used when the installer detects that this is PHP 4
 5+ *
46 * @file
57 * @ingroup Templates
68 */
Index: trunk/phase3/includes/templates/Userlogin.php
@@ -1,9 +1,15 @@
22 <?php
33 /**
4 - * @defgroup Templates Templates
 4+ * Html forms for user login and account creation
 5+ *
56 * @file
67 * @ingroup Templates
78 */
 9+
 10+/**
 11+ * @defgroup Templates Templates
 12+ */
 13+
814 if( !defined( 'MEDIAWIKI' ) ) die( -1 );
915
1016 /**
Index: trunk/phase3/includes/templates/NoLocalSettings.php
@@ -1,5 +1,7 @@
22 <?php
33 /**
 4+ * Template used when there is no LocalSettings.php file
 5+ *
46 * @file
57 * @ingroup Templates
68 */

Status & tagging log