Oops. Grrrrrr.... (switching from C/C++ to php mistake). Fixed here:<div><br></div><div><div>$ svn log -r 3275 && svn diff -c 3275</div><div>------------------------------------------------------------------------</div>
<div>r3275 | david.cole | 2012-08-21 13:42:56 -0400 (Tue, 21 Aug 2012) | 1 line</div><div><br></div><div>Correct typo - forgot . character to concat strings across lines</div><div>------------------------------------------------------------------------</div>
<div>Index: index.php</div><div>===================================================================</div><div>--- index.php<span class="Apple-tab-span" style="white-space:pre">        </span>(revision 3274)</div><div>+++ index.php<span class="Apple-tab-span" style="white-space:pre">        </span>(revision 3275)</div>
<div>@@ -865,7 +865,7 @@</div><div> $label_rows = pdo_all_rows_query(</div><div> "SELECT text FROM label, label2test ".</div><div> "WHERE label2test.buildid='$buildid' ".</div><div>
- "AND label2test.labelid=<a href="http://label.id">label.id</a> "</div><div>+ "AND label2test.labelid=<a href="http://label.id">label.id</a> ".</div><div> "GROUP BY labelid");</div>
<div> foreach($label_rows as $label_row)</div><div> {</div><div><br></div><div><br></div><div><br></div><br><div class="gmail_quote">On Tue, Aug 21, 2012 at 7:09 AM, David Cole <span dir="ltr"><<a href="mailto:david.cole@kitware.com" target="_blank">david.cole@kitware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>CDash svn revision 3274 in trunk -- thanks for the patch!</div><div><br></div><div><br></div><div>$ svn log -r 3274</div>
<div>------------------------------------------------------------------------</div><div>r3274 | david.cole | 2012-08-21 07:08:31 -0400 (Tue, 21 Aug 2012) | 1 line</div>
<div><br></div><div>Include test labels on the main page too, especially for the case where there are no build labels. Thanks to Kiwi Lorenz for the patch.</div><div>------------------------------------------------------------------------</div>
<div class="HOEnZb"><div class="h5">
<div><br></div><br><div class="gmail_quote">On Tue, Aug 21, 2012 at 3:30 AM, Kay-Uwe 'Kiwi' Lorenz <span dir="ltr"><<a href="mailto:kay@moduleworks.com" target="_blank">kay@moduleworks.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi David,<br>
<br>
attached you find a patch, which avoids duplicates using an associative array.<br>
<br>
Kind regards, Kiwi<div><br>
<br>
On 20.08.2012 17:14, David Cole wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
But with the attached patch, *duplicate* labels are possible, and that's<br>
not desirable either. Could you make a patch that avoids duplicating<br>
labels that are already represented by the previous block of code?<br>
<br>
<br>
On Mon, Aug 20, 2012 at 9:19 AM, Kay-Uwe 'Kiwi' Lorenz<br></div><div>
<<a href="mailto:kay@moduleworks.com" target="_blank">kay@moduleworks.com</a> <mailto:<a href="mailto:kay@moduleworks.com" target="_blank">kay@moduleworks.com</a>>> wrote:<br>
<br>
Hi all,<br>
<br>
If you are using subprojects and you have test-only subprojects,<br>
cdash will<br>
show the labels of them as "(none)".<br>
<br>
Attached you find a patch of index.php against CDash 2.0.2, which add<br>
labels for tests.<br>
<br>
Kind regards, Kiwi<br>
--<br>
<br>
Kay-Uwe (Kiwi) Lorenz<br>
IT Department<br>
ModuleWorks GmbH<br>
Ritterstr. 12a<br>
52072 Aachen<br>
Germany<br>
<br>
HRB 11871<br>
Amtsgericht Aachen<br>
Geschäftsführer Yavuz Murtezaoglu<br>
<br>
--<br>
<br></div>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a> <<a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a>><div><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/<u></u>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at:<br>
<a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/<u></u>CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/<u></u>listinfo/cmake</a><br>
<br>
<br>
</div></blockquote><div><div>
<br>
-- <br>
<br>
Kay-Uwe (Kiwi) Lorenz<br>
IT Department<br>
ModuleWorks GmbH<br>
Ritterstr. 12a<br>
52072 Aachen<br>
Germany<br>
<br>
HRB 11871<br>
Amtsgericht Aachen<br>
Geschäftsführer Yavuz Murtezaoglu<br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br></div>