r72356 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72355‎ | r72356 | r72357 >
Date:06:46, 4 September 2010
Author:ialex
Status:ok
Tags:
Comment:
* simplified file description header or load.php
* and while I'm a it: svn:eol-style native (!)
Modified paths:
  • /trunk/phase3/includes/MessageBlobStore.php (modified) (history)
  • /trunk/phase3/load.php (modified) (history)
  • /trunk/phase3/maintenance/archives/patch-msg_resource.sql (modified) (history)
  • /trunk/phase3/maintenance/helloWorld.php (modified) (history)
  • /trunk/phase3/resources/test/index.html (modified) (history)

Diff [purge]

Property changes on: trunk/phase3/maintenance/archives/patch-msg_resource.sql
___________________________________________________________________
Added: svn:eol-style
11 + native
Property changes on: trunk/phase3/maintenance/helloWorld.php
___________________________________________________________________
Added: svn:eol-style
22 + native
Property changes on: trunk/phase3/includes/MessageBlobStore.php
___________________________________________________________________
Added: svn:eol-style
33 + native
Index: trunk/phase3/load.php
@@ -1,5 +1,7 @@
22 <?php
33 /**
 4+ * This file is the entry point for the resource loader.
 5+ *
46 * This program is free software; you can redistribute it and/or modify
57 * it under the terms of the GNU General Public License as published by
68 * the Free Software Foundation; either version 2 of the License, or
@@ -15,15 +17,11 @@
1618 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1719 * http://www.gnu.org/copyleft/gpl.html
1820 *
 21+ * @file
1922 * @author Roan Kattouw
2023 * @author Trevor Parscal
2124 *
2225 */
23 -
24 -/**
25 - * @file
26 - * This file is the entry point for the resource loader.
27 - */
2826
2927 require ( dirname( __FILE__ ) . '/includes/WebStart.php' );
3028 wfProfileIn( 'load.php' );
Property changes on: trunk/phase3/load.php
___________________________________________________________________
Added: svn:eol-style
3129 + native
Property changes on: trunk/phase3/resources/test/index.html
___________________________________________________________________
Added: svn:eol-style
3230 + native

Status & tagging log