View Issue Details

IDProjectCategoryView StatusLast Update
0000142Main CAcert Websiteorganisational sectionpublic2013-01-13 16:56
Reportererkki Assigned Toduane  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Fixed in Version2006 
Summary0000142: The location db listing page should show the long/lat values of places
DescriptionFor example https://www.cacert.org/account.php?id=53&regid=923 .

This would enable better detection of errors.
TagsNo tags attached.
Reviewed by
Test Instructions

Relationships

has duplicate 0000276 closedduane Showing the coordinates for the locations 

Activities

Sourcerer

2006-03-03 08:21

administrator   ~0000088

I second the wish. Working and tested patch is available.

2006-08-14 05:44

 

53_2.patch (690 bytes)   
--- 53.php.orig	2006-03-02 21:20:44.000000000 +0000
+++ 53.php	2006-03-02 21:16:45.000000000 +0000
@@ -79,7 +79,7 @@
 			echo " <a href='account.php?action=aliases&id=54&locid=$row[id]'>aliases</a> |";
 			echo " <a href='account.php?action=edit&id=54&locid=$row[id]'>edit</a> |";
 			echo " <a href='account.php?action=delete&id=53&locid=$row[id]'";
-			echo " onclick=\"return confirm('Are you sure you want to delete this location?');\">delete</a> ) $row[name]</li>\n";
+			echo " onclick=\"return confirm('Are you sure you want to delete this location?');\">delete</a> ) $row['name'] ($row['lat'],$row['long'])</li>\n";
 		}
 
 		echo "</ul>\n</li>\n</ul>\n</li>\n</ul></div>\n<br>\n";
53_2.patch (690 bytes)   

Sourcerer

2006-08-14 05:44

administrator   ~0000426

I made a new patch now, which should solve the problem cleanly.

duane

2006-08-14 05:52

developer   ~0000428

patch applied...

bluec: wasn't able to assign this bug to the reporter...

Sourcerer

2006-08-14 07:06

administrator   ~0000435

Solved successfully. (Finally ;-)

Issue History

Date Modified Username Field Change
2006-03-03 06:14 erkki New Issue
2006-03-03 08:20 Sourcerer File Added: 53.patch
2006-03-03 08:21 Sourcerer Note Added: 0000088
2006-03-03 08:21 Sourcerer Assigned To => duane
2006-03-03 08:21 Sourcerer Status new => @30@
2006-08-14 03:47 duane Relationship added has duplicate 0000276
2006-08-14 05:44 Sourcerer File Added: 53_2.patch
2006-08-14 05:44 Sourcerer Note Added: 0000426
2006-08-14 05:48 Sourcerer File Deleted: 53.patch
2006-08-14 05:52 duane Status @30@ => solved?
2006-08-14 05:52 duane Fixed in Version => production
2006-08-14 05:52 duane Resolution open => fixed
2006-08-14 05:52 duane Note Added: 0000428
2006-08-14 07:06 Sourcerer Status solved? => closed
2006-08-14 07:06 Sourcerer Note Added: 0000435
2013-01-13 16:56 Werner Dworak Fixed in Version => 2006