Revision: 46290
Author:   brion
Date:     2009-01-26 21:53:19 +0000 (Mon, 26 Jan 2009)

Log Message:
-----------
Revert r45343 "(bug 16659) Prettify permalinks. Just use ?oldid=x" for now.
This hasn't been very popular so far; pulling it back pending further 
discussion (as on bug)

Modified Paths:
--------------
    trunk/phase3/includes/SkinTemplate.php

Modified: trunk/phase3/includes/SkinTemplate.php
===================================================================
--- trunk/phase3/includes/SkinTemplate.php      2009-01-26 21:22:47 UTC (rev 
46289)
+++ trunk/phase3/includes/SkinTemplate.php      2009-01-26 21:53:19 UTC (rev 
46290)
@@ -880,10 +880,9 @@
 
                        // Also add a "permalink" while we're at it
                        if ( $this->mRevisionId ) {
-                               global $wgScript;
                                $nav_urls['permalink'] = array(
                                        'text' => wfMsg( 'permalink' ),
-                                       'href' => 
"{$wgScript}?oldid={$this->mRevisionId}"
+                                       'href' => $wgTitle->getLocalURL( 
"oldid=$this->mRevisionId" )
                                );
                        }
 



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

Reply via email to