| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-04 | Appeasing PHPStan. | supahgreg | |
| The two if statements involved are related to calls to 'tt-rss.org' that are intentionally disabled. | |||
| 2025-10-03 | Initial attempt to support both 'main' and 'master' branches. | supahgreg | |
| 2025-10-03 | Remove references to, and integrations with, 'tt-rss.org'. | supahgreg | |
| 2025-04-14 | initial attempt to remove mysql-related stuff from tt-rss | Andrew Dolgov | |
| 2025-03-04 | Get rid of the 'language' session variable. | wn_ | |
| It had issues (no profile usage, only set at login), so it's cleanest to just replace its one usage with 'Prefs::get()'. | |||
| 2024-12-15 | Don't bother passing unused arguments to 'TimeHelper::make_local_datetime()'. | wn_ | |
| There's no point in passing '$long' unless '$no_smart_dt' is set to 'true'. | |||
| 2024-11-21 | Bump 'chillerlan/php-qrcode' to 5.0.x. | wn_ | |
| * Maintains PHP `7.4` compatibility and adds PHP `8.4` compatibility * The `4.4.x` branch does the same, but I didn't see any reason not to go to `5.0.x`. * https://github.com/chillerlan/php-qrcode/releases | |||
| 2024-11-18 | Eliminate use of deprecated 'get_pref()' and 'set_pref()'. | wn_ | |
| 2024-11-12 | Address PHPStan findings as of 2.0.1 | wn_ | |
| 2024-08-21 | Fix some broken links and make minor wording tweaks. | wn_ | |
| 2024-08-04 | Replace basic 'isset()' cases with the null coalescing operator. | wn_ | |
| 2024-01-13 | Merge branch 'feature/unused-var-cleanup' into 'master' | Andrew Dolgov | |
| Clean up some unused variables. See merge request tt-rss/tt-rss!19 | |||
| 2024-01-09 | shorten DIGEST_MIN_SCORE help text | Andrew Dolgov | |
| 2024-01-09 | * mark get_pref/set_pref wrappers as deprecated | Andrew Dolgov | |
| * add per-user preference for minimal score required for digest | |||
| 2024-01-08 | Clean 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-27 | add a separate interface for auth modules w/ change_password() method | Andrew Dolgov | |
| 2023-10-27 | replace some dirname horrors with a separate unit-tested method | Andrew Dolgov | |
| 2023-10-25 | move to psr-4 autoloader | Andrew Dolgov | |