]> git.wh0rd.org - tt-rss.git/log
tt-rss.git
8 years agoMerge pull request #470 from RaphaelRochet/master
Andrew Dolgov [Thu, 16 Jul 2015 05:33:48 +0000 (08:33 +0300)] 
Merge pull request #470 from RaphaelRochet/master

French translation update

8 years agoFrench translation update
Raphaël Rochet [Thu, 16 Jul 2015 05:31:07 +0000 (07:31 +0200)] 
French translation update

8 years agoMerge pull request #469 from HeikoAdams/master
Andrew Dolgov [Wed, 15 Jul 2015 19:52:27 +0000 (22:52 +0300)] 
Merge pull request #469 from HeikoAdams/master

German translation update

8 years agoGerman translation update
Heiko Adams [Wed, 15 Jul 2015 17:14:49 +0000 (19:14 +0200)] 
German translation update

8 years agorebase translations
Andrew Dolgov [Wed, 15 Jul 2015 13:39:25 +0000 (16:39 +0300)] 
rebase translations

8 years agoupdate intervals: use less broken english for a change
Andrew Dolgov [Wed, 15 Jul 2015 13:39:16 +0000 (16:39 +0300)] 
update intervals: use less broken english for a change

8 years agoremove af_habr
Andrew Dolgov [Wed, 15 Jul 2015 13:14:10 +0000 (16:14 +0300)] 
remove af_habr

8 years agopurge_orphans: optimize the query, maybe
Andrew Dolgov [Wed, 15 Jul 2015 10:29:03 +0000 (13:29 +0300)] 
purge_orphans: optimize the query, maybe
https://tt-rss.org/forum/viewtopic.php?f=1&t=3417&p=20408#p20407

8 years agoaf_psql_trgm: enable checking for similar articles in the source feed as long as...
Andrew Dolgov [Wed, 15 Jul 2015 10:15:00 +0000 (13:15 +0300)] 
af_psql_trgm: enable checking for similar articles in the source feed as long as guid is different

8 years agoRevert "Performance breakthrough"
Andrew Dolgov [Wed, 15 Jul 2015 05:32:57 +0000 (08:32 +0300)] 
Revert "Performance breakthrough"

This reverts commit c2916856541ed82b2f11b5f3ff29b1e4f5cd6b3e.

8 years agoMerge pull request #468 from GregThib/patch-1
Andrew Dolgov [Tue, 14 Jul 2015 12:35:46 +0000 (15:35 +0300)] 
Merge pull request #468 from GregThib/patch-1

Performance breakthrough

8 years ago(experimental) disable infscroll requests while marking auto catched up articles...
Andrew Dolgov [Tue, 14 Jul 2015 09:50:27 +0000 (12:50 +0300)] 
(experimental) disable infscroll requests while marking auto catched up articles as read

8 years agofix missing cdmFeedTitle
Andrew Dolgov [Mon, 13 Jul 2015 20:06:42 +0000 (23:06 +0300)] 
fix missing cdmFeedTitle

8 years agofix error feed (i.e. when requested feed no longer exists) not display properly
Andrew Dolgov [Mon, 13 Jul 2015 19:04:21 +0000 (22:04 +0300)] 
fix error feed (i.e. when requested feed no longer exists) not display properly

8 years agoroll back separate headline transport
Andrew Dolgov [Mon, 13 Jul 2015 19:01:29 +0000 (22:01 +0300)] 
roll back separate headline transport

8 years agoaf_readability: encoding may be lower case
Andrew Dolgov [Mon, 13 Jul 2015 16:24:59 +0000 (19:24 +0300)] 
af_readability: encoding may be lower case

8 years agofix dashboard feed
Andrew Dolgov [Mon, 13 Jul 2015 15:43:54 +0000 (18:43 +0300)] 
fix dashboard feed

8 years agomaybe speedup headline adding a bit, maybe not
Andrew Dolgov [Mon, 13 Jul 2015 15:38:39 +0000 (18:38 +0300)] 
maybe speedup headline adding a bit, maybe not

8 years agoheadlines: fix whitebox reply not returned in an updated format
Andrew Dolgov [Mon, 13 Jul 2015 10:29:13 +0000 (13:29 +0300)] 
headlines: fix whitebox reply not returned in an updated format

8 years agoPerformance breakthrough
GregThib [Mon, 13 Jul 2015 10:03:50 +0000 (12:03 +0200)] 
Performance breakthrough

