patchmldonkey, a multi-networks file-sharing client - Patches: patch #4487, see which files are part of a...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #4487: see which files are part of a torrent

Submitter:  Joakim Verona <jave>
Submitted:  Wed 05 Oct 2005 07:41:58 AM UTC
   
 
Category:  Improved interfaces Priority:  5 - Normal
Status:  Done Assigned to:  None
Open/Closed:  Closed

Thu 06 Oct 2005 02:21:47 PM UTC, comment #4: 

Applied 2005/06/10

spiralvoice <spiralvoice>
Group administrator
Thu 06 Oct 2005 01:48:35 PM UTC, comment #3: 

sorry about the mess.

Is it possible to submit attachments conveniently from a cmd line? then I wont have to paste.


Anonymous
Thu 06 Oct 2005 12:13:18 PM UTC, comment #2: 

Looks useful for me too. Here a clean patch.

bogeyman <bogeyman>
Group Member
Wed 05 Oct 2005 03:28:05 PM UTC, comment #1: 

Please use diff -u format.

And please attach the patch in the Attach files section, don't paste it as a comment, it isn't readable. 

If you are printing the files, why not print the filesizes as well? ("num" as you call it).

Anonymous
Wed 05 Oct 2005 07:41:58 AM UTC, original submission:  

in the webgui.

I find it useful.

* bTInteractive.ml    18 Sep 2005 21:00:52 +0200      1.57
--- bTInteractive.ml    05 Oct 2005 09:22:01 +0200
*************
* 235,241 **
            html_mods_td buf [
             ("Tracker key", "sr br", "Tracker key");
             ("", "sr", Printf.sprintf "%s" t.tracker_key) ]
!         end

  let op_file_print_sources_html file buf =

--- 235,250 ----
            html_mods_td buf [
             ("Tracker key", "sr br", "Tracker key");
             ("", "sr", Printf.sprintf "%s" t.tracker_key) ]
!       end;
!
!       List.iter (fun ( filename,   num)  ->
!                    Printf.bprintf buf "\\</tr\\>\\<tr class=\\\"dl-%d\\\"\\>" (html_mods_cntr ());
!                    html_mods_td buf [
!                      ("filename", "sr br", "filename");
!                      ("", "sr",  filename) ])
!         file.file_files
!
!

  let op_file_print_sources_html file buf =

Joakim Verona <jave>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #8080:  bt-printfiles.patch added by bogeyman (1KiB - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 6 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-10-06 spiralvoice StatusWorks For Me Done
    Open/ClosedOpen Closed
2005-10-06 bogeyman StatusWont Do Works For Me
    Attached File- Added bt-printfiles.patch, #5280
2005-10-06 spiralvoice CategoryNone Improved interfaces
    StatusNone Wont Do

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code