]> git.wh0rd.org - tt-rss.git/log
tt-rss.git
11 years agoMatch each tag separately against user filter regular expression
Dmitry Konishchev [Fri, 26 Apr 2013 11:54:04 +0000 (15:54 +0400)] 
Match each tag separately against user filter regular expression

Each article's tag should be matched against user filter regular
expression separately. Current matching confuses when you want to match
an exact tag. You suppose to write "^tag$", bug now have to write
"(^|,)tag(,|$)" which is very inconvenient and requires knowledge about
how do you process this matching.

11 years agoadd HOOK_PREFS_SAVE_FEED
Andrew Dolgov [Fri, 26 Apr 2013 10:23:18 +0000 (14:23 +0400)] 
add HOOK_PREFS_SAVE_FEED

11 years agoadd HOOK_PREFS_EDIT_FEED
Andrew Dolgov [Fri, 26 Apr 2013 10:21:08 +0000 (14:21 +0400)] 
add HOOK_PREFS_EDIT_FEED

11 years agoset default timezone to automatic (bump schema)
Andrew Dolgov [Fri, 26 Apr 2013 10:15:57 +0000 (14:15 +0400)] 
set default timezone to automatic (bump schema)

11 years agoclientTzOffset: use proper sign
Andrew Dolgov [Fri, 26 Apr 2013 06:48:00 +0000 (10:48 +0400)] 
clientTzOffset: use proper sign

11 years agoadd automatic timezone (based on client tz offset)
Andrew Dolgov [Fri, 26 Apr 2013 06:31:57 +0000 (10:31 +0400)] 
add automatic timezone (based on client tz offset)

11 years agodo not store tz offset in global, store timezone object instead
Andrew Dolgov [Fri, 26 Apr 2013 04:50:22 +0000 (08:50 +0400)] 
do not store tz offset in global, store timezone object instead

11 years agostrip_harmful_tags: use XPath to actually get all tags to work on
Andrew Dolgov [Thu, 25 Apr 2013 20:02:13 +0000 (00:02 +0400)] 
strip_harmful_tags: use XPath to actually get all tags to work on

11 years agobase if-modified-since on last received article, not feed update timestamp
Andrew Dolgov [Thu, 25 Apr 2013 14:42:48 +0000 (18:42 +0400)] 
base if-modified-since on last received article, not feed update timestamp

11 years agofix warning when creating feed last updated timestamp
Andrew Dolgov [Thu, 25 Apr 2013 14:02:34 +0000 (18:02 +0400)] 
fix warning when creating feed last updated timestamp

11 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Thu, 25 Apr 2013 12:28:04 +0000 (16:28 +0400)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

11 years agosubtoolbar: add last updated when hovering over originating site link
Andrew Dolgov [Thu, 25 Apr 2013 12:27:33 +0000 (16:27 +0400)] 
subtoolbar: add last updated when hovering over originating site link

11 years agofetch: better checking for 1970- date
Andrew Dolgov [Thu, 25 Apr 2013 12:12:49 +0000 (16:12 +0400)] 
fetch: better checking for 1970- date

11 years agoremove cdmUnexpandArticle
Andrew Dolgov [Thu, 25 Apr 2013 10:04:49 +0000 (14:04 +0400)] 
remove cdmUnexpandArticle

11 years agojs: add collapsed and expanded hooks
Andrew Dolgov [Thu, 25 Apr 2013 06:09:40 +0000 (10:09 +0400)] 
js: add collapsed and expanded hooks

11 years agoinject headlines-spacer even if cdm auto catchup is disabled
Andrew Dolgov [Thu, 25 Apr 2013 05:43:36 +0000 (09:43 +0400)] 
inject headlines-spacer even if cdm auto catchup is disabled

11 years agoadd missing pluginhost source
Andrew Dolgov [Wed, 24 Apr 2013 15:51:57 +0000 (19:51 +0400)] 
add missing pluginhost source

11 years agoadd a simple JS-based hook host
Andrew Dolgov [Wed, 24 Apr 2013 15:49:37 +0000 (19:49 +0400)] 
add a simple JS-based hook host

11 years agologin: add tooltip for bw_limit
Andrew Dolgov [Wed, 24 Apr 2013 15:13:11 +0000 (19:13 +0400)] 
login: add tooltip for bw_limit

