MantisBT - CDash
View Issue Details
0007722CDashpublic2008-09-23 07:322008-09-24 11:44
Utkarsh Ayachit 
Julien Jomier 
normalminorhave not tried
closedfixed 
 
1.2.2 
0007722: Pattern matching for bug tracker links on the "updates" page has issues
Refer to:
http://www.cdash.org/CDash/viewUpdate.php?buildid=178639 [^]

In the commit log:
"BUG: Fixed BUG #7702. char arrays with more than 1 component were not shown as numbers in the spreadsheet view. Fixed that."

"BUG: Fixed" is getting flagged as a link to the bug tracker instead of "BUG #7702".
No tags attached.
Issue History
2008-09-23 07:32Utkarsh AyachitNew Issue
2008-09-23 17:27Julien JomierStatusnew => assigned
2008-09-23 17:27Julien JomierAssigned To => Julien Jomier
2008-09-23 17:28Julien JomierNote Added: 0013560
2008-09-24 11:44Julien JomierStatusassigned => closed
2008-09-24 11:44Julien JomierNote Added: 0013568
2008-09-24 11:44Julien JomierResolutionopen => fixed
2008-09-24 11:44Julien JomierFixed in Version => 1.2.2

Notes
(0013560)
Julien Jomier   
2008-09-23 17:28   
apparently PHP is_numeric() function is not doing a good job. I'm going to look at it soon. Thanks for the report.
(0013568)
Julien Jomier   
2008-09-24 11:44   
CDash expected the log to be "BUG: bugnumber", the current behavior has been fixed if the pattern doesn't match.
We should improve the current parsing to make it more generic.

Thanks for the report.