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

8 years agoMerge pull request #455 from suraia/favicon
Andrew Dolgov [Fri, 29 May 2015 10:42:47 +0000 (13:42 +0300)] 
Merge pull request #455 from suraia/favicon

Increase favicon size to 32x32 pixels

8 years agoMerge pull request #456 from andersk/disable-feed-browser
Andrew Dolgov [Fri, 22 May 2015 05:35:45 +0000 (08:35 +0300)] 
Merge pull request #456 from andersk/disable-feed-browser

Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPC

8 years agoMake _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPC
Anders Kaseorg [Fri, 22 May 2015 03:53:14 +0000 (23:53 -0400)] 
Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPC

The undocumented _DISABLE_FEED_BROWSER option added in commit
c39befacb29f3f709e2d248ab6d6235524d6e929 turns off the UI for looking
at which feeds other users are subscribed to, but it did not prevent
you from manually constructing an RPC call to get the same data.  This
was a privacy risk for those who consider _DISABLE_FEED_BROWSER
important.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
9 years agoIncrease favicon size to 32x32 pixels
Michael Kuhn [Tue, 19 May 2015 22:20:04 +0000 (00:20 +0200)] 
Increase favicon size to 32x32 pixels

Looks much better on HiDPI screens.

9 years agoaf_redditimgur: reinstate img placeholder for <video> rewrites to auto-disable embedd...
Andrew Dolgov [Mon, 18 May 2015 09:05:30 +0000 (12:05 +0300)] 
af_redditimgur: reinstate img placeholder for <video> rewrites to auto-disable embedding attachments, ignore duplicate images when embedding album links

9 years agoRevert "Add support for sillies"
Andrew Dolgov [Fri, 15 May 2015 06:31:02 +0000 (09:31 +0300)] 
Revert "Add support for sillies"

idiot submitter breaks all embedding with his genius strategy of
handling all posts with now News: in title

This reverts commit a3013adedd45fea4ae323c8621ef570119c3b489.

9 years agoredditimgur: iframes are garbage
Andrew Dolgov [Fri, 15 May 2015 05:13:47 +0000 (08:13 +0300)] 
redditimgur: iframes are garbage

9 years agoaf_redditimgur: gifv: fix iframe not being wide enough, fix indenting
Andrew Dolgov [Fri, 15 May 2015 05:06:18 +0000 (08:06 +0300)] 
af_redditimgur: gifv: fix iframe not being wide enough, fix indenting

9 years agoMerge pull request #454 from aliz27/patch-2
Andrew Dolgov [Thu, 14 May 2015 20:41:17 +0000 (23:41 +0300)] 
Merge pull request #454 from aliz27/patch-2

Correct variable

9 years agoCorrect variable
aliz27 [Thu, 14 May 2015 20:39:11 +0000 (22:39 +0200)] 
Correct variable

9 years agoMerge pull request #453 from aliz27/patch-1
Andrew Dolgov [Thu, 14 May 2015 10:00:06 +0000 (13:00 +0300)] 
Merge pull request #453 from aliz27/patch-1

Patch 1

9 years agoAllow links to m.imgur.com pages
aliz27 [Thu, 14 May 2015 09:52:44 +0000 (11:52 +0200)] 
Allow links to m.imgur.com pages

9 years agoSometimes imgur links has ?1 in the url
aliz27 [Thu, 14 May 2015 09:27:09 +0000 (11:27 +0200)] 
Sometimes imgur links has ?1 in the url

9 years agoSupport .gifv
aliz27 [Thu, 14 May 2015 09:03:06 +0000 (11:03 +0200)] 
Support .gifv

9 years agoMerge pull request #452 from aliz27/patch-1
Andrew Dolgov [Wed, 13 May 2015 16:22:13 +0000 (19:22 +0300)] 
Merge pull request #452 from aliz27/patch-1

Add support for sillies

9 years agoAdd support for sillies
aliz27 [Wed, 13 May 2015 16:19:32 +0000 (18:19 +0200)] 
Add support for sillies

9 years agoadd HOOK_RENDER_ENCLOSURE & af_youtube_embed plugin
Andrew Dolgov [Tue, 21 Apr 2015 11:07:20 +0000 (14:07 +0300)] 
add HOOK_RENDER_ENCLOSURE & af_youtube_embed plugin

9 years agoatom: consider link rel=alternate in feed element for site urls
Andrew Dolgov [Tue, 21 Apr 2015 10:40:22 +0000 (13:40 +0300)] 
atom: consider link rel=alternate in feed element for site urls

9 years agoschema: remove obsolete releases.rss feed
Andrew Dolgov [Sat, 18 Apr 2015 13:13:38 +0000 (16:13 +0300)] 
schema: remove obsolete releases.rss feed

9 years agoadd additional check for sphinxclient class
Andrew Dolgov [Fri, 3 Apr 2015 16:53:35 +0000 (19:53 +0300)] 
add additional check for sphinxclient class

9 years agoadd a wrapper for standard error codes returned by backend, also add explanation...
Andrew Dolgov [Mon, 30 Mar 2015 10:02:24 +0000 (13:02 +0300)] 
add a wrapper for standard error codes returned by backend, also add explanation to the error object if possible

9 years agorename url_to_tag_uri to a more relevant name
Andrew Dolgov [Sat, 28 Mar 2015 13:13:39 +0000 (16:13 +0300)] 
rename url_to_tag_uri to a more relevant name

9 years agogenerated feed: use tag: instead of the public.php URL as an entry ID; set enclosure...
Andrew Dolgov [Sat, 28 Mar 2015 13:11:44 +0000 (16:11 +0300)] 
generated feed: use tag: instead of the public.php URL as an entry ID; set enclosure length to 1 if unknown

