]> git.wh0rd.org Git - tt-rss.git/history - include/rssfuncs.php
misc generated feed tweaks (fix json content-type, etc)
[tt-rss.git] / include / rssfuncs.php
2013-01-10 Andrew Dolgovuse force_feed()
2012-12-30 Andrew Dolgovallow plugin modification of article guid
2012-12-30 Andrew Dolgovproperly load user plugins and data on update
2012-12-26 Andrew Dolgovfix overflow of various 250 char fields in rssfuncs
2012-12-25 Andrew Dolgovmore work on user-selectable plugins; properly process...
2012-12-24 Andrew Dolgovsplit digest stuff into digest.php
2012-12-24 Andrew Dolgovupdate_rss_feed: escape error string immediately
2012-12-24 Andrew Dolgovimplement HOOK_FEED_PARSED, add example plugin (refs...
2012-12-24 Andrew Dolgovdo not preg_match() tags from article content
2012-12-24 Andrew Dolgovprevent escaping of article link in the database when...
2012-12-24 Andrew Dolgovremove magpie, fix article filter plugins
2012-12-23 Andrew Dolgovexperimental new plugin system
2012-12-22 Andrew Dolgovsupport comments on simplepie properly
2012-12-22 Andrew DolgovRevert "support comments for simplepie"
2012-12-22 Andrew Dolgovsupport comments for simplepie
2012-12-16 Andrew Dolgovupdate: feed escaping issue
2012-12-12 Andrew DolgovMerge pull request #33 from waldir/master
2012-12-12 Andrew Dolgovadd built-in expiring of obsolete lockfiles
2012-11-29 Andrew Dolgovremove uid from ccache guid prefix
2012-11-29 Andrew Dolgovcreate separate guids for cached and authorized content...
2012-11-26 Andrew Dolgovwait a bit before initial content fetching
2012-11-26 Andrew Dolgovminor cached content updating tweaks
2012-11-26 Andrew Dolgovimplement experimental article on-import data filters
2012-11-25 Andrew Dolgovfix inserting cached content on first update
2012-11-23 Andrew Dolgovimplement ttrss_feeds.cache_content
2012-11-20 Andrew Dolgovget_article_filters: strip newlines from content before...
2012-11-13 Andrew Dolgovfix title and content filters only working on title...
2012-10-30 Andrew Dolgovenable manual filters to work on complete html content
2012-10-30 Andrew Dolgovupdate: only load existing labels of previously importe...
2012-10-30 Andrew Dolgovfix update stopped by get_article_labels()
2012-10-30 Andrew Dolgovapply filters and detect labels based on article conten...
2012-10-30 Andrew Dolgovadd ability to auto-assign articles to labels (bump...
2012-10-30 Andrew Dolgovmove article filter functions to rssfuncs.php
2012-10-29 Andrew Dolgovremove sanitize_article_content (CDATA handled by htmLawed)
2012-10-29 Andrew DolgovRevert "sanitize article content when importing data...
2012-10-29 Andrew Dolgovupdate_rss_feed: fix broken title/content escaping
2012-10-28 Andrew Dolgovsanitize article content when importing data from feed
2012-10-25 Andrew Dolgovforce refetch feed when clicking update/clicking on...
2012-10-09 Andrew Dolgovallow filters to work on child categories
2012-09-15 Andrew Dolgovlower default DAEMON_SLEEP_INTERVAL
2012-09-07 Andrew Dolgovremove twitter-specific code
2012-08-31 Andrew Dolgovimplement multiple rule/action filters
2012-08-21 Andrew Dolgovremove hook-based plugins
2012-08-17 Andrew Dolgovrework class system to use subdirectories
2012-07-09 Andrew Dolgovimplement proof of concept postgresql pg_trgm N-gram...
2012-07-06 Andrew Dolgovremove memcached stuff
2012-05-24 Andrew Dolgovproperly update favicon_last_checked
2012-05-24 Andrew Dolgovexpire files in cache/export
2012-05-24 Andrew Dolgovrate-limit requests for favicons when not present to...
2012-05-17 Andrew DolgovRevert "get favicon from icon atom feeds & search for...
2012-05-17 Andrew Dolgovfix warning when entry content is used as array unneces...
2012-05-15 Andrew Dolgovget favicon from icon atom feeds & search for icons...
2012-05-05 Andrew Dolgovapply patch from gmargo to differentiate between manual...
2012-04-09 Andrew Dolgovdisable internal magpie/simplepie cache for manual...
2012-04-01 Andrew Dolgovallow manual updates for feeds with disabled automatic...
2012-02-24 Andrew Dolgovexpire_cached_files: check for glob() returning false
2012-02-21 Andrew Dolgovfix various tags being stuck because of invalid HTML...
2012-01-31 Andrew Dolgovimplement digestTest back
2012-01-30 Andrew Dolgovimplement preferred time for sending out digests
2012-01-26 Andrew Dolgovfetch_twitter_rss: include magpie libraries
2012-01-17 Andrew Dolgovmisc fixes in site_url/icon_url parsing
2012-01-12 Andrew Dolgovcache_images: set a lower size limit for stuff to cache
2012-01-10 Andrew Dolgovfix tmhOAuth missing query parameters (closes #416)
2011-12-31 Andrew Dolgovremove simplepie force_feed() (closes #414)
2011-12-28 Andrew Dolgovworkaround against markup being broken by cache_images()
2011-12-26 Andrew Dolgovonly try to cache images when cache dir is writable
2011-12-26 Andrew Dolgovuniversal image caching and automatic cache directories...
2011-12-24 Andrew DolgovglobalUpdateFeeds: disable debugging info
2011-12-13 Andrew Dolgovsimplify default global config, expand sanity_check...
2011-12-13 Andrew Dolgovsplit several functions to related classes
2011-12-13 Andrew Dolgovsplit rss updating stuff into separate include file