summaryrefslogtreecommitdiff
path: root/classes/feeds.php
AgeCommit message (Collapse)Author
2020-04-04search: add support for label:XXX search keywordAndrew Dolgov
Labels: enforce case-insensitive lookups when creating/looking for labels
2020-02-20properly calculate marked counters for feeds in nested categoriesAndrew Dolgov
2020-01-25getCategoryUnread: return correct unread count for labels categoryAndrew Dolgov
2020-01-25getCategoryChildrenUnread: fix typoAndrew Dolgov
2020-01-25getCategoryCounters: properly calculate counters for child subcategory entriesAndrew Dolgov
getCategoryUnread: cleanup
2020-01-24getCategoryUnread: don't return unread counters for Special category because ↵Andrew Dolgov
it doesn't make a lot of sense to do so
2020-01-24scrap counter cache system; rework counters to sum() booleans insteadAndrew Dolgov
2020-01-19support night mode in feed debuggerAndrew Dolgov
2019-12-12show current unread counter on headlines toolbar if sidebar is hiddenAndrew Dolgov
2019-12-06php 7.4 deprecation-related fixesAndrew Dolgov
2019-08-30headline grouping:Andrew Dolgov
1. block grouping for specific feeds where it doesn't make a lot of sense to do so or flat list fits better (archived, recently read) 2. block per-week grouping for feeds where feed-first grouping makes more sense (fresh, starred, published)
2019-08-13move rewrite_cached_urls to DiskCache::rewriteUrls()Andrew Dolgov
2019-06-20move more globals to more appropriate placesAndrew Dolgov
set libxml to always use internal errors
2019-06-20move several more global functions to more appropriate classesAndrew Dolgov
2019-06-20get_feeds_from_html: remove XML preamble hackAndrew Dolgov
move several related helper functions to Feeds class
2019-06-18queryFeedHeadlines: support start_ts when browsing by tagAndrew Dolgov
2019-05-20search dialog: display active query if searching alreadyAndrew Dolgov
2019-05-20fix search query test statement stopping valid modifiers like unread: from ↵Andrew Dolgov
working
2019-05-16when subscribing, check for valid html content type before checking if ↵Andrew Dolgov
requested document has HTML doctype/start element
2019-05-07catchup_feed: invoke HOOK_SEARCH if necessaryAndrew Dolgov
2019-04-30better tsquery support:Andrew Dolgov
1. report query syntax errors properly 2. fall back to implicit &-joining only if no joiners are detected in user query, otherwise permit full tsquery syntax
2019-04-29prevent a fatal error on an invalid tsquery syntaxAndrew Dolgov
2019-04-14Fix button focus issuesMichael Kuhn
This change introduces derived classes for ComboButton, DropDownButton and Select that make sure that buttons do not remain focused after their menus are closed. This allows using hotkeys after closing them.
2019-04-10use DEFAULT_SEARCH_LANGUAGE to generate tsvector index if per-feed language ↵Andrew Dolgov
is not specified, also use it as default value on search form for convenience
2019-03-08css: insensitive -> text-mutedAndrew Dolgov
2019-03-06remove feedbrowser (other feeds)Andrew Dolgov
2019-02-23fill in some missing doctypes; use short doctype where it wasn'tAndrew Dolgov
2019-02-22add label.inlineAndrew Dolgov
2019-02-22dialogs: use semantic markup instead of dlgsec stuffAndrew Dolgov
continue unifying quoting style for html strings
2019-02-21UI: add some more info links to relevant wiki pages; minor layout updatesAndrew Dolgov
2019-02-21simplify layout of search and subscribe dialogsAndrew Dolgov
2019-02-20search dialog fixesAndrew Dolgov
pgsql: get FTS languages list from the database
2019-02-20simplify dlgSec-related markupAndrew Dolgov
2019-02-19debugger: use narrow fieldsets for checkboxesAndrew Dolgov
2019-02-19feed debugger: dojoify controlsAndrew Dolgov
2019-02-19utility css updatesAndrew Dolgov
2019-01-16headlines-frame: set is-vfeed attribute if result is virtual feedAndrew Dolgov
2018-12-25queryFeedHeadlines: fix published field not returned when browsing by tagAndrew Dolgov
2018-12-24fail better if Feeds.view() data failed encoding to JSONAndrew Dolgov
2018-12-12add fallback colors for headline feed titles based on feed name if favicon ↵Andrew Dolgov
color is not available
2018-12-11sync modified scores via mutation observerAndrew Dolgov
2018-12-11score: get correct classes for rows/score icons on the clientAndrew Dolgov
2018-12-09mysql: use date_format() for yyiw part in queryFeedHeadlines()Andrew Dolgov
2018-12-09Use IYYY in combination with IWMichael Kuhn
Otherwise, we could end up with a wrong date, see: https://community.oracle.com/thread/997899
2018-12-09implement year-week sorting window if headlines buffer is grouped by feed titlesAndrew Dolgov
2018-12-09if not enabled, set content_preview to "" instead of nullAndrew Dolgov
2018-12-08render article on the client using headlines dataAndrew Dolgov
2018-12-08format headlines list: normalize booleans for pdo mysqlAndrew Dolgov
2018-12-07remove uuid from headlines JSON outputAndrew Dolgov
2018-12-07viewfeed: cleanup unneeded stuff from server JSON outputAndrew Dolgov