Edgewall Software

Changes between Version 19 and Version 20 of Ticket #11499


Ignore:
Timestamp:
Jul 18, 2014, 10:22:33 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11499 – Release Notes

    v19 v20  
    1 The `MilestoneModule` is used in `trac.ticket.admin.MilestoneAdminPanel` to eliminate redundant code. When milestone edit validations fail on the Milestone Admin page, a warning is added rather than redirecting to the error page.
     1 * Changed styling of Milestone, Ticket System Admin and Repository Admin edit pages by removing `fieldset`s around the //Description//s.
     2 * When milestone edit validations fail on the Milestone Admin page, a warning is added rather than redirecting to the error page.
  • Ticket #11499 – API Changes

    v19 v20  
    55 * `get_num_tickets`
    66
    7 New template `milestone_edit_form.html` for editing a milestone.
     7New template `milestone_edit_form.html` for editing a milestone is used on the `milestone_edit.html` and `admin_milestone.html` pages. The `MilestoneModule` is used in `trac.ticket.admin.MilestoneAdminPanel` to eliminate redundant code.