From: <var...@us...> - 2016-03-17 09:41:11
|
Revision: 9812 http://sourceforge.net/p/phpwiki/code/9812 Author: vargenau Date: 2016-03-17 09:41:08 +0000 (Thu, 17 Mar 2016) Log Message: ----------- Valid HTML5 and CSS3 logos (in debug mode) Modified Paths: -------------- trunk/pgsrc/ReleaseNotes trunk/themes/Crao/crao.css trunk/themes/MonoBook/commonPrint.css trunk/themes/Portland/templates/debug.tmpl trunk/themes/Sidebar/templates/debug.tmpl trunk/themes/blog/Kubrick.css trunk/themes/blog/templates/debug.tmpl trunk/themes/default/phpwiki-printer.css trunk/themes/default/templates/debug.tmpl trunk/themes/shamino_com/shamino_com.css trunk/themes/shamino_com/templates/debug.tmpl Added Paths: ----------- trunk/themes/Crao/buttons/valid-css3.png trunk/themes/Crao/buttons/valid-html5.png trunk/themes/default/buttons/valid-css3.png trunk/themes/default/buttons/valid-html5.png Removed Paths: ------------- trunk/themes/Crao/buttons/valid-xhtml10.png trunk/themes/Crao/buttons/vcss.png trunk/themes/default/buttons/valid-xhtml10.png trunk/themes/default/buttons/vcss.png Modified: trunk/pgsrc/ReleaseNotes =================================================================== --- trunk/pgsrc/ReleaseNotes 2016-03-17 08:31:57 UTC (rev 9811) +++ trunk/pgsrc/ReleaseNotes 2016-03-17 09:41:08 UTC (rev 9812) @@ -1,4 +1,4 @@ -Date: Thu, 10 Mar 2016 17:21:17 +0000 +Date: Thu, 17 Mar 2016 10:40:48 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.5) Content-Type: application/x-phpwiki; pagename=ReleaseNotes; @@ -17,6 +17,7 @@ * ~UpLoad plugin: don't inline images * phpweather-2.2.2 included in PhpWiki; ~PhpWeather plugin allowed in Fusionforge * ~HtmlConverter plugin: check file is encoded in UTF-8; ~HtmlConverter plugin allowed in Fusionforge +* Valid HTML5 and CSS3 logos (in debug mode) == 1.5.5 2015-12-11 Marc-Etienne Vargenau == Copied: trunk/themes/Crao/buttons/valid-css3.png (from rev 9810, trunk/themes/Crao/buttons/vcss.png) =================================================================== (Binary files differ) Copied: trunk/themes/Crao/buttons/valid-html5.png (from rev 9810, trunk/themes/Crao/buttons/valid-xhtml10.png) =================================================================== (Binary files differ) Deleted: trunk/themes/Crao/buttons/valid-xhtml10.png =================================================================== (Binary files differ) Deleted: trunk/themes/Crao/buttons/vcss.png =================================================================== (Binary files differ) Modified: trunk/themes/Crao/crao.css =================================================================== --- trunk/themes/Crao/crao.css 2016-03-17 08:31:57 UTC (rev 9811) +++ trunk/themes/Crao/crao.css 2016-03-17 09:41:08 UTC (rev 9812) @@ -839,7 +839,7 @@ padding-top: 0.25ex; } -#xhtml-validator { +#html-validator { font-size: small; text-align: center; margin-top: 1em; Modified: trunk/themes/MonoBook/commonPrint.css =================================================================== --- trunk/themes/MonoBook/commonPrint.css 2016-03-17 08:31:57 UTC (rev 9811) +++ trunk/themes/MonoBook/commonPrint.css 2016-03-17 09:41:08 UTC (rev 9812) @@ -183,7 +183,7 @@ div#f-poweredbyico, div#f-copyrightico, ul#f-list, -div#xhtml-validator, +div#html-validator, li#pt-logout, li#pt-login, div#p-logo, Modified: trunk/themes/Portland/templates/debug.tmpl =================================================================== --- trunk/themes/Portland/templates/debug.tmpl 2016-03-17 08:31:57 UTC (rev 9811) +++ trunk/themes/Portland/templates/debug.tmpl 2016-03-17 09:41:08 UTC (rev 9812) @@ -1,8 +1,8 @@ <?php global $RUNTIMER; ?> <table class="fullwidth"> <tr><td> -<div id="xhtml-validator"><a href="http://validator.w3.org/check/referer">Valid XHTML 1.0</a> -<a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS</a> +<div id="html-validator"><a href="http://validator.w3.org/check/referer">Valid HTML 5!</a> +<a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS 3!</a> </div> </td><td> <span class="debug"><?php echo fmt("Page Execution took %s seconds", $RUNTIMER->getStats())?></span> Modified: trunk/themes/Sidebar/templates/debug.tmpl =================================================================== --- trunk/themes/Sidebar/templates/debug.tmpl 2016-03-17 08:31:57 UTC (rev 9811) +++ trunk/themes/Sidebar/templates/debug.tmpl 2016-03-17 09:41:08 UTC (rev 9812) @@ -1,14 +1,14 @@ <?php global $RUNTIMER; ?> <table class="fullwidth"> <tr><td> -<div id="xhtml-validator"><a href="http://validator.w3.org/check/referer"><img +<div id="html-validator"><a href="http://validator.w3.org/check/referer"><img id="xhtml" - src="<?php echo $WikiTheme->_findData('buttons/valid-xhtml10.png')?>" - alt="Valid XHTML 1.0!" height="31" width="88" /></a> + src="<?php echo $WikiTheme->_findData('buttons/valid-html5.png')?>" + alt="Valid HTML 5!" /></a> <a href="http://jigsaw.w3.org/css-validator/check/referer"><img id="css" - src="<?php echo $WikiTheme->_findData('buttons/vcss.png')?>" - alt="Valid CSS!" height="31" width="88" /></a> + src="<?php echo $WikiTheme->_findData('buttons/valid-css3.png')?>" + alt="Valid CSS 3!" /></a> </div> </td><td> <span class="debug"><?php echo fmt("Page Execution took %s seconds", $RUNTIMER->getStats())?> Modified: trunk/themes/blog/Kubrick.css =================================================================== --- trunk/themes/blog/Kubrick.css 2016-03-17 08:31:57 UTC (rev 9811) +++ trunk/themes/blog/Kubrick.css 2016-03-17 09:41:08 UTC (rev 9812) @@ -465,7 +465,7 @@ background: url("images/interwiki.png") right top no-repeat; } -#xhtml-validator { +#html-validator { padding-bottom: 0; vertical-align: middle; } Modified: trunk/themes/blog/templates/debug.tmpl =================================================================== --- trunk/themes/blog/templates/debug.tmpl 2016-03-17 08:31:57 UTC (rev 9811) +++ trunk/themes/blog/templates/debug.tmpl 2016-03-17 09:41:08 UTC (rev 9812) @@ -1,4 +1,4 @@ <?php global $RUNTIMER; ?> -<p class="align-center" id="xhtml-validator"><a href="http://validator.w3.org/check/referer">Valid XHTML 1.0</a> <a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS!</a> +<p class="align-center" id="html-validator"><a href="http://validator.w3.org/check/referer">Valid HTML 5!</a> <a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS 3!</a> <span class="debug"><?php echo fmt("Page Execution took %s seconds", $RUNTIMER->getStats())?></span> </p> Copied: trunk/themes/default/buttons/valid-css3.png (from rev 9810, trunk/themes/default/buttons/vcss.png) =================================================================== (Binary files differ) Copied: trunk/themes/default/buttons/valid-html5.png (from rev 9810, trunk/themes/default/buttons/valid-xhtml10.png) =================================================================== (Binary files differ) Deleted: trunk/themes/default/buttons/valid-xhtml10.png =================================================================== (Binary files differ) Deleted: trunk/themes/default/buttons/vcss.png =================================================================== (Binary files differ) Modified: trunk/themes/default/phpwiki-printer.css =================================================================== --- trunk/themes/default/phpwiki-printer.css 2016-03-17 08:31:57 UTC (rev 9811) +++ trunk/themes/default/phpwiki-printer.css 2016-03-17 09:41:08 UTC (rev 9812) @@ -112,7 +112,7 @@ /** * Get rid of extra space at bottom (which may contain a bg image) - * this br was used to clear past the xhtml validator + * this br was used to clear past the html validator * buttons which are not visible here. */ table + br.clear-floats { @@ -277,7 +277,7 @@ */ /* Hide the w3.org validator images */ -#xhtml-validator { +#html-validator { display: none; } Modified: trunk/themes/default/templates/debug.tmpl =================================================================== --- trunk/themes/default/templates/debug.tmpl 2016-03-17 08:31:57 UTC (rev 9811) +++ trunk/themes/default/templates/debug.tmpl 2016-03-17 09:41:08 UTC (rev 9812) @@ -2,14 +2,14 @@ <table class="fullwidth"> <tr><td> <?php /* Note: The Portland theme's debug.tmpl overrides this file with it's own non-graphical variant. */ ?> -<div id="xhtml-validator"><a href="http://validator.w3.org/check/referer"><img +<div id="html-validator"><a href="http://validator.w3.org/check/referer"><img id="xhtml" - src="<?php echo $WikiTheme->_findData('buttons/valid-xhtml10.png')?>" - alt="Valid XHTML 1.0!" height="31" width="88" /></a> + src="<?php echo $WikiTheme->_findData('buttons/valid-html5.png')?>" + alt="Valid HTML 5!" /></a> <a href="http://jigsaw.w3.org/css-validator/check/referer"><img id="css" - src="<?php echo $WikiTheme->_findData('buttons/vcss.png')?>" - alt="Valid CSS!" height="31" width="88" /></a> + src="<?php echo $WikiTheme->_findData('buttons/valid-css3.png')?>" + alt="Valid CSS 3!" /></a> </div> </td><td> <span class="debug"><?php echo fmt("Page Execution took %s seconds", $RUNTIMER->getStats())?> Modified: trunk/themes/shamino_com/shamino_com.css =================================================================== --- trunk/themes/shamino_com/shamino_com.css 2016-03-17 08:31:57 UTC (rev 9811) +++ trunk/themes/shamino_com/shamino_com.css 2016-03-17 09:41:08 UTC (rev 9812) @@ -264,7 +264,7 @@ font-size: 8pt; } -.wikinavbar a.wikilink, .toolbar a.wikilink, .editdate, #xhtml-validator a.wikilink { +.wikinavbar a.wikilink, .toolbar a.wikilink, .editdate, #html-validator a.wikilink { font-size: 8pt; } Modified: trunk/themes/shamino_com/templates/debug.tmpl =================================================================== --- trunk/themes/shamino_com/templates/debug.tmpl 2016-03-17 08:31:57 UTC (rev 9811) +++ trunk/themes/shamino_com/templates/debug.tmpl 2016-03-17 09:41:08 UTC (rev 9812) @@ -1,7 +1,7 @@ <!-- shamino.com debug --> <div class="debug"> <?php global $RUNTIMER; ?> -<span id="xhtml-validator"><a class="wikilink" href="http://validator.w3.org/check/referer">Valid XHTML 1.0</a> <a class="wikilink" href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS</a> +<span id="html-validator"><a class="wikilink" href="http://validator.w3.org/check/referer">Valid HTML 5!</a> <a class="wikilink" href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS 3!</a> </span> <span><?php echo fmt("Page Execution took %s seconds", $RUNTIMER->getStats()) ?> <?php $mem = @memory_get_usage(); if ($mem) { ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |