summaryrefslogtreecommitdiff
path: root/classes/feeds.php
AgeCommit message (Expand)Author
2020-04-04search: add support for label:XXX search keywordAndrew Dolgov
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
2020-01-24getCategoryUnread: don't return unread counters for Special category because ...Andrew Dolgov
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
2019-08-13move rewrite_cached_urls to DiskCache::rewriteUrls()Andrew Dolgov
2019-06-20move more globals to more appropriate placesAndrew Dolgov
2019-06-20move several more global functions to more appropriate classesAndrew Dolgov
2019-06-20get_feeds_from_html: remove XML preamble hackAndrew Dolgov
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 wo...Andrew Dolgov
2019-05-16when subscribing, check for valid html content type before checking if reques...Andrew Dolgov
2019-05-07catchup_feed: invoke HOOK_SEARCH if necessaryAndrew Dolgov
2019-04-30better tsquery support:Andrew Dolgov
2019-04-29prevent a fatal error on an invalid tsquery syntaxAndrew Dolgov
2019-04-14Fix button focus issuesMichael Kuhn
2019-04-10use DEFAULT_SEARCH_LANGUAGE to generate tsvector index if per-feed language i...Andrew Dolgov
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
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
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 co...Andrew Dolgov
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
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