summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
AgeCommit message (Expand)Author
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
2012-10-30update: only load existing labels of previously imported articlesAndrew Dolgov
2012-10-30fix update stopped by get_article_labels()Andrew Dolgov
2012-10-30apply filters and detect labels based on article content without tagsAndrew Dolgov
2012-10-30add ability to auto-assign articles to labels (bump schema)Andrew Dolgov
2012-10-30move article filter functions to rssfuncs.phpAndrew Dolgov
2012-10-29remove sanitize_article_content (CDATA handled by htmLawed)Andrew Dolgov
2012-10-29Revert "sanitize article content when importing data from feed"Andrew Dolgov
2012-10-29update_rss_feed: fix broken title/content escapingAndrew Dolgov
2012-10-28sanitize article content when importing data from feedAndrew Dolgov
2012-10-25force refetch feed when clicking update/clicking on same feed in the treeAndrew Dolgov
2012-10-09allow filters to work on child categoriesAndrew Dolgov
2012-09-15lower default DAEMON_SLEEP_INTERVALAndrew Dolgov
2012-09-07remove twitter-specific codeAndrew Dolgov
2012-08-31implement multiple rule/action filtersAndrew Dolgov
2012-08-21remove hook-based pluginsAndrew Dolgov
2012-08-17rework class system to use subdirectoriesAndrew Dolgov
2012-07-09implement proof of concept postgresql pg_trgm N-gram based marking of similar...Andrew Dolgov
2012-07-06remove memcached stuffAndrew Dolgov
2012-05-24properly update favicon_last_checkedAndrew Dolgov
2012-05-24expire files in cache/exportAndrew Dolgov
2012-05-24rate-limit requests for favicons when not present to conserve traffic (refs #...Andrew Dolgov
2012-05-17Revert "get favicon from icon atom feeds & search for icons not only in html ...Andrew Dolgov
2012-05-17fix warning when entry content is used as array unnecessarilyAndrew Dolgov
2012-05-15get favicon from icon atom feeds & search for icons not only in html head (cl...Andrew Dolgov