Summary: | Donations tracking field in front-page is broken | ||
---|---|---|---|
Product: | [Websites] www.kde.org | Reporter: | Albert Astals Cid <aacid> |
Component: | general | Assignee: | 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
SVN commit 1482427 by kvermette: M +1 -1 footer.php WebSVN link: http://websvn.kde.org/?view=rev&revision=1482427 Not fixed Still hardcoded to //www.kde.org/community/donations/<?php echo basename($_SERVER['PHP_SELF'])?> This patch was accidentally reverted, it has since been reinstated. It's still wrong. Mainpage reports //www.kde.org/index/donation_box instead of //kde.org//donation_box like the capacity code does. SVN commit 1482523 by kvermette: M +1 -1 footer.php WebSVN link: http://websvn.kde.org/?view=rev&revision=1482523 |