WebUI with file list - now fully functional

Discussion of the Web Interface for Transmission, formerly known as Clutch. This applies to all version of Transmission
jah
Posts: 941
Joined: Thu Jan 26, 2006 10:14 am

Re: WebUI with file list - now fully functional

Post by jah »

id be happy to test out iphone stylesheets, as there are quite a few bugs in the current iphone webui.
Gimp
Web Interface Developer
Posts: 257
Joined: Mon Mar 12, 2007 3:49 am
Location: BC, Canada

Re: WebUI with file list - now fully functional

Post by Gimp »

fschaeckermann wrote:Thanks for the encouragement!

I am currently in Bangkok waiting for my flight to New Delhi from where I will return to Frankfurt in Germany - vacation is over *sigh*

But that also means I can finally resume work on this WebUI, fix the bugs, you have found and reported so far and get the iPhone stylesheet updated as well. I hope to get that done within the next 2 weeks.

Then there will be some more testing by the other developers - especially for the iPhone, since I can't do that myself - and the transmission team will have to decide, if and when this is going to be merged into the mainstream. I have no idea how long that will take though.

Hope that helps a little, Frank
iphone testing is easier than you think. simply turn on the develop / debug menu in safari, and change the user agent. I do believe you should be able to see the iphone version then.

Anyways, you can submit patches to me and I'll review / commit them for you.
bluray
Posts: 1
Joined: Tue Oct 21, 2008 7:26 am

Re: WebUI with file list - now fully functional

Post by bluray »

that's pretty good , I believe 1.35 version will include this new webgui with file list ~~

thanks to developer~
sandyclawz
Posts: 1
Joined: Sun Oct 26, 2008 5:46 pm

Re: WebUI with file list - now fully functional

Post by sandyclawz »

Download link isn't functional now ;) Can you provide alternative variant!

It is a great function! thanks for your work!!
fschaeckermann
Posts: 23
Joined: Thu Feb 21, 2008 4:06 pm
Location: Frankfurt/Main, Germany

Re: WebUI with file list - now fully functional

Post by fschaeckermann »

The link is back online! I had to switch the drive off for a while because the noise from the stupid fan was driving me nuts. I really have to go and buy an new fan for that thing.

Sorry for the inconvenience.

Frank
bollywood
Posts: 141
Joined: Sun Jan 14, 2007 11:12 pm

Re: WebUI with file list - now fully functional

Post by bollywood »

I have a pet peeve with the webui preference pane - I use a non standard font size, so the preference pane view is always messed up. but it is easily fixed:

common.css

change:
div#prefs_container div.dialog_window {
width: 410px;
height: 420px;
padding: 0 15px;
line-height: 14pt;
}

to:
div#prefs_container div.dialog_window {
width: 410px;
height: 39em;
padding: 0 15px;
line-height: 14pt;
}

can you please change that single line for my sanity,
Cheers
duncanbeevers
Posts: 19
Joined: Thu Nov 16, 2006 8:36 pm
Location: Portland OR

Re: WebUI with file list - now fully functional

Post by duncanbeevers »

I've hacked some changes onto this extension to make it play friendlier with Firefox and tried to use a more OO-ish approach to hydrating the information about a torrent's individual files.

Check out changes with:
svn checkout http://svn.dweebd.com/transmissionwebui/trunk/
Gimp
Web Interface Developer
Posts: 257
Joined: Mon Mar 12, 2007 3:49 am
Location: BC, Canada

Re: WebUI with file list - now fully functional

Post by Gimp »

Could someone PLEASE make a patch to SVN for this? If you do I can test it out properly and get it put in. If I had gotten this earlier it could have been in 1.4 but I don't have time to update it to svn and do the patch.
duncanbeevers
Posts: 19
Joined: Thu Nov 16, 2006 8:36 pm
Location: Portland OR

Re: WebUI with file list - now fully functional

Post by duncanbeevers »

Created patch against trunk, uploaded with Trac ticket
http://trac.transmissionbt.com/ticket/1435

Updated personal subversion repository to transmission/trunk/web with these changes
http://svn.dweebd.com/transmissionwebui/trunk/
jah
Posts: 941
Joined: Thu Jan 26, 2006 10:14 am

Re: WebUI with file list - now fully functional

Post by jah »

do these changes mean we can view torrent info in the iphone interface?
duncanbeevers
Posts: 19
Joined: Thu Nov 16, 2006 8:36 pm
Location: Portland OR

Re: WebUI with file list - now fully functional

Post by duncanbeevers »

I haven't done any work on the iPhone interface, and if I recall from looking at that portion of the code, the Inspector won't even open on the iPhone.

The files details view is implemented as a new tab within the Inspector. Given the dimensions, it seems like the best behavior would be for the Inspector to simply take over the entire interface until it is dismissed.

Depending on the core team's feedback on these patches, I can begin optimizing both the interface and the network behavior for the iPhone.
jah
Posts: 941
Joined: Thu Jan 26, 2006 10:14 am

Re: WebUI with file list - now fully functional

Post by jah »

yeah you are correct, the inspector currently doesnt work on iphone. however it would be awesome if it could!
nacre
Posts: 2
Joined: Fri Dec 21, 2007 3:43 am

Re: WebUI with file list - now fully functional

Post by nacre »

duncanbeevers wrote:I've hacked some changes onto this extension to make it play friendlier with Firefox and tried to use a more OO-ish approach to hydrating the information about a torrent's individual files.

Check out changes with:
svn checkout http://svn.dweebd.com/transmissionwebui/trunk/
I cannot scroll in the file list panel, as shown below:

Image

Compared with fschaeckermann's version

Image
duncanbeevers
Posts: 19
Joined: Thu Nov 16, 2006 8:36 pm
Location: Portland OR

Re: WebUI with file list - now fully functional

Post by duncanbeevers »

Yes, I have this problem as well. I haven't been able to solve it with any trivial css fixes due to the way the various divs are positioned. Rest assured, this bothers me as well and I'll be working to fix it.
duncanbeevers
Posts: 19
Joined: Thu Nov 16, 2006 8:36 pm
Location: Portland OR

Re: WebUI with file list - now fully functional

Post by duncanbeevers »

I've corrected the scrolling issue and made it so that the entire inspector can scroll when the content won't fit in the visible area. This allows scrolling in the Info and Activity tabs as well as the Files tab.
Post Reply