| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-02 | drop SIMPLE_UPDATE_MODE, limit housekeeping and updates to background processes | Andrew Dolgov | |
| 2025-03-31 | Merge branch 'feature/search-in-hash' into 'master' | Andrew Dolgov | |
| Include the search query+language as part of the URL hash See merge request tt-rss/tt-rss!112 | |||
| 2025-03-30 | Include the search query+language as part of the URL hash. | wn_ | |
| 2025-03-30 | use server-side localized formatting for matching rule to display as a ↵ | Andrew Dolgov | |
| tooltip (for now) | |||
| 2025-03-30 | stop sending matched content twice for the tooltip, use smaller objects ↵ | Andrew Dolgov | |
| containing only regular expression and rule type | |||
| 2025-03-28 | add limited highlighting of filter test results based on matched rules | Andrew Dolgov | |
| 2025-03-27 | filter test dialog improvements: | Andrew Dolgov | |
| - properly return results for filter rules matching specific feeds or categories - fix test results never returned for Uncategorized - show tooltip with specific word match and matched rule on resulting item hover | |||
| 2025-03-19 | allow setting update interval in subcribe to feed dialog | Andrew Dolgov | |
| 2025-02-15 | Move filter test results HTML building to the frontend. | wn_ | |
| 2025-02-15 | Only continue filter testing when there are likely more entries to check. | wn_ | |
| Prior to this, a filter test could needlessly result in up to 100 backend requests (limit 100, max_offset 10000) when the filter's associated feeds+categories have fewer than 10000 entries. | |||
| 2025-02-08 | Indicate filters might have matched more than the test found. | wn_ | |
| Due to the limits set when testing a filter it's possible more results (some of which the user may be expecting to see) aren't displayed. | |||
| 2025-01-06 | Fix setting a custom title when cloning a single filter. | wn_ | |
| 2025-01-06 | Use 'clone' wording for filter duplication. | wn_ | |
| 2025-01-06 | Prompt for the new filter name when only copying one. | wn_ | |
| This also reworks 'Pref_Filters' a bit so it's easier to retrieve filter titles. | |||
| 2025-01-06 | Add the ability to copy an existing filter. | wn_ | |
| 2024-11-23 | collapse actions summary list in filter tree if 'toggle rule display' is ↵ | Andrew Dolgov | |
| disabled, remove label-specific icon display, simplify markup | |||
| 2024-11-23 | fix action params not hiding in edit action dialog if param-less action was ↵ | Andrew Dolgov | |
| initially selected | |||
| 2024-10-15 | properly support search queries in viewfeed debugger, improve some debugging ↵ | Andrew Dolgov | |
| messages and output | |||
| 2024-08-26 | Make a search query 'feed title' a link to get back to the search modal. | wn_ | |
| 2024-08-14 | Remove unused 'dashboard feed' code. | wn_ | |
| Displaying auxiliary info when there's nothing to load is being handled in 'Feeds::_format_headlines_list()'. | |||
| 2024-05-16 | Add option to debug feeds in 'Feeds with update errors' dialog. | wn_ | |
| Also, prevent opening that dialog from modifying the URL. | |||
| 2024-02-02 | implement above changes for 3 panel view, add basic tooltip | Andrew Dolgov | |
| 2024-02-02 | make headline elements with feed title lead to originating site while RSS ↵ | Andrew Dolgov | |
| icon elements lead to the feed within tt-rss UI | |||
| 2024-02-02 | fix unfunctional rss icon in grouped-by-feed heading | Andrew Dolgov | |
| 2023-12-23 | Ensure the feed name is easily visible when looking at the feeds with errors ↵ | wn_ | |
| list. | |||
| 2023-11-03 | add wip UI/backend stuff to filter feed tree | Andrew Dolgov | |
| 2023-10-26 | Fix class names in some more places. | wn_ | |
| Related to the PSR-4 move via 865ecc87963dc3b26e66296616eef2a1cc41ac3f | |||
| 2023-10-25 | move to psr-4 autoloader | Andrew Dolgov | |
| 2023-06-01 | keep two sets of content-insert size cookies for wide & normal mode | Andrew Dolgov | |
| 2023-04-13 | add Headlines.default_move_on_expand tunable | Andrew Dolgov | |
| 2023-04-09 | add window.requestIdleCallback polyfill for safari | Andrew Dolgov | |
| 2023-04-06 | add simple autocompleter for tags | Andrew Dolgov | |
| 2023-04-01 | Make edit feed dialog's 'remove icon' button a regular button. | wn_ | |
| Previously it was of type 'submit', and hitting Enter anywhere in the modal triggered its action (rather than the other submit button for saving). | |||
| 2023-03-07 | Change 'FEED_NOTHING' to 'FEED_DASHBOARD'. | wn_ | |
| 2023-03-05 | Also use friendly names for special feed+cat IDs in the frontend. | wn_ | |
| 2023-03-01 | tags display: instead of limiting to 5 tags, limit by container width % | Andrew Dolgov | |
| 2022-12-19 | * bring back cache-busting for feed icons based on timestamp | Andrew Dolgov | |
| * DiskCache: use singleton pattern to create less cache object instances * DiskCache: implement ETag | |||
| 2022-11-24 | rework favicon storage to use DiskCache | Andrew Dolgov | |
| 2022-06-06 | feeds-tree: move external onClick dojo/method to PrefFeedTree class | Andrew Dolgov | |
| 2022-06-06 | filter-tree: move external dojo/method to PrefFilterTree class | Andrew Dolgov | |
| 2022-06-05 | prefs: move external filter tree onload method (which checks for inactive ↵ | Andrew Dolgov | |
| feeds, etc.) to FilterTree class | |||
| 2022-06-05 | pref-filters: add a button to hide or show rules in the filter list | Andrew Dolgov | |
| 2022-02-25 | actions dropdown: add context-sensitive UI layout labels | Andrew Dolgov | |
| 2022-02-24 | * add actions dropdown to toggle combined mode | Andrew Dolgov | |
| * hide 'toggle widescreen' menu item when in combined mode * unify some mode toggling code in App | |||
| 2022-01-25 | make sure notification is closed when saving/creating filter | Andrew Dolgov | |
| 2022-01-13 | Merge branch 'master' of git.fakecake.org:fox/tt-rss | Andrew Dolgov | |
| 2022-01-13 | Headlines: fix multiple article ids not passed to setScore as an array | Andrew Dolgov | |
| 2021-12-20 | filters: | Andrew Dolgov | |
| * add filter action to ignore feed-provided tags * simplify handling of various filter-provided tags * bump schema to 146 | |||
| 2021-12-14 | * fox.form.Select: add several properties allowing it to better | Andrew Dolgov | |
| imitate other controls like DropDownButton, etc. * rework several main toolbar items to use fox.form.Select instead of other controls * replace HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM with HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM2 because of markup change (option instead of menuitem) * PluginHost: add some explicit typecasts to make intellephense shut up | |||
| 2021-12-14 | PluginHost: add run_until() and HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM2 | Andrew Dolgov | |