]> git.wh0rd.org - tt-rss.git/log
tt-rss.git
9 years agocreate_published_article: only use readability if enabled in the plugin
Andrew Dolgov [Fri, 29 Jan 2016 12:48:44 +0000 (15:48 +0300)] 
create_published_article: only use readability if enabled in the plugin

9 years agoenable support for readability (if af_readability is enabled) in shareanything bookma...
Andrew Dolgov [Fri, 29 Jan 2016 12:38:05 +0000 (15:38 +0300)] 
enable support for readability (if af_readability is enabled) in shareanything bookmarklet

9 years agoremove reddit textnode hack since the feed is broken in a different way now
Andrew Dolgov [Wed, 27 Jan 2016 05:52:45 +0000 (08:52 +0300)] 
remove reddit textnode hack since the feed is broken in a different way now

9 years agofix multiple issues with archived feeds
Andrew Dolgov [Tue, 26 Jan 2016 16:03:05 +0000 (19:03 +0300)] 
fix multiple issues with archived feeds

9 years agoonly stop inline feed updates with open_basedir enabled if there are any plugins...
Andrew Dolgov [Tue, 26 Jan 2016 08:45:47 +0000 (11:45 +0300)] 
only stop inline feed updates with open_basedir enabled if there are any plugins that require CURL enabled

add plugin->flags() returning array with additional plugin information, currently only CURL requirement (optional)

9 years agoprevent frontend updating of feeds on view if open_basedir is set to prevent plugins...
Andrew Dolgov [Sat, 23 Jan 2016 09:13:03 +0000 (12:13 +0300)] 
prevent frontend updating of feeds on view if open_basedir is set to prevent plugins potentially not working correctly (i.e. if backend system has open_basedir disabled)

9 years agoaf_redditimgur: implement a hack to deal with reddit rss feed being currently broken
Andrew Dolgov [Sat, 23 Jan 2016 08:51:17 +0000 (11:51 +0300)] 
af_redditimgur: implement a hack to deal with reddit rss feed being currently broken

9 years agoupdate_rss_feed: escape dumped content while debugging
Andrew Dolgov [Fri, 22 Jan 2016 23:17:24 +0000 (02:17 +0300)] 
update_rss_feed: escape dumped content while debugging

9 years agosanitize: allow <description>
Andrew Dolgov [Fri, 22 Jan 2016 23:17:00 +0000 (02:17 +0300)] 
sanitize: allow <description>

9 years agoparser: properly support tag subtrees instead of text content for article content
Andrew Dolgov [Fri, 22 Jan 2016 22:48:32 +0000 (01:48 +0300)] 
parser: properly support tag subtrees instead of text content for article content

9 years agoRevert "parser: use node->c14n() instead of expecting html in nodeValue"
Andrew Dolgov [Fri, 22 Jan 2016 22:24:13 +0000 (01:24 +0300)] 
Revert "parser: use node->c14n() instead of expecting html in nodeValue"

This reverts commit 1383514ad9e7630a3d9627e052780b8fcadab25a.

9 years agoparser: use node->c14n() instead of expecting html in nodeValue
Andrew Dolgov [Fri, 22 Jan 2016 22:04:24 +0000 (01:04 +0300)] 
parser: use node->c14n() instead of expecting html in nodeValue

9 years agorebase translations
Andrew Dolgov [Sun, 17 Jan 2016 13:34:59 +0000 (16:34 +0300)] 
rebase translations

9 years agoMerge branch 'po_fixes' into 'master'
Andrew Dolgov [Sun, 17 Jan 2016 13:33:32 +0000 (16:33 +0300)] 
Merge branch 'po_fixes' into 'master'

Fixes to .po files

There were a few minor problems in the .po files, mostly invalid headers. Nothing serious, but the fixes are also quite simple.

See merge request !24

9 years agoadd feed debugger to update.php
Andrew Dolgov [Sun, 17 Jan 2016 11:24:20 +0000 (14:24 +0300)] 
add feed debugger to update.php

9 years agoaf_psql_trgm: fix min_title_length not being used while processing articles
Andrew Dolgov [Sun, 17 Jan 2016 08:32:10 +0000 (11:32 +0300)] 
af_psql_trgm: fix min_title_length not being used while processing articles

