Activity log for bug #125195

Date Who What changed Old value New value Message
2007-07-11 07:27:02 Gavin Baker bug added bug
2007-07-11 07:27:20 Gavin Baker web: status New Confirmed
2007-07-11 07:27:20 Gavin Baker web: importance Undecided High
2007-07-11 07:27:20 Gavin Baker web: statusexplanation
2007-07-12 14:17:54 Nelson Pavlosky web: status Confirmed In Progress
2007-07-12 14:17:54 Nelson Pavlosky web: statusexplanation We have the wpLicense plugin installed, version 0.7.6.1, but I haven't figured out how to include it properly in our theme. In our WP admin panel, if you go to Options -> CC Content License, you can change the license and "include license badge in default footer". "If you select "Include License Badge", the default Creative Commons badge, link and RDF will be included in the standard footer." I tried turning that option on, but the license button appears above our footer, in the whitespace between the content and the grey footer. That's not where it's supposed to go! It looks like we're going to have to include a special function in our footer to get the license button to appear where we want it... see http://wiki.creativecommons.org/WpLicense_Function_Reference
2007-07-21 22:39:01 Asheesh Laroia web: status In Progress Fix Released
2007-07-21 22:39:01 Asheesh Laroia web: assignee ubuntu-asheesh
2007-07-21 22:39:01 Asheesh Laroia web: statusexplanation We have the wpLicense plugin installed, version 0.7.6.1, but I haven't figured out how to include it properly in our theme. In our WP admin panel, if you go to Options -> CC Content License, you can change the license and "include license badge in default footer". "If you select "Include License Badge", the default Creative Commons badge, link and RDF will be included in the standard footer." I tried turning that option on, but the license button appears above our footer, in the whitespace between the content and the grey footer. That's not where it's supposed to go! It looks like we're going to have to include a special function in our footer to get the license button to appear where we want it... see http://wiki.creativecommons.org/WpLicense_Function_Reference Fixed: <a href="<?php echo licenseUri(); ?>">Some rights reserved</a>.
2007-07-22 00:05:12 Gavin Baker web: status Fix Released Triaged
2007-07-22 00:05:12 Gavin Baker web: statusexplanation Fixed: <a href="<?php echo licenseUri(); ?>">Some rights reserved</a>. Re-opening, metadata is still missing and/or not working
2007-08-02 05:23:54 Gavin Baker web: status Triaged Fix Released
2007-08-02 05:23:54 Gavin Baker web: statusexplanation Re-opening, metadata is still missing and/or not working Fixed. All it took was rel="license". Asheesh, you WORK for Creative Commons. Why did this take so long?!