View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000432 | Main CAcert Website | web of trust | public | 2007-04-14 17:48 | 2013-01-14 21:37 |
Reporter | macaronyde | Assigned To | Sourcerer | ||
Priority | low | Severity | text | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 2007 | ||||
Summary | 0000432: Error message after sending reminder | ||||
Description | After sending a reminder you got the message: ERROR: A reminder notice has been sent. I think, it is irritating to have an error on succesful sending an reminder. | ||||
Tags | No tags attached. | ||||
Attached Files | cacert-reminder.patch (885 bytes)
diff -rU3 cacert.orig/pages/wot/5.php cacert/pages/wot/5.php --- cacert.orig/pages/wot/5.php 2007-07-03 22:07:50.000000000 +0200 +++ cacert/pages/wot/5.php 2007-07-18 09:55:10.000000000 +0200 @@ -14,7 +14,11 @@ */ include_once("../includes/shutdown.php"); ?> -<? if($_SESSION['_config']['error'] != "") { ?><div color="orange"><?=_("ERROR")?>: <?=$_SESSION['_config']['error']?></div><? unset($_SESSION['_config']['error']); } ?> +<? if($_SESSION['_config']['error'] != "") { + if($_SESSION['_config']['remindersent'] == 1) { + ?><div color="orange"> + <? } else { ?><div color="orange"><?=_("ERROR")?>: +<? } ?><?=$_SESSION['_config']['error']?></div><? unset($_SESSION['_config']['error']); } ?> <? if($_SESSION['_config']['noemailfound'] == 1) { ?> <form method="post" action="wot.php"> <input type="hidden" name="email" value="<?=sanitizeHTML($_POST['email'])?>"><br> | ||||
Reviewed by | |||||
Test Instructions | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2007-04-14 17:48 | macaronyde | New Issue | |
2007-06-22 18:01 | evaldo | Assigned To | => Sourcerer |
2007-06-22 18:01 | evaldo | Priority | normal => low |
2007-06-22 18:01 | evaldo | Severity | minor => text |
2007-06-22 18:01 | evaldo | Status | new => needs work |
2007-06-22 18:01 | evaldo | Projection | none => tweak |
2007-07-18 09:58 | pc | File Added: cacert-reminder.patch | |
2007-07-30 21:02 | Sourcerer | Status | needs work => solved? |
2007-07-30 21:02 | Sourcerer | Fixed in Version | => production |
2007-07-30 21:02 | Sourcerer | Resolution | open => fixed |
2007-07-30 21:02 | Sourcerer | Note Added: 0000882 | |
2007-10-24 05:49 | evaldo | Status | solved? => closed |
2013-01-14 21:37 | Werner Dworak | Fixed in Version | => 2007 |