Bug 376297

Summary: Donations tracking field in front-page is broken
Product: [Websites] www.kde.org Reporter: Albert Astals Cid <aacid>
Component: generalAssignee: kde-www mailing-list <kde-www>
Status: RESOLVED FIXED    
Severity: normal CC: vermette
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Albert Astals Cid 2017-02-10 16:25:30 UTC
Please see capacity code on how to do it correctly
Comment 1 Ken Vermette 2017-02-11 16:54:38 UTC
SVN commit 1482427 by kvermette:




 M  +1 -1      footer.php  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1482427
Comment 2 Albert Astals Cid 2017-02-12 23:05:09 UTC
Not fixed

Still hardcoded to

//www.kde.org/community/donations/<?php echo basename($_SERVER['PHP_SELF'])?>
Comment 3 Ken Vermette 2017-02-13 07:34:56 UTC
This patch was accidentally reverted, it has since been reinstated.
Comment 4 Albert Astals Cid 2017-02-13 08:20:59 UTC
It's still wrong.

Mainpage reports
  //www.kde.org/index/donation_box
instead of 
  //kde.org//donation_box
like the capacity code does.
Comment 5 Ken Vermette 2017-02-13 08:26:46 UTC
SVN commit 1482523 by kvermette:




 M  +1 -1      footer.php  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1482523