Modify ↓
Opened 7 years ago
Closed 6 years ago
#12877 closed task (fixed)
Release Trac 1.3.3
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.3.3 |
Component: | general | Version: | |
Severity: | normal | Keywords: | release |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
This ticket is used to coordinate the finalization and testing of the next development-stable release of Trac, 1.3.3.
Attachments (0)
Change History (5)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:3 by , 6 years ago
Proposed change:
-
tracopt/ticket/templates/ticket_delete.html
diff --git a/tracopt/ticket/templates/ticket_delete.html b/tracopt/ticket/templates/ticket_delete.html index 98f37e1ed..6ad86c24f 100644
a b 61 61 62 62 <form id="delete-confirm" action="" method="post"> 63 63 <div> 64 <input type="hidden" name="__FORM_TOKEN" value="${form_token}"/>64 ${jmacros.form_token_input()} 65 65 <input type="hidden" name="action" value="delete"/> 66 66 <p> 67 67 <strong> … … 112 112 113 113 <form id="edit" action="" method="post"> 114 114 <div> 115 <input type="hidden" name="__FORM_TOKEN" value="${form_token}"/>115 ${jmacros.form_token_input()} 116 116 <input type="hidden" name="action" value="delete-comment"/> 117 117 <input type="hidden" name="cnum" value="${cnum}"/> 118 118 <input type="hidden" name="cdate" value="${cdate}"/>
comment:5 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Removed unused import in r16671, r16672.