Edgewall Software

Changes between Version 20 and Version 22 of Ticket #11499


Ignore:
Timestamp:
Aug 22, 2016, 12:15:52 PM (8 years ago)
Author:
Ryan J Ollos
Comment:

comment:21 changes committed in r15078, merged to trunk in r15079.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11499 – API Changes

    v20 v22  
    22 * `get_default_due`
    33 * `save_milestone`
    4 Add method to `Milestone` class:
    5  * `get_num_tickets`
     4
     5Added function `get_num_tickets_for_milestone` (since [milestone:1.2]; the similar method `Milestone.get_num_tickets` was added in [milestone:1.1.2], but replaced with `get_num_tickets_for_milestone` in 1.2).
    66
    77New 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.