11 years agodo not needlessly mark icons as failed
Andrew Dolgov [Wed, 24 Apr 2013 15:01:51 +0000 (19:01 +0400)] 
do not needlessly mark icons as failed

11 years agouse static version for session checking, show latest changeset for git version instea...
Andrew Dolgov [Wed, 24 Apr 2013 12:57:24 +0000 (16:57 +0400)] 
use static version for session checking, show latest changeset for git version instead of head date

11 years agofix floicon failed message not respecting debugging setting
Andrew Dolgov [Wed, 24 Apr 2013 12:48:47 +0000 (16:48 +0400)] 
fix floicon failed message not respecting debugging setting

11 years agocorrect faildient case
Andrew Dolgov [Wed, 24 Apr 2013 11:08:37 +0000 (15:08 +0400)] 
correct faildient case

11 years agodo not try to draw a fail-gradient (faildient?)
Andrew Dolgov [Wed, 24 Apr 2013 11:07:23 +0000 (15:07 +0400)] 
do not try to draw a fail-gradient (faildient?)

11 years agounify houskeeping stuff, increase spawn interval
Andrew Dolgov [Wed, 24 Apr 2013 10:54:59 +0000 (14:54 +0400)] 
unify houskeeping stuff, increase spawn interval

11 years agoreduce daemon chattiness a bit
Andrew Dolgov [Wed, 24 Apr 2013 10:26:03 +0000 (14:26 +0400)] 
reduce daemon chattiness a bit

11 years agoincrease updstart locking interval to prevent concurrent updates; decrease batch...
Andrew Dolgov [Wed, 24 Apr 2013 10:15:46 +0000 (14:15 +0400)] 
increase updstart locking interval to prevent concurrent updates; decrease batch size for the daemon

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

11 years agoincrease MAX_CHILD_RUNTIME
Andrew Dolgov [Wed, 24 Apr 2013 10:03:57 +0000 (14:03 +0400)] 
increase MAX_CHILD_RUNTIME

11 years agodaemon: remove feed limit (unused)
Andrew Dolgov [Wed, 24 Apr 2013 09:54:04 +0000 (13:54 +0400)] 
daemon: remove feed limit (unused)

11 years agodaemon: use define_default
Andrew Dolgov [Wed, 24 Apr 2013 09:52:09 +0000 (13:52 +0400)] 
daemon: use define_default

11 years agofix updating for pgsql
Andrew Dolgov [Wed, 24 Apr 2013 09:43:40 +0000 (13:43 +0400)] 
fix updating for pgsql
increase default batch size
remove random check between feedbrowser or update task executing

11 years agoupdating: do not use cache timestamp if it is unusable for current feed;
Andrew Dolgov [Wed, 24 Apr 2013 09:21:40 +0000 (13:21 +0400)] 
updating: do not use cache timestamp if it is unusable for current feed;
sort chronologically instead of random

11 years agofetch: check if http_response_header is set
Andrew Dolgov [Wed, 24 Apr 2013 06:45:44 +0000 (10:45 +0400)] 
fetch: check if http_response_header is set

11 years agoautoload: include functions.php
Andrew Dolgov [Wed, 24 Apr 2013 05:05:56 +0000 (09:05 +0400)] 
autoload: include functions.php

11 years agoget_version: force UTC
Andrew Dolgov [Wed, 24 Apr 2013 04:56:37 +0000 (08:56 +0400)] 
get_version: force UTC

11 years agodo not recalculate avg color repeatedly
Andrew Dolgov [Tue, 23 Apr 2013 18:37:06 +0000 (22:37 +0400)] 
do not recalculate avg color repeatedly

11 years agoattempt to recalculate favicon avg color if it changes
Andrew Dolgov [Tue, 23 Apr 2013 18:33:23 +0000 (22:33 +0400)] 
attempt to recalculate favicon avg color if it changes

11 years agoadd a hack so that if floicon fails on some icon, it won't be processed again
Andrew Dolgov [Tue, 23 Apr 2013 18:30:06 +0000 (22:30 +0400)] 
add a hack so that if floicon fails on some icon, it won't be processed again

