| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-04 | Enhanced Log Reports | Michael Peter Christen | |
| 2026-02-10 | added virtual file system that stores users data in the users browser | Michael Peter Christen | |
| 2026-01-06 | updated d3.js | Michael Peter Christen | |
| 2026-01-03 | Fix image preview licensing and show 20 images per page, fixes | Michael 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-03 | page number computation fix | Michael Peter Christen | |
| 2026-01-02 | possible fix for search-0-results bug from | Michael Peter Christen | |
| https://github.com/yacy/yacy_search_server/issues/499 | |||
| 2025-11-23 | added markdown and code formatting to chat assistant answers | Michael Peter Christen | |
| 2024-07-24 | added 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-21 | replaced http links with https | Michael Peter Christen | |
| 2023-08-28 | modified crawl list so the URL links to external URL | okybaca | |
| 2021-12-26 | Improved the Image search page to have bigger thumbnails, use a bigger area ↵ | ZeroCool940711 | |
| for results and a smaller left sidebar. | |||
| 2021-09-16 | removed ymarks | Michael Peter Christen | |
| had not been used since a long time | |||
| 2020-01-16 | enhanced crawl start url check experience | Michael 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-28 | Server side initial pagination links rendering | luccioman | |
| 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-08 | Render additional embedded audios from links on extended audio search | luccioman | |
| 2019-01-30 | Added basic controls to play all audio results. | luccioman | |
| Not displayed when JavaScript is disabled. | |||
| 2018-10-31 | Limit length of initially visible text in link structure graph nodes | luccioman | |
| To improve a bit readability of graphs having a large number of nodes. | |||
| 2018-10-28 | Upgraded d3js dependency from 3.4.4 to 5.7.0 | luccioman | |
| 2018-08-24 | Added possibility to hide or show image results with rendering errors | luccioman | |
| 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-29 | Fixed JavaScript sorting of tables with cells containing an input field | luccioman | |
| 2018-02-23 | Added HTML5 embedded audio for results playing on supporting browsers | luccioman | |
| Restricted to authenticated or localhost users only to prevent redistribution license issues. | |||
| 2018-01-19 | Automatically 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-12 | Reduced number of search navigators refresh requests in JS resort mode | luccioman | |
| 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-11 | Addedd missing parameters to yacysearchtrailer call on JS resort mode | luccioman | |
| 2017-10-09 | Add a configurable limit to tags initially displayed in search results | luccioman | |
| 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-22 | Improved 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-20 | Upgraded JavaScript lib raphael.js from 2.1.3 to 2.2.7 | luccioman | |
| 2017-09-18 | Refresh 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-16 | Handle JS refreshing of belatedly added search navigators | luccioman | |
| 2017-09-15 | Added HTML ids to search navigators for a more reliable JS refreshing. | luccioman | |
| 2017-09-15 | Results JS resort : properly handle results with same ranking value. | luccioman | |
| 2017-09-14 | Do not animate unnecessarily when changing page on JS sorted results. | luccioman | |
| 2017-09-13 | Prevent unnecessary DOM finds in JS resorting functions. | luccioman | |
| Also removed now unused functions earlierPage() and laterPage(). | |||
| 2017-09-13 | Stop updating results with JS resorting on server feeds termination | luccioman | |
| 2017-09-13 | Disabled as default verbose browser console logs in yacysort.js | luccioman | |
| 2017-09-13 | Added missing copyright header to the yacysort.js file | luccioman | |
| 2017-09-13 | Trigger js resorting animations using only CSS classes. | luccioman | |
| Also added some more descriptive comments. | |||
| 2017-09-10 | Javascript re-sorting: replace jQuery show() with css animations | Ryszard Goń | |
| 2017-09-03 | Javascript re-sorting: optimize the jQuery selectors a little bit. | JeremyRand | |
| 2017-09-03 | Fix numbered page navigation from getting corrupted when statistics() runs. | JeremyRand | |
| 2017-09-03 | Add UI for numbered page navigation when Javascript re-sorting is enabled. | JeremyRand | |
| 2017-09-03 | Fix 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-31 | Use 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-28 | Added 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-14 | Clean up redundant but obsolete jquery.rdfquery-core-1.0.js script lib | reger | |
| 2017-06-29 | Added an informative title on the crawl start robots.txt status icon | luccioman | |
| 2017-06-29 | Crawl start Ajax request : properly handle eventual XML parsing errors | luccioman | |
| 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. | |||
