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

Bug#752859: marked as done (stattrans: List intl/index.wml under general pages)



Your message dated Tue, 12 Jan 2016 10:43:59 +0000
with message-id <E1aIwQh-0001ic-Fv@moszumanska.debian.org>
and subject line Debian WWW CVS commit by toddy fixes #752859
has caused the Debian Bug report #752859,
regarding stattrans: List intl/index.wml under general pages
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.)


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

stattrans.pl r1.83:
List international/index.wml under general pages
 		if (($file =~ /international\//) &&
-		    ($file !~ /international\/l10n\//)) {
+		    (($file !~ /international\/index.wml$/) ||
+		     ($file !~ /international\/l10n\//))) {

apparently this is wrong, as "!a || !b" matches everything when a and b disjoint,
so this code is the same as just "if ($file =~ /international\//)".

according to the commit message, what it want is instead:
if (($file =~ /international\//) &&
    ($file !~ /international\/index.wml$/) &&
    ($file !~ /international\/l10n\//))

if you are in doubt, see the slovene stat page at 
https://www.debian.org/devel/website/stats/sl

-- 
victory
http://userscripts.org/scripts/show/102724 0.0.1.4
http://userscripts.org/scripts/show/163846 0.0.1
http://userscripts.org/scripts/show/163848 0.0.1

Attachment: stattrans-fix-r83.patch
Description: Binary data


--- End Message ---
--- Begin Message ---
This bug was closed by toddy in the webwml CVS repository:

http://www.debian.org/devel/website/using_cvs

Note that it might take some time until www.debian.org has been updated.

CVSROOT:	/cvs/webwml
Module name:	webwml
Changes by:	toddy	16/01/12 10:43:59

Modified files:
	italian/po     : countries.it.po 

Log message:
	Macedonia

Modified files:
	.              : stattrans.pl 

Log message:
	Fix logical error to list intl/index.wml under general pages. (Closes: #752859)

--- End Message ---

Reply to: