From: <var...@us...> - 2022-03-15 12:00:33
|
Revision: 11006 http://sourceforge.net/p/phpwiki/code/11006 Author: vargenau Date: 2022-03-15 12:00:30 +0000 (Tue, 15 Mar 2022) Log Message: ----------- Add SourceForge Open Source Excellence badge to footer Modified Paths: -------------- trunk/locale/it/pgsrc/NoteDiRilascio trunk/pgsrc/ReleaseNotes trunk/themes/MonoBook/commonPrint.css trunk/themes/MonoBook/monobook.css trunk/themes/MonoBook/templates/browse-footer.tmpl trunk/themes/Sidebar/sidebar.css Added Paths: ----------- trunk/themes/default/images/oss-open-source-excellence-white.png Modified: trunk/locale/it/pgsrc/NoteDiRilascio =================================================================== --- trunk/locale/it/pgsrc/NoteDiRilascio 2022-02-17 19:17:24 UTC (rev 11005) +++ trunk/locale/it/pgsrc/NoteDiRilascio 2022-03-15 12:00:30 UTC (rev 11006) @@ -15,6 +15,9 @@ * Make WantedPages work for DATABASE_TYPE = dba and file * Back links now work when the link is inside a table, in a template or in an included page. +=== Misc === +* Add SourceForge Open Source Excellence badge to footer + == 1.6.1 2022-01-24 Marc-Etienne Vargenau == This release makes ~PhpWiki compatible with PHP 8.1. Modified: trunk/pgsrc/ReleaseNotes =================================================================== --- trunk/pgsrc/ReleaseNotes 2022-02-17 19:17:24 UTC (rev 11005) +++ trunk/pgsrc/ReleaseNotes 2022-03-15 12:00:30 UTC (rev 11006) @@ -15,6 +15,9 @@ * Make WantedPages work for DATABASE_TYPE = dba and file * Back links now work when the link is inside a table, in a template or in an included page. +=== Misc === +* Add SourceForge Open Source Excellence badge to footer + == 1.6.1 2022-01-24 Marc-Etienne Vargenau == This release makes ~PhpWiki compatible with PHP 8.1. Modified: trunk/themes/MonoBook/commonPrint.css =================================================================== --- trunk/themes/MonoBook/commonPrint.css 2022-02-17 19:17:24 UTC (rev 11005) +++ trunk/themes/MonoBook/commonPrint.css 2022-03-15 12:00:30 UTC (rev 11006) @@ -181,7 +181,7 @@ .editsection, .toctoggle, div#f-poweredbyico, -div#f-copyrightico, +div#f-opensourceexcellenceico, ul#f-list, div#html-validator, li#pt-logout, Modified: trunk/themes/MonoBook/monobook.css =================================================================== --- trunk/themes/MonoBook/monobook.css 2022-02-17 19:17:24 UTC (rev 11005) +++ trunk/themes/MonoBook/monobook.css 2022-03-15 12:00:30 UTC (rev 11006) @@ -1268,7 +1268,7 @@ white-space: nowrap; } -#f-poweredbyico, #f-copyrightico { +#f-poweredbyico, #f-opensourceexcellenceico { display: table-cell; margin: 0 8px; padding-left: 1em; Modified: trunk/themes/MonoBook/templates/browse-footer.tmpl =================================================================== --- trunk/themes/MonoBook/templates/browse-footer.tmpl 2022-02-17 19:17:24 UTC (rev 11005) +++ trunk/themes/MonoBook/templates/browse-footer.tmpl 2022-03-15 12:00:30 UTC (rev 11006) @@ -24,5 +24,5 @@ <?php } ?> </li> </ul> - <div id="f-copyrightico"><a href="http://www.gnu.org/copyleft/fdl.html"><img src="<?php echo $WikiTheme->getImageURL("gnu-fdl.png") ?>" alt="GNU Free Documentation License" /></a></div> + <div id="f-opensourceexcellenceico"><a href="https://sourceforge.net/projects/phpwiki/"><img src="<?php echo $WikiTheme->getImageURL("oss-open-source-excellence-white.png") ?>" alt="PhpWiki Reviews" /></a></div> </footer> Modified: trunk/themes/Sidebar/sidebar.css =================================================================== --- trunk/themes/Sidebar/sidebar.css 2022-02-17 19:17:24 UTC (rev 11005) +++ trunk/themes/Sidebar/sidebar.css 2022-03-15 12:00:30 UTC (rev 11006) @@ -1292,7 +1292,7 @@ white-space: nowrap; } -#f-poweredbyico, #f-copyrightico { +#f-poweredbyico, #f-opensourceexcellenceico { display: table-cell; margin: 0 8px; padding-left: 1em; Added: trunk/themes/default/images/oss-open-source-excellence-white.png =================================================================== (Binary files differ) Index: trunk/themes/default/images/oss-open-source-excellence-white.png =================================================================== --- trunk/themes/default/images/oss-open-source-excellence-white.png 2022-02-17 19:17:24 UTC (rev 11005) +++ trunk/themes/default/images/oss-open-source-excellence-white.png 2022-03-15 12:00:30 UTC (rev 11006) Property changes on: trunk/themes/default/images/oss-open-source-excellence-white.png ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +image/png \ No newline at end of property This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |