Commit Graph

269 Commits (4a54b247037692998e1013a7655ea66da3a4c37e)

Author SHA1 Message Date
Michael Peter Christen 6fc5400f91 added a tooltip for search navigation to mention that search pages can
12 years ago
sixcooler f64e78497a fix for reload-feature in Crawler_p
13 years ago
cominch a120ef660b RDF demo servlet
13 years ago
Michael Peter Christen 638390930d another patch to fix the Crawler_p layout
13 years ago
Michael Peter Christen c846e9ca14 redesign of the crawler monitor page: show crawled pages instead of
13 years ago
Michael Peter Christen 08dcf3e5d1 hack to get all results if the actual number is between 10 and 64
13 years ago
Michael Peter Christen f8cd57c92f new indexing strategy: ALL links that appear anywhere are indexed, not
13 years ago
Michael Peter Christen fa7b3481b3 better navigation in file search: less results by first try, but much
13 years ago
Michael Peter Christen 6e51a00a2f Revert "fix for page navigation: show only as much pages as are available for given navigation constraints, not as given by total results size"
13 years ago
Michael Peter Christen 73f5a9e8b3 fix for page navigation: show only as much pages as are available for
13 years ago
Michael Peter Christen 9ad1d8dde2 complete redesign of crawl queue monitoring: do not look at a
13 years ago
apfelmaennchen c7f88f3fd1 fix for http://bugs.yacy.net/view.php?id=101 - the default crawl
13 years ago
Michael Peter Christen f214f6ebb4 added no-load queues to the crawler monitor
13 years ago
Michael Christen 1cf0f35621 the link to the path shall be the path
13 years ago
apfelmaennchen 77317a88e0 Added nice jquery tagsinput to bookmarks dialog - similar to delicious.com ;-)
13 years ago
orbiter 9b0879c184 added a hint that the interactive search is only searching in the local index
13 years ago
orbiter 5b2e68b60d fixed page navigation counter
13 years ago
apfelmaennchen 77a080ced9 smaller fixes for YMarks
13 years ago
apfelmaennchen dd1482aaf5 further update to YMarks
13 years ago
apfelmaennchen 564374d1fe - included YMarks in addition to old bookmarks in yacysearchitem.html; don't get confused by the old bookmark dialog, the ymark is automatically added silently beforehand.
13 years ago
apfelmaennchen 6287c2b4a9 YMarks:
13 years ago
apfelmaennchen 5581be12fb YMarks:
13 years ago
apfelmaennchen a3eebfdcba YMarks:
13 years ago
apfelmaennchen 4f95f72124 YMarks:
13 years ago
apfelmaennchen a8dfe787ed - updated to jquery flexigrid 1.1
13 years ago
orbiter f8b8c82421 - refactoring of getpageinfo_p.xml (moved out of util)
13 years ago
orbiter ff32469272 added a link to /api/util/getpageinfo_p.xml as API to crawl start info and to ViewFile.html
13 years ago
apfelmaennchen 5f7dbe1c42 - some refactoring (ymarks)
13 years ago
orbiter 2adc30d335 suppressing size if size unknown
13 years ago
orbiter b5b09b329c BOOSTED the image search function. The result page now shows the images as embedded image link from the original source and not from the
13 years ago
orbiter 30d340563e fix in result count display
13 years ago
orbiter e48ce5d80e - style change for search box: larger font, selected by default
13 years ago
orbiter b0b4886618 try to avoid the unresolved pattern in search result
13 years ago
orbiter 656286347e fix for javascript error during search (not ready yet)
13 years ago
orbiter 0229029dcf a bit protection against search result bugs in interactive search
13 years ago
orbiter ca09081341 better interaction
13 years ago
orbiter 8e03b8ee8b better integration of server list in interactive search
13 years ago
orbiter 594d8f546a #cccamp11 maintenance fix: anons may find up to 1000 items in interactive search (was: 100)
13 years ago
orbiter 115abc8917 - more attributes for search progress bar
14 years ago
orbiter fcd4b03892 show progress of search after display of results is finished
14 years ago
low012 b0bdf2d9ed *) Oops!
14 years ago
low012 de065e594f *) make sure that only positive values are accepted as refresh interval on Crawler Monitor page
14 years ago
orbiter 621e176071 enhancement in table display of path names
14 years ago
orbiter 2751c52617 layout
14 years ago
orbiter 89ae6101b9 fix for NPE and added comment in search result
14 years ago
orbiter e38217fe88 small changes to scanner
14 years ago
orbiter 58b59f9bc8 - a collection of bug fixes and some redesign of the Scanner class
14 years ago
orbiter c36da90261 added a very fast ftp file list generator to site crawler:
14 years ago
orbiter 4565b2f2c0 removed the display option from index.html, yacysearch.html and yacyinteractive.html
14 years ago
orbiter 18d33b5c6d fixed several search result navigation bugs
14 years ago
orbiter 49b5a206cd - better caclculation of search result size
14 years ago
orbiter f0651e5f2f added image search to yacyinteractive.html
14 years ago
orbiter 4e771e2063 enhanced interactive search:
14 years ago
orbiter b769cce433 - added a catch-all parser for all documents that cannot be parsed: they will contributed with their document url for the search index only
14 years ago
orbiter 45b1ab3d07 custom + generic skins:
14 years ago
mikeworks 70576e88d2 de.lng: Added some more untranslated strings I found and uncommented old ones that were removed
14 years ago
orbiter 099def2a04 small changes in search widget appearance
14 years ago
orbiter 2c549ae341 fixed a number of small bugs:
14 years ago
orbiter f6eebb6f99 replaced auto-dom filter with easy-to-understand Site Link-List crawler option
14 years ago
mikeworks 421aa6a8bb ConfigLiveSearch.html: Fixed some HTML problems to validate at least XHTML 1.0 Transitional - strict is not possible because iframes are used. Replacing iframes with embedded object tag does not work in IE
14 years ago
mikeworks 190de644dd de.lng: Added German translations for some missing table content on Network view
14 years ago
low012 4c6dc396d8 *) more beautyful (IMO) code, no functional changes
15 years ago
orbiter 0465f28f7f applied 'null in rss2.js' fix from Quix0r, see
15 years ago
orbiter c77fbd0390 added sorttable (http://www.kryogenix.org/code/browser/sorttable/)
15 years ago
orbiter d126d6c1b5 renamed the servlet WatchCrawler_p to Crawler_p
15 years ago
orbiter c6c97f23ad - added cache usage properties to crawl start
16 years ago
orbiter 5bb8074150 removed the indexing queue. This queue was superfluous since the introduction of the blocking queues last year, where documents are parsed, analysed and stored in the index with concurrency.
16 years ago
lotus 187ee4d06e another IE fix (also same names in html and js)
16 years ago
lotus 37c162053d fix for IE & WatchCrawler (were same names in js and html)
16 years ago
lotus fbca4f8354 more stability on watchcrawler
16 years ago
orbiter 61f9dbf0cc - fixed a display problem in watch crawler
16 years ago
orbiter 98f36a801a - small update to search result layout
16 years ago
orbiter dedfc7df7f removed distinction between DHT-in and DHT-out. This is necessary to make room for the new cell data structure, which cannot use this this distinction in the first place, but will enable the same meaning with different mechanisms (segments, later)
16 years ago
orbiter 6663365720 adopted many calls to new api path
16 years ago
lotus b1e211b258 no error-alert: http://forum.yacy-websuche.de/viewtopic.php?t=1639
16 years ago
lotus 1545e5440a * index deletion: checkbox-confirmation
16 years ago
apfelmaennchen 8d1bedfc3a - added bookmarkTitle to CrawlStart_p.html
16 years ago
lotus f9fb2d0fee hide memory tables by default
17 years ago
orbiter 01b3e9431a - fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=1140&p=7626#p7626
17 years ago
orbiter 9935e83c86 added new news window into the status page. At this moment it is just a test.
17 years ago
orbiter e90282da1c added experimental javascript terminal for rss feeds (not used yet anywhere yet, expect the worst)
17 years ago
f1ori 76eac114ed * define global javascript-variable with var to get rid of warnings
17 years ago
orbiter f4c73d8c68 - fixed highslide usage
17 years ago
orbiter 3441ec3928 - some small changes to highslide integration to get it working... (does not work yet)
17 years ago
orbiter 6c3cd2b4f2 - added new way to watch images from the image search:
17 years ago
orbiter a8a5df4a51 - more dublin core naming of page metadata
17 years ago
apfelmaennchen e68b133b35 added JavaScript for folder tree view
17 years ago
orbiter 89b9b2b02a redesigned remote crawl process:
17 years ago
fuchsi 0e1738899f * Complete number localization and provide a more reasonable interface to serverObjects:
17 years ago
fuchsi 9524b9c16a second try of rev 4100 :). Tested in Iceweasel/Firefox 2.0.6, Konqueror 3.5.7, Opera 9.23 (all linux) and IE6-SP1 (wine)
17 years ago
fuchsi 6b8faaadb6 undo last commit for further evaluation, a progressbar element is used on other pages as well...
17 years ago
fuchsi 1880bba420 A few changes to the progress bar and search result statistics layout influenced by the discussion in <http://forum.yacy-websuche.de/viewtopic.php?f=5&t=268> with the idea of saving vertical space. Please check in every available browser and comment wether it's better than before. ;)
17 years ago
fuchsi e78098be9b According to HTML-Specs "name" and "id" attributes share the same namespace. So we can't have one element with name="offset" and another one with id="offset". Additionally IE6's getElementById() returns elements with matching names as well and Opera is mimicing this behaviour.
17 years ago
orbiter 6c3bcadc1c - re-implemented image search
17 years ago
orbiter 4779f314fe first version of next-generation search interface:
17 years ago
orbiter 71e5d24f4a fix for watch crawler, see http://forum.yacy-websuche.de/viewtopic.php?p=1771#p1771
17 years ago
orbiter e332b844b2 - enhanced remote search: during waiting time for remote crawls
17 years ago
michitux 5cf634a4a4 New media-search ui:
18 years ago
orbiter 62347b50f4 added security layer for ViewImage:
18 years ago
michitux 8ebfd732ce - Fix for the redisplay of hidden results in Opera, see http://forum.yacy-websuche.de/viewtopic.php?f=6&t=140 for details.
18 years ago
orbiter 89e1848db6 fixed problem with favicons:
18 years ago
michitux 110a1a2b16 - fixed the handover of the searchterm and -type on index.html when the user clicks on "more options..."
18 years ago
orbiter 1d0cce8f3a documentation update
18 years ago
michitux 25529290ca - 2 small changes in documentation
18 years ago
michitux 184ba22ce9 New image - search HTML/JavaScript - frontend:
18 years ago
theli 339153d40e *) favicons that are specified in the document content via html link-tags
18 years ago
allo 38c180b28b hide results with wrong("red") snippet.
18 years ago
allo 559d1c447f Bookmarks tag suggestion
18 years ago
theli e75ca857c3 *) Bugfix for problem with ajax graphic
18 years ago
allo 54ddb3262c enter on webstrucutre
18 years ago
allo d0f8254f95 better refresh ui
18 years ago
(no author) 5cc8bb075b Syntaxfehler beseitigt
18 years ago
(no author) ef24bed406 Sorry...
18 years ago
(no author) a29cb2e1af blupp
18 years ago
orbiter a3ecfe0a45 replaced failed-icon by new 'bad'-icon
18 years ago
theli 6f46245a51 *) Bookmarks: Ajax icon is displayed while loading title
18 years ago
michitux 56b30d6593 * fixed a bug in ie: class-names for image-snippets were set, but had no influence on ie, they have to be set with className =
18 years ago
michitux e917bfcae3 * Bugfix: changed handling of the query-string to be independent from input-elements
18 years ago
michitux 4990909178 Some bugfixes, new layout/style for image search results:
18 years ago
karlchenofhell 4f2e6ef47b - WatchCrawler_p shows max. 80 characters of URLs now (maybe dynamically adjustable based on browser width?)
18 years ago
karlchenofhell bf7a69197d - fix for possible NPE in queues_p
18 years ago
karlchenofhell b873ad51ab - fix for http://www.yacy-forum.de/viewtopic.php?t=3369
18 years ago
orbiter 1d2d1854b9 added size of rwi and urls to WatchCrawler
18 years ago
orbiter 61798f0ae6 added option to distinguish between text crawl and media crawl
18 years ago
orbiter febe6b114a design update of crawler monitor
18 years ago
orbiter 40049e0635 fixed media search snippet flow
18 years ago
orbiter 7ff86d6ba6 - image search now shows thumbnails (in bad order, but it works)
18 years ago
orbiter 28971da91c fix for last commit
18 years ago
orbiter e4570bffaf -implemented a specialized snippet-fetch for media content
18 years ago
orbiter 1377c53aa3 extraction of media links from search results
18 years ago
orbiter fb9e0f0284 preparations for media snippets
18 years ago
orbiter b5a29e9651 - fix for snippets that are too short
18 years ago
michitux 567c40f5f0 Bookmark/delete-links now visible when mouse is over the searchresult, in standard-compliant browsers with css, in Microsoft Internet Explorer via JavaScript
18 years ago
orbiter d54144a4e3 fixed bad snippet behavior (hopefully)
18 years ago
orbiter 5015e780c2 - simplified watchCrawler code
18 years ago
allo 9bed90f8dc bugfix in js
18 years ago
allo 13d0cff257 right dhtml.
18 years ago
orbiter dfc0ac1958 syntax error fixes
18 years ago
allo 6e03f61daa fix for highlighting searched words in snippets
18 years ago
allo 251b3b636e some refactoring for js
19 years ago
allo 1a13c8b78e right wordCachesize after orbiters commit.
19 years ago
allo 6b056610e3 updated watchcrawler for the recent changes
19 years ago
orbiter a74687d3c1 fixed problem with snippet fetch
19 years ago
allo aca1a3dc8f avoid confusion with green_bar.gif and red_bar.gif
19 years ago
allo 8f471c258c ajax fix
19 years ago
allo 88c0e1da1e prevent the browsing from overwriting the requestobject, before the answer is received
19 years ago
allo bb22bfed89 xml functions in xml.js
19 years ago
theli 05be9264a3 *) bugfix for optra problem with span node
19 years ago
theli dc9174c809 *) Implementing snippet fetching via ajax
19 years ago
allo 7e7a72b108 display wordcaches number on WatchCrawler.html
19 years ago