From abbf487023e3a45703eb63943e22f46673ea8af0 Mon Sep 17 00:00:00 2001
From: reger
Date: Sun, 29 Dec 2013 20:14:10 +0100
Subject: [PATCH 1/3] fix QueryGoal Image query (missing space) see query log
example .. url_file_ext_s:(jpg OR png OR gif) ORcontent_type:(image/*)) ..
---
source/net/yacy/search/query/QueryGoal.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/net/yacy/search/query/QueryGoal.java b/source/net/yacy/search/query/QueryGoal.java
index 9bd4f9377..5ae21723e 100644
--- a/source/net/yacy/search/query/QueryGoal.java
+++ b/source/net/yacy/search/query/QueryGoal.java
@@ -345,7 +345,7 @@ public class QueryGoal {
// add filter to prevent that results come from failed urls
q.append(CollectionSchema.httpstatus_i.getSolrFieldName()).append(":200").append(" AND (");
q.append(CollectionSchema.images_urlstub_sxt.getSolrFieldName()).append(":[* TO *] OR ");
- q.append(CollectionSchema.url_file_ext_s.getSolrFieldName()).append(":(jpg OR png OR gif) OR");
+ q.append(CollectionSchema.url_file_ext_s.getSolrFieldName()).append(":(jpg OR png OR gif) OR ");
q.append(CollectionSchema.content_type.getSolrFieldName()).append(":(image/*))");
// parse special requests
From e03c9306e8e4066b55b7d4ec00e9d8c69eff3edb Mon Sep 17 00:00:00 2001
From: reger
Date: Sun, 29 Dec 2013 23:16:20 +0100
Subject: [PATCH 2/3] include install/uninstallYaCyWindowsService.bat as
wrappers to copy
---
build.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/build.xml b/build.xml
index 108fee6e4..bd653b54d 100644
--- a/build.xml
+++ b/build.xml
@@ -357,6 +357,8 @@
+
+
From dd8ea0cdd670868a33d05b77d1c6fff671483b99 Mon Sep 17 00:00:00 2001
From: reger
Date: Mon, 30 Dec 2013 20:03:59 +0100
Subject: [PATCH 3/3] fix "add to blacklist" button style in IndexControlRWIs_p
- added default filename filter to select field (as only addition to *.black
list is permanent)
- modified Blacklist_p header/legend to show all active blacklists
(to support understanding that all configured lists are active)
- removed obsolete code in Blacklist_p servlet
---
htroot/Blacklist_p.html | 11 +++--
htroot/Blacklist_p.java | 43 -------------------
htroot/IndexControlRWIs_p.html | 4 +-
htroot/IndexControlRWIs_p.java | 3 +-
locales/de.lng | 6 +--
source/net/yacy/peers/Protocol.java | 4 +-
source/net/yacy/search/query/SearchEvent.java | 2 +-
7 files changed, 17 insertions(+), 56 deletions(-)
diff --git a/htroot/Blacklist_p.html b/htroot/Blacklist_p.html
index dc2440f21..b12af348d 100644
--- a/htroot/Blacklist_p.html
+++ b/htroot/Blacklist_p.html
@@ -26,11 +26,14 @@
You may also provide your blacklist to other peers by sharing them; in return you may
collect blacklist entries from other peers.
-
Active list: #(disabled)##[currentBlacklist]#::No blacklist selected#(/disabled)#