You are here: Foswiki>Tasks Web>Component (13 Oct 2020, MichaelDaum)Edit Attach

Components

Components other than Extensions

Number of topics: 99

Extensions (Plugins, Contribs, AddOns, Skins)

Number of topics: 662

Create another component

Please don't create duplicate components

%STARTINCLUDE%
<div style="padding:.5em; background-color: #ffc; color: #000; text-align:center; font-weight: bold">This is Foswiki %WIKIVERSION%</div>

---+++ %URLPARAM{"queryType" default="Active Items"}%
%TABLE{footerrows="1"}%
| *Id* | *Summary* | *Priority* | *Current&nbsp;State* | *Creation&nbsp;Date* | *Last&nbsp;Edit* |
%SEARCH{
 "Component=~'.*\b%INCLUDINGTOPIC%\b.*' AND (CurrentState='New' OR CurrentState='Confirmed' OR CurrentState='Waiting for Feedback' OR CurrentState='Waiting for Release' OR CurrentState='Proposal Required' OR CurrentState='Being Worked On' OR CurrentState='Needs Merge' OR CurrentState='Needs Developer' %URLPARAM{"closed" encode="off"}%)" web="%INCLUDINGWEB%" excludetopic="ItemTemplate" topic="Item*"
 type="query"
 nosearch="on"
 order="modified"
 limit="%URLPARAM{"limit" default="%LIMIT%"}%"
 nototal="on"
 format="| [[$web.$topic][$topic]] $formfield(Component) | $formfield(Summary) <br /> $formfield(Checkins) | $formfield(Priority) | $formfield(CurrentState) $formfield(WaitingFor) $formfield(ReleasedIn) | $createdate | $date|" 
}%
| %IF{"%CALC{$ROW()}%='1'" then="<span style='background : #808080;'> %WHITE% No %URLPARAM{"queryType" default="Active Items"}% Found %ENDCOLOR% </span>" else="Summary"}%  | | | %IF{"%CALC{$ROW()}%='1'" then="" else="%CALC{"$COUNTITEMS( R2:C$COLUMN()..R$ROW(-1):C$COLUMN() )"}%"}% | %IF{"%CALC{$ROW()}%='1'" then="" else="%CALC{"$COUNTITEMS( R2:C$COLUMN()..R$ROW(-1):C$COLUMN() )"}%"}% | |


<div class="foswikiPageForm">
<noautolink>
<form action="%SCRIPTURL{"view"}%/%INCLUDINGWEB%/%INCLUDINGTOPIC%" method="post" style="%IF{"defined closed" then="display:none"}%">
<input type="hidden" name="closed" value=" OR CurrentState='Closed' OR CurrentState='No Action Required' OR CurrentState='Duplicate' OR CurrentState='Waiting for Release'" />

<input type="hidden" name="queryType" value="Closed Items" />

<input type="submit" value="Show closed and No Action" class="foswikiButton" />
</form>
<form action="%SCRIPTURL{"view"}%/%INCLUDINGWEB%/%INCLUDINGTOPIC%" method="post" style="%IF{"not defined closed" then="display:none"}%">
<input type="submit" value="Hide closed, discarded or deferred bugs" class="foswikiButton" />
</form>
<form action="%SCRIPTURL{"edit"}%/%INCLUDINGWEB%/ItemAUTOINC1" method="post">
<input type="hidden" name="templatetopic" value="%INCLUDINGWEB%.TaskItemTemplate" />
<input type="hidden" name="formtemplate" value="%INCLUDINGWEB%.ItemTemplate" />
<input type="hidden" name="_T" value="0501092906" />
<input type="hidden" name="Component" value="%INCLUDINGTOPIC%" />
<input type="hidden" name="topicparent" value="%INCLUDINGTOPIC%" />
<input type="hidden" name="template" value="ItemTemplateEdit" />
<input type="hidden" name="AppliesTo" value="Extension" />
<input type="hidden" name="Priority" value="Enhancement" />
<input type="hidden" name="CurrentState" value="New" />
<input type="submit" value="File a new bug or feature request for %INCLUDINGTOPIC%" class="foswikiSubmit" />
</form>
</noautolink>
</div>

See also: %ICON{help}% [[Support.%INCLUDINGTOPIC%][Support.%INCLUDINGTOPIC%]], %ICON{download}% [[Extensions.%INCLUDINGTOPIC%]], %ICON{code}% [[Development.%INCLUDINGTOPIC%]]
%STOPINCLUDE%

Topic revision: r53 - 13 Oct 2020, MichaelDaum
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy