View Issue Details

IDProjectCategoryView StatusLast Update
0000121Main CAcert Websitewebsite contentpublic2013-01-13 16:38
ReporterSourcerer Assigned ToSourcerer  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version2006 
Summary0000121: Help Translation Bug
DescriptionIf I am on http://www.cacert.org/help.php?id=2 and click on any translation language in the menu, I always get the information, that my inputs are stored, and I will get an email for confirmation. (Which does not make any sense here)
Additional Information--- general_stuff.php.orig 2005-07-01 15:12:45.000000000 +0200
+++ general_stuff.php 2006-01-10 09:47:28.000000000 +0100
@@ -76,7 +76,7 @@
     <div class="relatedLinks">
       <h3><?=_("Translations")?></h3>
 <? foreach($_SESSION['_config']['translations'] as $key => $val) { ?>
- <a href="index.php?id=<?=$id?>&lang=<?=$key?>"><?=$val?></a>
+ <a href="<?=$_SERVER[SCRIPT_NAME]?>?id=<?=$id?>&lang=<?=$key?>"><?=$val?></a>
 <? } ?>
     </div>
   </div>
TagsNo tags attached.
Reviewed by
Test Instructions

Relationships

duplicate of 0000025 closed 0000020: Change-Language Links all Link to index.php 
related to 0000182 closed index.php?id=2 always writes confirmation message 

Activities

duane

2006-08-03 22:45

developer   ~0000281

<?=$_SERVER['SCRIPT_NAME']?>

Sourcerer

2006-08-03 23:25

administrator   ~0000288

The problem was solved now

Issue History

Date Modified Username Field Change
2006-01-10 19:50 Sourcerer New Issue
2006-03-27 22:14 bluec Relationship added related to 0000182
2006-03-27 22:16 bluec Relationship added duplicate of 0000025
2006-08-03 22:45 duane Note Added: 0000281
2006-08-03 22:46 duane Status new => closed
2006-08-03 22:46 duane Resolution open => fixed
2006-08-03 22:46 duane Fixed in Version => production
2006-08-03 23:25 Sourcerer Status closed => solved?
2006-08-03 23:25 Sourcerer Assigned To => Sourcerer
2006-08-03 23:25 Sourcerer Note Added: 0000288
2006-08-03 23:40 duane Status solved? => closed
2013-01-13 16:38 Werner Dworak Fixed in Version => 2006