]> git.wh0rd.org - tt-rss.git/log
tt-rss.git
10 years agopass logfile to child tasks if locking is possible, lock logfile before writing,...
Andrew Dolgov [Mon, 2 Sep 2013 08:33:59 +0000 (12:33 +0400)] 
pass logfile to child tasks if locking is possible, lock logfile before writing, add kludge to prevent update_rss_feed unneeded debugging go into master logfile

10 years agopass feed information to article filters
Andrew Dolgov [Mon, 2 Sep 2013 06:03:04 +0000 (10:03 +0400)] 
pass feed information to article filters

10 years agoloadMoreHeadlines: use shorter syntax for adaptive offset calculation
Andrew Dolgov [Sun, 1 Sep 2013 10:07:31 +0000 (14:07 +0400)] 
loadMoreHeadlines: use shorter syntax for adaptive offset calculation

10 years agoRevert "Include both title and text attributes"
Andrew Dolgov [Thu, 29 Aug 2013 12:30:01 +0000 (16:30 +0400)] 
Revert "Include both title and text attributes"

This reverts commit 631c06760190b7e207a8a16bb76517f7f308dc68.

10 years agofix cat filters always applying if set to uncategorized
Andrew Dolgov [Thu, 29 Aug 2013 05:24:24 +0000 (09:24 +0400)] 
fix cat filters always applying if set to uncategorized

10 years agofilter testing: exclude archived articles because filtering on them makes no sense
Andrew Dolgov [Thu, 29 Aug 2013 05:12:05 +0000 (09:12 +0400)] 
filter testing: exclude archived articles because filtering on them makes no sense

10 years agotweak zoomed display date/tags a bit
Andrew Dolgov [Tue, 27 Aug 2013 11:09:48 +0000 (15:09 +0400)] 
tweak zoomed display date/tags a bit

10 years agofix globalUpdateFeeds failing when no active session exists
Andrew Dolgov [Sun, 25 Aug 2013 13:34:27 +0000 (17:34 +0400)] 
fix globalUpdateFeeds failing when no active session exists

10 years agoMerge pull request #280 from PerryWerneck/master
Andrew Dolgov [Thu, 22 Aug 2013 10:48:14 +0000 (03:48 -0700)] 
Merge pull request #280 from PerryWerneck/master

Updatings pt-BR translation

10 years agounfuck headlines_hook for syndicated feeds
Andrew Dolgov [Wed, 21 Aug 2013 14:26:34 +0000 (18:26 +0400)] 
unfuck headlines_hook for syndicated feeds

10 years agoMerge pull request #286 from jordidg/master
Andrew Dolgov [Wed, 21 Aug 2013 11:24:41 +0000 (04:24 -0700)] 
Merge pull request #286 from jordidg/master

Improve OPML export

10 years agoInclude both title and text attributes
Jordi De Groof [Fri, 16 Aug 2013 17:19:36 +0000 (19:19 +0200)] 
Include both title and text attributes
See http://feedvalidator.org/docs/warning/MissingTitleAttr.html

10 years agoAdd type="rss" on subscription list <outline> nodes
Jordi De Groof [Fri, 16 Aug 2013 17:10:43 +0000 (19:10 +0200)] 
Add type="rss" on subscription list <outline> nodes
See http://feedvalidator.org/docs/warning/MissingOutlineType.html

10 years agoMerge remote-tracking branch 'upstream/master'
Perry Werneck [Sun, 11 Aug 2013 13:41:50 +0000 (10:41 -0300)] 
Merge remote-tracking branch 'upstream/master'

10 years agodo not use iconv in tag_is_valid, data should be utf8 anyway at this point; remove...
Andrew Dolgov [Fri, 9 Aug 2013 05:19:57 +0000 (09:19 +0400)] 
do not use iconv in tag_is_valid, data should be utf8 anyway at this point; remove sanity check for iconv because parser does not use it

10 years agoUpdating translation
Perry Werneck [Fri, 9 Aug 2013 02:21:05 +0000 (23:21 -0300)] 
Updating translation

10 years agoUpdating translation
Perry Werneck [Thu, 8 Aug 2013 00:15:15 +0000 (21:15 -0300)] 
Updating translation

10 years agoUpdating translation
Perry Werneck [Thu, 8 Aug 2013 00:11:14 +0000 (21:11 -0300)] 
Updating translation

