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

Revision: 65364
Author:   tstarling
Date:     2010-04-21 09:52:45 +0000 (Wed, 21 Apr 2010)

Log Message:
-----------
MFT r64802, bug 23113: Fixed title in the show/hide links on diff pages.

Modified Paths:
--------------
    branches/REL1_16/phase3/RELEASE-NOTES
    branches/REL1_16/phase3/includes/diff/DifferenceInterface.php

Property Changed:
----------------
    branches/REL1_16/phase3/includes/api/
    branches/REL1_16/phase3/includes/diff/

Modified: branches/REL1_16/phase3/RELEASE-NOTES
===================================================================
--- branches/REL1_16/phase3/RELEASE-NOTES       2010-04-21 09:50:48 UTC (rev 
65363)
+++ branches/REL1_16/phase3/RELEASE-NOTES       2010-04-21 09:52:45 UTC (rev 
65364)
@@ -45,6 +45,7 @@
 * Fixed bugs in the [[Special:Userlogin]] and [[Special:Emailuser]] handling of
   invalid usernames.
 * Fixed sorting in [[Special:Allmessages]]
+* (bug 23113) Fixed title in the show/hide links on diff pages
 
 === Changes since 1.16 beta 1 ===
 


Property changes on: branches/REL1_16/phase3/includes/api
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/REL1_15/phase3/includes/api:51646
/branches/sqlite/includes/api:58211-58321
/branches/wmf-deployment/includes/api:53381,59952
/trunk/phase3/includes/api:63549,63764,63897-63901
   + /branches/REL1_15/phase3/includes/api:51646
/branches/sqlite/includes/api:58211-58321
/branches/wmf-deployment/includes/api:53381,59952
/trunk/phase3/includes/api:63549,63764,63897-63901,64454


Property changes on: branches/REL1_16/phase3/includes/diff
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/REL1_15/phase3/includes/diff:51646
/branches/sqlite/includes/diff:58211-58321
/branches/wmf-deployment/includes/diff:53381
/trunk/phase3/includes/diff:63549,63764,63897-63901,64802

Modified: branches/REL1_16/phase3/includes/diff/DifferenceInterface.php
===================================================================
--- branches/REL1_16/phase3/includes/diff/DifferenceInterface.php       
2010-04-21 09:50:48 UTC (rev 65363)
+++ branches/REL1_16/phase3/includes/diff/DifferenceInterface.php       
2010-04-21 09:52:45 UTC (rev 65364)
@@ -395,8 +395,8 @@
                        } else {
                                $query = array(
                                        'type'   => 'revision',
-                                       'target' => 
$this->mOldRev->mTitle->getPrefixedDbkey(),
-                                       'ids'    => $this->mOldRev->getId()
+                                       'target' => 
$rev->mTitle->getPrefixedDbkey(),
+                                       'ids'    => $rev->getId()
                                );
                                $link = $sk->revDeleteLink( $query,
                                        $rev->isDeleted( 
Revision::DELETED_RESTRICTED ), $canHide );



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

Reply via email to