]> git.wh0rd.org - tt-rss.git/history - include/rssfuncs.php
add schema checking to feed updating and update script
[tt-rss.git] / include / rssfuncs.php
2013-04-17  Andrew Dolgovadd schema checking to feed updating and update script
2013-04-16  Andrew Dolgovimplement old log entry purging in update_daemon_common...
2013-04-15  Andrew Dolgovuse hashed guids in a hopefully backwards compatible...
2013-04-15  Andrew Dolgovproperly remove and replace favicon color when favicon...
2013-04-15  Andrew Dolgovremove hsl stuff from classes/feeds, we take care of...
2013-04-15  Andrew DolgovMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2013-04-15  Andrew Dolgovtry to improve color guessing algorithm a bit
2013-04-15  Andrew Dolgovonly enable colored favicons in vfeeds; fix RGB triplet...
2013-04-15  Andrew Dolgovstore favicon color as #rrggbb; process existing favicons
2013-04-15  moontearAdded average color calculation of feeds' favicons...
2013-04-13  Andrew Dolgovimplement basic feed authentication parameter encryptio...
2013-04-12  Andrew Dolgovdecode html entities in article title on import
2013-04-11  Andrew DolgovMerge pull request #147 from pedros/nnttrss_api_extensions
2013-04-11  Andrew Dolgovimplement upload-related support for open_basedir
2013-04-04  Andrew DolgovMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2013-04-04  Andrew Dolgovupdater: prevent duplicate feed ids being scheduled...
2013-04-02  Andrew DolgovMerge pull request #114 from ifireball/tunable-fetches
2013-04-02  Barak KorrenMerge branch 'master' of https://github.com/gothfox...
2013-04-01  Barak KorrenMerge branch 'master' into tunable-fetches
2013-04-01  Barak KorrenMerge branch 'master' of https://github.com/gothfox...
2013-04-01  Barak KorrenMerge branch 'master' into tunable-fetches
2013-04-01  Barak KorrenMoved hard-coded fetch timeout values into config file...
2013-03-31  Andrew DolgovMerge pull request #108 from scarabeusiv/master
2013-03-31  Andrew Dolgovimplement stop action
2013-03-31  Andrew DolgovMerge pull request #106 from RaphaelRochet/master
2013-03-31  Andrew Dolgovdaemon: do not schedule user-disabled feeds (2)
2013-03-31  Andrew Dolgovdaemon: do not schedule user-disabled feeds
2013-03-30  Andrew Dolgovdaemon: sort by random
2013-03-30  Andrew Dolgovdaemon: show feeds/minute stats
2013-03-30  Andrew Dolgovupdate_rss_feed: bailout if cache is considered valid...
2013-03-30  Andrew Dolgovif-modified-since: also take last_updated into account
2013-03-30  Andrew Dolgovsupport If-Modified-Since
2013-03-30  Andrew DolgovRevert "Avoid updating feed based on user pref DEFAULT_...
2013-03-30  Andrew DolgovMerge pull request #103 from yanobs/master
2013-03-30  allAvoid updating feed based on user pref DEFAULT_UPDATE_I...
2013-03-29  Andrew DolgovRevert "order feeds selected for update randomly"
2013-03-29  Andrew Dolgovorder feeds selected for update randomly
2013-03-29  Andrew Dolgovdaemon: do not show feed urls twice
2013-03-29  Andrew Dolgovupdate: exclude feeds with disabled updates
2013-03-29  Andrew Dolgovexperimentally rework update daemon to process all...
2013-03-29  Andrew Dolgovcache simplepie object instead of xml feed data
2013-03-29  Andrew Dolgovremove feed update interval debugging
2013-03-29  Andrew Dolgovcache downloaded feed data to minimize network access
2013-03-28  Andrew DolgovMerge pull request #98 from Joschasa/master
2013-03-28  JoschasaRemove 2 useless line breaks. One got printed even...
2013-03-28  Andrew DolgovMerge pull request #89 from alsvartr/auth_radius
2013-03-27  Andrew Dolgovmodify sorting by date_entered: set date_entered per...
2013-03-27  Andrew DolgovMerge branch 'master' of git://github.com/RaphaelRochet...
2013-03-26  Andrew Dolgovmerge new hu_HU translation
2013-03-26  Andrew DolgovMerge pull request #86 from saperduper/master
2013-03-25  saperduperHandle future pubDate
2013-03-25  Andrew Dolgovlet us rejoice on being able to create double negative...
2013-03-25  Andrew DolgovMerge branch 'master' of git://github.com/skikuta/Tiny...
2013-03-24  Andrew DolgovMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2013-03-24  Andrew DolgovMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2013-03-24  Andrew Dolgovlabel auto matcher: preg_quote() label
2013-03-24  Andrew DolgovMerge pull request #74 from gvmelle/master
2013-03-23  Andrew Dolgovrssfuncs: do not try to match on empty label
2013-03-23  Andrew DolgovMerge pull request #73 from derekmurawsky/dmChanges
2013-03-22  Andrew DolgovMerge pull request #71 from gvmelle/master
2013-03-22  Andrew DolgovMerge pull request #68 from gvmelle/master
2013-03-22  Andrew DolgovMerge branch 'master' of git://github.com/richbeales...
2013-03-22  Andrew Dolgovdb_escape_string: specify link parameter for consistenc...
2013-03-19  Richard BealesMerge remote-tracking branch 'upstream/master'
2013-03-19  Andrew DolgovMerge pull request #61 from hydrian/master
2013-03-19  Andrew Dolgovrework image caching to work without permanent article...
2013-03-18  Andrew DolgovMerge pull request #58 from dandersson/authorstyling
2013-03-18  Andrew Dolgovproperly fix the cache_images issue (refs #578)
2013-03-18  Richard BealesMerge remote-tracking branch 'upstream/master'
2013-03-17  Andrew Dolgovimplement proper last_marked/last_published feeds for...
2013-03-17  Richard BealesMerge remote-tracking branch 'upstream/master'
2013-03-16  Andrew Dolgovfix escaping of entry content being broken by cache_ima...
2013-03-16  Andrew Dolgovremove cache_content remnants
2013-03-16  Andrew Dolgovremove LIBXML_NOEMPTYTAG because of double <br/>s ...
2013-03-11  Andrew Dolgovescape fetch error message before saving in the db...
2013-03-07  Andrew Dolgovremove purging of inactive feeds in daemon_common ...
2013-03-04  Andrew Dolgovwhen purging inactive feeds, set last_updated to NOW()
2013-02-26  Andrew Dolgovpluginhost: add get_debug()/set_debug() for plugins...
2013-02-26  Andrew Dolgovdone collecting data debug message: remove title
2013-02-26  Andrew Dolgovremove update on checksum change (updated status has...
2013-02-26  Andrew Dolgovforce disable simplepie unnecessarily sanitizing data
2013-02-26  Andrew Dolgovupdate_daemon_common: purge inactive/not updated feeds
2013-02-23  Andrew Dolgovsimplepie init: hide errors
2013-02-23  Andrew Dolgovrssfuncs: show fetch done debug message in appropriate...
2013-02-23  Andrew Dolgovrssfuncs: load pluginhost stuff properly
2013-02-23  Andrew Dolgovimplement HOOK_FEED_FETCHED
2013-02-23  Andrew Dolgovadd af_* plugin workaround for already processed article
2013-02-21  Andrew Dolgovprevent article filters from modifying article GUID...
2013-02-08  Andrew Dolgovremove processing of ttrss_feeds.icon_url
2013-02-04  Andrew Dolgovfix image caching not working on plugin-rewritten conte...
2013-01-22  Andrew Dolgovsplit some more functions from functions.php
2013-01-22  Andrew Dolgovdisable content caching if _FEEDS_CONTENT_CACHE is...
2013-01-18  Andrew Dolgovforce separate data in ttrss_entries between users
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
next