http://www.mediawiki.org/wiki/Special:Code/MediaWiki/70326

Revision: 70326
Author:   ialex
Date:     2010-08-02 08:31:23 +0000 (Mon, 02 Aug 2010)

Log Message:
-----------
* Modified file description header to use "/** ... */" and added @file
* Added a simple description to new-index.php 

Modified Paths:
--------------
    trunk/phase3/config/Installer.php
    trunk/phase3/config/index.php
    trunk/phase3/config/new-index.php

Modified: trunk/phase3/config/Installer.php
===================================================================
--- trunk/phase3/config/Installer.php   2010-08-02 08:15:22 UTC (rev 70325)
+++ trunk/phase3/config/Installer.php   2010-08-02 08:31:23 UTC (rev 70326)
@@ -1,24 +1,28 @@
 <?php
+/**
+ * MediaWiki web-based config/installation
+ *
+ * Copyright © 2004 Brion Vibber <br...@pobox.com>, 2006 Rob Church 
<robc...@gmail.com>
+ * http://www.mediawiki.org/
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+ * http://www.gnu.org/copyleft/gpl.html
+ *
+ * @file
+ */
 
-# MediaWiki web-based config/installation
-# Copyright (C) 2004 Brion Vibber <br...@pobox.com>, 2006 Rob Church 
<robc...@gmail.com>
-# http://www.mediawiki.org/
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-# http://www.gnu.org/copyleft/gpl.html
-
 if( !defined( 'MEDIAWIKI_INSTALL' ) ) {
        die( 'Not an entry point.' );
 }

Modified: trunk/phase3/config/index.php
===================================================================
--- trunk/phase3/config/index.php       2010-08-02 08:15:22 UTC (rev 70325)
+++ trunk/phase3/config/index.php       2010-08-02 08:31:23 UTC (rev 70326)
@@ -1,24 +1,28 @@
 <?php
+/**
+ * MediaWiki web-based config/installation
+ *
+ * Copyright © 2004 Brion Vibber <br...@pobox.com>, 2006 Rob Church 
<robc...@gmail.com>
+ * http://www.mediawiki.org/
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+ * http://www.gnu.org/copyleft/gpl.html
+ *
+ * @file
+ */
 
-# MediaWiki web-based config/installation
-# Copyright (C) 2004 Brion Vibber <br...@pobox.com>, 2006 Rob Church 
<robc...@gmail.com>
-# http://www.mediawiki.org/
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-# http://www.gnu.org/copyleft/gpl.html
-
 # Attempt to set up the include path, to fix problems with relative includes
 $IP = dirname( dirname( __FILE__ ) );
 define( 'MW_INSTALL_PATH', $IP );

Modified: trunk/phase3/config/new-index.php
===================================================================
--- trunk/phase3/config/new-index.php   2010-08-02 08:15:22 UTC (rev 70325)
+++ trunk/phase3/config/new-index.php   2010-08-02 08:31:23 UTC (rev 70326)
@@ -1,4 +1,9 @@
 <?php
+/**
+ * New version of MediaWiki web-based config/installation
+ *
+ * @file
+ */
 
 define( 'MW_CONFIG_CALLBACK', 'CoreInstaller::overrideConfig' );
 



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to