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

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

10 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

10 years agomostly implement async filter test dialog
Andrew Dolgov [Wed, 9 Sep 2015 19:09:03 +0000 (22:09 +0300)] 
mostly implement async filter test dialog

10 years agowip: filter async testing
Andrew Dolgov [Wed, 9 Sep 2015 13:56:04 +0000 (16:56 +0300)] 
wip: filter async testing

10 years agoadd edit feed to feed header context menu in grouped mode
Andrew Dolgov [Mon, 7 Sep 2015 09:49:49 +0000 (12:49 +0300)] 
add edit feed to feed header context menu in grouped mode

10 years agoupdate previous
Andrew Dolgov [Thu, 3 Sep 2015 13:54:09 +0000 (16:54 +0300)] 
update previous

10 years agoMerge branch 'master' of git.tt-rss.org:fox/tt-rss
Andrew Dolgov [Thu, 3 Sep 2015 13:41:35 +0000 (16:41 +0300)] 
Merge branch 'master' of git.tt-rss.org:fox/tt-rss

10 years agofix catching up for grouped feeds
Andrew Dolgov [Thu, 3 Sep 2015 13:41:04 +0000 (16:41 +0300)] 
fix catching up for grouped feeds

10 years agoMerge branch 'fix-encl-img-attrs' into 'master'
Andrew Dolgov [Sun, 23 Aug 2015 18:15:28 +0000 (21:15 +0300)] 
Merge branch 'fix-encl-img-attrs' into 'master'

Fixed height/width image attributes for enclosures.

Per <https://tt-rss.org/forum/viewtopic.php?f=1&t=3482>: Width/height values for images appear to be swapped when rendering enclosures. This fixes that so width is assigned width, etc.

See merge request !12

10 years agoFixed height/width image attributes for enclosures.
JustAMacUser [Sun, 23 Aug 2015 17:08:48 +0000 (13:08 -0400)] 
Fixed height/width image attributes for enclosures.

10 years agohurr-durr (2)
Andrew Dolgov [Fri, 21 Aug 2015 16:35:10 +0000 (19:35 +0300)] 
hurr-durr (2)

10 years agoMerge branch 'master' of git.fakecake.org:tt-rss
Andrew Dolgov [Fri, 21 Aug 2015 16:32:07 +0000 (19:32 +0300)] 
Merge branch 'master' of git.fakecake.org:tt-rss

10 years agohurr-durr
Andrew Dolgov [Fri, 21 Aug 2015 16:31:40 +0000 (19:31 +0300)] 
hurr-durr

10 years agoFix missing SESSION_CHECK_ADDRESS in config
Heiko Adams [Fri, 21 Aug 2015 15:40:19 +0000 (17:40 +0200)] 
Fix missing SESSION_CHECK_ADDRESS in config

10 years agoremove SESSION_CHECK_ADDRESS
Andrew Dolgov [Fri, 21 Aug 2015 06:02:16 +0000 (09:02 +0300)] 
remove SESSION_CHECK_ADDRESS

10 years agoMerge branch 'master' of git.tt-rss.org:fox/tt-rss
Andrew Dolgov [Tue, 18 Aug 2015 09:04:57 +0000 (12:04 +0300)] 
Merge branch 'master' of git.tt-rss.org:fox/tt-rss

10 years agoshorten previous a bit
Andrew Dolgov [Tue, 18 Aug 2015 09:04:19 +0000 (12:04 +0300)] 
shorten previous a bit

10 years agoPrevent concatenating words for full text search index
Skibbi [Tue, 18 Aug 2015 08:13:06 +0000 (10:13 +0200)] 
Prevent concatenating words for full text search index

10 years agoMerge branch 'italian_translation' into 'master'
Andrew Dolgov [Mon, 17 Aug 2015 13:07:50 +0000 (16:07 +0300)] 
Merge branch 'italian_translation' into 'master'

Updated italian translation

- fixed a mistranslation (thanks to hrk )
- rewrote a string related to bayesian filter

See merge request !10

10 years agoUpdated italian translation
dedioste [Mon, 17 Aug 2015 12:55:04 +0000 (14:55 +0200)] 
Updated italian translation

- fixed a mistranslation (thanks to hrk )
- rewrote a string related to bayesian filter

10 years agomake disabled filter rules easier to discern
Andrew Dolgov [Mon, 17 Aug 2015 09:33:07 +0000 (12:33 +0300)] 
make disabled filter rules easier to discern
show if filter set match_any_rule on the overview