Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Wikipedia: Mediawiki-CVS

SVN: [58724] trunk/extensions/DataCenter/UI/Layouts

 

 

Wikipedia mediawiki-cvs RSS feed   Index | Next | Previous | View Threaded


ashley at svn

Nov 7, 2009, 10:00 AM

Post #1 of 1 (13 views)
Permalink
SVN: [58724] trunk/extensions/DataCenter/UI/Layouts

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

Revision: 58724
Author: ashley
Date: 2009-11-07 18:00:05 +0000 (Sat, 07 Nov 2009)

Log Message:
-----------
DataCenter: coding style cleanup for UI/Layouts

Modified Paths:
--------------
trunk/extensions/DataCenter/UI/Layouts/Columns.php
trunk/extensions/DataCenter/UI/Layouts/Rows.php
trunk/extensions/DataCenter/UI/Layouts/Tabs.php

Modified: trunk/extensions/DataCenter/UI/Layouts/Columns.php
===================================================================
--- trunk/extensions/DataCenter/UI/Layouts/Columns.php 2009-11-07 17:58:57 UTC (rev 58723)
+++ trunk/extensions/DataCenter/UI/Layouts/Columns.php 2009-11-07 18:00:05 UTC (rev 58724)
@@ -20,9 +20,7 @@

/* Functions */

- public static function render(
- array $parameters
- ) {
+ public static function render( array $parameters ) {
// Begins layout
$xmlOutput = parent::begin( self::$parameters['class'] );
// Calculates split percentage

Modified: trunk/extensions/DataCenter/UI/Layouts/Rows.php
===================================================================
--- trunk/extensions/DataCenter/UI/Layouts/Rows.php 2009-11-07 17:58:57 UTC (rev 58723)
+++ trunk/extensions/DataCenter/UI/Layouts/Rows.php 2009-11-07 18:00:05 UTC (rev 58724)
@@ -20,9 +20,7 @@

/* Functions */

- public static function render(
- array $parameters
- ) {
+ public static function render( array $parameters ) {
// Begins layout
$xmlOutput = parent::begin( self::$parameters['class'] );
// Loops over each content block

Modified: trunk/extensions/DataCenter/UI/Layouts/Tabs.php
===================================================================
--- trunk/extensions/DataCenter/UI/Layouts/Tabs.php 2009-11-07 17:58:57 UTC (rev 58723)
+++ trunk/extensions/DataCenter/UI/Layouts/Tabs.php 2009-11-07 18:00:05 UTC (rev 58724)
@@ -21,9 +21,7 @@

/* Functions */

- public static function render(
- array $parameters
- ) {
+ public static function render( array $parameters ) {
// Increment the number of tabbed layouts in existence
self::$sets++;
// Gets id for this set
@@ -112,10 +110,7 @@
}
}
},
- addSet: function(
- name,
- count
- ) {
+ addSet: function( name, count ) {
this.sets[name] = {};
this.sets[name].count = count;
}



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

Wikipedia mediawiki-cvs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.