r70326 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70325‎ | r70326 | r70327 >
Date:08:31, 2 August 2010
Author:ialex
Status:ok
Tags:
Comment:
* Modified file description header to use "/** ... */" and added @file
* Added a simple description to new-index.php
Modified paths:
  • /trunk/phase3/config/Installer.php (modified) (history)
  • /trunk/phase3/config/index.php (modified) (history)
  • /trunk/phase3/config/new-index.php (modified) (history)

Diff [purge]

Index: trunk/phase3/config/Installer.php
@@ -1,24 +1,28 @@
22 <?php
 3+/**
 4+ * MediaWiki web-based config/installation
 5+ *
 6+ * Copyright © 2004 Brion Vibber <brion@pobox.com>, 2006 Rob Church <robchur@gmail.com>
 7+ * http://www.mediawiki.org/
 8+ *
 9+ * This program is free software; you can redistribute it and/or modify
 10+ * it under the terms of the GNU General Public License as published by
 11+ * the Free Software Foundation; either version 2 of the License, or
 12+ * (at your option) any later version.
 13+ *
 14+ * This program is distributed in the hope that it will be useful,
 15+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
 16+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 17+ * GNU General Public License for more details.
 18+ *
 19+ * You should have received a copy of the GNU General Public License along
 20+ * with this program; if not, write to the Free Software Foundation, Inc.,
 21+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 22+ * http://www.gnu.org/copyleft/gpl.html
 23+ *
 24+ * @file
 25+ */
326
4 -# MediaWiki web-based config/installation
5 -# Copyright (C) 2004 Brion Vibber <brion@pobox.com>, 2006 Rob Church <robchur@gmail.com>
6 -# http://www.mediawiki.org/
7 -#
8 -# This program is free software; you can redistribute it and/or modify
9 -# it under the terms of the GNU General Public License as published by
10 -# the Free Software Foundation; either version 2 of the License, or
11 -# (at your option) any later version.
12 -#
13 -# This program is distributed in the hope that it will be useful,
14 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
15 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 -# GNU General Public License for more details.
17 -#
18 -# You should have received a copy of the GNU General Public License along
19 -# with this program; if not, write to the Free Software Foundation, Inc.,
20 -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21 -# http://www.gnu.org/copyleft/gpl.html
22 -
2327 if( !defined( 'MEDIAWIKI_INSTALL' ) ) {
2428 die( 'Not an entry point.' );
2529 }
Index: trunk/phase3/config/new-index.php
@@ -1,4 +1,9 @@
22 <?php
 3+/**
 4+ * New version of MediaWiki web-based config/installation
 5+ *
 6+ * @file
 7+ */
38
49 define( 'MW_CONFIG_CALLBACK', 'CoreInstaller::overrideConfig' );
510
Index: trunk/phase3/config/index.php
@@ -1,24 +1,28 @@
22 <?php
 3+/**
 4+ * MediaWiki web-based config/installation
 5+ *
 6+ * Copyright © 2004 Brion Vibber <brion@pobox.com>, 2006 Rob Church <robchur@gmail.com>
 7+ * http://www.mediawiki.org/
 8+ *
 9+ * This program is free software; you can redistribute it and/or modify
 10+ * it under the terms of the GNU General Public License as published by
 11+ * the Free Software Foundation; either version 2 of the License, or
 12+ * (at your option) any later version.
 13+ *
 14+ * This program is distributed in the hope that it will be useful,
 15+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
 16+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 17+ * GNU General Public License for more details.
 18+ *
 19+ * You should have received a copy of the GNU General Public License along
 20+ * with this program; if not, write to the Free Software Foundation, Inc.,
 21+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 22+ * http://www.gnu.org/copyleft/gpl.html
 23+ *
 24+ * @file
 25+ */
326
4 -# MediaWiki web-based config/installation
5 -# Copyright (C) 2004 Brion Vibber <brion@pobox.com>, 2006 Rob Church <robchur@gmail.com>
6 -# http://www.mediawiki.org/
7 -#
8 -# This program is free software; you can redistribute it and/or modify
9 -# it under the terms of the GNU General Public License as published by
10 -# the Free Software Foundation; either version 2 of the License, or
11 -# (at your option) any later version.
12 -#
13 -# This program is distributed in the hope that it will be useful,
14 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
15 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 -# GNU General Public License for more details.
17 -#
18 -# You should have received a copy of the GNU General Public License along
19 -# with this program; if not, write to the Free Software Foundation, Inc.,
20 -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21 -# http://www.gnu.org/copyleft/gpl.html
22 -
2327 # Attempt to set up the include path, to fix problems with relative includes
2428 $IP = dirname( dirname( __FILE__ ) );
2529 define( 'MW_INSTALL_PATH', $IP );

Status & tagging log