Commit Graph

6314 Commits (bbffc43e4f4c04e5efeb0edcc9851742c2223b1d)
 

Author SHA1 Message Date
Andrew Dolgov bbffc43e4f actually check for DB_PORT in installer, add better hints and use mysqli if available 13 years ago
Andrew Dolgov 1daf0f75fa pass DB_PORT as string 13 years ago
Andrew Dolgov 8cb5c64d62 fix auth_base referencing dbh which was not present 13 years ago
Andrew Dolgov 073672ccd5 add _DISABLE_FLOICON 13 years ago
Andrew Dolgov 6421b42963 api/getHeadlines: increase limit to 200 13 years ago
Andrew Dolgov 1ffe3391f9 make pluginhost a singleton 13 years ago
Andrew Dolgov 52d88392da move db-prefs to OO 13 years ago
Andrew Dolgov c1e45a87b2 db-prefs: use user_error 13 years ago
Andrew Dolgov 3f6f085769 add better gzdecode support for php native fetch, use curl under open_basedir 13 years ago
Andrew Dolgov d0d86316ee Revert "do automatic gzcdecode on feed data"
This reverts commit aea03558bb.
13 years ago
Andrew Dolgov aea03558bb do automatic gzcdecode on feed data 13 years ago
Andrew Dolgov 73663db316 support pgsql in pdo 13 years ago
Andrew Dolgov 9ee90455b8 add experimental support for PDO (_ENABLE_PDO) 13 years ago
Andrew Dolgov 7329ab2dd5 enable errorhandler 13 years ago
Andrew Dolgov c8784bceec Merge branch 'master' into pdo 13 years ago
Andrew Dolgov b6a7429591 Merge branch 'master' into pdo 13 years ago
Andrew Dolgov 6b7bc706f3 Merge pull request #162 from swiffer/master
make us of db_affected_rows($result) instead of using db specific functions
13 years ago
Matthias Wirtz a08f94bd0e make us of db_affected_rows($result) instead of using db specific functions 13 years ago
Andrew Dolgov 8a386529a1 update: only wait when pidlock is enabled 13 years ago
Andrew Dolgov fa8e7ea261 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 13 years ago
Andrew Dolgov 0630a100d5 revert OO-db access in dbupdater, create DbUpdater() correctly 13 years ago
Andrew Dolgov 512b779391 do not try to log to sql on old schema version 13 years ago
Andrew Dolgov ebd56fc0d1 Merge pull request #161 from swiffer/master
added mysqli_connect to mysql sanity check
13 years ago
Matthias Wirtz 95a10c1225 fixed sanity check (mysqli_connect is also allowed now) 13 years ago
Andrew Dolgov e441b5837b initial 13 years ago
Andrew Dolgov d9c85e0f11 classes: use OO DB interface 13 years ago
Andrew Dolgov b4b45b4534 remove sessionhandler 13 years ago
Andrew Dolgov da76e61af8 catchupAllFeeds: do not call obsolete callback 13 years ago
Andrew Dolgov 48cb253625 get_article_filter: fix missing argument 13 years ago
Andrew Dolgov d10e0993b5 fix plugins/mobile 13 years ago
Andrew Dolgov 01568557b5 log viewer: add refresh button 13 years ago
Andrew Dolgov 4a70edea1a api: remove db_connect stuff 13 years ago
Andrew Dolgov ae35bb87eb support mysqli when available 13 years ago
Andrew Dolgov a42c55f02b fix blank character after opening bracket in function calls 13 years ago
Andrew Dolgov 72ff013729 fix pluginhost created without dbh 13 years ago
Andrew Dolgov a0ed0d38d4 auth_remote: fix typo 13 years ago
Andrew Dolgov 57bac1bea9 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Conflicts:
	update_daemon2.php
13 years ago
Andrew Dolgov d632b28cef fix some missing constructor parameters 13 years ago
Andrew Dolgov 7440a7fe3c daemon2: use passthrough to daemon-loop 13 years ago
Andrew Dolgov eefaa2df38 remove db_connect, db_close; CLI fixes 13 years ago
Andrew Dolgov 6322ac79a0 remove $link 13 years ago
Andrew Dolgov aca75cb5cb reinstate error handlers; better DB error reporting on failed queries 13 years ago
Andrew Dolgov 404e2e3603 more work on singleton-based DB 13 years ago
Andrew Dolgov ba68b6815a db updates, remove init_connection() 13 years ago
Andrew Dolgov 9594791782 experimental singleton-based Db connection 13 years ago
Andrew Dolgov 0186be6aeb another take on inclusion of errorhandler in CLI scripts 13 years ago
Andrew Dolgov d1bfb86f9d remove errorhandler from CLI scripts for the time being 13 years ago
Andrew Dolgov 857efe49e6 add schema checking to feed updating and update script 13 years ago
Andrew Dolgov a94379f118 add missing close image 13 years ago
Andrew Dolgov 95437e9e07 tweak notify layout/display 13 years ago