11 years agoonly show reset password link when auth_internal is enabled (refs #681)
Andrew Dolgov [Tue, 23 Apr 2013 18:19:09 +0000 (22:19 +0400)] 
only show reset password link when auth_internal is enabled (refs #681)

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

11 years agospecial version reporting for git
Andrew Dolgov [Tue, 23 Apr 2013 16:22:55 +0000 (20:22 +0400)] 
special version reporting for git

11 years agoMerge pull request #166 from supahgreg/master
Andrew Dolgov [Tue, 23 Apr 2013 14:37:22 +0000 (07:37 -0700)] 
Merge pull request #166 from supahgreg/master

Removing a quotation mark

11 years agominor: remove an unnecessary quotation mark
supahgreg [Tue, 23 Apr 2013 12:54:41 +0000 (07:54 -0500)] 
minor: remove an unnecessary quotation mark

11 years agoMerge pull request #163 from dandersson/fix_lock_path
Andrew Dolgov [Tue, 23 Apr 2013 10:46:52 +0000 (03:46 -0700)] 
Merge pull request #163 from dandersson/fix_lock_path

Fix doubly applied basepaths to lockfiles.

11 years agoMerge pull request #165 from fschlich/master
Andrew Dolgov [Sun, 21 Apr 2013 11:40:12 +0000 (04:40 -0700)] 
Merge pull request #165 from fschlich/master

googlereaderimport: actually pass $link to create_article()

11 years agogooglereaderimport: actually pass $link to create_article()
Florian Schlichting [Sun, 21 Apr 2013 11:20:50 +0000 (13:20 +0200)] 
googlereaderimport: actually pass $link to create_article()

otherwise the link db field will be empty, and viewing the original
article of an imported starred item results in an empty backend.php page

11 years agoMerge pull request #164 from Ardetus/master
Andrew Dolgov [Sun, 21 Apr 2013 07:12:30 +0000 (00:12 -0700)] 
Merge pull request #164 from Ardetus/master

Finnish translation updated.

11 years agoFinnish translation updated.
Arto Tolonen [Sat, 20 Apr 2013 08:08:56 +0000 (11:08 +0300)] 
Finnish translation updated.

11 years agobetter javascript error reporting, save error reports in tt-rss log
Andrew Dolgov [Sat, 20 Apr 2013 06:43:21 +0000 (10:43 +0400)] 
better javascript error reporting, save error reports in tt-rss log

11 years agodisable on subscription feed XML validation for the time being
Andrew Dolgov [Fri, 19 Apr 2013 21:38:06 +0000 (01:38 +0400)] 
disable on subscription feed XML validation for the time being

11 years agoFix doubly applied basepaths to lockfiles.
Daniel Andersson [Fri, 19 Apr 2013 19:25:26 +0000 (21:25 +0200)] 
Fix doubly applied basepaths to lockfiles.

11 years agocorrectly report fetch error
Andrew Dolgov [Fri, 19 Apr 2013 14:13:21 +0000 (18:13 +0400)] 
correctly report fetch error

11 years agofetch: support if-modified-since without CURL
Andrew Dolgov [Fri, 19 Apr 2013 14:08:24 +0000 (18:08 +0400)] 
fetch: support if-modified-since without CURL

11 years agoplugins: bump API version
Andrew Dolgov [Fri, 19 Apr 2013 13:31:56 +0000 (17:31 +0400)] 
plugins: bump API version

11 years agoimplement plugin API version compatibility check
Andrew Dolgov [Fri, 19 Apr 2013 13:26:22 +0000 (17:26 +0400)] 
implement plugin API version compatibility check

11 years agobetter handle get_link() enabled plugins crashing on load
Andrew Dolgov [Fri, 19 Apr 2013 13:20:03 +0000 (17:20 +0400)] 
better handle get_link() enabled plugins crashing on load

11 years agoremove debug_enabled global
Andrew Dolgov [Fri, 19 Apr 2013 09:42:40 +0000 (13:42 +0400)] 
remove debug_enabled global

11 years agoupdate_rss_feed: simplify debug reporting
Andrew Dolgov [Fri, 19 Apr 2013 09:24:51 +0000 (13:24 +0400)] 
update_rss_feed: simplify debug reporting

11 years agosubscribe: verify XML before adding to the database; fetch: try to work around entity...
Andrew Dolgov [Fri, 19 Apr 2013 09:17:28 +0000 (13:17 +0400)] 
subscribe: verify XML before adding to the database; fetch: try to work around entity problems if initial parsing fails

11 years agotrim received feed data on fetch
Andrew Dolgov [Fri, 19 Apr 2013 08:35:30 +0000 (12:35 +0400)] 
trim received feed data on fetch

11 years agoupdate installer mysqli_connect to only use port if defined
Andrew Dolgov [Fri, 19 Apr 2013 06:02:27 +0000 (10:02 +0400)] 
update installer mysqli_connect to only use port if defined

11 years agocheck if http_response_header is defined
Andrew Dolgov [Fri, 19 Apr 2013 05:48:09 +0000 (09:48 +0400)] 
check if http_response_header is defined

11 years agomake logging configurable; add logging to syslog
Andrew Dolgov [Fri, 19 Apr 2013 05:45:43 +0000 (09:45 +0400)] 
make logging configurable; add logging to syslog

11 years agoRevert "_DISABLE_FLOICON -> _ENABLE_FLOICON"
Andrew Dolgov [Fri, 19 Apr 2013 04:43:11 +0000 (08:43 +0400)] 
Revert "_DISABLE_FLOICON -> _ENABLE_FLOICON"

This reverts commit 7f1113a56ad8e66ce3dd9886b4b11dfc30573c7f.

11 years agodo not try to calculate icon avg color if GD is not present
Andrew Dolgov [Fri, 19 Apr 2013 04:42:35 +0000 (08:42 +0400)] 
do not try to calculate icon avg color if GD is not present

11 years agopref_prefs: remove second argument from the constructor
Andrew Dolgov [Fri, 19 Apr 2013 04:40:19 +0000 (08:40 +0400)] 
pref_prefs: remove second argument from the constructor

11 years agoonly pass port to mysqli_connect when it is set
Andrew Dolgov [Fri, 19 Apr 2013 03:58:27 +0000 (07:58 +0400)] 
only pass port to mysqli_connect when it is set

11 years agofix missing DB object when instantiated to import opml
Andrew Dolgov [Thu, 18 Apr 2013 19:19:14 +0000 (23:19 +0400)] 
fix missing DB object when instantiated to import opml

11 years ago_DISABLE_FLOICON -> _ENABLE_FLOICON
Andrew Dolgov [Thu, 18 Apr 2013 18:36:16 +0000 (22:36 +0400)] 
_DISABLE_FLOICON -> _ENABLE_FLOICON

11 years agomore notice css tweaks
Andrew Dolgov [Thu, 18 Apr 2013 18:27:05 +0000 (22:27 +0400)] 
more notice css tweaks

11 years agofloIcon: add experimental SizeInBytes cap
Andrew Dolgov [Thu, 18 Apr 2013 12:32:22 +0000 (16:32 +0400)] 
floIcon: add experimental SizeInBytes cap

11 years agoentry_author: do not double escape string, author & comments: trim
Andrew Dolgov [Thu, 18 Apr 2013 12:25:02 +0000 (16:25 +0400)] 
entry_author: do not double escape string, author & comments: trim

11 years agotweak notice/warning/etc display
Andrew Dolgov [Thu, 18 Apr 2013 12:18:20 +0000 (16:18 +0400)] 
tweak notice/warning/etc display

11 years agoactually check for DB_PORT in installer, add better hints and use mysqli if available
Andrew Dolgov [Thu, 18 Apr 2013 12:06:03 +0000 (16:06 +0400)] 
actually check for DB_PORT in installer, add better hints and use mysqli if available

11 years agopass DB_PORT as string
Andrew Dolgov [Thu, 18 Apr 2013 11:44:25 +0000 (15:44 +0400)] 
pass DB_PORT as string

11 years agofix auth_base referencing dbh which was not present
Andrew Dolgov [Thu, 18 Apr 2013 11:36:54 +0000 (15:36 +0400)] 
fix auth_base referencing dbh which was not present

11 years agoadd _DISABLE_FLOICON
Andrew Dolgov [Thu, 18 Apr 2013 10:41:30 +0000 (14:41 +0400)] 
add _DISABLE_FLOICON

11 years agoapi/getHeadlines: increase limit to 200
Andrew Dolgov [Thu, 18 Apr 2013 08:36:27 +0000 (12:36 +0400)] 
api/getHeadlines: increase limit to 200

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