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

8 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

8 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

8 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

8 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

8 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

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

8 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

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

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

8 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

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

8 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

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

8 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

8 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

8 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

8 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

8 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

8 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

8 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

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

8 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

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

8 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

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

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

8 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

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

8 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

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

8 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

8 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

8 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

8 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

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

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

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

8 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

8 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

8 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

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

8 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

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

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

8 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

8 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

8 years agofix some minor typos and stuff
Andrew Dolgov [Sun, 7 Jun 2015 15:41:18 +0000 (18:41 +0300)] 
fix some minor typos and stuff

8 years agopluginhost: assume plugins.local exists
Andrew Dolgov [Fri, 5 Jun 2015 15:10:17 +0000 (18:10 +0300)] 
pluginhost: assume plugins.local exists

8 years agosupport loading themes from themes.local
Andrew Dolgov [Fri, 5 Jun 2015 15:08:19 +0000 (18:08 +0300)] 
support loading themes from themes.local

8 years agopluginhost: allow loading user plugins from plugins.local
Andrew Dolgov [Fri, 5 Jun 2015 14:54:52 +0000 (17:54 +0300)] 
pluginhost: allow loading user plugins from plugins.local