{%extends "base.html"%} {%load commitfest%} {%block contents%} {%include "patch_commands.inc"%}
ID {{patch.id}}
Title {{patch.name}}
Topic {{patch.topic}}
Created {{patch.created}}
Last modified {{patch.modified}} ({{patch.modified|timesince}} ago)
Latest email {%if patch.lastmail%}{{patch.lastmail}} ({{patch.lastmail|timesince}} ago){%endif%}
Status {%for c in patch_commitfests %}
{{c.commitfest}}: {{c.statusstring}}
{%endfor%}
Target version {%if patch.targetversion%}{{patch.targetversion}}{%endif%}
Authors {{patch.authors_string}}
Reviewers {{patch.reviewers_string}}{{is_reviewer|yesno:"Remove from reviewers,Become reviewer"}}
Committer {%if patch.committer%}{{patch.committer.fullname}}{%endif%} {%if is_committer%}{{is_this_committer|yesno:"Unclaim as committer,Claim as committer"}}{%endif%}
Links CFbot results (CirrusCI) CFbot GitHub{%if patch.wikilink%} Wiki{%endif%}{%if patch.gitlink%} Git {%endif%}
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/{{patch.id}}
git checkout commitfest/cf/{{patch.id}}
Emails {%if user.is_authenticated%}
{%else%}
{%endif%}
{%for t in patch.mailthread_set.all%}
{{t.subject}}
First at {{t.firstmessage}} by {{t.firstauthor|hidemail}}
Latest at {{t.latestmessage}} by {{t.latestauthor|hidemail}}
{%for ta in t.mailthreadattachment_set.all%} {%if forloop.first%} Latest attachment ({{ta.filename}}) at {{ta.date}} from {{ta.author|hidemail}}
{%endif%}     Attachment ({{ta.filename}}) at {{ta.date}} from {{ta.author|hidemail}} (Patch: {{ta.ispatch|yesno:"Yes,No,Pending check"}})
{%if forloop.last%}
{%endif%} {%endfor%}
{%for a in t.mailthreadannotation_set.all%} {%if forloop.first%}

Annotations

{%endif%} {%if forloop.last%}
When Who Mail Annotation
{{a.date}} {{a.user_string}} From {{a.mailauthor}}
at {{a.maildate}}
{{a.annotationtext}}
{%endif%} {%endfor%} {%if user.is_authenticated%}{%endif%}
{%endfor%}
History
{%for h in patch.history %} {%endfor%}
When Who What
{{h.date}} {{h.by_string}} {{h.what}}
{%if user.is_authenticated%} {{is_subscribed|yesno:"Unsubscribe from patch update emails,Subscribe to patch update emails"}} {%endif%}
{%include "patch_commands.inc"%} {%comment%}commit dialog{%endcomment%} {%include "thread_attach.inc"%} {%comment%}Modal dialog for adding annotation{%endcomment%} {%endblock%} {%block morescript%} {%endblock%}