Edgewall Software

Changes between Version 23 and Version 24 of 1.3/TracChangeLog


Ignore:
Timestamp:
Oct 15, 2019, 6:28:01 AM (5 years ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • 1.3/TracChangeLog

    v23 v24  
    7979[trac:source:/tags/trac-1.3.4 View Tag] | [trac:milestone:1.3.4 View Milestone]
    8080
    81 === 1.3.3 
     81=== 1.3.3
    8282
    8383//(July 20, 2018)//
     
    9696[trac:source:/tags/trac-1.3.3 View Tag] | [trac:milestone:1.3.3 View Milestone]
    9797
    98 === 1.3.2 
     98=== 1.3.2
    9999
    100100//(July 31, 2017)//
     
    142142* Modernized the code to support Python 2.7 idioms (earlier versions are no longer supported)
    143143  ([trac:#12046], [trac:#12148], [trac:#12558], [trac:#12569])
    144 * Removed lots of backward compatibility APIs from pre-1.0 days; 
     144* Removed lots of backward compatibility APIs from pre-1.0 days;
    145145  in particular, the database API is now exclusively based on the [[trac:wiki:TracDev/ApiChanges/1.1#DatabaseAPIChanges|context managers]] ([trac:#9612], [trac:#11901])
    146146* Ticket changes can be used to format the subject template ([trac:#12205])
     
    347347   ([trac:#11839]).
    348348
    349 See also the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.1#DevelopmentReleases | 1.1.3]] and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.3]] (as 1.1.3 contains all the fixes done 
     349See also the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.1#DevelopmentReleases | 1.1.3]] and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.3]] (as 1.1.3 contains all the fixes done
    350350for 1.0.3).
    351351
     
    412412[trac:source:/tags/trac-1.0.19 View Tag] | [trac:milestone:1.0.19 View Milestone]
    413413
    414 
    415414=== 1.0.18
    416415
     
    435434enhancements. The following are some highlights:
    436435
    437  * Fixed `ERR_BLOCKED_BY_XSS_AUDITOR` during preview for 
     436 * Fixed `ERR_BLOCKED_BY_XSS_AUDITOR` during preview for
    438437   certain content with Chrome browser ([trac:#12926]).
    439438 * Improved performance of query module when many custom
     
    468467 - Fixed batch modify not working for list fields
    469468   (regression in 1.0.11) ([trac:#12585]).
    470  - Performance improvements to the Roadmap and Milestone 
     469 - Performance improvements to the Roadmap and Milestone
    471470   admin pages when there are many milestones and tickets
    472471   ([trac:#12609]).
     
    484483enhancements. The following are some highlights:
    485484
    486  - Use locale environment variables to negotiate locale 
     485 - Use locale environment variables to negotiate locale
    487486   on console ([trac:#12418]).
    488487 - Fixed using incorrect revisions when downloading a zip
     
    505504 - Fixed incorrect parsing of projects list file by
    506505   `GitwebProjectsRepositoryProvider` ([trac:#12518]).
    507  - `TracIni` macro displays option documentation as 
     506 - `TracIni` macro displays option documentation as
    508507   multi-line rather than one-liner ([trac:#12522]).
    509508 - Fixed regression with `GitConnector` leading to
     
    524523   ticket change log ([trac:#12381]).
    525524 - Trac is now distributed as wheel package ([trac:#12391]).
    526  - Fixed database exceptions in query system when 
     525 - Fixed database exceptions in query system when
    527526   ''milestones/versions/enums'' are not defined and a custom
    528527   field of the same name is added ([trac:#12399]).
     
    530529   standard //milestone// field was hidden ([trac:#12400]).
    531530 - Query system now sorts by `enum.value` rather than
    532    `ticket.type` for `order=type` ([trac:#12402]). 
     531   `ticket.type` for `order=type` ([trac:#12402]).
    533532 - Added support for Babel 2.3.2 (2.3.0 and 2.3.1 should
    534533   not be used)  ([trac:#12445]).
     
    663662The following list contains only a few highlights:
    664663
    665  - Subversion keywords are expanded and EOL substitutions made when viewing a file in the repository browser and when downloading a file ([trac:#717]). 
     664 - Subversion keywords are expanded and EOL substitutions made when viewing a file in the repository browser and when downloading a file ([trac:#717]).
    666665 - Notification email is sent to the old owner when a ticket is reassigned ([trac:#2311]).
    667666 - Ticket change history is updated when renaming and deleting a milestone, and when retargeting tickets to another milestone ([trac:#4582], [trac:#5658]).
     
    713712
    714713The following list contains only a few highlights:
    715  - The default theme looks more modern, especially on recent browsers (no effort has been made to make it look better on older browsers like IE6 or 7) 
     714 - The default theme looks more modern, especially on recent browsers (no effort has been made to make it look better on older browsers like IE6 or 7)
    716715 - The [TH:GitPlugin] has been donated by Herbert Valerio Riedel to the Trac project (many thanks!) and is now maintained here as an optional component
    717716 - As a consequence, the Subversion support has been moved below `tracopt.versioncontrol` as well
    718  - The Git and Mercurial log view feature a visualization of the branching structure 
     717 - The Git and Mercurial log view feature a visualization of the branching structure
    719718 - Usability improvements for the tickets, with a better support for conflict detection and resolution
    720719 - Integration of the [TH:BatchModifyPlugin], contributed by Brian Meeker (many thanks!) and is now maintained there as a default component
     
    775774[trac:source:/tags/trac-0.12.5 View Tag] | [trac:milestone:0.12.5 View Milestone]
    776775
    777 === 0.12.4 
     776=== 0.12.4
    778777
    779778//(September 7, 2012)//