]> git.wh0rd.org Git - tt-rss.git/log
tt-rss.git
9 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

9 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

9 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

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

9 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

9 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

9 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

9 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.

9 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.

9 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

9 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

9 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

9 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

9 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

9 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

9 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 :(

9 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

9 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

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

9 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

9 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

9 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

9 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

9 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

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

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

9 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

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

9 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

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

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

9 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

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

9 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

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

9 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

9 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

9 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

9 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

9 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

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

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

9 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)

10 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

10 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

10 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

10 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

10 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

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

10 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

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

10 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

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

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

10 years agoaf_psql_trgm: add option to match all feeds
Andrew Dolgov [Tue, 23 Jun 2015 04:36:25 +0000 (21:36 -0700)]
af_psql_trgm: add option to match all feeds

10 years agoMerge branch 'master' of git.fakecake.org:tt-rss
Andrew Dolgov [Tue, 23 Jun 2015 01:35:37 +0000 (18:35 -0700)]
Merge branch 'master' of git.fakecake.org:tt-rss

10 years agoaf_psql_trgm: match equal strings correctly, remove score checking from show related...
Andrew Dolgov [Tue, 23 Jun 2015 01:35:24 +0000 (18:35 -0700)]
af_psql_trgm: match equal strings correctly, remove score checking from show related because filter plugin does not take it into account

10 years agoaf_lang_detect: fix dependency includes
Andrew Dolgov [Fri, 19 Jun 2015 08:53:56 +0000 (11:53 +0300)]
af_lang_detect: fix dependency includes

10 years agomove language detection to a plugin, remove config.php constant
Andrew Dolgov [Fri, 19 Jun 2015 07:12:47 +0000 (10:12 +0300)]
move language detection to a plugin, remove config.php constant

10 years agoadd missing chart_bar.png
Andrew Dolgov [Thu, 18 Jun 2015 21:27:44 +0000 (00:27 +0300)]
add missing chart_bar.png

10 years agolimit maximum data length for bayesian processing
Andrew Dolgov [Thu, 18 Jun 2015 16:02:39 +0000 (19:02 +0300)]
limit maximum data length for bayesian processing

10 years agoapparently classifier may return NaN
Andrew Dolgov [Thu, 18 Jun 2015 15:53:52 +0000 (18:53 +0300)]
apparently classifier may return NaN

10 years agoadd basic classifier information window
Andrew Dolgov [Thu, 18 Jun 2015 15:30:05 +0000 (18:30 +0300)]
add basic classifier information window

10 years agoprevent event propagation when clicking on CDM article footer
Andrew Dolgov [Thu, 18 Jun 2015 13:00:03 +0000 (16:00 +0300)]
prevent event propagation when clicking on CDM article footer

10 years agobayes: add loading message
Andrew Dolgov [Thu, 18 Jun 2015 12:58:09 +0000 (15:58 +0300)]
bayes: add loading message

10 years agobayes: stop onclick event on our button from propagating back to article
Andrew Dolgov [Thu, 18 Jun 2015 12:57:17 +0000 (15:57 +0300)]
bayes: stop onclick event on our button from propagating back to article

10 years agofix previous
Andrew Dolgov [Thu, 18 Jun 2015 09:10:22 +0000 (12:10 +0300)]
fix previous

10 years agoRevert "experiment: switch to 3-gram tokens"
Andrew Dolgov [Thu, 18 Jun 2015 08:56:07 +0000 (11:56 +0300)]
Revert "experiment: switch to 3-gram tokens"

This reverts commit e0940bfc4fdfad943a111b52569a1917e083b2c0.

Conflicts:
plugins/af_sort_bayes/init.php

10 years agobayes: fix check for already categorized articles
Andrew Dolgov [Thu, 18 Jun 2015 07:56:42 +0000 (10:56 +0300)]
bayes: fix check for already categorized articles

10 years agoexperiment: switch to 3-gram tokens
Andrew Dolgov [Thu, 18 Jun 2015 06:42:20 +0000 (09:42 +0300)]
experiment: switch to 3-gram tokens

10 years agoadd more english common words to bayes ignore list
Andrew Dolgov [Thu, 18 Jun 2015 05:42:17 +0000 (08:42 +0300)]
add more english common words to bayes ignore list

10 years agofix toothpastefordinner valiant efforts to prevent scraping
Andrew Dolgov [Thu, 18 Jun 2015 05:28:54 +0000 (08:28 +0300)]
fix toothpastefordinner valiant efforts to prevent scraping

10 years agoupdate_rss_feed: limit maximum execution time while processing articles
Andrew Dolgov [Wed, 17 Jun 2015 20:25:21 +0000 (23:25 +0300)]
update_rss_feed: limit maximum execution time while processing articles

10 years agobayes, filter: do not categorize already processed articles
Andrew Dolgov [Wed, 17 Jun 2015 20:18:12 +0000 (23:18 +0300)]
bayes, filter: do not categorize already processed articles
rss: remove site url/title checks from update_rss_feed

10 years agospeedup feed subscription process
Andrew Dolgov [Wed, 17 Jun 2015 20:11:47 +0000 (23:11 +0300)]
speedup feed subscription process

