summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
AgeCommit message (Collapse)Author
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
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
This reverts commit c7fe1b4e9e392e0b9ffa55151c43ea7e2e2ee709. Conflicts: include/functions.php include/rssfuncs.php
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
add placeholder plugin/hook system
2012-07-09implement proof of concept postgresql pg_trgm N-gram based marking of ↵Andrew Dolgov
similar article titles as read automatically
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
#457)
2012-05-17Revert "get favicon from icon atom feeds & search for icons not only in html ↵Andrew Dolgov
head (closes #457)" This reverts commit 882311d9ad0092127ccaecd700cb659cebb89aa8.
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 ↵Andrew Dolgov
(closes #457)
2012-05-05apply patch from gmargo to differentiate between manual and new feed ↵Andrew Dolgov
after-subscription update
2012-04-09disable internal magpie/simplepie cache for manual updatesAndrew Dolgov