[geeklog-cvs] geeklog: Links plugin: When URL rewriting is enabled, return rew...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Nov 7 13:37:43 EST 2009


changeset 7453:825540f1937d
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/825540f1937d
user: Dirk Haun <dirk at haun-online.de>
date: Sat Nov 07 18:31:22 2009 +0100
description:
Links plugin: When URL rewriting is enabled, return rewritten URLs for search results

diffstat:

 plugins/links/functions.inc |  1 +
 public_html/docs/history    |  4 ++++
 2 files changed, 5 insertions(+), 0 deletions(-)

diffs (25 lines):

diff -r 3026a81e17b7 -r 825540f1937d plugins/links/functions.inc
--- a/plugins/links/functions.inc	Sat Nov 07 18:26:27 2009 +0100
+++ b/plugins/links/functions.inc	Sat Nov 07 18:31:22 2009 +0100
@@ -382,6 +382,7 @@
     $search->setFTSQL($ftsql);
     $search->setRank(3);
     $search->setAppendQuery(false);
+    $search->setURLRewrite(true);
 
     return $search;
 }
diff -r 3026a81e17b7 -r 825540f1937d public_html/docs/history
--- a/public_html/docs/history	Sat Nov 07 18:26:27 2009 +0100
+++ b/public_html/docs/history	Sat Nov 07 18:31:22 2009 +0100
@@ -16,6 +16,10 @@
 
 - Updated Hebrew language files, provided by LWC
 
+Links Plugins
+-------------
+- When URL rewriting is enabled, return rewritten URLs for search results [Dirk]
+
 Static Pages Plugin
 -------------------
 - Fixed use of wrong CSS class for the entries for the What's New block [Tom]



More information about the geeklog-cvs mailing list