summaryrefslogtreecommitdiff
path: root/htroot/js
AgeCommit message (Collapse)Author
2026-07-04Enhanced Log ReportsMichael Peter Christen
2026-02-10added virtual file system that stores users data in the users browserMichael Peter Christen
2026-01-06updated d3.jsMichael Peter Christen
2026-01-03Fix image preview licensing and show 20 images per page, fixesMichael Peter Christen
https://github.com/yacy/yacy_search_server/issues/438 Use separate one‑time licenses for image thumbnails and full previews to prevent preview failures after thumbnail loads, and set the Images tab to request 20 results by default via the content‑domain switch form.
2026-01-03page number computation fixMichael Peter Christen
2026-01-02possible fix for search-0-results bug fromMichael Peter Christen
https://github.com/yacy/yacy_search_server/issues/499
2025-11-23added markdown and code formatting to chat assistant answersMichael Peter Christen
2024-07-24added deleted files from commit ↵Michael Peter Christen
https://github.com/yacy/yacy_search_server/commit/254f12d60b2d80b8bd136216c4b091d43e4a8c90 which are still needed and had been linked outside of yacy/ui
2024-07-21replaced http links with httpsMichael Peter Christen
2023-08-28modified crawl list so the URL links to external URLokybaca
2021-12-26Improved the Image search page to have bigger thumbnails, use a bigger area ↵ZeroCool940711
for results and a smaller left sidebar.
2021-09-16removed ymarksMichael Peter Christen
had not been used since a long time
2020-01-16enhanced crawl start url check experienceMichael Peter Christen
urls are now urlencoded and a check is also performed in case that an url is copied into the url field using copy-paste
2019-02-28Server side initial pagination links renderingluccioman
For better support of the search page usage with JavaScript disabled. Reduces also the number of initial refreshes of the paginations links. When JavaScript is enabled, pagination links are still regularly refreshed until all the search feeds are terminated on server side.
2019-02-08Render additional embedded audios from links on extended audio searchluccioman
2019-01-30Added basic controls to play all audio results.luccioman
Not displayed when JavaScript is disabled.
2018-10-31Limit length of initially visible text in link structure graph nodesluccioman
To improve a bit readability of graphs having a large number of nodes.
2018-10-28Upgraded d3js dependency from 3.4.4 to 5.7.0luccioman
2018-08-24Added possibility to hide or show image results with rendering errorsluccioman
When searching images, thumbnails that could not be rendered (because of a load error such as HTTP 404, networking issue or an internal error on the rendering servlet) are now hidden as default. But can be revealed with a button if desired. Fix for issue #217
2018-06-29Fixed JavaScript sorting of tables with cells containing an input fieldluccioman
2018-02-23Added HTML5 embedded audio for results playing on supporting browsersluccioman
Restricted to authenticated or localhost users only to prevent redistribution license issues.
2018-01-19Automatically refresh running recrawl report when JavaScript is enabled.luccioman
For users who would prefer to keep JavaScript disabled, a manual Refresh button is still available.
2017-10-12Reduced number of search navigators refresh requests in JS resort modeluccioman
The SearchEvent listen to changes on each of its navigators, and the information about their overall state is sent with each fetched search item (as a "data-nav-generation" attribute). Then the browser can regularly fetch a fresh version of yacysearchtrailer.html only if necessary (when that nav-generation value change).
2017-10-11Addedd missing parameters to yacysearchtrailer call on JS resort modeluccioman
2017-10-09Add a configurable limit to tags initially displayed in search resultsluccioman
When the limit is reached, a button allow expanding/collapsing remaining tags. When this feature is activated without a limit to the number of displayed tags, when encountering search results with a very large number of keywords, the results page can become almost unusable (very long vertical scrollbar)
2017-09-22Improved accessibility of histograms widgets.luccioman
Added keyboard navigation support and missing WAI-ARIA attributes. Tested with NVDA 2017.3 screenreader on recent major browsers.
2017-09-20Upgraded JavaScript lib raphael.js from 2.1.3 to 2.2.7luccioman
2017-09-18Refresh paginations buttons instead of fully rendering each time.luccioman
This prevent the already displayed pagination buttons to be unresponsive when clicking on them while the rendering JS function is running.
2017-09-16Handle JS refreshing of belatedly added search navigatorsluccioman
2017-09-15Added HTML ids to search navigators for a more reliable JS refreshing.luccioman
2017-09-15Results JS resort : properly handle results with same ranking value.luccioman
2017-09-14Do not animate unnecessarily when changing page on JS sorted results.luccioman
2017-09-13Prevent unnecessary DOM finds in JS resorting functions.luccioman
Also removed now unused functions earlierPage() and laterPage().
2017-09-13Stop updating results with JS resorting on server feeds terminationluccioman
2017-09-13Disabled as default verbose browser console logs in yacysort.jsluccioman
2017-09-13Added missing copyright header to the yacysort.js fileluccioman
2017-09-13Trigger js resorting animations using only CSS classes.luccioman
Also added some more descriptive comments.
2017-09-10Javascript re-sorting: replace jQuery show() with css animationsRyszard Goń
2017-09-03Javascript re-sorting: optimize the jQuery selectors a little bit.JeremyRand
2017-09-03Fix numbered page navigation from getting corrupted when statistics() runs.JeremyRand
2017-09-03Add UI for numbered page navigation when Javascript re-sorting is enabled.JeremyRand
2017-09-03Fix the sidebar item "Wiki Name Space" with Javascript re-sorting.JeremyRand
2017-09-03(WIP) Add numbered page navigation when Javascript re-sorting is enabled.JeremyRand
TODO: Add UI for selecting the number.
2017-09-03(WIP) Fix the sidebar when Javascript resorting is in use.JeremyRand
TODO: Add some markup so that DOM traversal in the animations is less painful.
2017-09-03(WIP) Optionally sort HTML search items via Javascript.JeremyRand
TODO: Expose a GUI setting for this.
2017-08-31Use final results counts in progress bar detailed statistics.luccioman
Using unfiltered detailed counts (local and remote entries found before doubles detection and before applying query modifiers) was confusing and inconsistent with the total count. It could let think more results are to come in the next pages, without understanding why they are not displayed.
2017-08-28Added a button to manually refresh sorting of p2p search results.luccioman
As a server-side oriented alternative to the JavaScript realtime resorting feature proposed in PR #104. The goal is the same as in this PR : having the possibility compensate the network latency of various peers results fetching and obtain once possible a consistently ranked result set.
2017-07-14Clean up redundant but obsolete jquery.rdfquery-core-1.0.js script libreger
2017-06-29Added an informative title on the crawl start robots.txt status iconluccioman
2017-06-29Crawl start Ajax request : properly handle eventual XML parsing errorsluccioman
Otherwise on a malformed getpageinfo_p XML response (from the browser point of view), JavaScript errors where thrown and the ajax status steering wheel remained displayed indefinitely.