]> git.wh0rd.org - tt-rss.git/log
tt-rss.git
11 years agomake pluginhost a singleton
Andrew Dolgov [Thu, 18 Apr 2013 08:27:34 +0000 (12:27 +0400)] 
make pluginhost a singleton

11 years agomove db-prefs to OO
Andrew Dolgov [Thu, 18 Apr 2013 08:00:01 +0000 (12:00 +0400)] 
move db-prefs to OO

11 years agodb-prefs: use user_error
Andrew Dolgov [Thu, 18 Apr 2013 07:38:22 +0000 (11:38 +0400)] 
db-prefs: use user_error

11 years agoadd better gzdecode support for php native fetch, use curl under open_basedir
Andrew Dolgov [Thu, 18 Apr 2013 07:35:58 +0000 (11:35 +0400)] 
add better gzdecode support for php native fetch, use curl under open_basedir

11 years agoRevert "do automatic gzcdecode on feed data"
Andrew Dolgov [Thu, 18 Apr 2013 07:19:25 +0000 (11:19 +0400)] 
Revert "do automatic gzcdecode on feed data"

This reverts commit aea03558bb7c0ac0015a1f1e41c5f5eb1722132e.

11 years agodo automatic gzcdecode on feed data
Andrew Dolgov [Thu, 18 Apr 2013 05:15:55 +0000 (09:15 +0400)] 
do automatic gzcdecode on feed data

11 years agosupport pgsql in pdo
Andrew Dolgov [Thu, 18 Apr 2013 04:28:03 +0000 (08:28 +0400)] 
support pgsql in pdo

11 years agoadd experimental support for PDO (_ENABLE_PDO)
Andrew Dolgov [Thu, 18 Apr 2013 04:20:45 +0000 (08:20 +0400)] 
add experimental support for PDO (_ENABLE_PDO)

11 years agoenable errorhandler
Andrew Dolgov [Wed, 17 Apr 2013 20:22:34 +0000 (00:22 +0400)] 
enable errorhandler

11 years agoMerge branch 'master' into pdo
Andrew Dolgov [Wed, 17 Apr 2013 20:20:47 +0000 (00:20 +0400)] 
Merge branch 'master' into pdo

11 years agoMerge branch 'master' into pdo
Andrew Dolgov [Wed, 17 Apr 2013 20:20:21 +0000 (00:20 +0400)] 
Merge branch 'master' into pdo

11 years agoMerge pull request #162 from swiffer/master
Andrew Dolgov [Wed, 17 Apr 2013 20:05:26 +0000 (13:05 -0700)] 
Merge pull request #162 from swiffer/master

make us of db_affected_rows($result) instead of using db specific functions

11 years agomake us of db_affected_rows($result) instead of using db specific functions
Matthias Wirtz [Wed, 17 Apr 2013 18:24:07 +0000 (20:24 +0200)] 
make us of db_affected_rows($result) instead of using db specific functions

11 years agoupdate: only wait when pidlock is enabled
Andrew Dolgov [Wed, 17 Apr 2013 18:09:11 +0000 (22:09 +0400)] 
update: only wait when pidlock is enabled

11 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Wed, 17 Apr 2013 17:40:13 +0000 (21:40 +0400)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

11 years agorevert OO-db access in dbupdater, create DbUpdater() correctly
Andrew Dolgov [Wed, 17 Apr 2013 17:40:04 +0000 (21:40 +0400)] 
revert OO-db access in dbupdater, create DbUpdater() correctly

11 years agodo not try to log to sql on old schema version
Andrew Dolgov [Wed, 17 Apr 2013 17:39:47 +0000 (21:39 +0400)] 
do not try to log to sql on old schema version

11 years agoMerge pull request #161 from swiffer/master
Andrew Dolgov [Wed, 17 Apr 2013 17:28:47 +0000 (10:28 -0700)] 
Merge pull request #161 from swiffer/master

added mysqli_connect to mysql sanity check

11 years agofixed sanity check (mysqli_connect is also allowed now)
Matthias Wirtz [Wed, 17 Apr 2013 17:23:52 +0000 (19:23 +0200)] 
fixed sanity check (mysqli_connect is also allowed now)

