summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
AgeCommit message (Collapse)Author
2013-03-27modify sorting by date_entered: set date_entered per-batch; use updated as a ↵Andrew Dolgov
secondary criteria
2013-03-25Handle future pubDatesaperduper
Posts with pubDate in the future always appear at the top, which is ruining the whole "newest at top" idea. One way to handle this is to use time() instead. This is what google reader does and seems reasonable.
2013-03-25let us rejoice on being able to create double negative filters (refs #631)Andrew Dolgov
2013-03-24label auto matcher: preg_quote() labelAndrew Dolgov
2013-03-23rssfuncs: do not try to match on empty labelAndrew Dolgov
2013-03-22db_escape_string: specify link parameter for consistency; sessions: do not ↵Andrew Dolgov
force-close db connection in _close()
2013-03-19rework image caching to work without permanent article content rewriting ↵Andrew Dolgov
(refs #582)
2013-03-19properly fix the cache_images issue (refs #578)Andrew Dolgov
2013-03-17implement proper last_marked/last_published feeds for proper sorting ofAndrew Dolgov
published and marked virtual feeds, remove sorting by last_read workaround api: add pubsubhubbub ping when article is being set published bump schema
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
htmlpurifier might not be relevant anymore because of htmLawed switch, but <br/>s are annoying
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 ↵Andrew Dolgov
is allowed
2013-02-26done collecting data debug message: remove titleAndrew Dolgov
2013-02-26remove update on checksum change (updated status has been removed); rtl ↵Andrew Dolgov
stuff (unused)
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 ↵Andrew Dolgov
plugin_data field for this
2013-02-08remove processing of ttrss_feeds.icon_urlAndrew Dolgov
2013-02-04fix image caching not working on plugin-rewritten content; remove content ↵Andrew Dolgov
cache stuff
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
#472)
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
This reverts commit d020a86c36327fd823a1eb8e61c52b6663985980.
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 ↵Andrew Dolgov
unnecessary data sharing