Bug 376297 - Donations tracking field in front-page is broken
Summary: Donations tracking field in front-page is broken
Status: RESOLVED FIXED
Alias: None
Product: www.kde.org
Classification: Websites
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kde-www mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-10 16:25 UTC by Albert Astals Cid
Modified: 2017-02-13 08:26 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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