9 years agoget_article_tags: while getting tags from cache check if article entry actually exists
Andrew Dolgov [Thu, 14 Jan 2016 09:12:35 +0000 (12:12 +0300)] 
get_article_tags: while getting tags from cache check if article entry actually exists

9 years agoupdates: auto-disable CURL if open_basedir is enabled, notify possible issues w/...
Andrew Dolgov [Wed, 13 Jan 2016 15:12:31 +0000 (18:12 +0300)] 
updates: auto-disable CURL if open_basedir is enabled, notify possible issues w/ plugins

9 years agoupdate static version 16.1
Andrew Dolgov [Tue, 12 Jan 2016 13:44:14 +0000 (16:44 +0300)] 
update static version

9 years agoAdded (untranslated/fuzzy) boilerplate for messages with plural forms for tr_TR.
Eduardo M KALINOWSKI [Sat, 9 Jan 2016 17:10:21 +0000 (15:10 -0200)] 
Added (untranslated/fuzzy) boilerplate for messages with plural forms for tr_TR.

9 years agoAdded Plural-Forms to ca_CA and nb_NO.
Eduardo M KALINOWSKI [Sat, 9 Jan 2016 17:03:45 +0000 (15:03 -0200)] 
Added Plural-Forms to ca_CA and nb_NO.

9 years agoThe code for Denmark is DK, rename to reflect that.
Eduardo M KALINOWSKI [Sat, 9 Jan 2016 16:50:26 +0000 (14:50 -0200)] 
The code for Denmark is DK, rename to reflect that.

9 years agoFixed some small errors in the headers.
Eduardo M KALINOWSKI [Sat, 9 Jan 2016 16:49:36 +0000 (14:49 -0200)] 
Fixed some small errors in the headers.

9 years agoCorrect Plural-Forms for pt_PT.
Eduardo M KALINOWSKI [Sat, 9 Jan 2016 16:29:20 +0000 (14:29 -0200)] 
Correct Plural-Forms for pt_PT.

9 years agoadd some hacks to hopefully mitigate headlines memory leaks
Andrew Dolgov [Sun, 10 Jan 2016 22:11:26 +0000 (01:11 +0300)] 
add some hacks to hopefully mitigate headlines memory leaks

10 years agoremove option ALLOW_DUPLICATE_POSTS as confusing/useless
Andrew Dolgov [Thu, 7 Jan 2016 19:01:35 +0000 (22:01 +0300)] 
remove option ALLOW_DUPLICATE_POSTS as confusing/useless

10 years agofix broken article processing if ALLOW_DUPLICATE_POSTS is enabled
Andrew Dolgov [Thu, 7 Jan 2016 18:49:31 +0000 (21:49 +0300)] 
fix broken article processing if ALLOW_DUPLICATE_POSTS is enabled

10 years agocache_starred_images: set filename when sending cached image
Andrew Dolgov [Wed, 6 Jan 2016 18:00:53 +0000 (21:00 +0300)] 
cache_starred_images: set filename when sending cached image

10 years agodo not automatically call cleanup_tags() in housekeeping tasks
Andrew Dolgov [Mon, 4 Jan 2016 07:42:24 +0000 (10:42 +0300)] 
do not automatically call cleanup_tags() in housekeeping tasks

10 years agoMerge branch 'lang_pt_BR' into 'master'
Andrew Dolgov [Mon, 4 Jan 2016 07:39:04 +0000 (10:39 +0300)] 
Merge branch 'lang_pt_BR' into 'master'

pt_BR translation update

I've updated the pt_BR translation, adding missing strings and correctly some other strings to make them more consistent across the application.

See merge request !23

10 years agopt_BR translation improvements.
Eduardo M KALINOWSKI [Sun, 3 Jan 2016 17:41:27 +0000 (15:41 -0200)] 
pt_BR translation improvements.

10 years agoCorrected Language field in header.
Eduardo M KALINOWSKI [Sun, 3 Jan 2016 10:39:23 +0000 (08:39 -0200)] 
Corrected Language field in header.

10 years agoUpdated pt_BR translation.
Eduardo M KALINOWSKI [Sat, 2 Jan 2016 18:57:47 +0000 (16:57 -0200)] 
Updated pt_BR translation.