Improvement in the Purge method for huge performance increase.
"WHERE ref_id IS NOT NULL" is needed by pgsql, not necessarily by mysql.
This is a more standard way to make deletions based on propagation (from ttrss_user_entries) with 1-to-N relations.

8 years agoqueryFeedHeadlines: remove filter stuff
Andrew Dolgov [Mon, 13 Jul 2015 09:54:22 +0000 (12:54 +0300)] 
queryFeedHeadlines: remove filter stuff

8 years agominor filter test dialog fixes
Andrew Dolgov [Mon, 13 Jul 2015 09:53:13 +0000 (12:53 +0300)] 
minor filter test dialog fixes

8 years agofeed test layout updates
Andrew Dolgov [Mon, 13 Jul 2015 09:49:02 +0000 (12:49 +0300)] 
feed test layout updates

8 years agoMerge branch 'master' of git.fakecake.org:tt-rss
Andrew Dolgov [Mon, 13 Jul 2015 09:46:05 +0000 (12:46 +0300)] 
Merge branch 'master' of git.fakecake.org:tt-rss

Conflicts:
classes/pref/filters.php

8 years agorework filter preview to use native regexp implementation
Andrew Dolgov [Mon, 13 Jul 2015 09:40:56 +0000 (12:40 +0300)] 
rework filter preview to use native regexp implementation

8 years agoremove headlines-tmp element
Andrew Dolgov [Sun, 12 Jul 2015 22:29:42 +0000 (01:29 +0300)] 
remove headlines-tmp element

8 years agoviewfeed.js: cleanup the code a bit
Andrew Dolgov [Sun, 12 Jul 2015 22:28:02 +0000 (01:28 +0300)] 
viewfeed.js: cleanup the code a bit

8 years agodo not allow commas in tags
Andrew Dolgov [Sun, 12 Jul 2015 22:22:44 +0000 (01:22 +0300)] 
do not allow commas in tags

8 years agobring cdmFeedTitle style in line with the rest of the UI
Andrew Dolgov [Sun, 12 Jul 2015 22:19:52 +0000 (01:19 +0300)] 
bring cdmFeedTitle style in line with the rest of the UI
send headline rows as separate JSON objects

8 years agoadd workaround for fresh feed first id calculation issue
Andrew Dolgov [Sun, 12 Jul 2015 21:40:15 +0000 (00:40 +0300)] 
add workaround for fresh feed first id calculation issue

8 years agofirst_id default value: type is important
Andrew Dolgov [Sun, 12 Jul 2015 19:54:55 +0000 (22:54 +0300)] 
first_id default value: type is important

8 years agoadd some more stuff to first_id query to fix virtual feeds
Andrew Dolgov [Sun, 12 Jul 2015 19:50:21 +0000 (22:50 +0300)] 
add some more stuff to first_id query to fix virtual feeds

8 years agominor first_id query fix
Andrew Dolgov [Sun, 12 Jul 2015 15:47:06 +0000 (18:47 +0300)] 
minor first_id query fix

8 years agofixes for first_id stuff
Andrew Dolgov [Sun, 12 Jul 2015 14:55:35 +0000 (17:55 +0300)] 
fixes for first_id stuff

8 years agoapparently it's a bad idea to do is_resource() on a mysqli result
Andrew Dolgov [Sun, 12 Jul 2015 11:23:32 +0000 (14:23 +0300)] 
apparently it's a bad idea to do is_resource() on a mysqli result

8 years agofunctions: fix some phpstorm-reported warnings
Andrew Dolgov [Sun, 12 Jul 2015 11:07:38 +0000 (14:07 +0300)] 
functions: fix some phpstorm-reported warnings

8 years agoviewfeed: set hsp status when scrolling to the very end
Andrew Dolgov [Sun, 12 Jul 2015 10:37:24 +0000 (13:37 +0300)] 
viewfeed: set hsp status when scrolling to the very end

8 years agojs: remove current_top_id global
Andrew Dolgov [Sun, 12 Jul 2015 10:30:00 +0000 (13:30 +0300)] 
js: remove current_top_id global

8 years agoapi: getHeadlines: cast feed_it to int if needed
Andrew Dolgov [Sun, 12 Jul 2015 10:18:03 +0000 (13:18 +0300)] 
api: getHeadlines: cast feed_it to int if needed

8 years agoapi: initialize headlines header
Andrew Dolgov [Sun, 12 Jul 2015 09:37:19 +0000 (12:37 +0300)] 
api: initialize headlines header

