Edgewall Software
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 Ryan J Ollos, 6 years ago

Removed unused import in r16671, r16672.

comment:2 by Ryan J Ollos, 6 years ago

Owner: set to Ryan J Ollos
Status: newassigned

comment:3 by Ryan J Ollos, 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  
    6161
    6262      <form id="delete-confirm" action="" method="post">
    6363        <div>
    64           <input type="hidden" name="__FORM_TOKEN" value="${form_token}"/>
     64          ${jmacros.form_token_input()}
    6565          <input type="hidden" name="action" value="delete"/>
    6666          <p>
    6767            <strong>
     
    112112
    113113        <form id="edit" action="" method="post">
    114114          <div>
    115             <input type="hidden" name="__FORM_TOKEN" value="${form_token}"/>
     115            ${jmacros.form_token_input()}
    116116            <input type="hidden" name="action" value="delete-comment"/>
    117117            <input type="hidden" name="cnum" value="${cnum}"/>
    118118            <input type="hidden" name="cdate" value="${cdate}"/>

comment:4 by Ryan J Ollos, 6 years ago

comment:3 change committed to trunk in r16743.

comment:5 by Ryan J Ollos, 6 years ago

Resolution: fixed
Status: assignedclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Ryan J Ollos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.