10 years agoMerge pull request #279 from mhaley/patch-1
Andrew Dolgov [Tue, 6 Aug 2013 11:58:43 +0000 (04:58 -0700)] 
Merge pull request #279 from mhaley/patch-1

API should return excerpt when asked

10 years agosupport media:description for media: enclosures
Andrew Dolgov [Mon, 5 Aug 2013 08:26:09 +0000 (12:26 +0400)] 
support media:description for media: enclosures

10 years agosimplify media:content xpath
Andrew Dolgov [Mon, 5 Aug 2013 07:50:15 +0000 (11:50 +0400)] 
simplify media:content xpath

10 years agoparser: support media:content elements within media:group
Andrew Dolgov [Mon, 5 Aug 2013 06:33:13 +0000 (10:33 +0400)] 
parser: support media:content elements within media:group

10 years agoAPI should return excerpt when asked
Matt Haley [Sun, 4 Aug 2013 17:41:29 +0000 (10:41 -0700)] 
API should return excerpt when asked

10 years agoimprove support for feeds with invalid unicode entities
Andrew Dolgov [Sat, 3 Aug 2013 10:45:27 +0000 (14:45 +0400)] 
improve support for feeds with invalid unicode entities

10 years agorollback current transaction before trying to report SQL query errors, properly save...
Andrew Dolgov [Fri, 2 Aug 2013 12:20:39 +0000 (16:20 +0400)] 
rollback current transaction before trying to report SQL query errors, properly save database error messages when logging query errors

10 years agofix entries not inserted properly when no languages are detected
Andrew Dolgov [Fri, 2 Aug 2013 12:03:13 +0000 (16:03 +0400)] 
fix entries not inserted properly when no languages are detected

10 years agorss: force language to 2 characters; run house keeping hooks properly
Andrew Dolgov [Fri, 2 Aug 2013 10:47:34 +0000 (14:47 +0400)] 
rss: force language to 2 characters; run house keeping hooks properly

10 years agoapi: pass article id to sanitize
Andrew Dolgov [Fri, 2 Aug 2013 10:41:01 +0000 (14:41 +0400)] 
api: pass article id to sanitize

10 years agomake cache starred plugin use hook_house_keeping
Andrew Dolgov [Fri, 2 Aug 2013 10:12:56 +0000 (14:12 +0400)] 
make cache starred plugin use hook_house_keeping

10 years agoadd hook_house_keeping
Andrew Dolgov [Fri, 2 Aug 2013 10:06:18 +0000 (14:06 +0400)] 
add hook_house_keeping

10 years agoadd plugin to cache images in starred articles; pass article_id to
Andrew Dolgov [Fri, 2 Aug 2013 10:04:14 +0000 (14:04 +0400)] 
add plugin to cache images in starred articles; pass article_id to
sanitize

10 years agoremove unused old-style image rewritign
Andrew Dolgov [Fri, 2 Aug 2013 10:04:00 +0000 (14:04 +0400)] 
remove unused old-style image rewritign

10 years agofix af_sciam
Andrew Dolgov [Fri, 2 Aug 2013 08:17:38 +0000 (12:17 +0400)] 
fix af_sciam

10 years agoaf_natgeo: remove some unneeded elements
Andrew Dolgov [Fri, 2 Aug 2013 07:06:51 +0000 (11:06 +0400)] 
af_natgeo: remove some unneeded elements

10 years agoadd af plugins for nagional geographic and sciam
Andrew Dolgov [Fri, 2 Aug 2013 06:49:00 +0000 (10:49 +0400)] 
add af plugins for nagional geographic and sciam

10 years agoMerge pull request #277 from sq5gvm/master
Andrew Dolgov [Fri, 2 Aug 2013 06:36:38 +0000 (23:36 -0700)] 
Merge pull request #277 from sq5gvm/master

Updated polish (pl_PL) translation

10 years agoPolish translation update.
MirosÅ‚aw Lach [Fri, 2 Aug 2013 06:25:30 +0000 (08:25 +0200)] 
Polish translation update.

10 years agohighlight: remove unnecessary test for DomText
Andrew Dolgov [Thu, 1 Aug 2013 12:31:44 +0000 (16:31 +0400)] 
highlight: remove unnecessary test for DomText

10 years agoexperimentally simplify highlight searching
Andrew Dolgov [Thu, 1 Aug 2013 12:30:22 +0000 (16:30 +0400)] 
experimentally simplify highlight searching

10 years agoMerge pull request #276 from wltb/Highlighting
Andrew Dolgov [Thu, 1 Aug 2013 12:23:22 +0000 (05:23 -0700)] 
Merge pull request #276 from wltb/Highlighting

