]> git.wh0rd.org - tt-rss.git/history - include/rssfuncs.php
remove simplepie
[tt-rss.git] / include / rssfuncs.php
2013-05-01  Andrew Dolgovremove simplepie
2013-05-01  Andrew Dolgovactually save feed xml in the cache
2013-05-01  Andrew Dolgovremove simplepie entity decode hacks
2013-05-01  Andrew Dolgovchange caching to save xml data, remove RDF init section
2013-05-01  Andrew Dolgovadd basic rss support
2013-05-01  Andrew Dolgovadd basic tinyparser/atom
2013-05-01  Andrew DolgovMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2013-05-01  Andrew Dolgovupdate: set last_updated to now() when process starts
2013-04-29  Andrew Dolgovexperimental: decode numerical utf entities on import...
2013-04-27  Andrew DolgovMerge pull request #167 from KonishchevDmitry/pr-allow...
2013-04-27  Andrew DolgovMerge pull request #168 from KonishchevDmitry/pr-match...
2013-04-26  Dmitry KonishchevMatch each tag separately against user filter regular...
2013-04-26  Dmitry KonishchevAllow slashes in filter regular expressions
2013-04-25  Andrew Dolgovbase if-modified-since on last received article, not...
2013-04-25  Andrew DolgovMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2013-04-25  Andrew Dolgovfetch: better checking for 1970- date
2013-04-24  Andrew Dolgovdo not needlessly mark icons as failed
2013-04-24  Andrew Dolgovfix floicon failed message not respecting debugging...
2013-04-24  Andrew Dolgovunify houskeeping stuff, increase spawn interval
2013-04-24  Andrew Dolgovreduce daemon chattiness a bit
2013-04-24  Andrew Dolgovincrease updstart locking interval to prevent concurren...
2013-04-24  Andrew Dolgovfix updating for pgsql
2013-04-24  Andrew Dolgovupdating: do not use cache timestamp if it is unusable...
2013-04-23  Andrew Dolgovdo not recalculate avg color repeatedly
2013-04-23  Andrew Dolgovattempt to recalculate favicon avg color if it changes
2013-04-23  Andrew Dolgovadd a hack so that if floicon fails on some icon, it...
2013-04-23  Andrew DolgovMerge pull request #163 from dandersson/fix_lock_path
2013-04-19  Daniel AnderssonFix doubly applied basepaths to lockfiles.
2013-04-19  Andrew Dolgovremove debug_enabled global
2013-04-19  Andrew Dolgovupdate_rss_feed: simplify debug reporting
2013-04-19  Andrew Dolgovsubscribe: verify XML before adding to the database...
2013-04-19  Andrew Dolgovtrim received feed data on fetch
2013-04-19  Andrew Dolgovdo not try to calculate icon avg color if GD is not...
2013-04-18  Andrew Dolgoventry_author: do not double escape string, author ...
2013-04-18  Andrew Dolgovmake pluginhost a singleton
2013-04-18  Andrew Dolgovmove db-prefs to OO
2013-04-18  Andrew Dolgovadd better gzdecode support for php native fetch, use...
2013-04-18  Andrew DolgovRevert "do automatic gzcdecode on feed data"
2013-04-18  Andrew Dolgovdo automatic gzcdecode on feed data
2013-04-17  Andrew Dolgovget_article_filter: fix missing argument
2013-04-17  Andrew Dolgovfix blank character after opening bracket in function...
2013-04-17  Andrew DolgovMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2013-04-17  Andrew Dolgovdaemon2: use passthrough to daemon-loop
2013-04-17  Andrew Dolgovremove $link
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
next