11 years agoinitial
Andrew Dolgov [Wed, 17 Apr 2013 17:19:00 +0000 (21:19 +0400)] 
initial

11 years agoclasses: use OO DB interface
Andrew Dolgov [Wed, 17 Apr 2013 16:12:14 +0000 (20:12 +0400)] 
classes: use OO DB interface

11 years agoremove sessionhandler
Andrew Dolgov [Wed, 17 Apr 2013 16:10:21 +0000 (20:10 +0400)] 
remove sessionhandler

11 years agocatchupAllFeeds: do not call obsolete callback
Andrew Dolgov [Wed, 17 Apr 2013 15:58:04 +0000 (19:58 +0400)] 
catchupAllFeeds: do not call obsolete callback

11 years agoget_article_filter: fix missing argument
Andrew Dolgov [Wed, 17 Apr 2013 15:25:15 +0000 (19:25 +0400)] 
get_article_filter: fix missing argument

11 years agofix plugins/mobile
Andrew Dolgov [Wed, 17 Apr 2013 15:17:23 +0000 (19:17 +0400)] 
fix plugins/mobile

11 years agolog viewer: add refresh button
Andrew Dolgov [Wed, 17 Apr 2013 15:00:15 +0000 (19:00 +0400)] 
log viewer: add refresh button

11 years agoapi: remove db_connect stuff
Andrew Dolgov [Wed, 17 Apr 2013 14:58:30 +0000 (18:58 +0400)] 
api: remove db_connect stuff

11 years agosupport mysqli when available
Andrew Dolgov [Wed, 17 Apr 2013 14:56:13 +0000 (18:56 +0400)] 
support mysqli when available

11 years agofix blank character after opening bracket in function calls
Andrew Dolgov [Wed, 17 Apr 2013 14:34:18 +0000 (18:34 +0400)] 
fix blank character after opening bracket in function calls

11 years agofix pluginhost created without dbh
Andrew Dolgov [Wed, 17 Apr 2013 14:30:22 +0000 (18:30 +0400)] 
fix pluginhost created without dbh

11 years agoauth_remote: fix typo
Andrew Dolgov [Wed, 17 Apr 2013 14:27:41 +0000 (18:27 +0400)] 
auth_remote: fix typo

11 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Wed, 17 Apr 2013 14:23:20 +0000 (18:23 +0400)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

Conflicts:
update_daemon2.php

11 years agofix some missing constructor parameters
Andrew Dolgov [Wed, 17 Apr 2013 14:21:32 +0000 (18:21 +0400)] 
fix some missing constructor parameters

11 years agodaemon2: use passthrough to daemon-loop
Andrew Dolgov [Wed, 17 Apr 2013 14:19:26 +0000 (18:19 +0400)] 
daemon2: use passthrough to daemon-loop

11 years agoremove db_connect, db_close; CLI fixes
Andrew Dolgov [Wed, 17 Apr 2013 13:00:24 +0000 (17:00 +0400)] 
remove db_connect, db_close; CLI fixes

11 years agoremove $link
Andrew Dolgov [Wed, 17 Apr 2013 12:23:15 +0000 (16:23 +0400)] 
remove $link

11 years agoreinstate error handlers; better DB error reporting on failed queries
Andrew Dolgov [Wed, 17 Apr 2013 12:05:52 +0000 (16:05 +0400)] 
reinstate error handlers; better DB error reporting on failed queries

11 years agomore work on singleton-based DB
Andrew Dolgov [Wed, 17 Apr 2013 11:36:34 +0000 (15:36 +0400)] 
more work on singleton-based DB

11 years agodb updates, remove init_connection()
Andrew Dolgov [Wed, 17 Apr 2013 10:23:35 +0000 (14:23 +0400)] 
db updates, remove init_connection()

11 years agoexperimental singleton-based Db connection
Andrew Dolgov [Wed, 17 Apr 2013 09:08:36 +0000 (13:08 +0400)] 
experimental singleton-based Db connection

