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