summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-19implement plugin API version compatibility checkAndrew Dolgov
2013-04-19better handle get_link() enabled plugins crashing on loadAndrew Dolgov
2013-04-19remove debug_enabled globalAndrew Dolgov
2013-04-19update_rss_feed: simplify debug reportingAndrew Dolgov
2013-04-19subscribe: verify XML before adding to the database; fetch: try to work aroun...Andrew Dolgov
2013-04-19trim received feed data on fetchAndrew Dolgov
2013-04-19update installer mysqli_connect to only use port if definedAndrew Dolgov
2013-04-19check if http_response_header is definedAndrew Dolgov
2013-04-19make logging configurable; add logging to syslogAndrew Dolgov
2013-04-19Revert "_DISABLE_FLOICON -> _ENABLE_FLOICON"Andrew Dolgov
2013-04-19do not try to calculate icon avg color if GD is not presentAndrew Dolgov
2013-04-19pref_prefs: remove second argument from the constructorAndrew Dolgov
2013-04-19only pass port to mysqli_connect when it is setAndrew Dolgov
2013-04-18fix missing DB object when instantiated to import opmlAndrew Dolgov
2013-04-18_DISABLE_FLOICON -> _ENABLE_FLOICONAndrew Dolgov
2013-04-18more notice css tweaksAndrew Dolgov
2013-04-18floIcon: add experimental SizeInBytes capAndrew Dolgov
2013-04-18entry_author: do not double escape string, author & comments: trimAndrew Dolgov
2013-04-18tweak notice/warning/etc displayAndrew Dolgov
2013-04-18actually check for DB_PORT in installer, add better hints and use mysqli if a...Andrew Dolgov
2013-04-18pass DB_PORT as stringAndrew Dolgov
2013-04-18fix auth_base referencing dbh which was not presentAndrew Dolgov
2013-04-18add _DISABLE_FLOICONAndrew Dolgov
2013-04-18api/getHeadlines: increase limit to 200Andrew Dolgov
2013-04-18make pluginhost a singletonAndrew Dolgov
2013-04-18move db-prefs to OOAndrew Dolgov
2013-04-18db-prefs: use user_errorAndrew Dolgov
2013-04-18add better gzdecode support for php native fetch, use curl under open_basedirAndrew Dolgov
2013-04-18Revert "do automatic gzcdecode on feed data"Andrew Dolgov
2013-04-18do automatic gzcdecode on feed dataAndrew Dolgov
2013-04-18support pgsql in pdoAndrew Dolgov
2013-04-18add experimental support for PDO (_ENABLE_PDO)Andrew Dolgov
2013-04-18enable errorhandlerAndrew Dolgov
2013-04-18Merge branch 'master' into pdoAndrew Dolgov
2013-04-18Merge branch 'master' into pdoAndrew Dolgov
2013-04-17Merge pull request #162 from swiffer/masterAndrew Dolgov
2013-04-17make us of db_affected_rows($result) instead of using db specific functionsMatthias Wirtz
2013-04-17update: only wait when pidlock is enabledAndrew Dolgov
2013-04-17Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-04-17revert OO-db access in dbupdater, create DbUpdater() correctlyAndrew Dolgov
2013-04-17do not try to log to sql on old schema versionAndrew Dolgov
2013-04-17Merge pull request #161 from swiffer/masterAndrew Dolgov
2013-04-17fixed sanity check (mysqli_connect is also allowed now)Matthias Wirtz
2013-04-17initialAndrew Dolgov
2013-04-17classes: use OO DB interfaceAndrew Dolgov
2013-04-17remove sessionhandlerAndrew Dolgov
2013-04-17catchupAllFeeds: do not call obsolete callbackAndrew Dolgov
2013-04-17get_article_filter: fix missing argumentAndrew Dolgov
2013-04-17fix plugins/mobileAndrew Dolgov
2013-04-17log viewer: add refresh buttonAndrew Dolgov