summaryrefslogtreecommitdiff
path: root/classes/feeds.php
AgeCommit message (Collapse)Author
2015-12-05format_headlines_list: fix pg_num_rows() called incorrectly when firstid ↵Andrew Dolgov
check failed
2015-12-04compat patches for php7Andrew Dolgov
2015-11-21queryFeedHeadlines: don't check first_id when sorting by oldest firstAndrew Dolgov
2015-08-13fix some remaining old-style viewfeed() callsAndrew Dolgov
2015-08-12move attachments back to cdm contentAndrew Dolgov
2015-08-11fix subtoolbar links lack of marginAndrew Dolgov
2015-08-11move attachment dropdown to cdmFooter, use table styles for cdmFooterAndrew Dolgov
2015-08-11use dijit form widget for attachments dropdownAndrew Dolgov
2015-08-04allow selecting stemming language in search dialogAndrew Dolgov
2015-07-13fix missing cdmFeedTitleAndrew Dolgov
2015-07-13fix error feed (i.e. when requested feed no longer exists) not display properlyAndrew Dolgov
2015-07-13roll back separate headline transportAndrew Dolgov
2015-07-13fix dashboard feedAndrew Dolgov
2015-07-13headlines: fix whitebox reply not returned in an updated formatAndrew Dolgov
2015-07-13bring cdmFeedTitle style in line with the rest of the UIAndrew Dolgov
send headline rows as separate JSON objects
2015-07-12fixes for first_id stuffAndrew Dolgov
2015-07-12apparently it's a bad idea to do is_resource() on a mysqli resultAndrew Dolgov
2015-07-12report top id changed in headlines bufferAndrew Dolgov
2015-07-12queryFeedHeadlines: move to array-based arguments, optionally check if first ↵Andrew Dolgov
element changed when paginating
2015-07-07simplify search, remove search_mode as uselessAndrew Dolgov
remove dialog to select by tags, simplify browsing by tag query
2015-07-03limit smart_date_time stuff to headlines onlyAndrew Dolgov
2015-06-18prevent event propagation when clicking on CDM article footerAndrew Dolgov
2015-06-12better feed debugger ui for f DAndrew Dolgov
2015-06-07fix some minor typos and stuffAndrew Dolgov
2015-03-21Added a "title" attribute in the link to an article.Matthieu Sarter
Added a "title" attribute in the link to an article. Makes TTRSS more usable on a small windows, allowing to see the complete title of an article in the tooltip, without opening the article.
2014-08-19add pluginhost HOOK_HEADLINES_BEFORE (refs #814)Andrew Dolgov
2014-08-18Copypaste error fixPavel Voronin
2014-04-23Make search mechanism pluggableRob Hoelz
Currently, TinyTinyRSS can use raw SQL or the Sphinx search engine for searching. It would be nice if other search engines (such as Xapian) could be used, or if features of the underlying SQL engine (such as MySQL's FULLTEXT indexes) could be leveraged. This commit makes searching into a plugin hook, falling back to the builtin behavior if no search plugin is active. The Sphinx search behavior has been broken out into a plugin.
2014-03-26fix alignment of a feed error icon in headlines subtoolbarAndrew Dolgov
2014-03-21Fix end tag for small feed icons when using combined display modeGrant Pannell
2014-03-13disable headlines grouping for recently read vfeedAndrew Dolgov
2014-02-19remove some unused code reported by phpmdAndrew Dolgov
2014-02-02revert max ui feed title length, tweak truncate_string a bitAndrew Dolgov
2014-02-02subtoolbar: layout fix, shorten max feed title lengthAndrew Dolgov
2014-01-29minor style updates to make 3panel headlines mode look closer to cdmAndrew Dolgov
2014-01-27fix selected prompt positionAndrew Dolgov
2014-01-27unify main and headlines toolbarAndrew Dolgov
2014-01-27default theme updatesAndrew Dolgov
2013-11-29queryFeedHeadlines: remove obsolete content_previewAndrew Dolgov
2013-10-29report all libxml errors in updater debug outputAndrew Dolgov
force utf8 encoding if devforceupdate is on parser: try to convert non-unicode feeds with specified encoding to utf8 before trying to remove dangling utf8 characters in case of utf8-related libxml errors because doing so produces garbage content
2013-10-17add context menu for cdmFeedTitle; change mark as read prompt for grouped ↵Andrew Dolgov
headlines more clear
2013-10-02add notification to subscribe dialog when multiple feeds are detectedAndrew Dolgov
2013-09-02add i18n to the search syntax linkAndrew Dolgov
2013-09-02use plurals for comment/comments link in article, properly translate ↵Andrew Dolgov
comments string, add feed title to article in zoom mode
2013-08-02add plugin to cache images in starred articles; pass article_id toAndrew Dolgov
sanitize
2013-07-31support term highlighting in cdm titleAndrew Dolgov
2013-07-31search keyword highlighting (combined mode only)Andrew Dolgov
2013-07-31lang: default to 'en'Andrew Dolgov
2013-07-31add text_languagedetect to guess article language for better hyphenationAndrew Dolgov
(bump schema)
2013-07-26add experimental css hyphens support for english languageAndrew Dolgov