]> git.wh0rd.org - tt-rss.git/log
tt-rss.git
11 years agoadd clear sql log button
Andrew Dolgov [Mon, 29 Apr 2013 19:12:54 +0000 (23:12 +0400)] 
add clear sql log button

11 years agoexperimental: decode numerical utf entities on import in entry title
Andrew Dolgov [Mon, 29 Apr 2013 12:59:36 +0000 (16:59 +0400)] 
experimental: decode numerical utf entities on import in entry title

11 years agodo not calculate favicon color on manual icon replace
Andrew Dolgov [Mon, 29 Apr 2013 12:08:40 +0000 (16:08 +0400)] 
do not calculate favicon color on manual icon replace

11 years agorebase translations
Andrew Dolgov [Mon, 29 Apr 2013 11:58:26 +0000 (15:58 +0400)] 
rebase translations

11 years agoprefs: update some descriptions to be more consistent
Andrew Dolgov [Mon, 29 Apr 2013 11:58:15 +0000 (15:58 +0400)] 
prefs: update some descriptions to be more consistent

11 years agoremove language selector from the login form, store language in the database per...
Andrew Dolgov [Mon, 29 Apr 2013 11:54:23 +0000 (15:54 +0400)] 
remove language selector from the login form, store language in the database per-user

11 years agodo not use session cookie lifetime for additional cookies
Andrew Dolgov [Mon, 29 Apr 2013 09:03:28 +0000 (13:03 +0400)] 
do not use session cookie lifetime for additional cookies

11 years agootp: display notice if GD is missing
Andrew Dolgov [Mon, 29 Apr 2013 05:20:30 +0000 (09:20 +0400)] 
otp: display notice if GD is missing

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

11 years agopluginhost: remove session cache for storage
Andrew Dolgov [Sun, 28 Apr 2013 14:17:58 +0000 (18:17 +0400)] 
pluginhost: remove session cache for storage

11 years agoMerge pull request #170 from supahgreg/hook_params_runtime_loaded
Andrew Dolgov [Sat, 27 Apr 2013 16:28:35 +0000 (09:28 -0700)] 
Merge pull request #170 from supahgreg/hook_params_runtime_loaded

Adding JS hooks for init params and runtime info

11 years agoAdd JS PluginHost.HOOK_PARAMS_LOADED and PluginHost.HOOK_RUNTIME_INFO_LOADED to notif...
supahgreg [Sat, 27 Apr 2013 16:01:54 +0000 (11:01 -0500)] 
Add JS PluginHost.HOOK_PARAMS_LOADED and PluginHost.HOOK_RUNTIME_INFO_LOADED to notify when interesting info has been created/updated.

11 years agominor: remove duplicate check for params
supahgreg [Sat, 27 Apr 2013 14:45:02 +0000 (09:45 -0500)] 
minor: remove duplicate check for params

11 years agoenlarge headline excerpt length
Andrew Dolgov [Sat, 27 Apr 2013 14:01:36 +0000 (18:01 +0400)] 
enlarge headline excerpt length

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

11 years agofix startup_gettext() trying to get configured language before session is initialized
Andrew Dolgov [Sat, 27 Apr 2013 13:12:48 +0000 (17:12 +0400)] 
fix startup_gettext() trying to get configured language before session is initialized

11 years agoMerge pull request #169 from scarabeusiv/master
Andrew Dolgov [Sat, 27 Apr 2013 13:05:58 +0000 (06:05 -0700)] 
Merge pull request #169 from scarabeusiv/master

Czech translation update

11 years agoCzech translation update.
Tomas Chvatal [Sat, 27 Apr 2013 10:07:01 +0000 (12:07 +0200)] 
Czech translation update.

11 years agoMerge pull request #167 from KonishchevDmitry/pr-allow-slash-in-filter-regex
Andrew Dolgov [Sat, 27 Apr 2013 09:10:27 +0000 (02:10 -0700)] 
Merge pull request #167 from KonishchevDmitry/pr-allow-slash-in-filter-regex

Allow slashes in filter regular expressions

11 years agogetHeadlines: return feed title for non-virtual feeds
Andrew Dolgov [Sat, 27 Apr 2013 08:29:42 +0000 (12:29 +0400)] 
getHeadlines: return feed title for non-virtual feeds

11 years agoapi: add feed_title to getArticle
Andrew Dolgov [Sat, 27 Apr 2013 08:25:40 +0000 (12:25 +0400)] 
api: add feed_title to getArticle

11 years agofix typo in format_article_labels()
Andrew Dolgov [Sat, 27 Apr 2013 08:20:45 +0000 (12:20 +0400)] 
fix typo in format_article_labels()

11 years agoMerge pull request #168 from KonishchevDmitry/pr-match-filter-regex-to-each-tag-separ...
Andrew Dolgov [Sat, 27 Apr 2013 08:11:35 +0000 (01:11 -0700)] 
Merge pull request #168 from KonishchevDmitry/pr-match-filter-regex-to-each-tag-separately

Match each tag separately against user filter regular expression

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 agoAllow slashes in filter regular expressions
Dmitry Konishchev [Fri, 26 Apr 2013 11:46:48 +0000 (15:46 +0400)] 
Allow slashes in filter regular expressions

User's regular expressions need escaping before passing them to
preg_match()

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