NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item11383 for general documentation changes for release 1.1.5. Use
Item9693 for docu changes for release 2.0.
Bugs WaitingFor WikiGuest
Number of topics: 0
Open bugs ReportedBy WikiGuest
Number of topics: 0
Recently fixed or discarded bugs reports reported by WikiGuest
See also:
MyDetailedItems
* Set PUBLIC_CACHE_EXPIRE = -1
* Set NOWYSIWYG = 1
%STARTINCLUDE%
<h2>Bugs !WaitingFor <nop>%NAME%</h2>
%SEARCH{
type="query"
"(CurrentState='New' OR CurrentState='Confirmed' OR CurrentState='Waiting for Feedback' OR CurrentState='Being Worked On' OR CurrentState='Needs Merge' OR CurrentState='Proposal Required') AND WaitingFor~'*%NAME%*'"
web="%WEB%"
topic="Item*"
order="modified"
nonoise="on" nototal="off"
reverse="on"
header="| *Id* | *Applies To* | *Summary* | *State* | *Last Edit* | *By* |"
format="$percntINCLUDE{
$quot%WEB%.%TOPIC%$quot
section=$quottableformat$quot
Web=$quot$web$quot
Topic=$quot$topic$quot
AppliesTo=$quot$formfield(AppliesTo)$quot
Component=$quot$formfield(Component)$quot
Checkins=$quot$formfield(Checkins)$quot
Summary=$quot$percntENCODE{\"$formfield(Summary)\" type=\"quote\"}$percnt$quot
CurrentState=$quot$formfield(CurrentState)$quot
Date=$quot$date$quot
By=$quot$wikiname$quot
}$percnt"
}%
<h2>Open bugs !ReportedBy <nop>%NAME%</h2>
%SEARCH{
"(CurrentState='New' OR CurrentState='Confirmed' OR CurrentState='Waiting for Feedback' OR CurrentState='Being Worked On' OR CurrentState='Proposal Required') AND ReportedBy~'*%NAME%'"
web="%WEB%"
topic="Item*"
type="query"
nonoise="on" nototal="off"
order="modified"
reverse="on"
header="| *Id* | *Applies To* | *Summary* | *State* | *Last Edit* | *By* |"
format="$percntINCLUDE{
$quot%WEB%.%TOPIC%$quot
section=$quottableformat$quot
Web=$quot$web$quot
Topic=$quot$topic$quot
AppliesTo=$quot$formfield(AppliesTo)$quot
Component=$quot$formfield(Component)$quot
Checkins=$quot$formfield(Checkins)$quot
Summary=$quot$percntENCODE{\"$formfield(Summary)\" type=\"quote\"}$percnt$quot
CurrentState=$quot$formfield(CurrentState)$quot
Date=$quot$date$quot
By=$quot$wikiname$quot
}$percnt"
}%
<h2>Recently fixed or discarded bugs reports reported by <nop>%NAME%</h2>
%SEARCH{
"(CurrentState='Waiting for Release' OR CurrentState='Closed' OR CurrentState='No Action Required' OR CurrentState='Duplicate') AND ReportedBy~'*%NAME%'"
web="%WEB%"
topic="Item*"
type="query"
nonoise="on"
order="modified"
reverse="on"
limit="25"
header="| *Id* | *Applies To* | *Summary* | *State* | *Last Edit* | *By* |"
format="$percntINCLUDE{
$quot%WEB%.%TOPIC%$quot
section=$quottableformat$quot
Web=$quot$web$quot
Topic=$quot$topic$quot
AppliesTo=$quot$formfield(AppliesTo)$quot
Component=$quot$formfield(Component)$quot
Checkins=$quot$formfield(Checkins)$quot
Summary=$quot$percntENCODE{\"$formfield(Summary)\" type=\"quote\"}$percnt$quot
CurrentState=$quot$formfield(CurrentState)$quot
Date=$quot$date$quot
By=$quot$wikiname$quot
}$percnt"
}%
%STOPINCLUDE%
header="| *Id* | *Applies To* | *Summary* | *State* | *Last Edit* | *By* |"
---+++ tableformat (Web, Topic, AppliesTo, Component, Checkins, Summary, CurrentState, Date, By)
%STARTSECTION{tableformat}%| [[%Web%.%Topic%][%Topic%]] | %AppliesTo% %Component% | %IF{"'%Checkins%' = ''" then="" else="$percntICON{award}$percnt "}%%Summary% | <span style='white-space:pre;'>%CurrentState%</span> | <span style='white-space:pre;'>%CALC{$FORMATTIMEDIFF(min, 1, $ROUND($TIMEDIFF($TIME(%Date%), $TIME(), min)))}%</span> | [[%SCRIPTURL{"view"}%/%WEB%/%TOPIC%?name=%By%][%By%]] |%ENDSECTION{tableformat}%