robertplummer | 15 Jun 2012 22:52
Picon

[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[41971] trunk/lib

Revision: 41971
          http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=41971&view=rev
Author:   robertplummer
Date:     2012-06-15 20:52:59 +0000 (Fri, 15 Jun 2012)
Log Message:
-----------
[ENH] Refactor how highlight and metadata dialog are integrated.  Now both textlink and forwardlink use
the same method, so 1 change = 2
[FIX] We do not need url hash anymore
[FIX] turn off pagelookup for now

Modified Paths:
--------------
    trunk/lib/core/Feed/ForwardLink/Metadata.php
    trunk/lib/core/Feed/ForwardLink/PageLookup.php
    trunk/lib/core/Feed/ForwardLink/Search.php
    trunk/lib/core/Feed/ForwardLink/Send.php
    trunk/lib/core/Feed/ForwardLink.php
    trunk/lib/wiki-plugins/wikiplugin_textlink.php

Modified: trunk/lib/core/Feed/ForwardLink/Metadata.php
===================================================================
--- trunk/lib/core/Feed/ForwardLink/Metadata.php	2012-06-15 20:49:15 UTC (rev 41970)
+++ trunk/lib/core/Feed/ForwardLink/Metadata.php	2012-06-15 20:52:59 UTC (rev 41971)
 <at>  <at>  -39,13 +39,10  <at>  <at> 
 		$this->href = TikiLib::tikiUrl() . 'tiki-index.php?page=' . $page;
 	}

-	static function pageTextLink($page, $data, $hash)
+	static function pageTextLink($page, $data)
(Continue reading)


Gmane