Custom Query (5519 matches)
Results (25 - 27 of 5519)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#6083 | fixed | Seeding Complete notices are unable to be removed on OS X | mike.dld | welles |
Description |
On OS X 10.11.3 the Seeding Complete notifications for Notification Center are unable to be removed. Clicking the "X" does not remove them. |
|||
#6082 | duplicate | Crash on update? | livings124 | CyberSkull |
Description |
The weirdest thing happened when I tried to update Transmission from 2.84 to 2.90 on my Mac. I'm running 10.11.3 on a MacBook? Pro. Transmission has been running a while, and I changed to it and saw there was an update. I clicked the update button and it started the process. I switched back to Safari and within seconds the screen was frozen. A minute or so later there was a shift in the screen's gamma, then it went black. I plugged in my laptop at this point. The next thing to happen was I was returned to the login screen. I've rebooted and am writing this now. The update to Transmission itself never finished. The package is only 900kb, with only a handful of files in the Resources folder. Note: I got an error when trying to cancel an attachment to this ticket, so I apologize in advance if this is a duplicate. |
|||
#6080 | invalid | Web UI: too much jQuery? | skybon | |
Description |
Hello, Digging into the current transmission-web code one can see some very heavy usage of jQuery wrappers/utilities. Is such reliance on it really justified today? Much of what jQuery does can be accomplished just as easily with Web API. See this link for more information: http://blog.garstasio.com/you-dont-need-jquery Rewriting code for Web API would remove extra layers of abstraction and improve JS performance. I would be happy to send in patches should such a transition be approved. |