10 years agoshow ugly minimum word count for auto categorizing in prefs ui
Andrew Dolgov [Wed, 17 Jun 2015 19:13:58 +0000 (22:13 +0300)]
show ugly minimum word count for auto categorizing in prefs ui

10 years agobayes: fix typo
Andrew Dolgov [Wed, 17 Jun 2015 19:09:02 +0000 (22:09 +0300)]
bayes: fix typo

10 years agobayes: properly reset score when going good -> ugly
Andrew Dolgov [Wed, 17 Jun 2015 19:04:32 +0000 (22:04 +0300)]
bayes: properly reset score when going good -> ugly
article: add helper to refresh article score pic, properly set scorepic title

10 years agobayes: better prefs ui/stats
Andrew Dolgov [Wed, 17 Jun 2015 18:40:44 +0000 (21:40 +0300)]
bayes: better prefs ui/stats

10 years agobayes filter: remove unnecessary debugging
Andrew Dolgov [Wed, 17 Jun 2015 16:53:49 +0000 (19:53 +0300)]
bayes filter: remove unnecessary debugging

10 years agobayes: remote unused content field for references schema
Andrew Dolgov [Wed, 17 Jun 2015 16:46:52 +0000 (19:46 +0300)]
bayes: remote unused content field for references schema

10 years agobayes: fix psql schema typo
Andrew Dolgov [Wed, 17 Jun 2015 16:42:41 +0000 (19:42 +0300)]
bayes: fix psql schema typo

10 years agoclassifier: add workaround for division by zero
Andrew Dolgov [Wed, 17 Jun 2015 16:26:50 +0000 (19:26 +0300)]
classifier: add workaround for division by zero

10 years agosome bayes updates
Andrew Dolgov [Wed, 17 Jun 2015 16:20:17 +0000 (19:20 +0300)]
some bayes updates

10 years agoswitch to three different bayes categories
Andrew Dolgov [Wed, 17 Jun 2015 15:53:53 +0000 (18:53 +0300)]
switch to three different bayes categories

10 years agouse ngram tokens instead of whole words for matching
Andrew Dolgov [Wed, 17 Jun 2015 15:15:41 +0000 (18:15 +0300)]
use ngram tokens instead of whole words for matching

10 years agoshow article count in bayes stats
Andrew Dolgov [Wed, 17 Jun 2015 14:00:36 +0000 (17:00 +0300)]
show article count in bayes stats

10 years agoadd button to clear bayes database
Andrew Dolgov [Wed, 17 Jun 2015 13:50:21 +0000 (16:50 +0300)]
add button to clear bayes database

10 years agobayes: add mysql script
Andrew Dolgov [Wed, 17 Jun 2015 12:38:59 +0000 (15:38 +0300)]
bayes: add mysql script

10 years agoreenable autolearn as good
Andrew Dolgov [Wed, 17 Jun 2015 12:18:07 +0000 (15:18 +0300)]
reenable autolearn as good

10 years agoadd some more bayes stuff
Andrew Dolgov [Wed, 17 Jun 2015 12:15:04 +0000 (15:15 +0300)]
add some more bayes stuff

10 years agoadd placeholder stuff for af_sort_bayes
Andrew Dolgov [Wed, 17 Jun 2015 07:36:11 +0000 (10:36 +0300)]
add placeholder stuff for af_sort_bayes

10 years agoadd workaround for mysql only accepting subset of unicode characters
Andrew Dolgov [Tue, 16 Jun 2015 05:17:49 +0000 (08:17 +0300)]
add workaround for mysql only accepting subset of unicode characters

10 years agopluginhost: mention that update task & housekeeping hooks are for global plugins...
Andrew Dolgov [Mon, 15 Jun 2015 18:41:55 +0000 (21:41 +0300)]
pluginhost: mention that update task & housekeeping hooks are for global plugins only

10 years agoallow plugins modify article score
Andrew Dolgov [Mon, 15 Jun 2015 17:01:07 +0000 (20:01 +0300)]
allow plugins modify article score

10 years agobetter feed debugger ui for f D
Andrew Dolgov [Fri, 12 Jun 2015 10:06:36 +0000 (13:06 +0300)]
better feed debugger ui for f D

10 years agoadd a generic af_comics filter for .comic class sites (much like comicpress handles...
Andrew Dolgov [Fri, 12 Jun 2015 09:19:50 +0000 (12:19 +0300)]
add a generic af_comics filter for .comic class sites (much like comicpress handles id comic, i guess)

10 years agoremove obsolete eclipse project files
Andrew Dolgov [Thu, 11 Jun 2015 14:34:33 +0000 (17:34 +0300)]
remove obsolete eclipse project files

10 years agoaf_psql_trgm: clear no longer existing feeds from stored list of enabled ids
Andrew Dolgov [Thu, 11 Jun 2015 14:17:19 +0000 (17:17 +0300)]
af_psql_trgm: clear no longer existing feeds from stored list of enabled ids

10 years agofix_url: support schema-less urls
Andrew Dolgov [Mon, 8 Jun 2015 11:18:49 +0000 (14:18 +0300)]
fix_url: support schema-less urls