summaryrefslogtreecommitdiff
path: root/classes/feeds.php
AgeCommit message (Collapse)Author
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
2018-12-07viewfeed: general code cleanupAndrew Dolgov
2018-12-07implement feed grouping display, remove unneeded server vgrlf passingAndrew Dolgov
2018-12-07viewfeed: add orig_feed objectAndrew Dolgov
2018-12-07json-viewfeed updatesAndrew Dolgov
2018-12-07initial for js templatesAndrew Dolgov
2018-12-06normalize archived articles output in headlinesAndrew Dolgov
2018-12-06rework article header to use flexboxAndrew Dolgov
2018-12-06remove collapse.pngAndrew Dolgov
2018-12-06remove some bitmaps and rework stuff using it to use iconfont insteadAndrew Dolgov
2018-12-06rework scoring display, JS processing and iconsAndrew Dolgov
2018-12-06and againAndrew Dolgov
2018-12-06Revert "change fresh feed icon"Andrew Dolgov
This reverts commit 69da55b945d5c62547c24d85b4d00fb1e98802a1.
2018-12-06change fresh feed iconAndrew Dolgov
2018-12-05trgm: use vector icon, replace recently read iconAndrew Dolgov
2018-12-05various icon updates; use new icons in feed treeAndrew Dolgov
2018-12-05remove pub_{set,unset}.png usage in main codeAndrew Dolgov