wn
936b91a7e6
Don't do deprecated 'libxml_disable_entity_loader(true)' under PHP 8.
...
2d467abc46/UPGRADING (L886)
2020-12-12 10:28:49 -06:00
wn
6bdf4a1a25
Switch to 'get_error_types()' to ensure availability in 'include/functions.php'.
...
The global in 'sanity_check()' was null... possibly due to circular requires?
2020-12-12 10:28:48 -06:00
wn
08a6f6bde2
Only do sanity checks for self URL if we can create a valid URL.
...
'sanity_check.php' gets included in 'update.php' and 'update_daemon2.php', where a Host request header is likely not provided.
2020-12-12 10:28:47 -06:00
wn
75536b4790
Switch to recommended 'default_charset' to fix 'gettext' error.
...
'mbstring.internal-encoding' was deprecated in 5.6.
https://www.php.net/manual/en/mbstring.configuration.php#ini.mbstring.internal-encoding
https://www.php.net/manual/en/ini.core.php#ini.default-charset
2020-12-12 10:28:46 -06:00
wn
6f31372b37
Address param order deprecation warning for 'af_redditimgur'.
2020-12-12 10:28:45 -06:00
wn
358bcdd881
Fix passing options to plugins in 'update.php'.
2020-12-12 10:28:43 -06:00
Andrew Dolgov
65254f5db4
- move sphinx plugin to a separate repo
...
- regenerate config checks without sphinx-related variables
2020-12-11 09:48:34 +03:00
Andrew Dolgov
43bd3394c3
shorten_expanded: remove loading=lazy from images if enabled
2020-12-11 09:22:30 +03:00
Andrew Dolgov
71c8d8d365
queryFeedHeadlines:
...
- there should be no need for DISTINCT query when checking for first id
- fix DISTINCT query part being undefined when browsing by tags
- add query debugging for tags
2020-12-08 17:01:19 +03:00
Andrew Dolgov
7608f3d7b0
Merge branch 'master' of git.fakecake.org:tt-rss
2020-12-08 13:55:11 +03:00
Andrew Dolgov
2edfcbbd85
get_article_image: add support for ARTICLE_KIND_ALBUM
2020-12-08 13:54:52 +03:00
Andrew Dolgov
85b788709a
setArticleTags: prevent duplicate tags being assigned if called twice
...
editTagsDlg: prevent dialot from being submitted twice
normalize_categories: filter out empty values that failed validation
2020-12-07 23:35:37 +03:00
Andrew Dolgov
0e4e0e624e
viewfeed debugger: open properly for categories
2020-12-07 17:10:36 +03:00
Andrew Dolgov
d06cc8267b
queryFeedHeadlines: bring back DISTINCT for a limited set of columns
2020-12-07 16:59:48 +03:00
Andrew Dolgov
e40b79ab33
get_article_image: return basic kind to which flavor image belongs
2020-12-07 12:09:06 +03:00
Andrew Dolgov
db3fcb861b
viewfeed: reintroduce timestamps, fix debugging, fix some indents
2020-12-04 18:55:53 +03:00
Andrew Dolgov
20af8d5caf
queryFeedHeadlines: properly define for a few more variables
2020-12-04 08:59:37 +03:00
Andrew Dolgov
1580748c17
queryFeedHeadlines: make sure feed_check_qpart is always defined
2020-12-04 08:55:26 +03:00
Andrew Dolgov
904d5f7a3b
queryFeedHeadlines: no longer select DISTINCT headlines for performance reasons (this also removes _HEADLINES_QUERY_NO_DISTINCT)
2020-12-04 08:44:43 +03:00
Andrew Dolgov
e9673eb13d
experimental: add optional _HEADLINES_QUERY_NO_DISTINCT to disable DISTINCT keyword in queryFeedHeadlines query
2020-12-03 14:42:01 +03:00
Andrew Dolgov
81c52b4b1e
add support for an override stylesheet which applies to all users
2020-11-30 15:53:32 +03:00
Andrew Dolgov
8089fcc762
feed editor: also show default value for purge interval
2020-11-30 15:34:15 +03:00
Andrew Dolgov
d48460969d
feed editor: show actual value of default update interval
2020-11-30 15:29:22 +03:00
Andrew Dolgov
87184904ed
don't select next unread feed when marking as read last week, etc.
2020-11-30 15:15:51 +03:00
Andrew Dolgov
d7973fe1b6
use more consistent margins for left toolbar icons
2020-11-27 18:15:05 +03:00
Andrew Dolgov
d1ee30d1ba
prevent horizontal scrolling in filter editor dialog if rules are very long
2020-11-27 12:27:12 +03:00
Andrew Dolgov
8479421da4
af_readability: allow appending to original summary instead of always
...
replacing it, some minor code cleanup
2020-11-26 13:39:47 +03:00
Andrew Dolgov
328d7b55c8
URLHelper: fix E_DEPRECATED error related to idn_to_ascii()
2020-11-14 15:13:35 +03:00
fox
242aa6e411
Merge branch 'allow-audio-cache' of johnjaylward/tt-rss into master
2020-11-05 15:40:42 +00:00
John Aylward
01c0d4bbfd
allow audio to be sent to client from the cache
2020-11-04 14:34:37 -05:00
fox
a90d42a556
Merge branch 'disable-mobile-safari-context-menu' of JustAMacUser/tt-rss into master
2020-11-01 05:45:48 +00:00
JustAMacUser
7f38130004
Disable mobile Safari right-click menu on headlines.
2020-10-31 21:20:48 -04:00
Andrew Dolgov
5738e422b5
update jimIcon ( https://github.com/jimparis/jimIcon/pull/4 )
2020-10-30 09:49:49 +03:00
Andrew Dolgov
6e01d65c6e
Merge branch 'weblate-integration'
2020-10-29 09:45:12 +03:00
fox
9259ad366d
Merge branch 'debug-typo' of JustAMacUser/tt-rss into master
2020-10-29 05:02:33 +00:00
JustAMacUser
f782ee46ad
Fix incorrect parenthesis placement in `count()`.
2020-10-29 00:52:07 -04:00
Piotr
1039694cdf
Translated using Weblate (Polish)
...
Currently translated at 100.0% (717 of 717 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/pl/
2020-10-28 18:24:23 +00:00
Piotr
ed061a5127
Translated using Weblate (Polish)
...
Currently translated at 100.0% (717 of 717 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/pl/
2020-10-26 13:24:29 +00:00
Piotr
5aeceec38c
Translated using Weblate (Polish)
...
Currently translated at 100.0% (717 of 717 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/pl/
2020-10-23 23:54:32 +00:00
Piotr
ba7febf8d8
Translated using Weblate (Polish)
...
Currently translated at 100.0% (717 of 717 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/pl/
2020-10-22 23:52:17 +00:00
xnor
f5c88b6603
Translated using Weblate (German)
...
Currently translated at 100.0% (717 of 717 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/de/
2020-10-22 23:52:16 +00:00
Piotr
227b2ae350
Translated using Weblate (Polish)
...
Currently translated at 95.6% (686 of 717 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/pl/
2020-10-21 12:45:47 +00:00
Patrick Ahles
8857b0706b
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (717 of 717 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/nl/
2020-10-21 12:45:46 +00:00
xnor
fa7d5ca342
Translated using Weblate (German)
...
Currently translated at 100.0% (717 of 717 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/de/
2020-10-21 12:45:43 +00:00
Andrew Dolgov
0a6ff72e70
Revert "fix HOOK_ARTICLE_RENDERED_CDM never being called"
...
This reverts commit e3a522cdc1
.
2020-10-21 07:32:30 +03:00
Andrew Dolgov
e3da11bf6d
Revert "somewhat experimental: disable article packing/unpacking, render content immediately"
...
This reverts commit ab53591957
.
2020-10-21 07:19:15 +03:00
Andrew Dolgov
8d75a542cd
Merge branch 'master' of git.fakecake.org:tt-rss
2020-10-20 15:00:10 +03:00
CERT
236013b7b9
Translated using Weblate (Persian)
...
Currently translated at 99.5% (714 of 717 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/fa/
2020-10-20 07:52:54 +00:00
Andrew Dolgov
f1fd5e8db1
mark feed as having an error if update task fails (and no last error is already stored for this feed)
2020-10-18 16:12:58 +03:00
Glandos
592fcc578d
Translated using Weblate (French)
...
Currently translated at 100.0% (717 of 717 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/fr/
2020-10-17 09:24:18 +00:00