1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-27 16:47:59 +02:00
ttrss/classes
wn_ 0ce4ae3ece Don't reuse the '$matches' array in 'RSSUtils::decode_srcset()'.
This causes the size of the array to be incorrectly doubled due to the original regex match items being combined with the custom items (i.e. the ones with just 'url' and 'size' keys).

Also rework 'RSSUtils::encode_srcset()' a bit so it looks similar to 'RSSUtils::decode_srcset()'.
2024-07-05 03:17:11 +00:00
..
API.php Clean up some unused variables. 2024-01-08 22:46:13 +00:00
Article.php Clean up some unused variables. 2024-01-08 22:46:13 +00:00
Auth_Base.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Cache_Adapter.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Cache_Local.php force-set absolute path for local cache if CACHE_DIR config value is relative 2024-04-13 00:39:37 +03:00
Config.php set DAEMON_FEED_LIMIT to 50 by default and use it consistently between forking daemon and any other update methods 2024-06-18 21:54:22 +03:00
Counters.php Make implicit nullable parameters explicitly nullable. 2024-03-26 16:43:39 +00:00
Db_Migrations.php Clean up some unused variables. 2024-01-08 22:46:13 +00:00
Db_Prefs.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Db.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Debug.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Digest.php * mark get_pref/set_pref wrappers as deprecated 2024-01-09 11:45:40 +03:00
DiskCache.php Clean up some unused variables. 2024-01-08 22:46:13 +00:00
Errors.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
FeedEnclosure.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
FeedItem_Atom.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
FeedItem_Common.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
FeedItem_RSS.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
FeedItem.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
FeedParser.php Clean up some unused variables. 2024-01-08 22:46:13 +00:00
Feeds.php Add option to debug feeds in 'Feeds with update errors' dialog. 2024-05-16 15:48:21 +00:00
Handler_Administrative.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Handler_Protected.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Handler_Public.php make phpstan happy 2023-10-25 18:04:42 +03:00
Handler.php add stuff necessary to run integration tests using phpunit 2023-10-28 18:45:09 +03:00
IAuthModule2.php add a separate interface for auth modules w/ change_password() method 2023-10-27 22:29:03 +03:00
IAuthModule.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
ICatchall.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
IHandler.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
IVirtualFeed.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Labels.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Logger_Adapter.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Logger_SQL.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Logger_Stdout.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Logger_Syslog.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Logger.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Mailer.php Clean up some unused variables. 2024-01-08 22:46:13 +00:00
OPML.php Clean up some unused variables. 2024-01-08 22:46:13 +00:00
Plugin.php add HOOK_VALIDATE_SESSION 2024-02-21 22:13:23 +03:00
PluginHandler.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
PluginHost.php Make implicit nullable parameters explicitly nullable. 2024-03-26 16:43:39 +00:00
Pref_Feeds.php Support doing a prefs page search via Enter. 2024-03-23 15:19:58 +00:00
Pref_Filters.php Support doing a prefs page search via Enter. 2024-03-23 15:19:58 +00:00
Pref_Labels.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Pref_Prefs.php Merge branch 'feature/unused-var-cleanup' into 'master' 2024-01-13 18:29:30 +00:00
Pref_System.php * mail test - fill user email address as default 2024-01-09 11:28:32 +03:00
Pref_Users.php fix untranslated strings 2024-06-15 14:03:33 +03:00
Prefs.php Switch 2 more implicitly nullable params to explicitly nullable. 2024-04-16 14:23:07 +00:00
RPC.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
RSSUtils.php Don't reuse the '$matches' array in 'RSSUtils::decode_srcset()'. 2024-07-05 03:17:11 +00:00
Sanitizer.php Make implicit nullable parameters explicitly nullable. 2024-03-26 16:43:39 +00:00
Templator.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
TimeHelper.php Make implicit nullable parameters explicitly nullable. 2024-03-26 16:43:39 +00:00
Tracer.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
UrlHelper.php Only include the exception message in 'UrlHelper::$fetch_last_error'. 2024-01-09 12:38:32 +00:00
UserHelper.php Make implicit nullable parameters explicitly nullable. 2024-03-26 16:43:39 +00:00