11 years agoanother take on inclusion of errorhandler in CLI scripts
Andrew Dolgov [Wed, 17 Apr 2013 08:36:27 +0000 (12:36 +0400)] 
another take on inclusion of errorhandler in CLI scripts

11 years agoremove errorhandler from CLI scripts for the time being
Andrew Dolgov [Wed, 17 Apr 2013 08:27:47 +0000 (12:27 +0400)] 
remove errorhandler from CLI scripts for the time being

11 years agoadd schema checking to feed updating and update script
Andrew Dolgov [Wed, 17 Apr 2013 08:10:35 +0000 (12:10 +0400)] 
add schema checking to feed updating and update script

11 years agoadd missing close image
Andrew Dolgov [Wed, 17 Apr 2013 06:53:12 +0000 (10:53 +0400)] 
add missing close image

11 years agotweak notify layout/display
Andrew Dolgov [Wed, 17 Apr 2013 06:50:46 +0000 (10:50 +0400)] 
tweak notify layout/display

11 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Wed, 17 Apr 2013 06:20:45 +0000 (10:20 +0400)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

11 years agoconfig: remove mention of encrypted logins
Andrew Dolgov [Wed, 17 Apr 2013 05:30:11 +0000 (09:30 +0400)] 
config: remove mention of encrypted logins

11 years agoMerge pull request #160 from lotrfan/indent_fix
Andrew Dolgov [Wed, 17 Apr 2013 05:29:32 +0000 (22:29 -0700)] 
Merge pull request #160 from lotrfan/indent_fix

Fix indentation issues (spaces => tabs)

11 years agoFix indentation issues (spaces => tabs)
Jeffrey Tolar [Wed, 17 Apr 2013 05:23:12 +0000 (00:23 -0500)] 
Fix indentation issues (spaces => tabs)

11 years agoenable logger in updater scripts
Andrew Dolgov [Wed, 17 Apr 2013 05:09:59 +0000 (09:09 +0400)] 
enable logger in updater scripts

11 years agofeedtree: don't request null icon
Andrew Dolgov [Wed, 17 Apr 2013 05:09:51 +0000 (09:09 +0400)] 
feedtree: don't request null icon

11 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Wed, 17 Apr 2013 04:50:41 +0000 (08:50 +0400)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

11 years agoadd a separate tab for the logger
Andrew Dolgov [Wed, 17 Apr 2013 04:42:39 +0000 (08:42 +0400)] 
add a separate tab for the logger

11 years agoerrorhandler: remove unneeded stuff
Andrew Dolgov [Wed, 17 Apr 2013 04:32:45 +0000 (08:32 +0400)] 
errorhandler: remove unneeded stuff

11 years agoMerge pull request #159 from supahgreg/master
Andrew Dolgov [Wed, 17 Apr 2013 04:09:25 +0000 (21:09 -0700)] 
Merge pull request #159 from supahgreg/master

minor typo fix in hash_get()

11 years agominor typo fix in hash_get()
supahgreg [Wed, 17 Apr 2013 01:08:17 +0000 (20:08 -0500)] 
minor typo fix in hash_get()

11 years agoerrorhandler: do not report hidden errors
Andrew Dolgov [Tue, 16 Apr 2013 21:26:55 +0000 (01:26 +0400)] 
errorhandler: do not report hidden errors

11 years agoRevert "floIcon: set cap on image size"
Andrew Dolgov [Tue, 16 Apr 2013 21:17:06 +0000 (01:17 +0400)] 
Revert "floIcon: set cap on image size"

This reverts commit cb50799560f796d95c44093a5977c212e19f2d7f.

11 years agofloIcon: set cap on image size
Andrew Dolgov [Tue, 16 Apr 2013 19:24:50 +0000 (23:24 +0400)] 
floIcon: set cap on image size

11 years agoRevert "remove floIcon: bugs"
Andrew Dolgov [Tue, 16 Apr 2013 19:22:32 +0000 (23:22 +0400)] 
Revert "remove floIcon: bugs"

This reverts commit 7970c0925505ba1bd3b3dd15a45bebf2e839f5cf.

