Commit Graph

3112 Commits

Author SHA1 Message Date
orbiter
7598e1243e removed unused variables/imports
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3306 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-31 09:28:47 +00:00
hydrox
27e4429645 *) fixed minimizeurldb-function
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3305 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-31 09:22:22 +00:00
orbiter
47ab83a7c0 added flag for YaCyHop - proxy access for all paths that start with /yacy/
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3304 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-31 00:09:51 +00:00
karlchenofhell
9f74b128dd - added many more commented constants (please use constants rather than i.e. config-setting strings directly)
- not all constants may be located correctly in the switchboard. Please relocate if you know the appropriate place for them

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3303 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-30 14:18:35 +00:00
orbiter
e4910f03d1 tag storage fix
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3302 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-30 11:52:15 +00:00
allo
c70dd35aed another safeXML Fix
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3301 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-30 10:48:42 +00:00
allo
ec52c98ab0 fix for http://www.yacy-forum.de/viewtopic.php?p=30823#30823
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3300 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-30 05:29:44 +00:00
orbiter
991182b29b more space for bookmarks
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3299 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-30 00:20:03 +00:00
orbiter
88fa764b64 implemented new kelondroObjects into bookmarkDB
- Bookmark-Objects are stored inside the kelondroObjects cache
- removed superfluous classes

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3298 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-30 00:17:55 +00:00
orbiter
9c05e2a820 re-design ob kelondroMap
- this class is replaced by an object that can hold any type of object
- this object must be defined as a class that implements kelondroObjectsEntry
- the kelodroMap is now implemented as kelondroMapObjects

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3297 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-29 23:51:10 +00:00
daburna
214a18dea7 *added translation for
-BlacklistCleaner_p.html

*some small changes

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3296 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-29 21:09:22 +00:00
allo
669c21db05 first version of abstracted kelondroMap Cache.
get returns a kelondroCachedObject(or in most cases a subclass of it),
or a map, which can be used to construct a kelondroCachedObject.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3295 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-29 19:10:55 +00:00
orbiter
2de9d73702 - added Skype nick to peer profile
- reversed remote/local search statistics table order (latest first)
- fixed bug in remote search tracker

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3294 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-29 15:39:05 +00:00
allo
98cb777e18 abstract wikiCode in putWiki
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3293 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-29 15:09:58 +00:00
orbiter
f25c0e98d1 - replaced String by StringBuffer in condenser
- added CamelCase parser in condenser
- added option to switch on or off indexing for proxy

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3292 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-29 01:11:22 +00:00
allo
14f2068daf some more bookmark changes towards multiuser bookmarks
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3291 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-28 17:38:43 +00:00
karlchenofhell
6d60b47706 - missing sub-menu in Blacklist-template
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3290 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-28 16:31:18 +00:00
karlchenofhell
1bfd779879 - fix for last fix
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3289 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-28 12:37:24 +00:00
karlchenofhell
c83b156120 - fix for use of Java 1.5 methods (eclipse is crap)
- added two more test-cases for blacklist cleaner

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3288 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-28 12:25:53 +00:00
low012
cd86e7813a *) Changed yacysearch.html to yacysearch.rss because A9 does not accept html (anymore?).
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3287 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-28 11:49:54 +00:00
karlchenofhell
f88487e964 - added servlet to clean blacklists (find & delete invalid entries)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3286 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-27 23:30:58 +00:00
orbiter
b123a404b0 added mime types
added peer name in search statistics

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3285 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-27 23:24:18 +00:00
allo
25c7d4e25e fix for form (cookie) login
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3284 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-27 17:22:49 +00:00
allo
16aa66bf3d fix for promoteSearchPageString
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3283 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-25 15:49:34 +00:00
low012
2953df8d86 *) Added http://sam-daheim.de/seed.txt again, since it seems to have been down for a short time only.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3282 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-24 13:34:59 +00:00
low012
60b4f8c069 *) changed http://www-public.tu-bs.de:8080/~y0018680/seed.txt to new location
*) deleted http://sam-daheim.de/seed.txt ==> server unreachable


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3280 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-24 01:08:46 +00:00
daburna
f7adc9c913 *added translation for
-LogStatistics_p.html

