]> git.wh0rd.org - tt-rss.git/history - include
daemon: use define_default
[tt-rss.git] / include /
2013-04-24  Andrew Dolgovfix updating for pgsql
2013-04-24  Andrew Dolgovupdating: do not use cache timestamp if it is unusable...
2013-04-24  Andrew Dolgovfetch: check if http_response_header is set
2013-04-24  Andrew Dolgovautoload: include functions.php
2013-04-24  Andrew Dolgovget_version: force UTC
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 Dolgovonly show reset password link when auth_internal is...
2013-04-23  Andrew DolgovMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2013-04-23  Andrew Dolgovspecial version reporting for git
2013-04-23  Andrew DolgovMerge pull request #163 from dandersson/fix_lock_path
2013-04-19  Andrew Dolgovdisable on subscription feed XML validation for the...
2013-04-19  Daniel AnderssonFix doubly applied basepaths to lockfiles.
2013-04-19  Andrew Dolgovcorrectly report fetch error
2013-04-19  Andrew Dolgovfetch: support if-modified-since without CURL
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 Dolgovcheck if http_response_header is defined
2013-04-19  Andrew Dolgovmake logging configurable; add logging to syslog
2013-04-19  Andrew DolgovRevert "_DISABLE_FLOICON -> _ENABLE_FLOICON"
2013-04-19  Andrew Dolgovdo not try to calculate icon avg color if GD is not...
2013-04-18  Andrew Dolgov_DISABLE_FLOICON -> _ENABLE_FLOICON
2013-04-18  Andrew Dolgovmore notice css tweaks
2013-04-18  Andrew Dolgoventry_author: do not double escape string, author ...
2013-04-18  Andrew Dolgovtweak notice/warning/etc display
2013-04-18  Andrew Dolgovadd _DISABLE_FLOICON
2013-04-18  Andrew Dolgovmake pluginhost a singleton
2013-04-18  Andrew Dolgovmove db-prefs to OO
2013-04-18  Andrew Dolgovdb-prefs: use user_error
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 Dolgovenable errorhandler
2013-04-17  Andrew DolgovMerge branch 'master' into pdo
2013-04-17  Andrew DolgovMerge branch 'master' into pdo
2013-04-17  Andrew DolgovMerge pull request #162 from swiffer/master
2013-04-17  Matthias Wirtzmake us of db_affected_rows($result) instead of using...
2013-04-17  Andrew DolgovMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2013-04-17  Andrew DolgovMerge pull request #161 from swiffer/master
2013-04-17  Matthias Wirtzfixed sanity check (mysqli_connect is also allowed...
2013-04-17  Andrew Dolgovinitial
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 db_connect, db_close; CLI fixes
2013-04-17  Andrew Dolgovremove $link
2013-04-17  Andrew Dolgovreinstate error handlers; better DB error reporting...
2013-04-17  Andrew Dolgovmore work on singleton-based DB
2013-04-17  Andrew Dolgovdb updates, remove init_connection()
2013-04-17  Andrew Dolgovadd schema checking to feed updating and update script
2013-04-17  Andrew DolgovMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2013-04-17  Andrew Dolgovfeedtree: don't request null icon
2013-04-17  Andrew DolgovMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2013-04-17  Andrew Dolgoverrorhandler: remove unneeded stuff
2013-04-16  Andrew Dolgoverrorhandler: do not report hidden errors
2013-04-16  Andrew DolgovRevert "remove floIcon: bugs"
2013-04-16  Andrew Dolgovremove floIcon: bugs
2013-04-16  Andrew Dolgovdisable FOLLOWLOCATION when under open_basedir
2013-04-16  Andrew Dolgovimplement old log entry purging in update_daemon_common...
2013-04-16  Andrew Dolgovimplement error log viewer
2013-04-16  Andrew Dolgovexperimental SQL-based error logger
2013-04-16  Andrew Dolgovadd SPHINX_SERVER
2013-04-16  Andrew Dolgovunify SMTP_HOST and SMTP_PORT as SMTP_SERVER
2013-04-16  Andrew Dolgovremove js-based player, better mp3 support detection...
2013-04-16  Andrew DolgovMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2013-04-15  Andrew Dolgovformat_article_labels: bail out if passed something...
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  Andrew Dolgovfix schema for favicon_avg_color
2013-04-15  moontearAdded average color calculation of feeds' favicons...
2013-04-14  Andrew Dolgovsubscribe_to_feed: fix typo
2013-04-13  Andrew Dolgovfix double-escaping possible with encrypted passwords
2013-04-13  Andrew Dolgovfix handling of blank FEED_CRYPT_KEY
2013-04-13  Andrew Dolgovimplement basic feed authentication parameter encryptio...
2013-04-12  Andrew Dolgovdecode html entities in article title on import
2013-04-12  Andrew Dolgovadd cache-control: public to the login page so that...
2013-04-12  Andrew Dolgovremove no_cache_incantation()
2013-04-12  Andrew Dolgovdigest: use proper logging, update.php: fix typo
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-10  Andrew DolgovMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2013-04-10  Andrew DolgovMerge pull request #144 from lotrfan/import_export_fix
2013-04-10  Andrew DolgovMerge pull request #143 from mbirth/master
2013-04-09  Markus BirthAdded propagation of $fetch_last_content_type for curl...
2013-04-09  Andrew Dolgovupdate default of allow_duplicate_posts to false, bump...
2013-04-09  Andrew Dolgovadd HOOK_ARTICLE_LEFT_BUTTON
2013-04-09  Andrew Dolgovsearch_to_sql: fix searching for reserved keywords
2013-04-08  Andrew DolgovMerge pull request #140 from pictuga/master
2013-04-08  pictugaAdded 'section' in allowed elements
2013-04-08  Andrew DolgovMerge pull request #139 from ezterry/bugfix
2013-04-07  Terrence Ezrolfix bug with image attatchment settings
next