tparscal | 1 Oct 2009 01:01
Picon
Favicon

SVN: [57168] trunk

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

Revision: 57168
Author:   tparscal
Date:     2009-09-30 23:01:46 +0000 (Wed, 30 Sep 2009)

Log Message:
-----------
Decided to go with yet another approach for adding extra stylesheets for Vector (so that we can test new
ideas out and keep our CSS in the SVN).
1. Removed ExperiementalSkins extension
2. Added $wgVectorExtraStyles to DefaultSettings.php
3. Added code in Vector.php that adds in any extra styles defined just after adding in the main style

Modified Paths:
--------------
    trunk/phase3/includes/DefaultSettings.php
    trunk/phase3/skins/Vector.php

Removed Paths:
-------------
    trunk/extensions/UsabilityInitiative/ExperimentalSkins/

Modified: trunk/phase3/includes/DefaultSettings.php
===================================================================
--- trunk/phase3/includes/DefaultSettings.php	2009-09-30 22:55:18 UTC (rev 57167)
+++ trunk/phase3/includes/DefaultSettings.php	2009-09-30 23:01:46 UTC (rev 57168)
 <at>  <at>  -4109,6 +4109,14  <at>  <at> 
 $wgVectorUseIconWatch = false;

(Continue reading)

werdna | 1 Oct 2009 01:05
Picon
Favicon

SVN: [57169] trunk/extensions/LiquidThreads/classes/View.php

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

Revision: 57169
Author:   werdna
Date:     2009-09-30 23:05:33 +0000 (Wed, 30 Sep 2009)

Log Message:
-----------
Make sure we only use scratch titles for unspecified subjects if a subject is actually required (as opposed
to, say, replying).

Modified Paths:
--------------
    trunk/extensions/LiquidThreads/classes/View.php

