Michael Peter Christen
d181b9e89b
added deleted files from commit 254f12d60b
which are still needed and had been linked outside of yacy/ui
4 months ago
Michael Peter Christen
910a496c9f
replaced http links with https
4 months ago
luccioman
bdd6ec3fff
Fetch result pages one by one when scrolling in portal search widget
...
To prevent unnecessary load and items retrival errors on backend
6 years ago
luccioman
b46dc4fc94
Fixed portal search widget results favicon url
6 years ago
luccioman
fa96637a84
Configured local peer as default portal search widget backend
...
Rather than relying on a peer eventually deployed on search.yacy.net
6 years ago
luccioman
44efb2f868
Removed implicit global JavaScript variables from portal search widget
6 years ago
luccioman
79643c40bf
Limit search API calls rate when typing in the search portal widget
6 years ago
luccioman
74fec066f4
Converted more URLs to pure relative ones.
...
Easier YaCy peer configuration behind a reverse proxy subfolder : no
need for the reverse proxy to rewrite HTML links or URLs in css files.
Tested on Debian Jessie with an apache2 reverse proxy.
See related mantis issues http://mantis.tokeek.de/view.php?id=106 and
http://mantis.tokeek.de/view.php?id=701
8 years ago
luc
480772c070
Fixed json search results from commit "Improved URLLicence reliability"
9 years ago
reger
70bb3d1b38
update target url for yacy-portalsearch.html to search.yacy.net (peer yacportalsearch2014)
...
(old www.yacy-suche.de not reacheable)
10 years ago
Michael Peter Christen
f4172cbb3d
fix for another XSS bug
11 years ago
Michael Peter Christen
342ba1049b
- callback fix
...
- memory allocation problem in RowCollection: if memory is too low, do
not to try to increase by 1 because this leads to very long execution
time and at the end to the same OOM as if we allocate the memory at the
moment we need it even if the resource observer states that this memory
is not there. To compensate this, the increase size is reduced.
12 years ago
Michael Peter Christen
35fa718b77
testing to use solr for portalsearch caused some bugfixing but no full
...
success: try to comment out the solr search request in
yacy-portalsearch.js
12 years ago
Michael Peter Christen
14cceb6b17
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
...
Conflicts:
htroot/IndexFederated_p.html
source/net/yacy/cora/federate/solr/YaCySchema.java
source/net/yacy/peers/Protocol.java
source/net/yacy/search/Switchboard.java
source/net/yacy/search/index/Segment.java
also moved portalsearch-dev to yacy-portalsearch to be able to fix
problems with new attachment to solr of the search widget
12 years ago
Michael Peter Christen
0d32a766ed
relax verify attribute for search widget to make it faster:
...
set to "cacheonly"
13 years ago
apfelmaennchen
5f7dbe1c42
- some refactoring (ymarks)
...
- improvement for autotagger (is now able to create/detect multi word tags e.g. 'open source')
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8031 6c8d7289-2bf4-0310-a012-ef5d649a1542
13 years ago
apfelmaennchen
2f03186252
- small bug fix
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8030 6c8d7289-2bf4-0310-a012-ef5d649a1542
13 years ago
apfelmaennchen
1e55e50c49
- removed unused code from search widget
...
- added more comments for documentation
- ALT key now submits global search
- various smaller bug fixes
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8029 6c8d7289-2bf4-0310-a012-ef5d649a1542
13 years ago
apfelmaennchen
f0820a9d02
- more improvements for search widget (portalsearch)
...
- added proper error handling
- greatly increased robustness
- greatly increased usability of navigators
- some smaller speed improvements
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8028 6c8d7289-2bf4-0310-a012-ef5d649a1542
13 years ago
apfelmaennchen
9067ab20b2
- included missing image for portalsearch.tar.gz in build.xml
...
- compressed (minify) yacy-portalsearch.js for better performance
- removed language selector, as it doesn't work really well (at least for me)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8026 6c8d7289-2bf4-0310-a012-ef5d649a1542
13 years ago
apfelmaennchen
c7d117505c
- portalsearch.js some fixes for paths, when remote loading method is used
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8025 6c8d7289-2bf4-0310-a012-ef5d649a1542
13 years ago
apfelmaennchen
a90a72a76b
- some smaller changes to search widget
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8024 6c8d7289-2bf4-0310-a012-ef5d649a1542
13 years ago
apfelmaennchen
a425fbd8d6
- created new target 'portalsearch' in build.xml to generate yacy-portalsearch.tar.gz for static hosting
...
- some refactoring for search widget and jquery
- update for ConfigLiveSearch.html to refelct latest changes
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8023 6c8d7289-2bf4-0310-a012-ef5d649a1542
13 years ago