summaryrefslogtreecommitdiff
path: root/classes/feeds.php
AgeCommit message (Collapse)Author
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
2013-07-13properly escape feed error message in headlines toolbarAndrew Dolgov
2013-07-12make cdmExcert respect SHOW_CONTENT_PREVIEWAndrew Dolgov
2013-07-12mark feed with error in headlines toolbar, use error icon in feed editorAndrew Dolgov
2013-07-11support headlines context menu in floating titleAndrew Dolgov
2013-07-10Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-07-10move reassigning content_preview after hook to a more sensible placeAndrew Dolgov
2013-07-10Merge branch 'hookhead' of git://github.com/justauserx/Tiny-Tiny-RSS into ↵Andrew Dolgov
justauserx-hookhead
2013-07-10use error image for feed errors in headlines toolbarAndrew Dolgov
2013-07-10integrate silk icons by Mark JamesAndrew Dolgov
2013-07-10forgot one filejustauser
2013-07-07Merge branch 'master' into hookheadjustauser
Conflicts: include/functions.php changes for conflicts with master
2013-07-06fix broken highlighting of high-scored rowsAndrew Dolgov
2013-07-06date_reverse view mode: take scoring into accountAndrew Dolgov
2013-06-28Changed the implementation of HOOK_QUERY_HEADLINES to deal with issue Fox raisedjustauser
2013-06-27do not show lone dash in collapsed cdm when content preview is disabledAndrew Dolgov
2013-06-27one more change to merge to originjustauser
2013-06-27change for HOOK_QUERY_HEADLINES. See example for details.justauser
2013-06-27Merge remote-tracking branch 'origin' into hookheadjustauser
Conflicts: classes/feeds.php fix for merging up to the origin
2013-06-27Changes to add a new hook: HOOK_QUERY_HEADLINES. An example is provided.justauser
2013-06-05add experimental floating title when scrolling long articles in combined modeAndrew Dolgov
2013-05-15Exclude the article author from the cdm title linksupahgreg