8 years agobump api level
Andrew Dolgov [Sun, 12 Jul 2015 09:27:18 +0000 (12:27 +0300)] 
bump api level

8 years agoapi: add top id stuff, optionally return header w/ status information in getHeadlines...
Andrew Dolgov [Sun, 12 Jul 2015 09:26:09 +0000 (12:26 +0300)] 
api: add top id stuff, optionally return header w/ status information in getHeadlines (currently only top_id_changed)

8 years agoreport top id changed in headlines buffer
Andrew Dolgov [Sun, 12 Jul 2015 09:01:34 +0000 (12:01 +0300)] 
report top id changed in headlines buffer

8 years agoMerge branch 'master' of git.fakecake.org:tt-rss
Andrew Dolgov [Sat, 11 Jul 2015 22:29:50 +0000 (01:29 +0300)] 
Merge branch 'master' of git.fakecake.org:tt-rss

8 years agoqueryFeedHeadlines: move to array-based arguments, optionally check if first element...
Andrew Dolgov [Sat, 11 Jul 2015 22:29:36 +0000 (01:29 +0300)] 
queryFeedHeadlines: move to array-based arguments, optionally check if first element changed when paginating

8 years agocap iframes width
Andrew Dolgov [Sat, 11 Jul 2015 18:28:31 +0000 (21:28 +0300)] 
cap iframes width

8 years agoadd a quick hack for imgur single page links
Andrew Dolgov [Sat, 11 Jul 2015 10:32:28 +0000 (13:32 +0300)] 
add a quick hack for imgur single page links

8 years agoaf_redditimgur: some additional .gif -> mp4 rewriting
Andrew Dolgov [Fri, 10 Jul 2015 23:08:53 +0000 (02:08 +0300)] 
af_redditimgur: some additional .gif -> mp4 rewriting

8 years agoaf_redditimgur: fix imgur single-image pages
Andrew Dolgov [Fri, 10 Jul 2015 21:54:15 +0000 (00:54 +0300)] 
af_redditimgur: fix imgur single-image pages

8 years agoredditimgur: extract video poster urls
Andrew Dolgov [Fri, 10 Jul 2015 06:02:52 +0000 (09:02 +0300)] 
redditimgur: extract video poster urls

8 years agochange version_static based on y.m 15.7
Andrew Dolgov [Thu, 9 Jul 2015 18:47:42 +0000 (21:47 +0300)] 
change version_static based on y.m

8 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Thu, 9 Jul 2015 12:34:56 +0000 (15:34 +0300)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

8 years agoredditimgur: don't try to readability parse youtube, add another youtube embed variant
Andrew Dolgov [Thu, 9 Jul 2015 12:34:28 +0000 (15:34 +0300)] 
redditimgur: don't try to readability parse youtube, add another youtube embed variant

8 years agoMerge pull request #467 from cweiske/fix-html-detection
Andrew Dolgov [Thu, 9 Jul 2015 12:03:47 +0000 (15:03 +0300)] 
Merge pull request #467 from cweiske/fix-html-detection

Check for HTML in the first 100 bytes.

8 years agoCheck for HTML in the first 100 bytes.
Christian Weiske [Thu, 9 Jul 2015 11:39:07 +0000 (13:39 +0200)] 
Check for HTML in the first 100 bytes.

Some HTML pages have an XML header (XHTML), which alone is nearly 50 bytes.
Thus we need to check for the HTML or doctype tags in the first 100 bytes.

8 years agoredditimgur: don't try to readability parse twitter
Andrew Dolgov [Thu, 9 Jul 2015 09:13:44 +0000 (12:13 +0300)] 
redditimgur: don't try to readability parse twitter

8 years agoaf_redditimgur: do not reinline content extracted by readability
Andrew Dolgov [Thu, 9 Jul 2015 06:39:45 +0000 (09:39 +0300)] 
af_redditimgur: do not reinline content extracted by readability

8 years agomove readability libs to system location
Andrew Dolgov [Wed, 8 Jul 2015 10:44:45 +0000 (13:44 +0300)] 
move readability libs to system location

8 years agoMerge branch 'master' of git.fakecake.org:tt-rss
Andrew Dolgov [Wed, 8 Jul 2015 07:35:29 +0000 (10:35 +0300)] 
Merge branch 'master' of git.fakecake.org:tt-rss

