Edgewall Software

Changes between Version 99 and Version 100 of TracChangeLog


Ignore:
Timestamp:
Feb 18, 2015, 8:27:55 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Removed 1.1.x releases. See 1.1/TracChangeLog.

Legend:

Unmodified
Added
Removed
Modified
  • TracChangeLog

    v99 v100  
    55To see where Trac is going in future releases, see the [trac:roadmap Roadmap].
    66
    7 
    8 == 1.1.x Releases
    9 // 1.1.x releases are development releases leading eventually to Trac 1.2. See them as kind of snapshots of [trac:source:trunk].
    10 
    11 ** No guarantees of feature and API compatibility is made from one 1.1.x release to the next. //
    12 
    13 === 1.1.3
    14 
    15 //(January 13, 2015)//
    16 
    17 The following list contains highlights of the changes:
    18 
    19  - The ticket creation step can be configured in the TracWorkflow and the
    20    workflow controls are present on the !NewTicket page ([trac:#2045]).
    21  - New notification system that can be extended by plugins ([trac:#3517]).
    22  - New preferences panel for notification subscriptions ([trac:#4056]).
    23  - Wiki page version comments can be edited by users with `WIKI_ADMIN` ([trac:#6573]).
    24  - Improved positioning of //Add Comment// section and //author// field
    25    on the ticket form ([trac:#10207]).
    26  - The delete confirmation pages warn if attachments will also be deleted
    27    ([trac:#11542]).
    28  - Removed support for [trac:SilverCity], Enscript and !PhpRenderer syntax
    29    highlighters ([trac:#11795]).
    30  - Combined //Date & Time// and //Language// preference panels as
    31    //Localization// ([trac:#11813]).
    32  - Groups and permissions can be used in the workflow `set_owner` attribute
    33    ([trac:#11839]).
    34 
    35 See also the [trac:TracDev/ApiChanges/1.1.3] and the detailed release notes for [[trac:TracDev/ReleaseNotes/1.1#DevelopmentReleases | 1.1.3]] and [[trac:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.3]] (as 1.1.3 contains all the fixes done
    36 for 1.0.3).
    37 
    38 [trac:source:/tags/trac-1.1.3 View Tag] | [trac:milestone:1.1.3 View Milestone]
    39 
    40 === 1.1.2
    41 
    42 //(October 23, 2014)//
    43 
    44 The following list contains highlights of the changes:
    45 
    46  - 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 ([trac:#11600]).
    47  - The new ticket workflow action `may_set_owner` is similar to `set_owner` but the owner defaults to the existing ticket owner rather than the current user ([trac:#10018]).
    48  - The new option `[ticket]` `optional_fields` specifies ticket select fields that are treated as optional (i.e. an empty value is allowed) ([trac:#10772]).
    49  - Line number and row highlighting annotations can be specified for !WikiProcessor code blocks ([trac:#10834]).
    50  - The //default handler// can be set as a session preference ([trac:#11597]), and the default value for all users can be set from the //Basic Settings// admin page ([trac:#11519]).
    51  - Attachments can't be added to read-only wiki pages ([trac:#11244]).
    52  - Tables on the admin pages have a //Select all// checkbox in the header ([trac:#10994]).
    53  - Submit buttons are disabled if the required items are not selected ([trac:#11056]).
    54  - The Admin //Permissions// page has a //Copy Permissions// form for copying permissions between users and groups ([trac:#11099]).
    55  - The new option `[milestone]` `default_retarget_to` determines the default milestone for retargeting tickets when a milestone is deleted or closed, and can be specified from the //Milestone// admin page ([trac:#10010]).
    56  - The //retarget// select is not shown when closing or deleting a milestone which has no tickets associated with it ([trac:#11366]).
    57  - //Clear default// buttons allow the ticket system default values (e.g. `default_milestone`, `default_version`) to be cleared through the corresponding admin pages ([trac:#10772], [trac:#11300]).
    58  - The `TitleIndex` macro supports relative path prefixes when used on wiki pages ([trac:#11455]).
    59  - [trac:CommitTicketUpdater] will recognize a ticket reference that includes a trailing `#comment:N` or `#comment:description` ([trac:#11622]).
    60  - 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 ([trac:#11661]).
    61  - Authz policy can be used to restrict access to the //Report List// page using the resource id `-1` ([trac:#11697]).
    62 
    63 See also the [trac:TracDev/ApiChanges/1.1.2] and the detailed release notes for [[trac:TracDev/ReleaseNotes/1.1#DevelopmentReleases | 1.1.2]], [[trac:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.2]] and [[trac:TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.6]] (as 1.1.2 contains all the fixes done for 1.0.2 and 0.12.6).
    64 
    65 [trac:source:/tags/trac-1.1.2 View Tag] | [trac:milestone:1.1.2 View Milestone]
    66 
    67 === 1.1.1
    68 
    69 //(February 3, 2013)//
    70 
    71 Trac 1.1.1 starts the 1.1.x development line leading to 1.2 with some new features and a few not-so-disruptive changes.
    72 
    73 The following list contains only a few highlights:
    74 
    75  - Added support for custom ticket fields of type time ([trac:#1942])
    76  - In new tickets, custom time ticket fields may default to an absolute or relative date / time ([trac:#10853])
    77  - In TracBatchModify, custom time ticket fields can be changed with a date(time)picker popup control ([trac:#10854])
    78  - Optionally display the component of tickets in their timeline entries (`[timeline]` `ticket_show_component` setting) ([trac:#10885])
    79  - Fixed batch modification when no fields are changed ([trac:#10924])
    80  - Dynamic variables can be used in the report title and description ([trac:#10979])
    81  - jQuery upgraded to 1.8.3, jQuery UI upgraded to 1.9.2 and jQuery UI Timepicker upgraded to 1.1.1 ([trac:#10976])
    82  - Dropped support for Python 2.5, either Python 2.6 or Python 2.7 is required //(well, as it happens, 2.5 //still// works, that's a bug ;-) )//
    83 
    84 See also the [trac:TracDev/ApiChanges/1.1.1] and the detailed release notes for [[trac:TracDev/ReleaseNotes/1.1#DevelopmentReleases | 1.1.1]], [[trac:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.1]] and [[trac:TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.5]] (as 1.1.1 contains all the fixes done for 1.0.1 and 0.12.5).
    85 
    86 [trac:source:/tags/trac-1.1.1 View Tag] | [trac:milestone:1.1.1 View Milestone]
    877
    888== 1.0.x Releases ==