1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-02 12:50:52 +02:00
Commit Graph

7970 Commits

Author SHA1 Message Date
Andrew Dolgov
040aa5408a fix previous, owner_uid not passed in daemon context 2015-12-07 15:06:32 +03:00
Andrew Dolgov
a8ac766132 do not discard custom set article tags when updating from source 2015-12-07 11:54:24 +03:00
Andrew Dolgov
c4d0e08060 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
2015-12-06 00:22:29 +03:00
Troy Engel
5d5f100f4f Fix array checking method in 2 places, add array check in one location 2015-12-05 15:03:01 -06:00
Troy Engel
3e220fd131 Revert "Fix accidental use of emtpy array: [E_WARNING (2) plugins/af_readability/init.php:186 Invalid argument supplied for foreach()]"
This reverts commit beaddcba96.
2015-12-05 14:49:54 -06:00
Andrew Dolgov
f61f2a2699 format_headlines_list: fix pg_num_rows() called incorrectly when firstid check failed 2015-12-05 04:04:44 +03:00
Andrew Dolgov
24e6ff5d1c calculate_article_hash: strip tags before hashing fields 2015-12-05 03:10:57 +03:00
Troy Engel
beaddcba96 Fix accidental use of emtpy array: [E_WARNING (2) plugins/af_readability/init.php:186 Invalid argument supplied for foreach()] 2015-12-04 13:45:10 -06:00
Andrew Dolgov
bfd902bbcc sanity_check: enforce minimum php version (5.4) 2015-12-04 19:03:57 +03:00
Andrew Dolgov
b8619f8db0 store formatted backtrace to sql log 2015-12-04 15:58:20 +03:00
Andrew Dolgov
555afc2ea7 disable inner p width restriction for now 2015-12-04 11:38:00 +03:00
Andrew Dolgov
1bd552ee31 compat patches for php7 2015-12-04 09:29:58 +03:00
Andrew Dolgov
9bd422c2e7 set_basic_feed_info: fix missing column 2015-12-03 19:21:17 +03:00
Andrew Dolgov
eed5467759 Revert "set_basic_feed_info: bail out if feed doesn't exist"
This reverts commit d77bd1a5d2.
2015-12-03 19:18:50 +03:00
Andrew Dolgov
d77bd1a5d2 set_basic_feed_info: bail out if feed doesn't exist 2015-12-03 16:16:42 +03:00
Andrew Dolgov
475d762872 logger: record last query before logged error 2015-12-03 16:15:28 +03:00
Andrew Dolgov
fd3e5e8da4 get_article_filters: check if action.type is set 2015-12-03 15:33:47 +03:00
Andrew Dolgov
15c0bca0e5 catchup maybe add workaround for mysql 5.7 derived_merge 2015-12-03 15:33:36 +03:00
Andrew Dolgov
89bea945ce filters: add to previous on JS side 2015-12-03 10:25:30 +03:00
Andrew Dolgov
154f14d01b filters: do not strip_tags() on regexps 2015-12-03 10:17:32 +03:00
Andrew Dolgov
01bf7f8887 update sanity_config 2015-12-01 10:11:40 +03:00
Andrew Dolgov
e606f8640f Merge branch 'german-translation' into 'master'
German translation



See merge request !16
2015-12-01 10:09:32 +03:00
Andrew Dolgov
8600c7177d Merge branch 'lang_it' into 'master'
updated italian translation

Translation for recently added strings

See merge request !17
2015-12-01 10:09:05 +03:00
dedioste
57f0deec02 updated italian translation 2015-11-30 21:59:05 +01:00
Heiko Adams
b9af06802b Revert "Fix missing SESSION_CHECK_ADDRESS in config"
This reverts commit 635ecdb9fa.
2015-11-30 10:42:11 +01:00
Heiko Adams
372b7fa74a Update german translation 2015-11-30 10:30:24 +01:00
Heiko Adams
05761788b7 Merge remote-tracking branch 'origin/master' into german-translation 2015-11-30 10:29:44 +01:00
Andrew Dolgov
6f5d9c6889 Merge branch 'translation_update' into 'master'
Translation update



See merge request !15
2015-11-30 11:58:39 +03:00
Raphaël Rochet
ce7827dcb5 French translation update 2015-11-30 09:37:25 +01:00
Raphaël Rochet
3d1c005be3 rebase translations 2015-11-30 09:35:31 +01:00
Andrew Dolgov
c333cd3789 remove googlereaderimport: really who cares anymore 2015-11-25 21:13:04 +03:00
Andrew Dolgov
74a752879b af_sort_bayes: move to -attic repo, not really suitable for production use
of any kind
2015-11-25 21:07:24 +03:00
Andrew Dolgov
f0ebb41b27 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
2015-11-23 23:02:15 +03:00
JustAMacUser
73c77ab0a5 Add optional (default: true), boolean "sanitize" parameter to API::getArticle() method. 2015-11-23 14:57:03 -05:00
Andrew Dolgov
19e47ad60b queryFeedHeadlines: don't check first_id when sorting by oldest first 2015-11-21 22:20:00 +03:00
Andrew Dolgov
aa03bac424 allow NO_CURL to disable several CURL-related checks in plugins
af_readability: skip http content-type checking when open_basedir is enabled
2015-11-20 13:34:52 +03:00
Andrew Dolgov
4c46702672 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
2015-11-19 20:05:17 +03:00
Andrew Dolgov
6497fb65b4 fix ttrss_feeds.last_update defaulting to 0 on mysql, set to null instead
bump schema
2015-11-18 14:33:47 +03:00
Andrew Dolgov
ee4c460272 import_export: various bugfixes 2015-11-02 14:22:46 +03:00
Andrew Dolgov
7475580b37 getLabelCounters: stricter ownership check 2015-11-02 14:22:37 +03:00
Andrew Dolgov
d38cd41253 loadMoreHeadlines: use correct offsets for starred vfeed in adaptive mode 2015-10-27 15:36:51 +03:00
Andrew Dolgov
389ae94a40 iframe_whitelisted: allow player.vimeo.com 2015-10-26 20:50:44 +03:00
Andrew Dolgov
58a44ecb3f af_redditimgur: support gyazo, properly check album domdocuments loading html 2015-10-17 22:11:12 +03:00
Andrew Dolgov
583f163f40 don't init plugins when loading everything to make a list, duh 2015-10-08 17:02:32 +03:00
Andrew Dolgov
9cc29abd41 queryFeedHeadlines: int_id was not included when browsing by tag which broke several button plugins 2015-10-08 10:08:51 +03:00
Andrew Dolgov
a71e571b97 headlines_callback2: force prevent duplicate row ids 2015-10-07 18:14:21 +03:00
Andrew Dolgov
4d03c5c59f limit maximum article length allowed for readability 2015-10-06 14:12:22 +03:00
Andrew Dolgov
86d07d367c rpc, setpref: properly save settings to active profile 2015-09-26 17:31:53 +03:00
Andrew Dolgov
77e8100669 add date suffixes to opml & import_export generated files 2015-09-21 12:45:25 +03:00
Andrew Dolgov
73963a21b2 af_comics: fix for whomp 2015-09-21 12:25:04 +03:00