| Age | Commit message (Collapse) | Author |
|
|
|
|
|
'document.querySelector()'.
|
|
'document.getElementById()'.
|
|
'document.querySelectorAll()'.
|
|
|
|
Not enough coffee.
|
|
|
|
|
|
|
|
|
|
* https://eslint.org/docs/latest/rules/no-undef
* https://eslint.org/docs/latest/rules/no-unused-vars
|
|
This was causing an issue with comparisons elsewhere (e.g. 'Headlines.onLoaded()').
|
|
https://eslint.org/docs/latest/rules/no-undef
|
|
|
|
The backend is sending 'error' as a string (or undefined for cats).
|
|
'eslint.config.js').
Also take care of 2 'no-prototype-builtins' and a 'no-useless-escape'.
* https://eslint.org/docs/latest/rules/no-redeclare
* https://eslint.org/docs/latest/rules/no-prototype-builtins
* https://eslint.org/docs/latest/rules/no-useless-escape
|
|
https://eslint.org/docs/latest/rules/no-prototype-builtins
|
|
https://eslint.org/docs/latest/rules/eqeqeq
|
|
This also drops 'String.prototype.stripTags', which is no longer used.
|
|
|
|
|
|
|
|
|
|
|
|
in bookmarklets.
|
|
relying on navigator.onLine
|
|
application and login form
|
|
|
|
|
|
|
|
Also some FeedParser tweaks.
|
|
event log.
|
|
|
|
HTML).
|
|
without feeds.
Also tweak the 'Feeds::_subscribe()' documentation a bit.
|
|
|
|
Include the search query+language as part of the URL hash
See merge request tt-rss/tt-rss!112
|
|
|
|
tooltip (for now)
|
|
containing only regular expression and rule type
|
|
|
|
- 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
|
|
|
|
|
|
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.
|
|
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.
|
|
|
|
|
|
This also reworks 'Pref_Filters' a bit so it's easier to retrieve filter titles.
|