TrimmingFool

Results 12 comments of TrimmingFool

Hi @the-lazy-fox, do you like how the labels are displayed now ?

@castillo92 checkout the `master` branch or https://github.com/TrimmingFool/ruTorrent-MaterialDesign for the theme

@hassonipulus I assume you are using [v4.0-beta.2](https://github.com/Novik/ruTorrent/releases/tag/v4.0-beta.2) and not [v4.0-beta.1](https://github.com/Novik/ruTorrent/releases/tag/v4.0-beta.1) since this looks like the theme you are using [club-QuickBox](https://github.com/QuickBox/club-QuickBox) is not updated for [v4.0-beta.2](https://github.com/Novik/ruTorrent/releases/tag/v4.0-beta.2) and thus is broken. The...

@stickz Damn, I haven't considered that at all. But do you think this PR is even worth pursuing (for rss parsing robustness)? I have my doubts since there haven't been...

Weird, the php tests seem to work for me now even without the change to `php/util.php`. > ... trying to fix something that isn't broken Not broken per se, but...

@de666 Thanks for this! Currently, the `` is used to identify a rss item. However, according to the spec, using the `` as the item-identifer instead, seems to be correct:...

@antonio8909 Do you have an idea why this is only a problem for one specific RSS feed? I don't know how to reproduce this. My guess would be, that for...

Sorry for the delay. Actually, the assumption which is broken here is that all links are in `theWebUI.rssItems`. @stickz So, if we want to keep the workaround with the regex...