Custom Query (2449 matches)
Results (406 - 408 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2753 | Fixed | Thin client "Added" column wrong date and time on launch | ||
| Description |
Here's a video of the behavior: http://sendvid.com/7o4xa8wa OS X Yosemite 10.0.10.3 |
|||
| #2752 | Fixed | Column configuration is not saved properly in the thin client | ||
| Description |
There is only one fix that I found on the official forum:
I've also locked the file because width gets added to the rightmost column after a few restarts. OS X Yosemite 10.10.3 |
|||
| #2750 | Fixed | Paused torrent automatically resumes after force-recheck | ||
| Description |
Any paused torrent will not remember it's paused state after a force-recheck, and will resume immediately upon recheck completion. Steps to reproduce: -Add a torrent -Pause torrent -Begin a force-recheck on torrent Expected result: Torrent performs a recheck, and returns to paused state. Observed result: Torrent performs a recheck, and resumes; beginning downloading/seeding immediately. I've observed in core/torrent.py that Deluge automatically stores the torrent's current state in variable forcing_recheck_paused, requests a force-recheck, and then resumes the torrent. However, this state is not being properly reinstated when on_alert_torrent_checked() in core/torrentmanager.py is called after the recheck is complete. |
|||