(hat jemand eine passende Übersetzung hierfür: 
Tried to create left child node twice
Tried to create right child node twice)

*some small changes

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3279 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-23 20:42:14 +00:00
netbude
8ca317f39d Some XHTML warnings fixed. WatchCrawler_p.html is now valide.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3278 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-23 15:35:36 +00:00
allo
769c3f1249 set owner to new bookmarks.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3275 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-23 10:42:25 +00:00
allo
ff79c52fc0 bookmark users can now edit bookmarks.
TO COME: tag bookmarks with username, list bookmarks of a special user, filter private bookmarks for users.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3274 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-23 10:24:26 +00:00
theli
49972b6193 *) SOAP: getPeerHash returns the proper value now
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3273 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-23 09:47:13 +00:00
karlchenofhell
9025ac1385 - reverted yacy.jsmooth (svn operates in an interesting way sometimes...)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3270 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-21 15:38:56 +00:00
theli
3885baf43a git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3267 6c8d7289-2bf4-0310-a012-ef5d649a1542 2007-01-21 14:55:56 +00:00
theli
2755e7529e *) jsmooth file for yadmin exe wrapper
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3266 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-21 14:47:43 +00:00
karlchenofhell
15f0334cd3 - fixed IllegalThreadStateException in LogParser
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3265 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-21 14:45:52 +00:00
allo
f40169fcd7 preparing multiuser bookmarks
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3256 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-19 19:42:50 +00:00
netbude
6d6a783ddf element oriented reorganisation
see also: http://www.yacy-forum.de/viewtopic.php?t=3417

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3255 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-19 15:42:37 +00:00
hydrox
814a09a0ed *) reversed r3250 and parts of r3252 (nanotime() is an java1.5 function)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3253 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-19 11:10:57 +00:00
karlchenofhell
d311e258f8 - adjusted LogStatistics to nano-seconds
- removed patches of SVNs 3184/3185 preventing fast DHT

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3252 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-19 10:39:22 +00:00
orbiter
8369b2bd5a fix for surf tip bug
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3251 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-19 09:35:08 +00:00
hydrox
f7623f5d24 *) added missing measuring points for Parser-Runtime
*) changed precision of Parser-Runtime from ms to ns

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3250 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-19 09:25:04 +00:00
orbiter
f3f99b19c6 extended search statistics
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3249 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-19 01:45:29 +00:00
orbiter
c0851ee943 refactoring: moved and renamed de.anomic.data.searchResults to plasma package
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3248 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-19 00:38:03 +00:00
allo
979656f09c fix broken voteURLs && use nice Templates for voteURLs
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3247 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-18 16:53:31 +00:00
allo
fbe7815eec demo thumbnailer
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3246 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-18 15:23:07 +00:00
allo
df4fe259c9 support for external Thumbnailers.
TODO: Mimetype fix
TODO: Demo Thumbnailer


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3245 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-18 14:43:35 +00:00
allo
c39dda2374 finished refactoring of searchtemplates.
now plasmaSwitchboard.searchFromLocal calculates a searchResults structure,
which is parsed in the yacysearch/detailedSearch Servlets.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3244 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-18 10:42:36 +00:00
allo
35039982da refactoring of search process: store results in a searchResults structure. At the moment, its just stored in it, and read from it again.
Next step: return searchResults instead of serverObjects, and parse the results in the servlets.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3241 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-18 07:41:15 +00:00
orbiter
76fab83395 fixed bugs in seach statistics
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3240 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-18 00:26:16 +00:00
karlchenofhell
139810d504 - truncate attributes of new newsRecords if too long
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3239 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-17 23:45:53 +00:00