summaryrefslogtreecommitdiff
path: root/js/CommonFilters.js
AgeCommit message (Expand)Author
2025-10-14Remove 'App.byId()', which was essentially an alias of 'document.getElementBy...supahgreg
2025-10-14Remove 'App.findAll()', which was essentially an alias of 'document.querySele...supahgreg
2025-10-14Remove various Element and Array prototype extensions (and similar).supahgreg
2025-10-12Clean up unnecessary eslint-disable directives (per ESLint).supahgreg
2025-10-12Address rule 'no-redeclare' for 'dojo' and 'dijit' (defined as globals in 'es...supahgreg
2025-10-12Address ESLint rule 'eqeqeq'.supahgreg
2025-10-10Improve 'App.getSelectedText()'.supahgreg
2025-10-06Switch links to the 'tt-rss' GitHub organization.supahgreg
2025-10-05Switch from 'tt-rss-web-static' links to wiki links.supahgreg
2025-10-03Remove references to, and integrations with, 'tt-rss.org'.supahgreg
2025-03-30use server-side localized formatting for matching rule to display as a toolti...Andrew Dolgov
2025-03-30stop sending matched content twice for the tooltip, use smaller objects conta...Andrew Dolgov
2025-03-28add limited highlighting of filter test results based on matched rulesAndrew Dolgov
2025-03-27filter test dialog improvements:Andrew Dolgov
2025-02-15Move filter test results HTML building to the frontend.wn_
2025-02-15Only continue filter testing when there are likely more entries to check.wn_
2025-02-08Indicate filters might have matched more than the test found.wn_
2024-11-23fix action params not hiding in edit action dialog if param-less action was i...Andrew Dolgov
2023-10-25move to psr-4 autoloaderAndrew Dolgov
2022-01-25make sure notification is closed when saving/creating filterAndrew Dolgov
2021-12-20filters:Andrew Dolgov
2021-03-17filter test dialog: remove .gif; cleanup markupAndrew Dolgov
2021-03-05add a bunch of button iconsAndrew Dolgov
2021-03-03add basic plugin installer (uses tt-rss.org)Andrew Dolgov
2021-03-03reduce Amount of Caps Used in Multiple DialogsAndrew Dolgov
2021-02-21minor filter UI layout fixAndrew Dolgov
2021-02-21deal with filter actions UIAndrew Dolgov
2021-02-21for the most part, deal with filter rules UIAndrew Dolgov
2021-02-20more filter stuffAndrew Dolgov
2021-02-20prevent filter selected text dialog from opening in wrong orderAndrew Dolgov
2021-02-20a few more methods shuffled aroundAndrew Dolgov
2021-02-20first for filter frontend overhaulAndrew Dolgov
2021-02-19 * switch to xhr.post() almost everywhereAndrew Dolgov
2021-02-19migrate a bunch of xhrPost invocationsAndrew Dolgov
2021-02-19fix some eslint-related stuffAndrew Dolgov
2021-02-18initial for RIP prototype/scriptaculousAndrew Dolgov
2021-02-17 * App: rename hidden to hidden_tagAndrew Dolgov
2021-02-15article: unify namingAndrew Dolgov
2021-02-14 * remove users/filters toolbar edit button (just click on it)Andrew Dolgov
2021-02-13fail better if requested article URL is blankAndrew Dolgov
2021-02-12silence some more eslint warningsAndrew Dolgov
2021-02-12more dialog-related cleanupAndrew Dolgov
2021-02-12* OPML import: don't reload everything, just feed treeAndrew Dolgov
2021-02-12fix previous: secondary dialog not opening because of onLoadAndrew Dolgov
2021-02-12* filters: remove duplicate code, overall cleanupAndrew Dolgov
2021-02-12fix typoAndrew Dolgov
2021-02-12various dialog-related fixes; stop referring to many dialogs by name; move fi...Andrew Dolgov
2021-02-12* customizeCSS: client dialogAndrew Dolgov
2020-06-05eslint-related fixes; move a few things from global context to AppAndrew Dolgov
2020-06-04fix various minor issues reported by eslintAndrew Dolgov