summaryrefslogtreecommitdiff
path: root/include/functions2.php
AgeCommit message (Collapse)Author
2014-07-15Add width/height attribute to image enclosuresFelix Eckhofer
2014-06-22Added curl CURLOPT_NOBODY option in geturl function to ensure the HEAD ↵Dave Zaikos
method is used when resolving permanent/temporary URL moves.
2014-07-02mail plugin: cleanup disabled completion, add configurable destination email ↵Andrew Dolgov
list
2014-06-19Fix for testing filters getting stuck sometimes.Bram Schoenmakers
Sometimes when testing a filter the database becomes unresponsive, stuck in a long query. Solution: properly join ttrss_entries and ttrss_user_entries instead of working with their carthesian product.
2014-05-12Changed how the enclosures array is checked for content so an empty array is ↵Dave Zaikos
not processed. Fixes a change from the previous branch commit.
2014-05-12Added HOOK_FORMAT_ENCLOSURES plugin hook.Dave Zaikos
Runs HTML and enclosures array through a plugin hook when rendering an article's enclosures in format_article_enclosures(). Allows plugins to override handling of how enclosures are presented by either filtering the array of enclosures, or generating the HTML to add to the article content.
2014-04-23Stop after first search pluginRob Hoelz
The sanity check should have caught any extra ones, but it doesn't hurt to be careful
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-14make_init_params: add pluginsAndrew Dolgov
2014-03-14make_init_params: add themeAndrew Dolgov
2014-03-14make_init_params: add some additional information useful for reportingAndrew Dolgov
2014-03-13disable headlines grouping for recently read vfeedAndrew Dolgov
2014-03-10start_ts for feeds: use date_entered for consistencyAndrew Dolgov
2014-03-09generated feeds, add ts= (strtotime) start timestampAndrew Dolgov
2014-03-05Revert "get_feeds_from_html: add rel='alternate feed'"Andrew Dolgov
This reverts commit 526e1d80be3fe843798c4e26964e10e25a48ae7a.
2014-03-05get_feeds_from_html: add rel='alternate feed'Andrew Dolgov
2014-03-05split functions php into two parts because syntastic is too slowAndrew Dolgov
get_feeds_from_html: stricter feed detection based on whatwg guidelines