10 years agoCorrected Plural-Forms, as there are only two possible forms in Portuguese.
Eduardo M KALINOWSKI [Tue, 29 Dec 2015 21:56:16 +0000 (19:56 -0200)] 
Corrected Plural-Forms, as there are only two possible forms in Portuguese.

10 years agoMerge branch 'update-new-feeds-first-postgres' into 'master'
Andrew Dolgov [Thu, 31 Dec 2015 13:58:08 +0000 (16:58 +0300)] 
Merge branch 'update-new-feeds-first-postgres' into 'master'

Update new feeds first in postgres

As disscussed in the forum: https://tt-rss.org/forum/viewtopic.php?f=10&t=3644&p=21594#p21594,

this fixes a bug where newly added feeds wouldn't be updated if the number of total feeds exceeded the DAEMON_FEED_LIMIT.

See merge request !22

10 years agoUpdate new feeds first in postgres
Thomas Kramer [Thu, 31 Dec 2015 11:54:52 +0000 (12:54 +0100)] 
Update new feeds first in postgres

10 years agotag_is_valid: check numeric tags properly
Andrew Dolgov [Wed, 30 Dec 2015 12:14:01 +0000 (15:14 +0300)] 
tag_is_valid: check numeric tags properly

10 years agogetfeedname: fix for non-numeric feeds (tags)
Andrew Dolgov [Wed, 30 Dec 2015 12:11:39 +0000 (15:11 +0300)] 
getfeedname: fix for non-numeric feeds (tags)

10 years agoMerge branch 'af_unburn_fetch_only_headers' into 'master'
Andrew Dolgov [Fri, 25 Dec 2015 12:10:45 +0000 (15:10 +0300)] 
Merge branch 'af_unburn_fetch_only_headers' into 'master'

af_unburn: Fetch only the headers in order to get the real article URL.

As discussed in the forum https://tt-rss.org/forum/viewtopic.php?f=8&t=3631 , this change makes af_unburn download only the headers in order to find the real URL, saving bandwidth.

See merge request !21

10 years agoFetch only the headers in order to get the real article URL.
Eduardo M KALINOWSKI [Fri, 25 Dec 2015 11:59:51 +0000 (09:59 -0200)] 
Fetch only the headers in order to get the real article URL.

10 years agosanitize: clear out @srcset/@sizes on images leading to http sites when running over...
Andrew Dolgov [Thu, 17 Dec 2015 06:59:53 +0000 (09:59 +0300)] 
sanitize: clear out @srcset/@sizes on images leading to http sites when running over https

10 years agoMerge branch 'master' of git.tt-rss.org:fox/tt-rss
Andrew Dolgov [Mon, 7 Dec 2015 17:07:37 +0000 (20:07 +0300)] 
Merge branch 'master' of git.tt-rss.org:fox/tt-rss

10 years agocatchup_feed: proper fix for mysql 5.7
Andrew Dolgov [Mon, 7 Dec 2015 17:07:13 +0000 (20:07 +0300)] 
catchup_feed: proper fix for mysql 5.7

10 years agottrss_gc: return true
Andrew Dolgov [Mon, 7 Dec 2015 12:25:31 +0000 (15:25 +0300)] 
ttrss_gc: return true

10 years agofix previous, owner_uid not passed in daemon context
Andrew Dolgov [Mon, 7 Dec 2015 12:06:32 +0000 (15:06 +0300)] 
fix previous, owner_uid not passed in daemon context

10 years agodo not discard custom set article tags when updating from source
Andrew Dolgov [Mon, 7 Dec 2015 08:54:24 +0000 (11:54 +0300)] 
do not discard custom set article tags when updating from source

10 years agoMerge branch 'af-readability' into 'master'
Andrew Dolgov [Sat, 5 Dec 2015 21:22:29 +0000 (00:22 +0300)] 
Merge branch 'af-readability' into 'master'

Fix array checking method in 2 places, add array check in one location for af_readability

See: https://tt-rss.org/gitlab/fox/tt-rss/merge_requests/19

Update method of array checking to is_array() in 2 locations, add the same check in another location that could have compared a NULL.

See merge request !20

10 years agoFix array checking method in 2 places, add array check in one location
Troy Engel [Sat, 5 Dec 2015 21:03:01 +0000 (15:03 -0600)] 
Fix array checking method in 2 places, add array check in one location

