summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-21BLACKLISTED_TAGS: use textarea for editing; normalize value when savingAndrew Dolgov
2020-12-20update_rss_feed: fix BLACKLISTED_TAGS not working properly, simplify ↵Andrew Dolgov
tag-related code
2020-12-20purge_feed: limit debugging to LOG_VERBOSEAndrew Dolgov
2020-12-20af_redditimgur: also rewrite in the API handlerAndrew Dolgov
2020-12-20Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2020-12-20af_redditimgur: add option to rewrite reddit URLs to teddit.netAndrew Dolgov
2020-12-18Merge branch 'bugfix/return-errors' of wn/tt-rss into masterfox
2020-12-18Actually return the array of errors...wn_
2020-12-18redditimgur: blacklist github because it usually resolves to a huge profile ↵Andrew Dolgov
photo of someone
2020-12-16Merge branch 'bugfix/php8-vsprintf' of wn/tt-rss into masterfox
2020-12-16Switch from 'vsprintf' to 'sprintf' in another place.wn_
2020-12-16Merge branch 'feature/php8' of wn/tt-rss into masterfox
2020-12-15purge_feed: shorten one log messageAndrew Dolgov
2020-12-15purge_feed: add more debugging outputAndrew Dolgov
2020-12-15feed editor: properly show global purging interval as disabledAndrew Dolgov
2020-12-15purge_intervals global: set '1 week old' to mean 7 days instead of 5 (???)Andrew Dolgov
2020-12-12feed debugger: allow setting log level to LOG_EXTENDEDAndrew Dolgov
2020-12-12Use correct 'sprintf' function and other minor fixes in Pref_Feeds.wn
2020-12-12Remove duplicate block in 'classes/pref/filters.php'.wn
Also a minor tweak to getting the search filter.
2020-12-12Fix some 'isset' checks in 'classes/pref/prefs.php'.wn
2020-12-12Handle potential absence of a URL path in UrlHelper.wn
2020-12-12Make 'ttrss_error_handler' compatible w/ 8.wn
https://github.com/php/php-src/blob/2d467abc46ec4ee97484d4e35909bed322600037/UPGRADING#L43 https://github.com/php/php-src/blob/2d467abc46ec4ee97484d4e35909bed322600037/UPGRADING#L63
2020-12-12Don't do deprecated 'libxml_disable_entity_loader(true)' under PHP 8.wn
https://github.com/php/php-src/blob/2d467abc46ec4ee97484d4e35909bed322600037/UPGRADING#L886
2020-12-12Switch to 'get_error_types()' to ensure availability in 'include/functions.php'.wn
The global in 'sanity_check()' was null... possibly due to circular requires?
2020-12-12Only do sanity checks for self URL if we can create a valid URL.wn
'sanity_check.php' gets included in 'update.php' and 'update_daemon2.php', where a Host request header is likely not provided.
2020-12-12Switch to recommended 'default_charset' to fix 'gettext' error.wn
'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-12Address param order deprecation warning for 'af_redditimgur'.wn
2020-12-12Fix passing options to plugins in 'update.php'.wn
2020-12-11- move sphinx plugin to a separate repoAndrew Dolgov
- regenerate config checks without sphinx-related variables
2020-12-11shorten_expanded: remove loading=lazy from images if enabledAndrew Dolgov
2020-12-08queryFeedHeadlines:Andrew Dolgov
- 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-08Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2020-12-08get_article_image: add support for ARTICLE_KIND_ALBUMAndrew Dolgov
2020-12-07setArticleTags: prevent duplicate tags being assigned if called twiceAndrew Dolgov
editTagsDlg: prevent dialot from being submitted twice normalize_categories: filter out empty values that failed validation
2020-12-07viewfeed debugger: open properly for categoriesAndrew Dolgov
2020-12-07queryFeedHeadlines: bring back DISTINCT for a limited set of columnsAndrew Dolgov
2020-12-07get_article_image: return basic kind to which flavor image belongsAndrew Dolgov
2020-12-04viewfeed: reintroduce timestamps, fix debugging, fix some indentsAndrew Dolgov
2020-12-04queryFeedHeadlines: properly define for a few more variablesAndrew Dolgov
2020-12-04queryFeedHeadlines: make sure feed_check_qpart is always definedAndrew Dolgov
2020-12-04queryFeedHeadlines: no longer select DISTINCT headlines for performance ↵Andrew Dolgov
reasons (this also removes _HEADLINES_QUERY_NO_DISTINCT)
2020-12-03experimental: add optional _HEADLINES_QUERY_NO_DISTINCT to disable DISTINCT ↵Andrew Dolgov
keyword in queryFeedHeadlines query
2020-11-30add support for an override stylesheet which applies to all usersAndrew Dolgov
2020-11-30feed editor: also show default value for purge intervalAndrew Dolgov
2020-11-30feed editor: show actual value of default update intervalAndrew Dolgov
2020-11-30don't select next unread feed when marking as read last week, etc.Andrew Dolgov
2020-11-27use more consistent margins for left toolbar iconsAndrew Dolgov
2020-11-27prevent horizontal scrolling in filter editor dialog if rules are very longAndrew Dolgov
2020-11-26af_readability: allow appending to original summary instead of alwaysAndrew Dolgov
replacing it, some minor code cleanup
2020-11-14URLHelper: fix E_DEPRECATED error related to idn_to_ascii()Andrew Dolgov