8 years agoad_readability: also check for content-type if possible
Andrew Dolgov [Wed, 8 Jul 2015 07:35:19 +0000 (10:35 +0300)] 
ad_readability: also check for content-type if possible

8 years agoaf_redditimgur: check if document is text/html before trying to readability parse it
Andrew Dolgov [Wed, 8 Jul 2015 07:30:35 +0000 (10:30 +0300)] 
af_redditimgur: check if document is text/html before trying to readability parse it

8 years agogo back to fixed wrapper height because dynamic one breaks layout in chrome :(
Andrew Dolgov [Tue, 7 Jul 2015 13:52:43 +0000 (16:52 +0300)] 
go back to fixed wrapper height because dynamic one breaks layout in chrome :(

8 years agoshorten_expanded: shorten based on window height not preset value
Andrew Dolgov [Tue, 7 Jul 2015 13:43:22 +0000 (16:43 +0300)] 
shorten_expanded: shorten based on window height not preset value

8 years agosimplify search, remove search_mode as useless
Andrew Dolgov [Tue, 7 Jul 2015 12:59:32 +0000 (15:59 +0300)] 
simplify search, remove search_mode as useless
remove dialog to select by tags, simplify browsing by tag query

8 years agoupdate gitignore
Andrew Dolgov [Tue, 7 Jul 2015 11:23:18 +0000 (14:23 +0300)] 
update gitignore

8 years agoaf_redditimgur: improve youtube detection a bit
Andrew Dolgov [Tue, 7 Jul 2015 11:21:13 +0000 (14:21 +0300)] 
af_redditimgur: improve youtube detection a bit

8 years agocache_starred_images: also handle html5 mp4 video files
Andrew Dolgov [Tue, 7 Jul 2015 10:07:58 +0000 (13:07 +0300)] 
cache_starred_images: also handle html5 mp4 video files

8 years agoaf_readability: add a workaround for meta charset html pages
Andrew Dolgov [Tue, 7 Jul 2015 07:15:08 +0000 (10:15 +0300)] 
af_readability: add a workaround for meta charset html pages

8 years agoaf_redditimgur: fix youtube regexp, try to inline images again if parsed
Andrew Dolgov [Tue, 7 Jul 2015 05:44:31 +0000 (08:44 +0300)] 
af_redditimgur: fix youtube regexp, try to inline images again if parsed
using readability

8 years agoaf_redditimgur: do not embed content of reddit links
Andrew Dolgov [Mon, 6 Jul 2015 20:59:10 +0000 (23:59 +0300)] 
af_redditimgur: do not embed content of reddit links

8 years agofix previous AGAIN aargh
Andrew Dolgov [Mon, 6 Jul 2015 20:50:34 +0000 (23:50 +0300)] 
fix previous AGAIN aargh

8 years agofix previous, oops
Andrew Dolgov [Mon, 6 Jul 2015 20:38:02 +0000 (23:38 +0300)] 
fix previous, oops

8 years agorewrite relative urls in readability output
Andrew Dolgov [Mon, 6 Jul 2015 20:29:00 +0000 (23:29 +0300)] 
rewrite relative urls in readability output

8 years agosanitize: disable <hr> for now
Andrew Dolgov [Mon, 6 Jul 2015 20:09:51 +0000 (23:09 +0300)] 
sanitize: disable <hr> for now

8 years agoremove old-style per-site plugins
Andrew Dolgov [Mon, 6 Jul 2015 20:04:44 +0000 (23:04 +0300)] 
remove old-style per-site plugins

8 years agoadd af_readability
Andrew Dolgov [Mon, 6 Jul 2015 20:02:21 +0000 (23:02 +0300)] 
add af_readability

8 years agoaf_redditimgur: update description
Andrew Dolgov [Mon, 6 Jul 2015 19:46:46 +0000 (22:46 +0300)] 
af_redditimgur: update description

8 years agosanitize: allow <hr> elements
Andrew Dolgov [Mon, 6 Jul 2015 19:44:43 +0000 (22:44 +0300)] 
sanitize: allow <hr> elements
af_redditimgur: optionally add original content using Readability php implementation

8 years agoaf_redditimgur: embed youtube links
Andrew Dolgov [Mon, 6 Jul 2015 18:44:38 +0000 (21:44 +0300)] 
af_redditimgur: embed youtube links

8 years agoMerge branch 'master' of git.fakecake.org:tt-rss
Andrew Dolgov [Mon, 6 Jul 2015 18:31:57 +0000 (21:31 +0300)] 
Merge branch 'master' of git.fakecake.org:tt-rss

8 years agoaf_redditimgur: add <video> controls
Andrew Dolgov [Mon, 6 Jul 2015 18:31:46 +0000 (21:31 +0300)] 
af_redditimgur: add <video> controls

8 years agofix article tags/labels not assigning properly on mysql because of the 4byte unicode...
Andrew Dolgov [Mon, 6 Jul 2015 12:32:26 +0000 (15:32 +0300)] 
fix article tags/labels not assigning properly on mysql because of the 4byte unicode workaround

8 years agoMerge branch 'master' of git.fakecake.org:tt-rss
Andrew Dolgov [Mon, 6 Jul 2015 09:10:31 +0000 (12:10 +0300)] 
Merge branch 'master' of git.fakecake.org:tt-rss

8 years agoadd a bit more visible separate infobox for password change results
Andrew Dolgov [Mon, 6 Jul 2015 09:10:15 +0000 (12:10 +0300)] 
add a bit more visible separate infobox for password change results

8 years agoaf_redditimgur: add yet another imgur album variant
Andrew Dolgov [Sun, 5 Jul 2015 21:58:55 +0000 (00:58 +0300)] 
af_redditimgur: add yet another imgur album variant

8 years agoaf_redditimgur: better handling of image urls with multiple-character numeric suffixes
Andrew Dolgov [Sun, 5 Jul 2015 14:47:53 +0000 (17:47 +0300)] 
af_redditimgur: better handling of image urls with multiple-character numeric suffixes

8 years agoupdate .gitignore
Andrew Dolgov [Sun, 5 Jul 2015 12:04:51 +0000 (15:04 +0300)] 
update .gitignore

8 years agoaf_redditimgur: support gfycat embeds
Andrew Dolgov [Sun, 5 Jul 2015 11:56:57 +0000 (14:56 +0300)] 
af_redditimgur: support gfycat embeds

8 years agoupdate_rss_feed: set basic feed info if title is [Unknown] (fixes batch subscribe)
Andrew Dolgov [Sat, 4 Jul 2015 16:33:46 +0000 (19:33 +0300)] 
update_rss_feed: set basic feed info if title is [Unknown] (fixes batch subscribe)

8 years agolimit smart_date_time stuff to headlines only
Andrew Dolgov [Fri, 3 Jul 2015 20:36:47 +0000 (23:36 +0300)] 
limit smart_date_time stuff to headlines only

8 years agosmart_date_time: add special case when article date is within current hour
Andrew Dolgov [Fri, 3 Jul 2015 20:25:28 +0000 (23:25 +0300)] 
smart_date_time: add special case when article date is within current hour

8 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Fri, 3 Jul 2015 13:05:08 +0000 (16:05 +0300)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

8 years agolimit width of embedded <video> elements
Andrew Dolgov [Fri, 3 Jul 2015 13:04:54 +0000 (16:04 +0300)] 
limit width of embedded <video> elements

8 years agoMerge pull request #465 from pabl0/l10n-fi
Andrew Dolgov [Thu, 25 Jun 2015 19:36:31 +0000 (22:36 +0300)] 
Merge pull request #465 from pabl0/l10n-fi

Update Finnish translations

8 years agoUpdate Finnish translations
Henrik Ahlgren [Thu, 25 Jun 2015 19:30:17 +0000 (22:30 +0300)] 
Update Finnish translations

8 years agoMerge pull request #464 from HeikoAdams/master
Andrew Dolgov [Wed, 24 Jun 2015 09:01:19 +0000 (12:01 +0300)] 
Merge pull request #464 from HeikoAdams/master

Update german translation

8 years agoUpdate german translation
Heiko Adams [Wed, 24 Jun 2015 08:58:18 +0000 (09:58 +0100)] 
Update german translation

8 years agoMerge pull request #463 from RaphaelRochet/master
Andrew Dolgov [Wed, 24 Jun 2015 08:42:53 +0000 (11:42 +0300)] 
Merge pull request #463 from RaphaelRochet/master

French translation update

8 years agoFrench translation update
Raphaël Rochet [Wed, 24 Jun 2015 08:38:23 +0000 (10:38 +0200)] 
French translation update

8 years agorebase translations
Andrew Dolgov [Tue, 23 Jun 2015 05:54:40 +0000 (08:54 +0300)] 
rebase translations