]> git.wh0rd.org - tt-rss.git/log
tt-rss.git
8 years agoupdate static version 16.1
Andrew Dolgov [Tue, 12 Jan 2016 13:44:14 +0000 (16:44 +0300)] 
update static version

8 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

8 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

8 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

8 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

8 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

8 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

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

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

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

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

8 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

8 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

8 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

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

8 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

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

8 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

8 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

8 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

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

8 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

8 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

8 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

8 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

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

8 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

8 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

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

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

8 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

8 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

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

8 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

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

8 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

8 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

8 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

8 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

8 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

8 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

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

8 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

8 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

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

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

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

8 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

8 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

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

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

8 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

8 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

8 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

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

8 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

8 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

8 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

8 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

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

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

8 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

8 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

8 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

8 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

8 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

8 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

8 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

8 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

8 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

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

8 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

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

8 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

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

8 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

8 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

8 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

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

8 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

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

8 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

8 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

8 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

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

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

8 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

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

8 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

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

8 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

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

8 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

8 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

8 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

8 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

8 years agoMerge branch 'master' of git.fakecake.org:tt-rss
Andrew Dolgov [Mon, 17 Aug 2015 04:55:44 +0000 (07:55 +0300)] 
Merge branch 'master' of git.fakecake.org:tt-rss

8 years agocurl: let's verify ssl peers
Andrew Dolgov [Mon, 17 Aug 2015 04:53:50 +0000 (07:53 +0300)] 
curl: let's verify ssl peers

8 years agoMerge branch 'keep-cached-images-fresh' into 'master'
Andrew Dolgov [Sun, 16 Aug 2015 06:40:59 +0000 (09:40 +0300)] 
Merge branch 'keep-cached-images-fresh' into 'master'

Keep local cached images fresh if file exists.

Updates the cache_images() function to `touch` images if the file exists already. Some sites (e.g. news) re-use stock images and this change updates the local file's modified time every time the image is referenced in new articles. This should prevent the local file from being expired/deleted only to be re-cached later on.

See merge request !9

8 years agoMerge branch 'italian_translation' into 'master'
Andrew Dolgov [Sun, 16 Aug 2015 06:40:33 +0000 (09:40 +0300)] 
Merge branch 'italian_translation' into 'master'

Updated italian translation

- 4 new strings translated

See merge request !8