View Issue Details

IDProjectCategoryView StatusLast Update
0027284Open CASCADEWebsite:Portalpublic2016-04-27 11:21
ReporterabvAssigned Tobugmaster  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Summary0027284: New forum thread notification need to be more indicative
DescriptionCurrently notification mails sent by dev.opencascade.org on new forum thread do not contain indication of who posted the message, e.g.:

~~~~~

Greetings abv,

Just found this:

Standard_Boolean Geom_TrimmedCurve::IsPeriodic () const
{
//return basisCurve->IsPeriodic();
return Standard_False;
}

What is the reason for that implementation? Shouldn't it

return basisCurve->IsPeriodic() && uTrim1 == basisCurve->FirstParameter() &&
uTrim2 == basisCurve->LastParameter();

?

Read more http://dev.opencascade.org/index.php?q=node/1155

~~~~~

Please add at least minimal indication, like done for comment messages, e.g.:

~~~~~

Greetings abv,
New post by Istvan Csanady: ...


Just found this:

....

~~~~~
Steps To ReproduceEmail notifications about new Forum topics on dev.opencascade.org should look like this (author name was added):

Greetings abv,
New post by Istvan Csanady: ...
...
TagsNo tags attached.
Test case number

Activities

aiv

2016-04-21 10:41

reporter   ~0053455

Implemented as described above.

Issue History

Date Modified Username Field Change
2016-03-18 07:00 abv New Issue
2016-03-18 07:00 abv Assigned To => aiv
2016-04-21 10:41 aiv Note Added: 0053455
2016-04-21 10:41 aiv Assigned To aiv => bugmaster
2016-04-21 10:41 aiv Status new => resolved
2016-04-21 10:41 aiv Steps to Reproduce Updated
2016-04-27 11:21 bugmaster Status resolved => closed
2016-04-27 11:21 bugmaster Resolution open => fixed