Highlighting search results: Added heuristic approach for common capital...

10 years agoHighlighting search results: Added heuristic approach for common capitalizations...
wltb [Thu, 1 Aug 2013 11:05:03 +0000 (13:05 +0200)] 
Highlighting search results: Added heuristic approach for common capitalizations, fixed indentions

10 years agoadd no_iframes plugin
Andrew Dolgov [Thu, 1 Aug 2013 08:52:51 +0000 (12:52 +0400)] 
add no_iframes plugin

10 years agoshow full article title in zoom mode
Andrew Dolgov [Thu, 1 Aug 2013 05:35:38 +0000 (09:35 +0400)] 
show full article title in zoom mode

10 years agoadd experimental plugin to shorten articles which are too damn long in expanded cdm
Andrew Dolgov [Wed, 31 Jul 2013 14:58:56 +0000 (18:58 +0400)] 
add experimental plugin to shorten articles which are too damn long in expanded cdm

10 years agoterm highlighting in content: use mb functions
Andrew Dolgov [Wed, 31 Jul 2013 12:42:48 +0000 (16:42 +0400)] 
term highlighting in content: use mb functions

10 years agosupport term highlighting in cdm title
Andrew Dolgov [Wed, 31 Jul 2013 12:41:06 +0000 (16:41 +0400)] 
support term highlighting in cdm title

10 years agouse require_once for minifier
Andrew Dolgov [Wed, 31 Jul 2013 11:05:05 +0000 (15:05 +0400)] 
use require_once for minifier

10 years agoremove plaintext url rewriting for twitter posts
Andrew Dolgov [Wed, 31 Jul 2013 10:58:14 +0000 (14:58 +0400)] 
remove plaintext url rewriting for twitter posts

10 years agonote the source of highlighting routine
Andrew Dolgov [Wed, 31 Jul 2013 10:54:22 +0000 (14:54 +0400)] 
note the source of highlighting routine

10 years agosearch keyword highlighting (combined mode only)
Andrew Dolgov [Wed, 31 Jul 2013 10:53:34 +0000 (14:53 +0400)] 
search keyword highlighting (combined mode only)

10 years agolang: default to 'en'
Andrew Dolgov [Wed, 31 Jul 2013 07:57:11 +0000 (11:57 +0400)] 
lang: default to 'en'

10 years agoadd text_languagedetect to guess article language for better hyphenation
Andrew Dolgov [Wed, 31 Jul 2013 06:30:14 +0000 (10:30 +0400)] 
add text_languagedetect to guess article language for better hyphenation
(bump schema)

10 years agotweak the zoomed article a little bit
Andrew Dolgov [Tue, 30 Jul 2013 21:22:13 +0000 (01:22 +0400)] 
tweak the zoomed article a little bit

