summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
AgeCommit message (Expand)Author
2013-03-17implement proper last_marked/last_published feeds for proper sorting ofAndrew Dolgov
2013-03-16fix escaping of entry content being broken by cache_images() rewritingAndrew Dolgov
2013-03-16remove cache_content remnantsAndrew Dolgov
2013-03-16remove LIBXML_NOEMPTYTAG because of double <br/>s - the #357 issue withAndrew Dolgov
2013-03-11escape fetch error message before saving in the db (closes #550)Andrew Dolgov
2013-03-07remove purging of inactive feeds in daemon_common (causes duplicates)Andrew Dolgov
2013-03-04when purging inactive feeds, set last_updated to NOW()Andrew Dolgov
2013-02-26pluginhost: add get_debug()/set_debug() for plugins to detect if debugging is...Andrew Dolgov
2013-02-26done collecting data debug message: remove titleAndrew Dolgov
2013-02-26remove update on checksum change (updated status has been removed); rtl stuff...Andrew Dolgov
2013-02-26force disable simplepie unnecessarily sanitizing dataAndrew Dolgov
2013-02-26update_daemon_common: purge inactive/not updated feedsAndrew Dolgov
2013-02-23simplepie init: hide errorsAndrew Dolgov
2013-02-23rssfuncs: show fetch done debug message in appropriate placeAndrew Dolgov
2013-02-23rssfuncs: load pluginhost stuff properlyAndrew Dolgov
2013-02-23implement HOOK_FEED_FETCHEDAndrew Dolgov
2013-02-23add af_* plugin workaround for already processed articleAndrew Dolgov
2013-02-21prevent article filters from modifying article GUID; add separate plugin_data...Andrew Dolgov
2013-02-08remove processing of ttrss_feeds.icon_urlAndrew Dolgov
2013-02-04fix image caching not working on plugin-rewritten content; remove content cac...Andrew Dolgov
2013-01-22split some more functions from functions.phpAndrew Dolgov
2013-01-22disable content caching if _FEEDS_CONTENT_CACHE is not enabledAndrew Dolgov
2013-01-18force separate data in ttrss_entries between usersAndrew Dolgov
2013-01-10use force_feed()Andrew Dolgov
2012-12-30allow plugin modification of article guidAndrew Dolgov
2012-12-30properly load user plugins and data on updateAndrew Dolgov
2012-12-26fix overflow of various 250 char fields in rssfuncsAndrew Dolgov
2012-12-25more work on user-selectable plugins; properly process system and user pluginsAndrew Dolgov
2012-12-24split digest stuff into digest.phpAndrew Dolgov
2012-12-24update_rss_feed: escape error string immediatelyAndrew Dolgov
2012-12-24implement HOOK_FEED_PARSED, add example plugin (refs #424)Andrew Dolgov
2012-12-24do not preg_match() tags from article contentAndrew Dolgov
2012-12-24prevent escaping of article link in the database when using simplepie (refs #...Andrew Dolgov
2012-12-24remove magpie, fix article filter pluginsAndrew Dolgov
2012-12-23experimental new plugin systemAndrew Dolgov
2012-12-22support comments on simplepie properlyAndrew Dolgov
2012-12-22Revert "support comments for simplepie"Andrew Dolgov
2012-12-22support comments for simplepieAndrew Dolgov
2012-12-16update: feed escaping issueAndrew Dolgov
2012-12-12add built-in expiring of obsolete lockfilesAndrew Dolgov
2012-11-29remove uid from ccache guid prefixAndrew Dolgov
2012-11-29create separate guids for cached and authorized content to prevent unnecessar...Andrew Dolgov
2012-11-26wait a bit before initial content fetchingAndrew Dolgov
2012-11-26minor cached content updating tweaksAndrew Dolgov
2012-11-26implement experimental article on-import data filtersAndrew Dolgov
2012-11-25fix inserting cached content on first updateAndrew Dolgov
2012-11-23implement ttrss_feeds.cache_contentAndrew Dolgov
2012-11-20get_article_filters: strip newlines from content before matchingAndrew Dolgov
2012-11-13fix title and content filters only working on title (closes #512)Andrew Dolgov
2012-10-30enable manual filters to work on complete html contentAndrew Dolgov