summaryrefslogtreecommitdiff
path: root/classes/OPML.php
AgeCommit message (Collapse)Author
2025-09-18Fix OPML exporting via 'update.php'.wn_
2025-08-29Tweak the 'Feeds::_get_title()' param order to make PHP happy.wn_
Required params need to go before optional.
2025-08-29Minor fix in 'OPML#opml_export()'.wn_
2025-08-29Make 'owner_uid' required for 'Feeds::_get_title()' and ↵wn_
'Feeds::_get_cat_title()'.
2025-08-04drop unused legacy (?) handler method OPML->import()Andrew Dolgov
2025-05-06use RETURNING syntax when creating base filter record during OPML importAndrew Dolgov
2024-11-24Use PHP 8 'str_' functions.wn_
A few more characters in some places, but helps with readability.
2024-11-24Use match expressions in some places.wn_
2024-11-23Use native union types in most places.wn_
2024-11-23bump minimum required php version to 8.0 & remove some deprecated codeAndrew Dolgov
2024-11-18Eliminate use of deprecated 'get_pref()' and 'set_pref()'.wn_
2024-01-08Clean up some unused variables.wn_
This is essentially https://gitlab.tt-rss.org/wn/tt-rss/-/commit/1ccc0c8c1af04dd9654b585c6d07e3a75d944a0c without the renames and some other things related to Psalm.
2023-10-25move to psr-4 autoloaderAndrew Dolgov