10 years agoRevert "Fix accidental use of emtpy array: [E_WARNING (2) plugins/af_readability...
Troy Engel [Sat, 5 Dec 2015 20:49:54 +0000 (14:49 -0600)] 
Revert "Fix accidental use of emtpy array: [E_WARNING (2) plugins/af_readability/init.php:186 Invalid argument supplied for foreach()]"

This reverts commit beaddcba961cd187e6d3ce968b94610838d70b54.

10 years agoformat_headlines_list: fix pg_num_rows() called incorrectly when firstid check failed
Andrew Dolgov [Sat, 5 Dec 2015 01:04:44 +0000 (04:04 +0300)] 
format_headlines_list: fix pg_num_rows() called incorrectly when firstid check failed

10 years agocalculate_article_hash: strip tags before hashing fields
Andrew Dolgov [Sat, 5 Dec 2015 00:10:57 +0000 (03:10 +0300)] 
calculate_article_hash: strip tags before hashing fields

10 years agoFix accidental use of emtpy array: [E_WARNING (2) plugins/af_readability/init.php...
Troy Engel [Fri, 4 Dec 2015 19:45:10 +0000 (13:45 -0600)] 
Fix accidental use of emtpy array: [E_WARNING (2) plugins/af_readability/init.php:186 Invalid argument supplied for foreach()]

10 years agosanity_check: enforce minimum php version (5.4)
Andrew Dolgov [Fri, 4 Dec 2015 16:03:57 +0000 (19:03 +0300)] 
sanity_check: enforce minimum php version (5.4)

10 years agostore formatted backtrace to sql log
Andrew Dolgov [Fri, 4 Dec 2015 12:58:20 +0000 (15:58 +0300)] 
store formatted backtrace to sql log

10 years agodisable inner p width restriction for now
Andrew Dolgov [Fri, 4 Dec 2015 08:38:00 +0000 (11:38 +0300)] 
disable inner p width restriction for now

10 years agocompat patches for php7
Andrew Dolgov [Fri, 4 Dec 2015 06:29:58 +0000 (09:29 +0300)] 
compat patches for php7

10 years agoset_basic_feed_info: fix missing column
Andrew Dolgov [Thu, 3 Dec 2015 16:21:17 +0000 (19:21 +0300)] 
set_basic_feed_info: fix missing column

10 years agoRevert "set_basic_feed_info: bail out if feed doesn't exist"
Andrew Dolgov [Thu, 3 Dec 2015 16:18:50 +0000 (19:18 +0300)] 
Revert "set_basic_feed_info: bail out if feed doesn't exist"

This reverts commit d77bd1a5d213ed0e1d923e0c12ae16f022e92653.

10 years agoset_basic_feed_info: bail out if feed doesn't exist
Andrew Dolgov [Thu, 3 Dec 2015 13:16:42 +0000 (16:16 +0300)] 
set_basic_feed_info: bail out if feed doesn't exist

10 years agologger: record last query before logged error
Andrew Dolgov [Thu, 3 Dec 2015 13:15:28 +0000 (16:15 +0300)] 
logger: record last query before logged error

10 years agoget_article_filters: check if action.type is set
Andrew Dolgov [Thu, 3 Dec 2015 12:33:47 +0000 (15:33 +0300)] 
get_article_filters: check if action.type is set

10 years agocatchup maybe add workaround for mysql 5.7 derived_merge
Andrew Dolgov [Thu, 3 Dec 2015 12:33:36 +0000 (15:33 +0300)] 
catchup maybe add workaround for mysql 5.7 derived_merge

10 years agofilters: add to previous on JS side
Andrew Dolgov [Thu, 3 Dec 2015 07:25:30 +0000 (10:25 +0300)] 
filters: add to previous on JS side

10 years agofilters: do not strip_tags() on regexps
Andrew Dolgov [Thu, 3 Dec 2015 07:17:32 +0000 (10:17 +0300)] 
filters: do not strip_tags() on regexps

10 years agoupdate sanity_config
Andrew Dolgov [Tue, 1 Dec 2015 07:11:40 +0000 (10:11 +0300)] 
update sanity_config

10 years agoMerge branch 'german-translation' into 'master'
Andrew Dolgov [Tue, 1 Dec 2015 07:09:32 +0000 (10:09 +0300)] 
Merge branch 'german-translation' into 'master'

German translation

See merge request !16

10 years agoMerge branch 'lang_it' into 'master'
Andrew Dolgov [Tue, 1 Dec 2015 07:09:05 +0000 (10:09 +0300)] 
Merge branch 'lang_it' into 'master'

updated italian translation

Translation for recently added strings

See merge request !17

10 years agoupdated italian translation
dedioste [Mon, 30 Nov 2015 20:59:05 +0000 (21:59 +0100)] 
updated italian translation

10 years agoRevert "Fix missing SESSION_CHECK_ADDRESS in config"
Heiko Adams [Mon, 30 Nov 2015 09:42:11 +0000 (10:42 +0100)] 
Revert "Fix missing SESSION_CHECK_ADDRESS in config"

This reverts commit 635ecdb9fa039adb8a0e8ead045bfda023e72bc4.

10 years agoUpdate german translation
Heiko Adams [Mon, 30 Nov 2015 09:30:24 +0000 (10:30 +0100)] 
Update german translation

10 years agoMerge remote-tracking branch 'origin/master' into german-translation
Heiko Adams [Mon, 30 Nov 2015 09:29:44 +0000 (10:29 +0100)] 
Merge remote-tracking branch 'origin/master' into german-translation

10 years agoMerge branch 'translation_update' into 'master'
Andrew Dolgov [Mon, 30 Nov 2015 08:58:39 +0000 (11:58 +0300)] 
Merge branch 'translation_update' into 'master'

Translation update

See merge request !15

10 years agoFrench translation update
Raphaël Rochet [Mon, 30 Nov 2015 08:37:25 +0000 (09:37 +0100)] 
French translation update

10 years agorebase translations
Raphaël Rochet [Mon, 30 Nov 2015 08:32:12 +0000 (09:32 +0100)] 
rebase translations

10 years agoremove googlereaderimport: really who cares anymore
Andrew Dolgov [Wed, 25 Nov 2015 18:13:04 +0000 (21:13 +0300)] 
remove googlereaderimport: really who cares anymore

10 years agoaf_sort_bayes: move to -attic repo, not really suitable for production use
Andrew Dolgov [Wed, 25 Nov 2015 18:07:24 +0000 (21:07 +0300)] 
af_sort_bayes: move to -attic repo, not really suitable for production use
of any kind

10 years agoMerge branch 'api-getarticles-sanitize' into 'master'
Andrew Dolgov [Mon, 23 Nov 2015 20:02:15 +0000 (23:02 +0300)] 
Merge branch 'api-getarticles-sanitize' into 'master'

Create optional sanitize option for API::getArticle.

Add optional (default: true), boolean "sanitize" parameter to API::getArticle() method.

(API wiki page will need to be updated to reflect this change.)

See merge request !14

10 years agoAdd optional (default: true), boolean "sanitize" parameter to API::getArticle() method.
JustAMacUser [Mon, 23 Nov 2015 19:25:04 +0000 (14:25 -0500)] 
Add optional (default: true), boolean "sanitize" parameter to API::getArticle() method.

10 years agoqueryFeedHeadlines: don't check first_id when sorting by oldest first
Andrew Dolgov [Sat, 21 Nov 2015 19:20:00 +0000 (22:20 +0300)] 
queryFeedHeadlines: don't check first_id when sorting by oldest first

10 years agoallow NO_CURL to disable several CURL-related checks in plugins
Andrew Dolgov [Fri, 20 Nov 2015 10:34:52 +0000 (13:34 +0300)] 
allow NO_CURL to disable several CURL-related checks in plugins
af_readability: skip http content-type checking when open_basedir is enabled

10 years agodrop support for (obsolete, removed from recent php versions) php safe_mode setting
Andrew Dolgov [Thu, 19 Nov 2015 17:05:17 +0000 (20:05 +0300)] 
drop support for (obsolete, removed from recent php versions) php safe_mode setting

remove ugly hacks for curl + open_basedir combination breaking support for http redirects

10 years agofix ttrss_feeds.last_update defaulting to 0 on mysql, set to null instead
Andrew Dolgov [Wed, 18 Nov 2015 11:33:47 +0000 (14:33 +0300)] 
fix ttrss_feeds.last_update defaulting to 0 on mysql, set to null instead

bump schema

10 years agoimport_export: various bugfixes
Andrew Dolgov [Mon, 2 Nov 2015 11:22:46 +0000 (14:22 +0300)] 
import_export: various bugfixes

10 years agogetLabelCounters: stricter ownership check
Andrew Dolgov [Mon, 2 Nov 2015 11:22:37 +0000 (14:22 +0300)] 
getLabelCounters: stricter ownership check

10 years agoloadMoreHeadlines: use correct offsets for starred vfeed in adaptive mode
Andrew Dolgov [Tue, 27 Oct 2015 12:36:51 +0000 (15:36 +0300)] 
loadMoreHeadlines: use correct offsets for starred vfeed in adaptive mode

10 years agoiframe_whitelisted: allow player.vimeo.com
Andrew Dolgov [Mon, 26 Oct 2015 17:50:44 +0000 (20:50 +0300)] 
iframe_whitelisted: allow player.vimeo.com

10 years agoaf_redditimgur: support gyazo, properly check album domdocuments loading html
Andrew Dolgov [Sat, 17 Oct 2015 19:11:12 +0000 (22:11 +0300)] 
af_redditimgur: support gyazo, properly check album domdocuments loading html

10 years agodon't init plugins when loading everything to make a list, duh
Andrew Dolgov [Thu, 8 Oct 2015 14:02:32 +0000 (17:02 +0300)] 
don't init plugins when loading everything to make a list, duh

10 years agoqueryFeedHeadlines: int_id was not included when browsing by tag which broke several...
Andrew Dolgov [Thu, 8 Oct 2015 07:08:51 +0000 (10:08 +0300)] 
queryFeedHeadlines: int_id was not included when browsing by tag which broke several button plugins

10 years agoheadlines_callback2: force prevent duplicate row ids
Andrew Dolgov [Wed, 7 Oct 2015 15:14:21 +0000 (18:14 +0300)] 
headlines_callback2: force prevent duplicate row ids

10 years agolimit maximum article length allowed for readability
Andrew Dolgov [Tue, 6 Oct 2015 11:12:22 +0000 (14:12 +0300)] 
limit maximum article length allowed for readability

10 years agorpc, setpref: properly save settings to active profile
Andrew Dolgov [Sat, 26 Sep 2015 14:31:53 +0000 (17:31 +0300)] 
rpc, setpref: properly save settings to active profile

10 years agoadd date suffixes to opml & import_export generated files
Andrew Dolgov [Mon, 21 Sep 2015 09:45:25 +0000 (12:45 +0300)] 
add date suffixes to opml & import_export generated files

10 years agoaf_comics: fix for whomp
Andrew Dolgov [Mon, 21 Sep 2015 09:25:04 +0000 (12:25 +0300)] 
af_comics: fix for whomp

10 years agodisable filter test result highlighting for the time being
Andrew Dolgov [Tue, 15 Sep 2015 17:55:08 +0000 (20:55 +0300)] 
disable filter test result highlighting for the time being

10 years agoqueryfeedheadlines: remove disable_offsets hack
Andrew Dolgov [Tue, 15 Sep 2015 09:33:58 +0000 (12:33 +0300)] 
queryfeedheadlines: remove disable_offsets hack

10 years agorecently read: limit query by last_read
Andrew Dolgov [Sun, 13 Sep 2015 12:59:21 +0000 (15:59 +0300)] 
recently read: limit query by last_read

10 years agofilter preview: remove unnecessary checkbox
Andrew Dolgov [Fri, 11 Sep 2015 10:31:30 +0000 (13:31 +0300)] 
filter preview: remove unnecessary checkbox

10 years agotweak filter preview layout a bit; allow previewing matched articles in a popup
Andrew Dolgov [Fri, 11 Sep 2015 10:05:08 +0000 (13:05 +0300)] 
tweak filter preview layout a bit; allow previewing matched articles in a popup

10 years agofix testing in create filter dialog, woops
Andrew Dolgov [Wed, 9 Sep 2015 19:13:43 +0000 (22:13 +0300)] 
fix testing in create filter dialog, woops