[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#835610: marked as done (Invalid link in stat page)



Your message dated Fri, 2 Sep 2016 22:14:30 +0200
with message-id <20160902221430.11053f6c561e27ba4d1b378f@wansing-online.de>
and subject line Re: Bug#835610: Invalid link in stat page
has caused the Debian Bug report #835610,
regarding Invalid link in stat page
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
835610: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835610
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: www.debian.org
Severity: wishlist
Tags: l10n, patch


The link to diff in stats page cause error 400 Bad request on
anonscm.debian.org. The attached patch fix this error.

Regards,
Luca



















--- C:/Users/Luca/AppData/Local/Temp/TCV21341.tmp/stattrans.1.117.pl	Tue Jan 12 12:43:58 2016
+++ C:/cygwin/home/Luca/webwml/stattrans.pl	Sat Aug 27 17:01:11 2016
@@ -372,7 +372,7 @@
     my ( $path, $r1, $r2, $diff_format ) = @_;
 
     return alioth_cvs_file_url($path)
-        . sprintf( '?r1=%s;r2=%s;diff_format=%s', $r1, $r2, $diff_format );
+        . sprintf( '?r1=%s&r2=%s&diff_format=%s', $r1, $r2, $diff_format );
 }
 
 sub alioth_cvs_view_url {

--- End Message ---
--- Begin Message ---
Hi,

Holger Wansing <linux@wansing-online.de> wrote:
> Hi,
> 
> Luca Monducci <luca.mo@tiscali.it> wrote:
> > Package: www.debian.org
> > Severity: wishlist
> > Tags: l10n, patch
> > 
> > 
> > The link to diff in stats page cause error 400 Bad request on
> > anonscm.debian.org. The attached patch fix this error.
> 
> Just committed.
> 
> Let's see, if that fixes it, fingers crossed :-)

After one more commit by ayanokouzi-guest to fix validation errors
this works fine now.

So closing this bug
Thanks


Holger



-- 
============================================================
Created with Sylpheed 3.5.0 under
	D E B I A N   L I N U X   8 . 0   " J E S S I E " .

Registered Linux User #311290 - https://linuxcounter.net/
============================================================

--- End Message ---

Reply to: