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
/
PrefFilterTree.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-13
Address remaining ESLint 'no-undef' and 'no-unused-vars' occurrences.
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-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_
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 disa...
Andrew Dolgov
2023-10-25
move to psr-4 autoloader
Andrew Dolgov
2022-06-06
filter-tree: move external dojo/method to PrefFilterTree class
Andrew Dolgov
2022-06-05
pref-filters: add a button to hide or show rules in the filter list
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-18
initial for RIP prototype/scriptaculous
Andrew Dolgov
2021-02-14
* remove users/filters toolbar edit button (just click on it)
Andrew Dolgov
2021-02-12
silence (or fix) a bunch of eslint warnings
Andrew Dolgov
2021-02-12
* filters: remove duplicate code, overall cleanup
Andrew Dolgov
2021-02-12
* customizeCSS: client dialog
Andrew Dolgov
2021-02-11
shorten pref tab names; make log-alert clickable
Andrew Dolgov
2020-06-04
fix various minor issues reported by eslint
Andrew Dolgov
2020-02-28
filter test dialog: pass contents via xhr POST
Andrew Dolgov
2018-12-19
display filter tree rules as a list
Andrew Dolgov
2018-12-08
update_rss_feed: add log message if article is filtered out
Andrew Dolgov
2018-12-08
update css for disabled filters; remove strikethrough
Andrew Dolgov
2018-12-08
Fix two more typos
Michael Kuhn
2018-12-06
add ttrss_filters2.last_triggered (bump schema version)
Andrew Dolgov
2018-12-06
add Lists.select() and make filter dialogs use it
Andrew Dolgov
2018-12-05
various minor updates re: icons
Andrew Dolgov
2018-12-04
updates for flat theme (mostly disable old dijit overrides)
Andrew Dolgov
2018-12-04
PrefFilterTree: fix obscure crash because of getLabel() not casting data to s...
Andrew Dolgov
2018-12-02
update notify_* calls to use Notify
Andrew Dolgov
2018-12-02
move some more stuff out of common.js
Andrew Dolgov
2018-12-02
edit phrasing of some alert()s
Andrew Dolgov
2018-12-02
prefs: more of the same, really
Andrew Dolgov
2018-12-02
prefs: move other tree-related functions to respective trees
Andrew Dolgov
2018-12-01
toggleMark, togglePub: refactor implementation
Andrew Dolgov
2018-11-29
move to let/const syntax in custom dojo modules
Andrew Dolgov
2018-08-23
define custom dojo modules with define() instead of require(), update startup...
Andrew Dolgov
2017-01-21
Replace deprecated dojo.place with domConstruct.place
Anders Kaseorg
2016-08-10
switch modules to new dojo definition format
Andrew Dolgov
2015-08-17
make disabled filter rules easier to discern
Andrew Dolgov
2014-04-02
expand filtertree display to make filters easier to distinguish
Andrew Dolgov
2013-07-10
integrate silk icons by Mark James
Andrew Dolgov
2013-06-07
apply special feedTree styles only to main UI feedtree, fix feedParam and fil...
Andrew Dolgov
2013-03-31
implement filter drag and drop sorting
Andrew Dolgov
2011-12-27
implement filtering by category (closes #386)
Andrew Dolgov
2011-12-11
overall directory tree cleanup
Andrew Dolgov