9 years agoMerge pull request #446 from MatthieuSarter/patch-1
Andrew Dolgov [Sat, 21 Mar 2015 13:50:34 +0000 (16:50 +0300)] 
Merge pull request #446 from MatthieuSarter/patch-1

Added a "title" attribute in the link to an article.

9 years agoAdded a "title" attribute in the link to an article.
Matthieu Sarter [Sat, 21 Mar 2015 13:49:38 +0000 (14:49 +0100)] 
Added a "title" attribute in the link to an article.

Added a "title" attribute in the link to an article.
Makes TTRSS more usable on a small windows, allowing to see the complete title of an article in the tooltip, without opening the article.

9 years agoremove unread first sorting: has issues, is pretty much adaptive anyway
Andrew Dolgov [Mon, 16 Mar 2015 23:01:10 +0000 (02:01 +0300)] 
remove unread first sorting: has issues, is pretty much adaptive anyway

9 years agoMerge pull request #444 from HeikoAdams/master
Andrew Dolgov [Thu, 12 Mar 2015 12:09:57 +0000 (15:09 +0300)] 
Merge pull request #444 from HeikoAdams/master

  Update german translation

9 years agoUpdate german translation
Heiko Adams [Thu, 12 Mar 2015 09:40:17 +0000 (10:40 +0100)] 
Update german translation

9 years agoUpdate german translation
Heiko Adams [Wed, 11 Mar 2015 19:49:36 +0000 (20:49 +0100)] 
Update german translation

9 years agoUpdate german translation
Heiko Adams [Wed, 11 Mar 2015 19:46:49 +0000 (20:46 +0100)] 
Update german translation

9 years agorebase translations
Andrew Dolgov [Wed, 11 Mar 2015 13:21:03 +0000 (16:21 +0300)] 
rebase translations

9 years agodefuzzify some valid strings
Andrew Dolgov [Wed, 11 Mar 2015 13:20:59 +0000 (16:20 +0300)] 
defuzzify some valid strings

9 years agoadd bg_BG entry to get_translations()
Andrew Dolgov [Wed, 11 Mar 2015 12:36:45 +0000 (15:36 +0300)] 
add bg_BG entry to get_translations()

9 years agoMerge pull request #443 from moyat/master
Andrew Dolgov [Wed, 11 Mar 2015 12:34:55 +0000 (15:34 +0300)] 
Merge pull request #443 from moyat/master

Bulgarian translation

9 years agoAdded bg_BG
Neter [Tue, 10 Mar 2015 18:27:11 +0000 (20:27 +0200)] 
Added bg_BG

9 years agoMerge pull request #442 from RaphaelRochet/master
Andrew Dolgov [Sat, 7 Mar 2015 08:08:30 +0000 (11:08 +0300)] 
Merge pull request #442 from RaphaelRochet/master

French translation update

9 years agoFrench translation update
Raphaël Rochet [Sat, 7 Mar 2015 07:55:43 +0000 (08:55 +0100)] 
French translation update

9 years agorebase translations
Andrew Dolgov [Fri, 6 Mar 2015 12:52:09 +0000 (15:52 +0300)] 
rebase translations

9 years agoadd error notification if trying to toggle widescreen in cdm
Andrew Dolgov [Fri, 6 Mar 2015 12:51:54 +0000 (15:51 +0300)] 
add error notification if trying to toggle widescreen in cdm

9 years agofeedtree: do not hide special category for reals if configured as such
Andrew Dolgov [Fri, 6 Mar 2015 11:42:05 +0000 (14:42 +0300)] 
feedtree: do not hide special category for reals if configured as such

9 years agoadd housekeeping task for orphaned counter cache entries
Andrew Dolgov [Fri, 6 Mar 2015 11:14:51 +0000 (14:14 +0300)] 
add housekeeping task for orphaned counter cache entries

9 years agorebase translations
Andrew Dolgov [Thu, 5 Mar 2015 20:48:48 +0000 (23:48 +0300)] 
rebase translations

9 years agoMerge pull request #440 from came88/master
Andrew Dolgov [Thu, 5 Mar 2015 20:48:13 +0000 (23:48 +0300)] 
Merge pull request #440 from came88/master

Fixed italian translation

9 years agoMerge remote-tracking branch 'origin/master'
Lorenzo Cameroni [Thu, 5 Mar 2015 20:21:02 +0000 (21:21 +0100)] 
Merge remote-tracking branch 'origin/master'

9 years agoFixed italian translation
Lorenzo Cameroni [Thu, 5 Mar 2015 20:08:22 +0000 (21:08 +0100)] 
Fixed italian translation

9 years agoMerge pull request #439 from SkyREgit/patch-1
Andrew Dolgov [Thu, 5 Mar 2015 13:38:08 +0000 (16:38 +0300)] 
Merge pull request #439 from SkyREgit/patch-1

Add unread category to build-in Search

9 years agoAdd unread category to build-in Search
SkyREgit [Thu, 5 Mar 2015 13:26:10 +0000 (15:26 +0200)] 
Add unread category to build-in Search

unread:{true,false} - match only unread or read articles

9 years agoMerge pull request #436 from dedioste/master
Andrew Dolgov [Wed, 4 Mar 2015 08:21:34 +0000 (11:21 +0300)] 
Merge pull request #436 from dedioste/master

Updated italian translation

9 years agoUpdated italian translation
dedioste [Wed, 4 Mar 2015 07:47:30 +0000 (08:47 +0100)] 
Updated italian translation

9 years agottrssZoom: enlarge content part
Andrew Dolgov [Wed, 4 Mar 2015 07:25:59 +0000 (10:25 +0300)] 
ttrssZoom: enlarge content part