]> git.wh0rd.org - tt-rss.git/history - include
Merge pull request #175 from RaphaelRochet/master
[tt-rss.git] / include /
2013-04-30  Andrew Dolgovonly get USER_LANGUAGE on schema 120 and up
2013-04-29  Andrew Dolgovexperimental: decode numerical utf entities on import...
2013-04-29  Andrew Dolgovremove language selector from the login form, store...
2013-04-29  Andrew Dolgovdo not use session cookie lifetime for additional cookies
2013-04-27  Andrew DolgovMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2013-04-27  Andrew Dolgovfix startup_gettext() trying to get configured language...
2013-04-27  Andrew DolgovMerge pull request #167 from KonishchevDmitry/pr-allow...
2013-04-27  Andrew Dolgovfix typo in format_article_labels()
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-26  Andrew Dolgovset default timezone to automatic (bump schema)
2013-04-26  Andrew DolgovclientTzOffset: use proper sign
2013-04-26  Andrew Dolgovadd automatic timezone (based on client tz offset)
2013-04-26  Andrew Dolgovdo not store tz offset in global, store timezone object...
2013-04-25  Andrew Dolgovstrip_harmful_tags: use XPath to actually get all tags...
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 Dolgovsubtoolbar: add last updated when hovering over origina...
2013-04-25  Andrew Dolgovfetch: better checking for 1970- date
2013-04-24  Andrew Dolgovlogin: add tooltip for bw_limit
2013-04-24  Andrew Dolgovdo not needlessly mark icons as failed
2013-04-24  Andrew Dolgovuse static version for session checking, show latest...
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-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...
next