11 years agoremove floIcon: bugs
Andrew Dolgov [Tue, 16 Apr 2013 19:16:51 +0000 (23:16 +0400)] 
remove floIcon: bugs

11 years agoadd some styling to otp form
Andrew Dolgov [Tue, 16 Apr 2013 17:15:41 +0000 (21:15 +0400)] 
add some styling to otp form

11 years agorequire entering current one time code to enable otp
Andrew Dolgov [Tue, 16 Apr 2013 17:07:26 +0000 (21:07 +0400)] 
require entering current one time code to enable otp

11 years agoset otp field to autocomplete=off
Andrew Dolgov [Tue, 16 Apr 2013 16:52:36 +0000 (20:52 +0400)] 
set otp field to autocomplete=off

11 years agoremove password type from otp field
Andrew Dolgov [Tue, 16 Apr 2013 16:49:00 +0000 (20:49 +0400)] 
remove password type from otp field

11 years agoreplace split with explode
Andrew Dolgov [Tue, 16 Apr 2013 16:40:23 +0000 (20:40 +0400)] 
replace split with explode

11 years agodisable FOLLOWLOCATION when under open_basedir
Andrew Dolgov [Tue, 16 Apr 2013 16:40:14 +0000 (20:40 +0400)] 
disable FOLLOWLOCATION when under open_basedir

11 years agoimplement old log entry purging in update_daemon_common; add some more error types...
Andrew Dolgov [Tue, 16 Apr 2013 16:34:20 +0000 (20:34 +0400)] 
implement old log entry purging in update_daemon_common; add some more error types; tweak error log display

11 years agodo not try to load plugins which aren't directories
Andrew Dolgov [Tue, 16 Apr 2013 16:20:38 +0000 (20:20 +0400)] 
do not try to load plugins which aren't directories

11 years agoimplement error log viewer
Andrew Dolgov [Tue, 16 Apr 2013 16:16:15 +0000 (20:16 +0400)] 
implement error log viewer

11 years agoexperimental SQL-based error logger
Andrew Dolgov [Tue, 16 Apr 2013 15:41:31 +0000 (19:41 +0400)] 
experimental SQL-based error logger

11 years agottrssMailer: actually use OOP properly
Andrew Dolgov [Tue, 16 Apr 2013 12:50:22 +0000 (16:50 +0400)] 
ttrssMailer: actually use OOP properly

11 years agottrssMailer: fix typo
Andrew Dolgov [Tue, 16 Apr 2013 12:43:15 +0000 (16:43 +0400)] 
ttrssMailer: fix typo

11 years agoadd SPHINX_SERVER
Andrew Dolgov [Tue, 16 Apr 2013 12:41:32 +0000 (16:41 +0400)] 
add SPHINX_SERVER

11 years agounify SMTP_HOST and SMTP_PORT as SMTP_SERVER
Andrew Dolgov [Tue, 16 Apr 2013 12:40:04 +0000 (16:40 +0400)] 
unify SMTP_HOST and SMTP_PORT as SMTP_SERVER

11 years agomail plugin: fix blank From: header
Andrew Dolgov [Tue, 16 Apr 2013 12:36:05 +0000 (16:36 +0400)] 
mail plugin: fix blank From: header

11 years agoremove js-based player, better mp3 support detection for html5 audio
Andrew Dolgov [Tue, 16 Apr 2013 11:44:38 +0000 (15:44 +0400)] 
remove js-based player, better mp3 support detection for html5 audio

11 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Tue, 16 Apr 2013 10:34:21 +0000 (14:34 +0400)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

11 years agoformat_article_labels: bail out if passed something other than array
Andrew Dolgov [Mon, 15 Apr 2013 21:02:42 +0000 (01:02 +0400)] 
format_article_labels: bail out if passed something other than array

11 years agoMerge pull request #157 from sq5gvm/master
Andrew Dolgov [Mon, 15 Apr 2013 19:08:16 +0000 (12:08 -0700)] 
Merge pull request #157 from sq5gvm/master

Updated polish (pl_PL) translation

