Skip to Content.
Sympa Menu

cacert-devel - Re: Patch request: Bug #1002

Subject: CAcert Code Development list.

List archive

Re: Patch request: Bug #1002


Chronological Thread 
  • From: Wytze van der Raay <wytze AT cacert.org>
  • To: Michael Tänzer <michael.taenzer AT cacert.org>
  • Cc: "critical-admin AT cacert.org" <critical-admin AT cacert.org>, cacert-devel AT lists.cacert.org, Dirk Astrath <dirk.astrath AT cacert.org>, Marcus Mängel <inopiae AT cacert.org>, Alexander Bahlo <alex AT cacert.org>
  • Subject: Re: Patch request: Bug #1002
  • Date: Sun, 29 Apr 2012 20:53:09 +0200

Hi Michael,

Op 29-4-2012 0:32, Michael Tänzer schreef:
> We have a fix for https://bugs.cacert.org/view.php?id=1002
> "Contact Assurer form leaves a funny comment after sending"
> 
> The fix was reviewed by Dirk Astrath (dastrath) and me (NEOatNHNG) and
> tested by Marcus Mängel (INOPIAE), Jens K. (JensK) and Alexander Bahlo
> (alex).
> 
> Diff is attached.
> 
> Changed files:
> www/wot.php

The patch has been installed on the production system on April 29, 2012.
See also the attached log message. Modified message strings have been
uploaded to the translation server.

Regards,
-- wytze
--- Begin Message ---
  • From: Wytze van der Raay <wytze AT cacert.org>
  • To: cacert-systemlog AT lists.cacert.org
  • Subject: Fwd: [cvs.cacert.org checkin notification]
  • Date: Sun, 29 Apr 2012 20:49:08 +0200
Fix for https://bugs.cacert.org/view.php?id=1002
Contact Assurer form leaves a funny comment after sending

In conjunction with the attached CVS changes a new tarball has been
made available incorporating all updates. The new tarball is available
through http://www.cacert.org/src-lic.php

-- end
--- Begin Message ---
  • From: "root" <root AT cvs.cacert.org>
  • To: critical-admin AT cacert.org
  • Subject: cvs.cacert.org checkin notification
  • Date: Sun, 29 Apr 2012 20:47:47 +0200 (CEST)

uid=0(root) gid=0(root) groups=0(root)
wot.php 1.59 1.60
Sun Apr 29 20:47:47 CEST 2012
Update of /var/lib/cvs/cacert/www
In directory hlin:/home/cacert/www/www

Modified Files:
        wot.php 
Log Message:
Fix for https://bugs.cacert.org/view.php?id=1002
Contact Assurer form leaves a funny comment after sending.

===================================================================
RCS file: /var/lib/cvs/cacert/www/wot.php,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- wot.php     2012/01/24 14:26:05     1.59
+++ wot.php     2012/04/29 18:47:47     1.60
@@ -444,7 +444,14 @@
                        {
                                sendmail($user['email'], "[CAcert.org] 
".$_REQUEST['subject'], $_REQUEST['message'],
                                        $_SESSION['profile']['email'], "", 
"", $_SESSION['profile']['fname']." ".$_SESSION['profile']['lname']);
-                               show_page("ContactAssurer",_("Your email has 
been sent to")." ".$user['fname'].".<br />[ <a 
href='javascript:history.go(-2)'>"._("Go Back")."</a> ]","");
+                               
+                               showheader(_("My CAcert.org Account!"));?>
+                               <p>
+                                       <? printf(_("Your email has been sent 
to %s."), $user['fname']); ?>
+                               </p>
+                               <p>[ <a href='javascript:history.go(-2)'><?= 
_("Go Back") ?></a> ]</p>
+                               <?
+                               showfooter();
                                exit;
                        } else {
                                show_page(0,"",_("Sorry, I was unable to 
locate that user."));

--- End Message ---

Attachment: smime.p7s
Description: S/MIME cryptografische ondertekening


--- End Message ---

Attachment: smime.p7s
Description: S/MIME cryptografische ondertekening




Archive powered by MHonArc 2.6.16.

Top of Page