bugmldonkey, a multi-networks file-sharing client - Bugs: bug #13828, Options > Shares HTML error

 
 

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

bug #13828: Options > Shares HTML error

Submitter:  White_FrosT
Submitted:  Sun 17 Jul 2005 09:33:41 PM UTC
   
 
Category:  HTTP interface Severity:  3 - Normal
Item Group:  Program malfunction Status:  Fixed
Assigned to:  None Open/Closed:  Closed
Release:  2.5.30.17 Release:  CVS 2005-Jul-17 22:52:04
Operating System:  FreeBSD Binaries Origin:  CVS / Self compiled
CPU type:  Intel x86

Sun 17 Jul 2005 11:32:51 PM UTC, comment #2: 

I did not apply your patch yet, but please try current CVS, there
is a patch in patch #4175 for this.

spiralvoice <spiralvoice>
Group administrator
Sun 17 Jul 2005 11:13:39 PM UTC, comment #1: 

Appearently (see bug #13829) there are more places where the HTML code is broken, but I created a patch for at least a part of these errors.
See html2.patch

White_FrosT
Sun 17 Jul 2005 09:33:41 PM UTC, original submission:  

Version self compiled FreeBSD 2.5.30.17.CVS 2005-Jul-17 22:52:04

HTML Interface
Menu: Options > Shares

The following code:

<td nowrap class="fbig pr"><a onclick="javascript: {
                   var getdir = prompt(&#39;Input: &lt;priority#&gt; &lt;directory&gt; (surround dir with quotes if necessary)&#39;,&#39;0 /home/mldonkey/share&#39;)
                   var reg = new RegExp (&#39; &#39;, &#39;gi&#39;) ;
                   var outstr = getdir.replace(reg, &#39;+&#39;);
                   parent.fstatus.location.href=&#39;submit?q=share+&#39; + outstr;
                   setTimeout(&#39;window.location.reload()&#39;,1000);
                    }">Add Share</a>
                   
As you can see there are errors in the html. Looks like charcode numbers instead of characters.

White_FrosT

 

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

Attached Files
file #3246:  html2.patch added by White_FrosT (5KiB - text/x-patch - Solves Options>Shares html errors)

 

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 5 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-07-18 spiralvoice StatusReady For Test Fixed
    Open/ClosedOpen Closed
2005-07-17 spiralvoice StatusNone Ready For Test
2005-07-17 White_FrosT Attached File- Added html2.patch, #2722
2005-07-17 White_FrosT Carbon-Copy- Added white_frost

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code