Edgewall Software

Changes between Version 81 and Version 82 of TracChangeLog


Ignore:
Timestamp:
Aug 3, 2014, 10:03:30 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Started changelog for milestone:1.1.2.

Legend:

Unmodified
Added
Removed
Modified
  • TracChangeLog

    v81 v82  
    1212** No guarantees of feature and API compatibility is made from one 1.1.x release to the next. //
    1313
     14=== 1.1.2
     15
     16The following list contains a few highlights of the changes: //(not yet complete)//
     17
     18 - The new option `[ticket] optional_fields` specifies ticket select fields that are treated as optional (i.e. an empty value is allowed) (#10772).
     19 - Attachments can't be added to read-only wiki pages (#11244).
     20 - The //retarget// select is not shown when closing or deleting a milestone which has no tickets associated with it (#11366).
     21 - //Clear default// buttons allow the ticket system default values (e.g. `default_milestone`, `default_version`) options to be cleared through the corresponding admin pages (#10772, #11300).
     22 - The `TitleIndex` macro supports relative path prefixes when used on wiki pages (#11455).
     23 - Changed styling of the Milestone, Ticket System Admin and Repository Admin edit pages (#11499).
     24 - The //default handler// can be set as a session preference (#11597), and the default value for all users can be set from the //Basic Settings// admin page (#11519).
     25 - CommitTicketUpdater will recognize a ticket reference that includes a trailing `#comment:N` or `#comment:desccription` (#11622).
     26 - The //Tickets// column of the milestone table on the //Milestone Admin// page contains links to the query page showing all tickets associated with the milestone, grouped by status (#11661).
     27 - Authz policy can be used to restrict access to the //Report List// page using the resource id `-1` (#11697).
     28 - Dropped support for Python 2.5. Trac can no longer be run on Python 2.5 as incompatible changes have been made in the source code (#11600).
     29
     30See also the [[TracDev/ApiChanges/1.1.2]].
     31
     32[source:/tags/trac-1.1.2 View Tag] | [milestone:1.1.2 View Milestone]
     33
    1434=== 1.1.1
    1535
     
    2141 - In new tickets, custom time ticket fields may default to an absolute or relative date / time (#10853)
    2242 - In TracBatchModify, custom time ticket fields can be changed with a date(time)picker popup control (#10854)
    23  - Optionally display the component of tickets in their timeline entries ([timeline] ticket_show_component setting) (#10885)
     43 - Optionally display the component of tickets in their timeline entries (`[timeline]` `ticket_show_component` setting) (#10885)
    2444 - Fixed batch modification when no fields are changed (#10924)
    2545 - Dynamic variables can be used in the report title and description (#10979)