summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-08-20fix typoAndrew Dolgov
2014-08-20Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2014-08-20geturl: if head request is denied because host is still living in 20th centur...Andrew Dolgov
2014-08-20Minor refactor for php v5.3, which doens't support immediate dereferencing of...Jonathon Padfield
2014-08-19get_minified_js: store and check tt-rss version in cached filesAndrew Dolgov
2014-08-19mention that language passed is read onlyAndrew Dolgov
2014-08-19update: include detected language to article structure passed to filtersAndrew Dolgov
2014-08-19add some timing information to update_daemon_commonAndrew Dolgov
2014-08-19fix language detection; remove f_guid debuggingAndrew Dolgov
2014-08-18pass correct instance of pluginhost to calculate_article_hashAndrew Dolgov
2014-08-18tweak article hash functionAndrew Dolgov
2014-08-18simplify article filter chaining mechanism, do not try to process already sto...Andrew Dolgov
2014-08-14mention english language name for ArabicAndrew Dolgov
2014-08-14Merge branch 'master' of git://github.com/asalthobaity/Tiny-Tiny-RSS into asa...Andrew Dolgov
2014-08-14Arabic translationasalthobaity
2014-08-12stored http error text in curl modeAndrew Dolgov
2014-08-12update stored article after filter has finished processing to prevent plugins...Andrew Dolgov
2014-08-01reinstate wrongfully renamed archived feed; properly fix prefs filtertree lab...Andrew Dolgov
2014-07-20release 1.13Andrew Dolgov
2014-07-15Add width/height attribute to image enclosuresFelix Eckhofer
2014-07-15Store size of enclosure to databaseFelix Eckhofer
2014-07-15Update schema for size support of enclosuresFelix Eckhofer
2014-06-22Added curl CURLOPT_NOBODY option in geturl function to ensure the HEAD method...Dave Zaikos
2014-07-02mail plugin: cleanup disabled completion, add configurable destination email ...Andrew Dolgov
2014-06-26Updated cache_images() to use _MIN_CACHE_IMAGE_SIZE constant when checking fi...Dave Zaikos
2014-06-19Fix for testing filters getting stuck sometimes.Bram Schoenmakers
2014-06-10catchup_feed: only mark articles as read with non-negative score in fresh feedAndrew Dolgov
2014-06-03Revert "Revert "fix unicode problem from vim""Andrew Dolgov
2014-06-03Revert "Revert "include new lang codes""Andrew Dolgov
2014-06-03Revert "include new lang codes"Andrew Dolgov
2014-06-03Revert "fix unicode problem from vim"Andrew Dolgov
2014-06-02fix unicode problem from vimbrendan braybrook
2014-06-02include new lang codesbrendan braybrook
2014-05-19Add subscribe hook, give more information to fetch_feed hookwltb
2014-05-12Changed how the enclosures array is checked for content so an empty array is ...Dave Zaikos
2014-05-12Added HOOK_FORMAT_ENCLOSURES plugin hook.Dave Zaikos
2014-05-09fetch_file_contents: do not set referrer when using curlAndrew Dolgov
2014-04-30rssfuncs: mention local cache filename for easier debuggingAndrew Dolgov
2014-04-23Stop after first search pluginRob Hoelz
2014-04-23Make search mechanism pluggableRob Hoelz
2014-04-06bump schema version to fix resetpass_token created as a wrong type in 124Andrew Dolgov
2014-04-02expand filtertree display to make filters easier to distinguishAndrew Dolgov
2014-03-21add pt_PT languageAndrew Dolgov
2014-03-21Revert "Update functions.php"Andrew Dolgov
2014-03-21Update functions.phpDuarte Velez Grilo
2014-03-21release 1.12Andrew Dolgov
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-14deactivated FeedParser re-use as it is not multiuser safeRoland Angerer