10 years agoatom: only perform xml:base based rewriting if base element exists (closes #761)
Andrew Dolgov [Mon, 29 Jul 2013 12:16:47 +0000 (16:16 +0400)] 
atom: only perform xml:base based rewriting if base element exists (closes #761)

10 years agoapi: getLabels: return converted label ids
Andrew Dolgov [Sun, 28 Jul 2013 19:37:19 +0000 (23:37 +0400)] 
api: getLabels: return converted label ids

10 years agoget_article_labels: cache converted label ids
Andrew Dolgov [Sun, 28 Jul 2013 19:36:57 +0000 (23:36 +0400)] 
get_article_labels: cache converted label ids

10 years agoadd experimental css hyphens support for english language
Andrew Dolgov [Fri, 26 Jul 2013 14:26:28 +0000 (18:26 +0400)] 
add experimental css hyphens support for english language

10 years agoadd simple plugin to prevent tt-rss tab flashing on new articles
Andrew Dolgov [Thu, 25 Jul 2013 10:54:46 +0000 (14:54 +0400)] 
add simple plugin to prevent tt-rss tab flashing on new articles

10 years agoworkaround for resetting panel size cookies (closes #756)
Andrew Dolgov [Thu, 25 Jul 2013 10:20:42 +0000 (14:20 +0400)] 
workaround for resetting panel size cookies (closes #756)

10 years agomake globalUpdateFeeds handler use simple update mechanism to prevent script timeouts
Andrew Dolgov [Wed, 24 Jul 2013 08:55:10 +0000 (12:55 +0400)] 
make globalUpdateFeeds handler use simple update mechanism to prevent script timeouts

10 years agoatom-to-html: remove horribly scaled feed icon (refs #754)
Andrew Dolgov [Tue, 23 Jul 2013 03:49:32 +0000 (07:49 +0400)] 
atom-to-html: remove horribly scaled feed icon (refs #754)

10 years agofix old svg icon being used by atom-to-html template (closes #754)
Andrew Dolgov [Tue, 23 Jul 2013 03:22:49 +0000 (07:22 +0400)] 
fix old svg icon being used by atom-to-html template (closes #754)

10 years agofix yet another typo with the 2week catchup thing (closes #737)
Andrew Dolgov [Mon, 22 Jul 2013 11:21:30 +0000 (15:21 +0400)] 
fix yet another typo with the 2week catchup thing (closes #737)

10 years agorelease 1.9 1.9
Andrew Dolgov [Sun, 21 Jul 2013 06:28:48 +0000 (10:28 +0400)] 
release 1.9

10 years agoprevious patch: fix copy-paste typo
Andrew Dolgov [Sat, 20 Jul 2013 20:24:55 +0000 (00:24 +0400)] 
previous patch: fix copy-paste typo

10 years agoadd openssl version hack to fetch_file_contents()
Andrew Dolgov [Sat, 20 Jul 2013 19:30:40 +0000 (23:30 +0400)] 
add openssl version hack to fetch_file_contents()

10 years agosame with ttrssZoom
Andrew Dolgov [Wed, 17 Jul 2013 18:22:50 +0000 (22:22 +0400)] 
same with ttrssZoom

10 years agotry justify text-alignment for content
Andrew Dolgov [Wed, 17 Jul 2013 18:21:27 +0000 (22:21 +0400)] 
try justify text-alignment for content

10 years agorebase translations
Andrew Dolgov [Wed, 17 Jul 2013 08:31:04 +0000 (12:31 +0400)] 
rebase translations

10 years agoMerge pull request #270 from maggick/patch-1
Andrew Dolgov [Wed, 17 Jul 2013 08:30:50 +0000 (01:30 -0700)] 
Merge pull request #270 from maggick/patch-1

small correction

10 years agosmall correction
Matthieu Keller [Wed, 17 Jul 2013 08:27:57 +0000 (10:27 +0200)] 
small correction

10 years agofix second row being selected on viewfeed (closes #748)
Andrew Dolgov [Wed, 17 Jul 2013 08:16:54 +0000 (12:16 +0400)] 
fix second row being selected on viewfeed (closes #748)

10 years agorebase translations
Andrew Dolgov [Wed, 17 Jul 2013 05:27:14 +0000 (09:27 +0400)] 
rebase translations

10 years agoMerge pull request #269 from gsomgsomgsom/master
Andrew Dolgov [Wed, 17 Jul 2013 05:01:24 +0000 (22:01 -0700)] 
Merge pull request #269 from gsomgsomgsom/master

Updated russian locale

10 years agoFix plural forms localization in js. Updated russian locale
gsomgsomgsom [Tue, 16 Jul 2013 20:36:37 +0000 (00:36 +0400)] 
Fix plural forms localization in js. Updated russian locale

10 years agoadd workaround for openssl 0.9 bug (http://tt-rss.org/forum/viewtopic.php?t=2420...
Andrew Dolgov [Tue, 16 Jul 2013 14:15:28 +0000 (18:15 +0400)] 
add workaround for openssl 0.9 bug (http://tt-rss.org/forum/viewtopic.php?t=2420&p=13734#p13734)

10 years agoadd some transitions for headline title color changes
Andrew Dolgov [Tue, 16 Jul 2013 07:47:30 +0000 (11:47 +0400)] 
add some transitions for headline title color changes

10 years agoupdate floating title unread status when auto catching up
Andrew Dolgov [Tue, 16 Jul 2013 06:05:48 +0000 (10:05 +0400)] 
update floating title unread status when auto catching up

10 years agoadd experimental hack to show row unread status in floating title
Andrew Dolgov [Tue, 16 Jul 2013 05:59:14 +0000 (09:59 +0400)] 
add experimental hack to show row unread status in floating title

10 years agofix counternode going behind feed title on gecko
Andrew Dolgov [Tue, 16 Jul 2013 05:33:51 +0000 (09:33 +0400)] 
fix counternode going behind feed title on gecko

10 years agohide collapse sidebar button by default
Andrew Dolgov [Mon, 15 Jul 2013 11:00:36 +0000 (15:00 +0400)] 
hide collapse sidebar button by default

10 years agoMerge pull request #267 from wltb/master
Andrew Dolgov [Mon, 15 Jul 2013 05:19:59 +0000 (22:19 -0700)] 
Merge pull request #267 from wltb/master

Feedparser constructor/encoding change

10 years agoremove dijit checkbox element from floatingTitle
Andrew Dolgov [Mon, 15 Jul 2013 05:15:07 +0000 (09:15 +0400)] 
remove dijit checkbox element from floatingTitle

10 years agoFeedparser/encoding change: More general regular expression, set encoding to UTF...
wltb [Sun, 14 Jul 2013 22:25:45 +0000 (00:25 +0200)] 
Feedparser/encoding change: More general regular expression, set encoding to UTF-8 explicitly

10 years agoconfig.php-dist: fix lines which were too long
Andrew Dolgov [Sun, 14 Jul 2013 19:34:04 +0000 (23:34 +0400)] 
config.php-dist: fix lines which were too long

10 years agofix typo in config.php-dist
Andrew Dolgov [Sun, 14 Jul 2013 19:33:12 +0000 (23:33 +0400)] 
fix typo in config.php-dist

10 years agoadd a sanity check for system sphinx client which conflicts with the bundled one
Andrew Dolgov [Sun, 14 Jul 2013 19:32:13 +0000 (23:32 +0400)] 
add a sanity check for system sphinx client which conflicts with the bundled one

10 years agoRevert "do not include sphinxclient if the class already exists"
Andrew Dolgov [Sun, 14 Jul 2013 19:29:25 +0000 (23:29 +0400)] 
Revert "do not include sphinxclient if the class already exists"

This reverts commit 63edc5c6315ca75305d497987e2d33385d6d30d6.

10 years agodo not include sphinxclient if the class already exists
Andrew Dolgov [Sun, 14 Jul 2013 18:28:34 +0000 (22:28 +0400)] 
do not include sphinxclient if the class already exists

10 years agofix filter content previews showing html content
Andrew Dolgov [Sun, 14 Jul 2013 17:55:14 +0000 (21:55 +0400)] 
fix filter content previews showing html content

10 years agoRevert "add temporary hack to store original unhashed guid into cached_content for...
Andrew Dolgov [Sun, 14 Jul 2013 17:48:14 +0000 (21:48 +0400)] 
Revert "add temporary hack to store original unhashed guid into cached_content for debugging"

This reverts commit 8096e309a5138d47af0314059fdca59f17c42659.

10 years agoTry to use larger GoComics image
Jeffrey Tolar [Sat, 13 Jul 2013 03:55:27 +0000 (22:55 -0500)] 
Try to use larger GoComics image

10 years agoMerge pull request #263 from yak1ex/messages_in_plural_form_in_js
Andrew Dolgov [Sun, 14 Jul 2013 07:04:19 +0000 (00:04 -0700)] 
Merge pull request #263 from yak1ex/messages_in_plural_form_in_js

Create message table entries for plural forms and lookup them in JS.

10 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Sat, 13 Jul 2013 18:15:42 +0000 (22:15 +0400)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

10 years agoproperly escape feed error message in headlines toolbar
Andrew Dolgov [Sat, 13 Jul 2013 18:14:18 +0000 (22:14 +0400)] 
properly escape feed error message in headlines toolbar

10 years agoMerge pull request #264 from yak1ex/pr_ja_JP
Andrew Dolgov [Sat, 13 Jul 2013 17:53:29 +0000 (10:53 -0700)] 
Merge pull request #264 from yak1ex/pr_ja_JP

ja_JP translation

10 years agoMerge pull request #265 from frh/master
Andrew Dolgov [Sat, 13 Jul 2013 17:53:16 +0000 (10:53 -0700)] 
Merge pull request #265 from frh/master

Change default SELF_URL_PATH for RFC 2602

10 years agoChange default SELF_URL_PATH for RFC 2602
Frederik Holden [Sat, 13 Jul 2013 13:37:27 +0000 (15:37 +0200)] 
Change default SELF_URL_PATH for RFC 2602

10 years agoConvert to mo.
Yak! [Sat, 13 Jul 2013 03:08:22 +0000 (12:08 +0900)] 
Convert to mo.

10 years agoRemove obsoleted entries.
Yak! [Sat, 13 Jul 2013 03:07:35 +0000 (12:07 +0900)] 
Remove obsoleted entries.