Modified: trunk/extensions/LiquidThreads/classes/View.php
===================================================================
--- trunk/extensions/LiquidThreads/classes/View.php	2009-09-30 23:01:46 UTC (rev 57168)
+++ trunk/extensions/LiquidThreads/classes/View.php	2009-09-30 23:05:33 UTC (rev 57169)
 <at>  <at>  -284,7 +284,7  <at>  <at> 
 			$t = $this->newSummaryTitle( $edit_applies_to );
 			$article = new Article( $t );
 		} elseif ( !$thread ) {
-			if ( !$subject ) {
+			if ( !$subject && $subject_expected ) {
 				// Dodgy title
 				$t = $this->scratchTitle();
 				$valid_subject = false;
tparscal | 1 Oct 2009 01:06
Picon
Favicon

SVN: [57170] trunk/phase3/skins/vector

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

Revision: 57170
Author:   tparscal
Date:     2009-09-30 23:06:17 +0000 (Wed, 30 Sep 2009)

Log Message:
-----------
Added 2 sample experimental CSS files. Adam can take it from here...

Added Paths:
-----------
    trunk/phase3/skins/vector/experiments/
    trunk/phase3/skins/vector/experiments/babaco-colors-a.css
    trunk/phase3/skins/vector/experiments/babaco-colors-b.css

Added: trunk/phase3/skins/vector/experiments/babaco-colors-a.css
===================================================================
--- trunk/phase3/skins/vector/experiments/babaco-colors-a.css	                        (rev 0)
+++ trunk/phase3/skins/vector/experiments/babaco-colors-a.css	2009-09-30 23:06:17 UTC (rev 57170)
 <at>  <at>  -0,0 +1,28  <at>  <at> 
+/* Babaco Color Scheme A */
+
+/* Still working on this */
+body {
+	background-color: #f9f9f9;
+	color: #000000;
+}
+a {
+	color: #003cb3;
(Continue reading)

werdna | 1 Oct 2009 01:07
Picon
Favicon

SVN: [57171] branches/wmf-deployment/extensions/LiquidThreads

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

Revision: 57171
Author:   werdna
Date:     2009-09-30 23:07:56 +0000 (Wed, 30 Sep 2009)

Log Message:
-----------
Merge r57169, fix for LiquidThreads scratch titles.

Modified Paths:
--------------
    branches/wmf-deployment/extensions/LiquidThreads/classes/View.php

Property Changed:
----------------
    branches/wmf-deployment/extensions/LiquidThreads/


Property changes on: branches/wmf-deployment/extensions/LiquidThreads
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/REL1_15/phase3/extensions/LiquidThreads:51646
/trunk/extensions/LiquidThreads:56151-57116,57130-57134
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350
   + /branches/REL1_15/phase3/extensions/LiquidThreads:51646
/trunk/extensions/LiquidThreads:56151-57116,57130-57134,57169
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350

Modified: branches/wmf-deployment/extensions/LiquidThreads/classes/View.php
(Continue reading)

aaron | 1 Oct 2009 01:12
Picon
Favicon

SVN: [57172] trunk/phase3

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

Revision: 57172
Author:   aaron
Date:     2009-09-30 23:12:05 +0000 (Wed, 30 Sep 2009)

Log Message:
-----------
added 'rev-suppressed-unhide-diff'

Modified Paths:
--------------
    trunk/phase3/includes/diff/DifferenceInterface.php
    trunk/phase3/languages/messages/MessagesEn.php
    trunk/phase3/maintenance/language/messages.inc

Modified: trunk/phase3/includes/diff/DifferenceInterface.php
===================================================================
--- trunk/phase3/includes/diff/DifferenceInterface.php	2009-09-30 23:07:56 UTC (rev 57171)
+++ trunk/phase3/includes/diff/DifferenceInterface.php	2009-09-30 23:12:05 UTC (rev 57172)
 <at>  <at>  -364,8 +364,18  <at>  <at> 
 		# Check if this user can see the revisions
 		$allowed = $this->mOldRev->userCan(Revision::DELETED_TEXT)
 			&& $this->mNewRev->userCan(Revision::DELETED_TEXT);
-		$deleted = $this->mOldRev->isDeleted(Revision::DELETED_TEXT)
-			|| $this->mNewRev->isDeleted(Revision::DELETED_TEXT);
+		# Check if one of the revisions is deleted/suppressed
+		$deleted = $suppressed = false;
+		if( $this->mOldRev->isDeleted(Revision::DELETED_TEXT) ) {
+			$deleted = true; // old revisions text is hidden
(Continue reading)

brion | 1 Oct 2009 01:16
Picon
Favicon

SVN: [57173] trunk/extensions/ProofreadPage

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

Revision: 57173
Author:   brion
Date:     2009-09-30 23:16:42 +0000 (Wed, 30 Sep 2009)

Log Message:
-----------
Revert r57115, r57123 "search capability"
Tied to MySQL search backend's raw database tables, would be useless on Wikimedia sites.

Modified Paths:
--------------
    trunk/extensions/ProofreadPage/ProofreadPage.i18n.php
    trunk/extensions/ProofreadPage/SpecialProofreadPages.php

Modified: trunk/extensions/ProofreadPage/ProofreadPage.i18n.php
===================================================================
--- trunk/extensions/ProofreadPage/ProofreadPage.i18n.php	2009-09-30 23:12:05 UTC (rev 57172)
+++ trunk/extensions/ProofreadPage/ProofreadPage.i18n.php	2009-09-30 23:16:42 UTC (rev 57173)
 <at>  <at>  -67,9 +67,7  <at>  <at> 
 <td align=center class='quality0' width=\"$1\"></td>
 <td ><span id=pr_index style=\"visibility:hidden;\">$7</span></td>
 </tr></table>",
-	'proofreadpage_pages'                  => '{{PLURAL:$1|page|pages}}',
-	'proofreadpage_specialpage_text'       => '',
-	'proofreadpage_specialpage_legend'     => 'Search index pages',
+	'proofreadpage_pages'        => "{{PLURAL:$1|page|pages}}",
 );

(Continue reading)

yaron | 1 Oct 2009 01:25
Picon
Favicon

SVN: [57174] trunk/extensions/ExternalData/ED_Utils.php

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

Revision: 57174
Author:   yaron
Date:     2009-09-30 23:25:06 +0000 (Wed, 30 Sep 2009)

Log Message:
-----------
Added handling for $edgAllowSSL

Modified Paths:
--------------
    trunk/extensions/ExternalData/ED_Utils.php

Modified: trunk/extensions/ExternalData/ED_Utils.php
===================================================================
--- trunk/extensions/ExternalData/ED_Utils.php	2009-09-30 23:16:42 UTC (rev 57173)
+++ trunk/extensions/ExternalData/ED_Utils.php	2009-09-30 23:25:06 UTC (rev 57174)
 <at>  <at>  -276,7 +276,8  <at>  <at> 

 	static function fetchURL( $url, $post_vars = array(), $get_fresh=false, $try_count=1 ) {
 		$dbr = wfGetDB( DB_SLAVE );
-		global $edgStringReplacements, $edgCacheTable, $edgCacheExpireTime;
+		global $edgStringReplacements, $edgCacheTable,
+			$edgCacheExpireTime, $edgAllowSSL;

 		// do any special variable replacements in the URLs, for
 		// secret API keys and the like
 <at>  <at>  -284,8 +285,13  <at>  <at> 
 			$url = str_replace( $key, $value, $url );
(Continue reading)

yaron | 1 Oct 2009 01:26
Picon
Favicon

SVN: [57175] trunk/extensions/ExternalData/ExternalData.php

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

Revision: 57175
Author:   yaron
Date:     2009-09-30 23:26:16 +0000 (Wed, 30 Sep 2009)

Log Message:
-----------
Added $edgAllowSSL setting

Modified Paths:
--------------
    trunk/extensions/ExternalData/ExternalData.php

Modified: trunk/extensions/ExternalData/ExternalData.php
===================================================================
--- trunk/extensions/ExternalData/ExternalData.php	2009-09-30 23:25:06 UTC (rev 57174)
+++ trunk/extensions/ExternalData/ExternalData.php	2009-09-30 23:26:16 UTC (rev 57175)
 <at>  <at>  -12,7 +12,7  <at>  <at> 
 $wgExtensionCredits['parserhook'][]= array(
 	'path'           => __FILE__,
 	'name'           => 'External Data',
-	'version'        => '0.9',
+	'version'        => '0.9.1',
 	'author'         => array( 'Yaron Koren', 'Michael Dale', 'David Macdonald' ),
 	'url'            => 'http://www.mediawiki.org/wiki/Extension:External_Data',
 	'description'    => 'Allows for retrieving data in CSV, JSON and XML formats from both external URLs and
local wiki pages',
 <at>  <at>  -40,6 +40,7  <at>  <at> 
 $edgValues = array();
(Continue reading)

yaron | 1 Oct 2009 01:27
Picon
Favicon

SVN: [57176] trunk/extensions/ExternalData/README

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

Revision: 57176
Author:   yaron
Date:     2009-09-30 23:27:01 +0000 (Wed, 30 Sep 2009)

Log Message:
-----------
New version: 0.9.1

Modified Paths:
--------------
    trunk/extensions/ExternalData/README

Modified: trunk/extensions/ExternalData/README
===================================================================
--- trunk/extensions/ExternalData/README	2009-09-30 23:26:16 UTC (rev 57175)
+++ trunk/extensions/ExternalData/README	2009-09-30 23:27:01 UTC (rev 57176)
 <at>  <at>  -1,6 +1,6  <at>  <at> 
 External Data extension

-        Version 0.9
+        Version 0.9.1
         Yaron Koren, Michael Dale and David Macdonald

 This is free software licensed under the GNU General Public License. Please
brion | 1 Oct 2009 02:10
Picon
Favicon

SVN: [57177] branches/wmf-deployment

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

Revision: 57177
Author:   brion
Date:     2009-10-01 00:10:19 +0000 (Thu, 01 Oct 2009)

Log Message:
-----------
merge r56208, r56949 from trunk -- needed for UsabilityInitative babaco fixes

Modified Paths:
--------------
    branches/wmf-deployment/includes/DefaultSettings.php
    branches/wmf-deployment/includes/MagicWord.php
    branches/wmf-deployment/includes/parser/Parser.php
    branches/wmf-deployment/languages/messages/MessagesEn.php
    branches/wmf-deployment/skins/common/mwsuggest.js

Modified: branches/wmf-deployment/includes/DefaultSettings.php
===================================================================
--- branches/wmf-deployment/includes/DefaultSettings.php	2009-09-30 23:27:01 UTC (rev 57176)
+++ branches/wmf-deployment/includes/DefaultSettings.php	2009-10-01 00:10:19 UTC (rev 57177)
 <at>  <at>  -1588,7 +1588,7  <at>  <at> 
  * to ensure that client-side caches do not keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '239a';
+$wgStyleVersion = '240';

 
(Continue reading)


Gmane