laner | 1 Apr 2008 03:02
Picon
Favicon

SVN: [32649] trunk/extensions/SmoothGallery/SmoothGalleryClass.php

Revision: 32649
Author:   laner
Date:     2008-04-01 01:02:53 +0000 (Tue, 01 Apr 2008)

Log Message:
-----------
Changing the images sizes back to html attributes instead of css attributes, eventhough neither seem to
work with this javascript library (*mumble*).

Modified Paths:
--------------
    trunk/extensions/SmoothGallery/SmoothGalleryClass.php

Modified: trunk/extensions/SmoothGallery/SmoothGalleryClass.php
===================================================================
--- trunk/extensions/SmoothGallery/SmoothGalleryClass.php	2008-03-31 22:54:41 UTC (rev 32648)
+++ trunk/extensions/SmoothGallery/SmoothGalleryClass.php	2008-04-01 01:02:53 UTC (rev 32649)
 <at>  <at>  -116,10 +116,8  <at>  <at> 
 		//TODO iterate over the images and output each
 		foreach ( $galleryArray["images"] as $imageArray ) {
 			if ( isset( $imageArray["external"] ) && $imageArray["external"] ) {
-				#$thumbsizes = 'height="' . $wgSmoothGalleryThumbHeight . '" width="' .
$wgSmoothGalleryThumbWidth . '" ';
-				#$fullsizes = 'height="' . $this->argumentArray["height"] . '" width="' .
$this->argumentArray["width"] . '" ';
-				$thumbsizes = 'style="height: ' . $wgSmoothGalleryThumbHeight . '; width: ' .
$wgSmoothGalleryThumbWidth . '" ';
-				$fullsizes = 'style="height: ' . $this->argumentArray["height"] . ' width: ' .
$this->argumentArray["width"] . '" ';
+				$thumbsizes = 'height="' . $wgSmoothGalleryThumbHeight . '" width="' .
(Continue reading)

aaron | 1 Apr 2008 03:53
Picon
Favicon

SVN: [32650] trunk/extensions/FlaggedRevs

Revision: 32650
Author:   aaron
Date:     2008-04-01 01:53:32 +0000 (Tue, 01 Apr 2008)

Log Message:
-----------
* Add token to new page patrol link tool 
* Salt token with title

Modified Paths:
--------------
    trunk/extensions/FlaggedRevs/FlaggedArticle.php
    trunk/extensions/FlaggedRevs/FlaggedRevsPage.php

Modified: trunk/extensions/FlaggedRevs/FlaggedArticle.php
===================================================================
--- trunk/extensions/FlaggedRevs/FlaggedArticle.php	2008-04-01 01:02:53 UTC (rev 32649)
+++ trunk/extensions/FlaggedRevs/FlaggedArticle.php	2008-04-01 01:53:32 UTC (rev 32650)
 <at>  <at>  -487,7 +487,8  <at>  <at> 
 				$wgOut->addHTML( "<div class='patrollink'>" .
 					wfMsgHtml( 'markaspatrolledlink',
 					$wgUser->getSkin()->makeKnownLinkObj( $reviewtitle, wfMsgHtml('markaspatrolledtext'),
-						"patrolonly=1&target={$article->getTitle()->getPrefixedUrl()}&rcid={$rcid}" )
+						"patrolonly=1&target={$article->getTitle()->getPrefixedUrl()}&rcid={$rcid}" .
+						"&token=" . urlencode( $wgUser->editToken( $article->getTitle()->getPrefixedText(),
$rcid ) ) )
 			 		) .
 					'</div>'
 			 	);
 <at>  <at>  -1049,7 +1050,7  <at>  <at> 
(Continue reading)

aaron | 1 Apr 2008 07:00
Picon
Favicon

SVN: [32651] trunk/extensions/FlaggedRevs/FlaggedRevsPage.php

Revision: 32651
Author:   aaron
Date:     2008-04-01 05:00:52 +0000 (Tue, 01 Apr 2008)

Log Message:
-----------
This was changed to rev ID

Modified Paths:
--------------
    trunk/extensions/FlaggedRevs/FlaggedRevsPage.php

Modified: trunk/extensions/FlaggedRevs/FlaggedRevsPage.php
===================================================================
--- trunk/extensions/FlaggedRevs/FlaggedRevsPage.php	2008-04-01 01:53:32 UTC (rev 32650)
+++ trunk/extensions/FlaggedRevs/FlaggedRevsPage.php	2008-04-01 05:00:52 UTC (rev 32651)
 <at>  <at>  -499,7 +499,7  <at>  <at> 
 				array( 'rc_patrolled' => 1 ),
 				array( 'rc_namespace' => $title->getNamespace(),
 					'rc_title' => $title->getDBKey(),
-					'rc_this_oldid <= ' . $dbw->timestamp( $rev->getId() ) ),
+					'rc_this_oldid <= ' . $rev->getId() ),
 				__METHOD__,
 				array( 'USE INDEX' => 'rc_namespace_title' ) );
 		} else {
siebrand | 1 Apr 2008 09:38
Picon
Favicon

SVN: [32652] trunk/phase3/languages/messages

Revision: 32652
Author:   siebrand
Date:     2008-04-01 07:38:52 +0000 (Tue, 01 Apr 2008)

Log Message:
-----------
Localisation updates for core messages from Betawiki (2008-04-01 09:08 CEST)

Modified Paths:
--------------
    trunk/phase3/languages/messages/MessagesAm.php
    trunk/phase3/languages/messages/MessagesAn.php
    trunk/phase3/languages/messages/MessagesAr.php
    trunk/phase3/languages/messages/MessagesAst.php
    trunk/phase3/languages/messages/MessagesBcl.php
    trunk/phase3/languages/messages/MessagesBe.php
    trunk/phase3/languages/messages/MessagesBg.php
    trunk/phase3/languages/messages/MessagesBn.php
    trunk/phase3/languages/messages/MessagesBr.php
    trunk/phase3/languages/messages/MessagesBs.php
    trunk/phase3/languages/messages/MessagesCa.php
    trunk/phase3/languages/messages/MessagesCs.php
    trunk/phase3/languages/messages/MessagesCy.php
    trunk/phase3/languages/messages/MessagesDa.php
    trunk/phase3/languages/messages/MessagesDsb.php
    trunk/phase3/languages/messages/MessagesDz.php
    trunk/phase3/languages/messages/MessagesEl.php
    trunk/phase3/languages/messages/MessagesEo.php
    trunk/phase3/languages/messages/MessagesExt.php
    trunk/phase3/languages/messages/MessagesFi.php
(Continue reading)

siebrand | 1 Apr 2008 09:46
Picon
Favicon

SVN: [32653] trunk/extensions

Revision: 32653
Author:   siebrand
Date:     2008-04-01 07:46:44 +0000 (Tue, 01 Apr 2008)

Log Message:
-----------
Localisation updates for extension messages from Betawiki (2008-04-01 09:08 CEST)

Modified Paths:
--------------
    trunk/extensions/BookInformation/BookInformation.i18n.php
    trunk/extensions/CategoryTree/CategoryTree.i18n.php
    trunk/extensions/CentralAuth/CentralAuth.i18n.php
    trunk/extensions/ChangeAuthor/ChangeAuthor.i18n.php
    trunk/extensions/CheckUser/CheckUser.i18n.php
    trunk/extensions/Cite/Cite.i18n.php
    trunk/extensions/CommentSpammer/CommentSpammer.i18n.php
    trunk/extensions/ConfirmAccount/ConfirmAccount.i18n.php
    trunk/extensions/Crosswiki/Block/CrosswikiBlock.i18n.php
    trunk/extensions/EditMessages/EditMessages.i18n.php
    trunk/extensions/EditSubpages/EditSubpages.i18n.php
    trunk/extensions/EditUser/EditUser.i18n.php
    trunk/extensions/Farmer/Farmer.i18n.php
    trunk/extensions/FlaggedRevs/FlaggedRevsPage.i18n.php
    trunk/extensions/GlobalUsage/GlobalUsage.i18n.php
    trunk/extensions/GoogleMaps/GoogleMaps.i18n.php
    trunk/extensions/Icon/Icon.i18n.php
    trunk/extensions/ImportUsers/SpecialImportUsers.i18n.php
    trunk/extensions/LinkSearch/LinkSearch.i18n.php
    trunk/extensions/LiquidThreads/Lqt.i18n.php
(Continue reading)

siebrand | 1 Apr 2008 13:10
Picon
Favicon

SVN: [32654] trunk/phase3/languages/messages/MessagesLad.php

Revision: 32654
Author:   siebrand
Date:     2008-04-01 11:10:42 +0000 (Tue, 01 Apr 2008)

Log Message:
-----------
Set Spanish as fall back language

Modified Paths:
--------------
    trunk/phase3/languages/messages/MessagesLad.php

Modified: trunk/phase3/languages/messages/MessagesLad.php
===================================================================
--- trunk/phase3/languages/messages/MessagesLad.php	2008-04-01 07:46:44 UTC (rev 32653)
+++ trunk/phase3/languages/messages/MessagesLad.php	2008-04-01 11:10:42 UTC (rev 32654)
 <at>  <at>  -9,6 +9,8  <at>  <at> 
  *  <at> author SPQRobin
  */

+$fallback = 'es';
+
 $messages = array(
 # Dates
 'april'  => 'Avril',
minuteelectron | 1 Apr 2008 15:18
Picon
Favicon

SVN: [32655] trunk/extensions

Revision: 32655
Author:   minuteelectron
Date:     2008-04-01 13:18:30 +0000 (Tue, 01 Apr 2008)

Log Message:
-----------
Committing Mibbit extension 1.0, integrates the Mibbit web IRC client into a special page.

Added Paths:
-----------
    trunk/extensions/Mibbit/
    trunk/extensions/Mibbit/Mibbit.i18n.php
    trunk/extensions/Mibbit/Mibbit.php
    trunk/extensions/Mibbit/Mibbit_body.php

Added: trunk/extensions/Mibbit/Mibbit.i18n.php
===================================================================
--- trunk/extensions/Mibbit/Mibbit.i18n.php	                        (rev 0)
+++ trunk/extensions/Mibbit/Mibbit.i18n.php	2008-04-01 13:18:30 UTC (rev 32655)
 <at>  <at>  -0,0 +1,22  <at>  <at> 
+<?php
+
+/**
+ * Internationalisation file for Mibbit extension.
+ * 
+ *  <at> addtogroup Extensions
+ */
+
+$messages = array();
+
(Continue reading)

huji | 1 Apr 2008 15:44
Picon
Favicon

SVN: [32656] trunk/phase3

Revision: 32656
Author:   huji
Date:     2008-04-01 13:44:36 +0000 (Tue, 01 Apr 2008)

Log Message:
-----------
(bug 13576) maintenance/rebuildrecentchanges.php fails

Modified Paths:
--------------
    trunk/phase3/RELEASE-NOTES
    trunk/phase3/maintenance/rebuildrecentchanges.inc

Modified: trunk/phase3/RELEASE-NOTES
===================================================================
--- trunk/phase3/RELEASE-NOTES	2008-04-01 13:18:30 UTC (rev 32655)
+++ trunk/phase3/RELEASE-NOTES	2008-04-01 13:44:36 UTC (rev 32656)
 <at>  <at>  -59,6 +59,7  <at>  <at> 
 * Image redirects are now enabled
 * (bug 13450) Email confirmation can now be canceled before the expiration
 * (bug 13490) Show upload/file size limit on upload form
+* Redesign of Special:Userrights

 === Bug fixes in 1.13 ===

 <at>  <at>  -145,7 +146,7  <at>  <at> 
 * (bug 13540) Date format in confirmation e-mail now matches message language
 * (bug 13554) PHP Notice in old pre-processor when list item is empty.
 * (bug 13556) Don't show a blank form if no image is attached in Special:Upload
-* Redesign of Special:Userrights
(Continue reading)

siebrand | 1 Apr 2008 15:57
Picon
Favicon

SVN: [32657] trunk/extensions/Mibbit

Revision: 32657
Author:   siebrand
Date:     2008-04-01 13:57:53 +0000 (Tue, 01 Apr 2008)

Log Message:
-----------
Some minor tweaks

Modified Paths:
--------------
    trunk/extensions/Mibbit/Mibbit.i18n.php
    trunk/extensions/Mibbit/Mibbit_body.php

Modified: trunk/extensions/Mibbit/Mibbit.i18n.php
===================================================================
--- trunk/extensions/Mibbit/Mibbit.i18n.php	2008-04-01 13:44:36 UTC (rev 32656)
+++ trunk/extensions/Mibbit/Mibbit.i18n.php	2008-04-01 13:57:53 UTC (rev 32657)
 <at>  <at>  -1,8 +1,7  <at>  <at> 
 <?php
-
 /**
  * Internationalisation file for Mibbit extension.
- * 
+ *
  *  <at> addtogroup Extensions
  */

 <at>  <at>  -13,10 +12,9  <at>  <at> 
  */
 $messages[ 'en' ] = array(
(Continue reading)

siebrand | 1 Apr 2008 16:03
Picon
Favicon

SVN: [32658] trunk/extensions/Translate

Revision: 32658
Author:   siebrand
Date:     2008-04-01 14:03:33 +0000 (Tue, 01 Apr 2008)

Log Message:
-----------
Add support for Mibbit

Modified Paths:
--------------
    trunk/extensions/Translate/MessageGroups.php
    trunk/extensions/Translate/Translate.php

Modified: trunk/extensions/Translate/MessageGroups.php
===================================================================
--- trunk/extensions/Translate/MessageGroups.php	2008-04-01 13:57:53 UTC (rev 32657)
+++ trunk/extensions/Translate/MessageGroups.php	2008-04-01 14:03:33 UTC (rev 32658)
 <at>  <at>  -1564,6 +1564,14  <at>  <at> 
 	);
 }

+class MibbitMessageGroup extends ExtensionMessageGroup {
+	protected $label = 'Mibbit';
+	protected $id    = 'ext-mibbit';
+
+	protected $arrName     = 'messages';
+	protected $messageFile = 'Mibbit/Mibbit.i18n.php';
+}
+
 class MicroIDMessageGroup extends ExtensionMessageGroup {
(Continue reading)


Gmane