1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-02 12:50:52 +02:00
Commit Graph

559 Commits

Author SHA1 Message Date
Andrew Dolgov
1f29443530 fix missing DB object when instantiated to import opml 2013-04-18 23:19:14 +04:00
Andrew Dolgov
3c200461f8 more notice css tweaks 2013-04-18 22:27:05 +04:00
Andrew Dolgov
1daf0f75fa pass DB_PORT as string 2013-04-18 15:44:25 +04:00
Andrew Dolgov
8cb5c64d62 fix auth_base referencing dbh which was not present 2013-04-18 15:36:54 +04:00
Andrew Dolgov
6421b42963 api/getHeadlines: increase limit to 200 2013-04-18 12:36:27 +04:00
Andrew Dolgov
1ffe3391f9 make pluginhost a singleton 2013-04-18 12:27:34 +04:00
Andrew Dolgov
52d88392da move db-prefs to OO 2013-04-18 12:00:01 +04:00
Andrew Dolgov
73663db316 support pgsql in pdo 2013-04-18 08:28:03 +04:00
Andrew Dolgov
9ee90455b8 add experimental support for PDO (_ENABLE_PDO) 2013-04-18 08:20:45 +04:00
Andrew Dolgov
b6a7429591 Merge branch 'master' into pdo 2013-04-18 00:20:21 +04:00
Andrew Dolgov
0630a100d5 revert OO-db access in dbupdater, create DbUpdater() correctly 2013-04-17 21:40:04 +04:00
Andrew Dolgov
512b779391 do not try to log to sql on old schema version 2013-04-17 21:39:47 +04:00
Andrew Dolgov
e441b5837b initial 2013-04-17 21:19:00 +04:00
Andrew Dolgov
d9c85e0f11 classes: use OO DB interface 2013-04-17 20:12:14 +04:00
Andrew Dolgov
b4b45b4534 remove sessionhandler 2013-04-17 20:10:21 +04:00
Andrew Dolgov
01568557b5 log viewer: add refresh button 2013-04-17 19:00:15 +04:00
Andrew Dolgov
ae35bb87eb support mysqli when available 2013-04-17 18:56:13 +04:00
Andrew Dolgov
a42c55f02b fix blank character after opening bracket in function calls 2013-04-17 18:34:18 +04:00
Andrew Dolgov
72ff013729 fix pluginhost created without dbh 2013-04-17 18:30:22 +04:00
Andrew Dolgov
a0ed0d38d4 auth_remote: fix typo 2013-04-17 18:27:41 +04:00
Andrew Dolgov
eefaa2df38 remove db_connect, db_close; CLI fixes 2013-04-17 17:00:35 +04:00
Andrew Dolgov
6322ac79a0 remove $link 2013-04-17 16:48:41 +04:00
Andrew Dolgov
aca75cb5cb reinstate error handlers; better DB error reporting on failed queries 2013-04-17 16:05:54 +04:00
Andrew Dolgov
404e2e3603 more work on singleton-based DB 2013-04-17 15:36:48 +04:00
Andrew Dolgov
ba68b6815a db updates, remove init_connection() 2013-04-17 14:23:35 +04:00
Andrew Dolgov
9594791782 experimental singleton-based Db connection 2013-04-17 13:08:36 +04:00
Andrew Dolgov
2cbdc95bb0 add a separate tab for the logger 2013-04-17 08:42:39 +04:00
Andrew Dolgov
9deca86d96 require entering current one time code to enable otp 2013-04-16 21:07:26 +04:00
Andrew Dolgov
a5680acbe8 replace split with explode 2013-04-16 20:40:23 +04:00
Andrew Dolgov
e2261e177b implement old log entry purging in update_daemon_common; add some more error types; tweak error log display 2013-04-16 20:34:20 +04:00
Andrew Dolgov
b8c7f8357d do not try to load plugins which aren't directories 2013-04-16 20:20:40 +04:00
Andrew Dolgov
4e53956add implement error log viewer 2013-04-16 20:16:15 +04:00
Andrew Dolgov
889a5f9f19 experimental SQL-based error logger 2013-04-16 19:41:31 +04:00
Andrew Dolgov
4f032700db ttrssMailer: actually use OOP properly 2013-04-16 16:50:22 +04:00
Andrew Dolgov
90df27a4c1 ttrssMailer: fix typo 2013-04-16 16:43:15 +04:00
Andrew Dolgov
b9863a153c unify SMTP_HOST and SMTP_PORT as SMTP_SERVER 2013-04-16 16:40:04 +04:00
Andrew Dolgov
40fe2d7382 remove js-based player, better mp3 support detection for html5 audio 2013-04-16 15:44:38 +04:00
Andrew Dolgov
5e3d5480f7 use hashed guids in a hopefully backwards compatible fashion 2013-04-15 19:28:11 +04:00
Andrew Dolgov
bc7a144dd5 properly remove and replace favicon color when favicon gets manually removed/uploaded 2013-04-15 18:22:48 +04:00
Andrew Dolgov
86f7d2a9f2 make gradient less visible on read headlines 2013-04-15 18:09:48 +04:00
Andrew Dolgov
12a6bd28ac remove hsl stuff from classes/feeds, we take care of this when choosing the color 2013-04-15 17:07:06 +04:00
Andrew Dolgov
e7480cc13b do not color predominantly white/black rows 2013-04-15 15:56:08 +04:00
Andrew Dolgov
bfaf90e364 add row backgrounds in normal mode 2013-04-15 15:38:05 +04:00
Andrew Dolgov
85eea71e0e use w3c gradient definition 2013-04-15 15:34:47 +04:00
Andrew Dolgov
e0deff3933 implement basic moz gradient for feedicon color 2013-04-15 15:27:35 +04:00
Andrew Dolgov
63c323f736 only enable colored favicons in vfeeds; fix RGB triplet packing 2013-04-15 15:17:12 +04:00
moontear
2cfbb448fb Added average color calculation of feeds' favicons for banded display. 2013-04-15 12:28:52 +02:00
Andrew Dolgov
e43a9c4a01 add a %d articles selected element 2013-04-15 13:16:14 +04:00
Andrew Dolgov
884f2aee91 use mdash as a separator between title and author 2013-04-15 12:57:52 +04:00
Andrew Dolgov
41694a956d fix double-escaping possible with encrypted passwords 2013-04-13 18:58:09 +04:00