reger
d781fcd809
Merge origin/master
11 years ago
reger
91bd384cf6
fix input-group layout on index.html
...
see bug http://mantis.tokeek.de/view.php?id=391
11 years ago
sixcooler
b8cee9b7d8
remove tables from tabletracker on close to avoid lots of dead entrys in
...
/PerformanceMemory_p.html
11 years ago
reger
1600414450
fix NPE on continuing crawls after YaCy restart
...
(Agent is then nulll)
11 years ago
orbiter
c600d5d144
Merge branch 'master' of git@gitorious.org:yacy/rc1.git
11 years ago
Marc Nause
0d88f292dc
Key for parameter "blacklist name" is "list" in all servlets now.
11 years ago
Michael Peter Christen
dc3159df17
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
reger
80e0ee92e5
adjust search page layout - search box to current style
11 years ago
reger
a81dfc27eb
remove obsolet css class bookmarkfieldset
11 years ago
Michael Peter Christen
229f2248b8
added configuration option for maxmimum load and minimum ram for
...
postprocessing
11 years ago
orbiter
f15c832587
Merge branch 'master' of git@gitorious.org:yacy/rc1.git
11 years ago
Michael Peter Christen
0898f0be17
input-group for main search input window
11 years ago
Michael Peter Christen
9bb616d778
enhanced HostBrowser buttons and fixed text input alignment
11 years ago
Michael Peter Christen
4a818ad72c
fix for strange fail reason
11 years ago
Michael Peter Christen
a2fba6584f
use submitted default userAgent if cloning a crawl
11 years ago
Marc Nause
e0822fa008
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
Marc Nause
c97da1a0d8
First draft of a blacklist API.
11 years ago
reger
312972c586
add display filter (active/disabled) to IndexSchema_p.html config
...
for easier overview of schema fields
11 years ago
Michael Peter Christen
d4f65833a1
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
Michael Peter Christen
c1c1be8f02
fix for slow crawling and better logging in balancer
11 years ago
Michael Peter Christen
3acf416335
npe fix
11 years ago
Michael Peter Christen
7d37e74b44
fix to menu colours
11 years ago
Michael Peter Christen
3d5e354471
small changes to search headline colour
11 years ago
Michael Peter Christen
d79d7dde55
fix for result display
11 years ago
Michael Peter Christen
362c988c05
design fixes to better use the new colours
11 years ago
Michael Peter Christen
71efc76170
new default skin pdbootstrap which keeps the design shapes but slightly
...
changes the colours to match with bootstrap colours
11 years ago
Michael Peter Christen
bbadccbd8d
better buttons
11 years ago
reger
2eb7682772
add html5 audio/video <source> tag to html content scraper
...
- <source src=.. type=..> tag content is added to embed collection
11 years ago
Michael Peter Christen
a9963d5c95
bootstrap update
11 years ago
Michael Peter Christen
b2bbb9a0b5
Merge branch 'master' of gitorious.org:yacy/icewindxs-rc1
11 years ago
reger
0b6db04e40
fix contentscraper img height/width parsing
...
prevent numberformat exception on common "100px" property
- include in test case
11 years ago
malykhin.dmitry
37424b0c42
Update russian translation
11 years ago
reger
4e57000a40
remove redundant javascript & id in index.html
...
to set focus to query field in IE11
11 years ago
reger
ffc5b75c73
optimize and fix lat / lon assignment
11 years ago
reger
9313447de2
reimplement tighter lat/lon calc in URIMetadataNode
...
from old MetadataRow, considering http://mantis.tokeek.de/view.php?id=272
11 years ago
reger
d812f80784
add exit proxy link to UrlProxy
...
on proxied pages a link to exit proxy is added to top of page.
Link text can be configured in web.xml init-parameter (see default/web.xml). If missing no link is displayed.
11 years ago
reger
78d08998db
throw MalformedURLException on unknown protocol
...
on other than the supported http https ftp file smb \\ mailto
11 years ago
reger
bb8181b2be
fix: resolve url without path but searchpart
...
e.g. http://yacy.net?q=test was resolved as host "yacy.net?q=test" now host="yacy.net" path="/"
fixes http://mantis.tokeek.de/view.php?id=47
added test case for getHost
11 years ago
orbiter
a3542f29b4
npe fix
11 years ago
orbiter
c48d2a2a02
npe fix
11 years ago
reger
121d25be38
recover sax fatal error on OAI-PMH import of xml with entity error
...
this allows to continue loading next resumptionToken even if import file caused sax parser error
fix http://mantis.tokeek.de/view.php?id=63
11 years ago
reger
81dc2aa536
add current css to HTMLResponseWriter to fix metadata view
...
(using css from metas.template except js links)
11 years ago
orbiter
2fd8a0ead6
Merge branch 'master' of git@gitorious.org:yacy/rc1.git
11 years ago
orbiter
8e5ce7cd51
fixed a situation where finished crawls had not been detected.
11 years ago
orbiter
c6f0bd05f8
better removal of stored urls when doing a crawl start
11 years ago
orbiter
2f63bd0261
enhanced Host Balancer strategy: fair round robin
11 years ago
orbiter
0c88a32c36
do not apply lazy value instantiation for numeric or boolean values
...
because that is misleading and confusing in case of 0- or false-values
and may cause NPEs in retrieval functions.
11 years ago
orbiter
8e04030596
in case of short memory, do not cut down robinson peers to 1, just
...
reduce by 50%
11 years ago
reger
86f6975edc
exclude html tags in in/outboundlinks_anchortext_txt parsed text
...
- some outboundlinks_anchortext_txt in index contain e.g. <span>text</span> or more tags,
remove all tags for text property (inline img tags are still parsed)
- added test case for above (to htmlParserTest)
- fix solr test case
11 years ago
orbiter
469e0a62f1
added new button to terminate all crawls
11 years ago