index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
CommonFilters.js
Age
Commit message (
Expand
)
Author
2025-10-14
Remove 'App.byId()', which was essentially an alias of 'document.getElementBy...
supahgreg
2025-10-14
Remove 'App.findAll()', which was essentially an alias of 'document.querySele...
supahgreg
2025-10-14
Remove various Element and Array prototype extensions (and similar).
supahgreg
2025-10-12
Clean up unnecessary eslint-disable directives (per ESLint).
supahgreg
2025-10-12
Address rule 'no-redeclare' for 'dojo' and 'dijit' (defined as globals in 'es...
supahgreg
2025-10-12
Address ESLint rule 'eqeqeq'.
supahgreg
2025-10-10
Improve 'App.getSelectedText()'.
supahgreg
2025-10-06
Switch links to the 'tt-rss' GitHub organization.
supahgreg
2025-10-05
Switch from 'tt-rss-web-static' links to wiki links.
supahgreg
2025-10-03
Remove references to, and integrations with, 'tt-rss.org'.
supahgreg
2025-03-30
use server-side localized formatting for matching rule to display as a toolti...
Andrew Dolgov
2025-03-30
stop sending matched content twice for the tooltip, use smaller objects conta...
Andrew Dolgov
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
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_
2025-02-08
Indicate filters might have matched more than the test found.
wn_
2024-11-23
fix action params not hiding in edit action dialog if param-less action was i...
Andrew Dolgov
2023-10-25
move to psr-4 autoloader
Andrew Dolgov
2022-01-25
make sure notification is closed when saving/creating filter
Andrew Dolgov
2021-12-20
filters:
Andrew Dolgov
2021-03-17
filter test dialog: remove .gif; cleanup markup
Andrew Dolgov
2021-03-05
add a bunch of button icons
Andrew Dolgov
2021-03-03
add basic plugin installer (uses tt-rss.org)
Andrew Dolgov
2021-03-03
reduce Amount of Caps Used in Multiple Dialogs
Andrew Dolgov
2021-02-21
minor filter UI layout fix
Andrew Dolgov
2021-02-21
deal with filter actions UI
Andrew Dolgov
2021-02-21
for the most part, deal with filter rules UI
Andrew Dolgov
2021-02-20
more filter stuff
Andrew Dolgov
2021-02-20
prevent filter selected text dialog from opening in wrong order
Andrew Dolgov
2021-02-20
a few more methods shuffled around
Andrew Dolgov
2021-02-20
first for filter frontend overhaul
Andrew Dolgov
2021-02-19
* switch to xhr.post() almost everywhere
Andrew Dolgov
2021-02-19
migrate a bunch of xhrPost invocations
Andrew Dolgov
2021-02-19
fix some eslint-related stuff
Andrew Dolgov
2021-02-18
initial for RIP prototype/scriptaculous
Andrew Dolgov
2021-02-17
* App: rename hidden to hidden_tag
Andrew Dolgov
2021-02-15
article: unify naming
Andrew Dolgov
2021-02-14
* remove users/filters toolbar edit button (just click on it)
Andrew Dolgov
2021-02-13
fail better if requested article URL is blank
Andrew Dolgov
2021-02-12
silence some more eslint warnings
Andrew Dolgov
2021-02-12
more dialog-related cleanup
Andrew Dolgov
2021-02-12
* OPML import: don't reload everything, just feed tree
Andrew Dolgov
2021-02-12
fix previous: secondary dialog not opening because of onLoad
Andrew Dolgov
2021-02-12
* filters: remove duplicate code, overall cleanup
Andrew Dolgov
2021-02-12
fix typo
Andrew Dolgov
2021-02-12
various dialog-related fixes; stop referring to many dialogs by name; move fi...
Andrew Dolgov
2021-02-12
* customizeCSS: client dialog
Andrew Dolgov
2020-06-05
eslint-related fixes; move a few things from global context to App
Andrew Dolgov
2020-06-04
fix various minor issues reported by eslint
Andrew Dolgov
[next]