View Issue Details

IDProjectCategoryView StatusLast Update
0000368Main CAcert Websiteweb of trustpublic2013-01-14 20:59
ReporterSourcerer Assigned Toepilitimus  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version2007 
Summary0000368: Wrong URL for Location Editing
Description> You can list your location by going to:
>
> https://www.cacert.org/wot.php?id=7

This gives me a page with a description about cacert. I think the link should
be wot.php?id=13 because that is the link to My Location in the menu on the
website.

I got this email after I reached 100 points.
TagsNo tags attached.
Reviewed by
Test Instructions

Activities

epilitimus

2007-02-17 05:57

updater   ~0000795

I've verified that the wrong link is provided. It's in www/wot.php
I'll make up a patch.

2007-02-18 01:01

 

cacert.patch (784 bytes)   
diff -Naur cacert.old/www/wot.php cacert/www/wot.php
--- cacert.old/www/wot.php	Sat Feb 17 21:55:54 2007
+++ cacert/www/wot.php	Sat Feb 17 21:56:27 2007
@@ -332,7 +332,7 @@
 			$body .= _("To make it easier for others in your area to find you, it's helpful to list yourself as an assurer (this is voluntry), as well as a physical location where you live or work the most. You can flag your account to be listed, and add a comment to the display by going to:")."\n\n";
 			$body .= "https://www.cacert.org/wot.php?id=8\n\n";
 			$body .= _("You can list your location by going to:")."\n\n";
-			$body .= "https://www.cacert.org/wot.php?id=7\n\n";
+			$body .= "https://www.cacert.org/wot.php?id=13\n\n";
 		}
 
 		if($_SESSION['profile']['board'] == 1 && intval($_POST['expire']) > 0)
cacert.patch (784 bytes)   

Sourcerer

2007-02-23 22:16

administrator   ~0000798

Patch was applied. Please verify it and close the bug.

Issue History

Date Modified Username Field Change
2006-11-29 23:33 Sourcerer New Issue
2007-02-17 05:36 epilitimus Status new => needs work
2007-02-17 05:36 epilitimus Assigned To => epilitimus
2007-02-17 05:57 epilitimus Note Added: 0000795
2007-02-18 01:01 epilitimus File Added: cacert.patch
2007-02-23 22:16 Sourcerer Status needs work => solved?
2007-02-23 22:16 Sourcerer Fixed in Version => production
2007-02-23 22:16 Sourcerer Resolution open => fixed
2007-02-23 22:16 Sourcerer Note Added: 0000798
2007-10-24 05:53 evaldo Status solved? => closed
2013-01-14 20:59 Werner Dworak Fixed in Version => 2007