11 years agoPolish translation update.
MirosÅ‚aw Lach [Mon, 15 Apr 2013 19:01:04 +0000 (21:01 +0200)] 
Polish translation update.

11 years agouse hashed guids in a hopefully backwards compatible fashion
Andrew Dolgov [Mon, 15 Apr 2013 15:28:11 +0000 (19:28 +0400)] 
use hashed guids in a hopefully backwards compatible fashion

11 years agoproperly remove and replace favicon color when favicon gets manually removed/uploaded
Andrew Dolgov [Mon, 15 Apr 2013 14:22:48 +0000 (18:22 +0400)] 
properly remove and replace favicon color when favicon gets manually removed/uploaded

11 years agomake gradient less visible on read headlines
Andrew Dolgov [Mon, 15 Apr 2013 14:09:48 +0000 (18:09 +0400)] 
make gradient less visible on read headlines

11 years agoremove hsl stuff from classes/feeds, we take care of this when choosing the color
Andrew Dolgov [Mon, 15 Apr 2013 13:07:06 +0000 (17:07 +0400)] 
remove hsl stuff from classes/feeds, we take care of this when choosing the color

11 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Mon, 15 Apr 2013 13:02:33 +0000 (17:02 +0400)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

11 years agotry to improve color guessing algorithm a bit
Andrew Dolgov [Mon, 15 Apr 2013 13:01:51 +0000 (17:01 +0400)] 
try to improve color guessing algorithm a bit

11 years agoMerge pull request #156 from Menti/master
Andrew Dolgov [Mon, 15 Apr 2013 12:58:24 +0000 (05:58 -0700)] 
Merge pull request #156 from Menti/master

Updated Spanish translation

11 years agoUpdated Spanish translation
DavidM [Mon, 15 Apr 2013 12:38:20 +0000 (14:38 +0200)] 
Updated Spanish translation

11 years agodo not color predominantly white/black rows
Andrew Dolgov [Mon, 15 Apr 2013 11:56:08 +0000 (15:56 +0400)] 
do not color predominantly white/black rows

11 years agoadd schema version 177 upgrade scripts
Andrew Dolgov [Mon, 15 Apr 2013 11:38:20 +0000 (15:38 +0400)] 
add schema version 177 upgrade scripts

11 years agoadd row backgrounds in normal mode
Andrew Dolgov [Mon, 15 Apr 2013 11:38:05 +0000 (15:38 +0400)] 
add row backgrounds in normal mode

11 years agouse w3c gradient definition
Andrew Dolgov [Mon, 15 Apr 2013 11:34:47 +0000 (15:34 +0400)] 
use w3c gradient definition

11 years agoimplement basic moz gradient for feedicon color
Andrew Dolgov [Mon, 15 Apr 2013 11:27:35 +0000 (15:27 +0400)] 
implement basic moz gradient for feedicon color

11 years agoonly enable colored favicons in vfeeds; fix RGB triplet packing
Andrew Dolgov [Mon, 15 Apr 2013 11:17:12 +0000 (15:17 +0400)] 
only enable colored favicons in vfeeds; fix RGB triplet packing

11 years agostore favicon color as #rrggbb; process existing favicons
Andrew Dolgov [Mon, 15 Apr 2013 11:08:00 +0000 (15:08 +0400)] 
store favicon color as #rrggbb; process existing favicons

11 years agofix schema for favicon_avg_color
Andrew Dolgov [Mon, 15 Apr 2013 10:54:17 +0000 (14:54 +0400)] 
fix schema for favicon_avg_color

11 years agoAdded average color calculation of feeds' favicons for banded display.
moontear [Mon, 15 Apr 2013 10:28:52 +0000 (12:28 +0200)] 
Added average color calculation of feeds' favicons for banded display.

11 years agoadd a %d articles selected element
Andrew Dolgov [Mon, 15 Apr 2013 09:16:14 +0000 (13:16 +0400)] 
add a %d articles selected element

11 years agouse mdash as a separator between title and author
Andrew Dolgov [Mon, 15 Apr 2013 08:57:52 +0000 (12:57 +0400)] 
use mdash as a separator between title and author