orbiter
b1630e73c8
addition to fix 3983
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3985 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
6071668c3b
better error message in case that a mime type cannot be found.
...
see also http://forum.yacy-websuche.de/viewtopic.php?f=6&t=132&p=587#p587
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3984 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
d477773fa3
fix for b/w color mode in BMP parser http://forum.yacy-websuche.de/viewtopic.php?f=6&t=180&hilit=&p=942#p942
...
see also
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3983 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
9099ea0c88
addition to svn 3979
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3982 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
3cacb3bc95
fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=168#p861
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3981 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
12b8457893
removed svnRevNr jar, (checked in by mistake) this is created automatically
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3980 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
d3f6386648
fix for IE display problem on Status.html
...
see also http://forum.yacy-websuche.de/viewtopic.php?f=6&t=163&hilit=&p=939#p939
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3979 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
78792893c7
fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=168
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3978 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
e7a99d765e
fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=171
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3977 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
8191ed888b
remove of unused lib
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3976 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
cf70a72c76
remove of unused lib
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3975 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
b99eac4d1e
remove of unused lib
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3974 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
0fb202b476
remove of unused lib
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3973 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
813047775c
remove of unused lib
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3972 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
03847bebc1
removed unused libs
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3971 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
9da0e53fe8
repaired rss feed reader
...
- removed old rss parser
- removed unused rss parser libraries
- added new rss reader
- added previously removed FeedReader_p.java and adopted it to new rss parser
- adopted parser interface for rss indexing to new rss parser
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3970 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
26ddf797eb
added bmp and ico image format to all parser/viewing methods
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3969 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
5444b07674
fixed bug with decompression of index abstracts
...
this fixes a problem that occurred when searching for several words
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3968 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
924ae39170
replaced old map loading method with new implementation which is more robust against change of line termination methods
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3967 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
ac7b6b9c10
added a default favicon for search results from domains that do not have a favicon
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3966 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
89e1848db6
fixed problem with favicons:
...
target servers had been able to see search words from the referrer of the favicon fetch.
This has been removed by using the getImage - servlet for favicon fetch.
Since java does not support loading of bmp and ico-Images, such parsers had been added.
The image parser had been coded from their original microsoft documentation.
This influences also the image-search functionality: there can now be a preview
of found bmp-images. Another benefit: favicons for search results are now cached with the HTCACHE.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3965 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
d95a06e2e4
*) cosmetics: fixed a typo
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3964 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
98b97161d3
fix for uncatched news record exception
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3963 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
7c5c814a47
- simplified code (removed exception handling where not necessary)
...
- added confirmation dialog for shutdown and restart
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3962 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
a4e8ad95ab
enhancements to news and switchboard queue processing
...
removed direct access and replaced by iteration
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3961 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
a45216b479
fix to prevent bad-formed news messages
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3960 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
bec4dbc753
added options and execution methods for automated updates
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3959 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
527b3decde
- re-sructuring of configuration menus
...
- added new system update configuration page
- moved system update from status page to system udate page
- moved shutdown and restart from status page to main menu
- added new configuration properties to yacy.init (not yet actively used)
- added some methods to handle new automatic update process
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3958 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
4968556668
- fix for broken news queue during iteration
...
- enhancement for searching special news (usage of new iterator)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3957 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
1ea5fa2c04
*) Changed a comment to get rid of this message:
...
[javac] /home/low012/subversion/yacy/trunk/source/de/anomic/http/httpc.java:1117: warning: unmappable character for encoding UTF8
[javac] // if download == null, the get result is stored to a byte[]�and returned,
*) Changed broken link (see: http://forum.yacy-websuche.de/viewtopic.php?t=128 )
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3956 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
5702257a5f
fix for elementCount bug when db was reset
...
possible solution for http://forum.yacy-websuche.de/viewtopic.php?f=5&t=124&hilit=
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3955 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
208b5297f1
enhanced handling of news records:
...
result is a speedup of Surftips, Supporter, and Network page
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3954 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
f40566f9bb
separate YaCy networks:
...
- added server-side network unit identification
- added server-side network access authorization
- enhanced client-side network authentification essentials generation
- implemented first peer-peer salted-magic authentification method
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3953 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
a9e73b6852
fixed great mess with localization paths. the problem was:
...
automatic re-translation after update did not work. hopefully now
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3952 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
53266e6497
does not belong to yacy, just a test file (committed by mistake)
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3951 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
36a37f758b
fix for oom exception during release download
...
see http://forum.yacy-websuche.de/viewtopic.php?f=6&t=101&hilit=
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3950 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
daburna
4b3a7b9261
- updated translation
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3949 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
3421c64d26
implemented update function:
...
after downloading a release using the download button on the status page
the user can choose any of the downloaded versions for a update.
this enables also a downgrade to a older version.
when the update button is pushed, yacy terminates, installes the choosen version
and restarts
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3948 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
21fabe259b
another fix to the restart function; now tested under linux
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3947 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
2158f83d43
*) cosmetics, changed a character to get rid of "warning: unmappable character for encoding UTF8" during compilation
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3946 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
51800539b2
*) changed regex that is created for crawling filter (see http://forum.yacy-websuche.de/viewtopic.php?t=83 )
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3945 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
28baecd41b
another fix for the concurrentModificationException in AccessTracker
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3944 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
84be912e90
fix for null pointer exception that occurred when missing user-agent in request header
...
see also http://forum.yacy-websuche.de/viewtopic.php?f=6&t=78&hilit=
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3943 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
c1aad9e508
added parameter for network graphic background
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3942 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
19786b73b6
next try for a better restart
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3941 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
michitux
110a1a2b16
- fixed the handover of the searchterm and -type on index.html when the user clicks on "more options..."
...
- some small changes to make index.html and the menu valid XHTML 1.0 strict
- changed the inconsistent eol - characters in index.html to unix-ones
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3940 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
08d5db6bb4
next try to fix the restart
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3939 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
2ff94b2fb4
another try to fix the restart on linux (it works on mac)
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3938 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
c5c268c43e
tried to fix restart button
...
** kann das mal jemand auf seiner linux-platform testen **
** und feed-back geben ob der restart funktionier ? **
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3937 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
e03fcf4627
SSI fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=29
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3936 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago