Edgewall Software

Changes between Version 149 and Version 150 of TracChangeLog


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

Legend:

Unmodified
Added
Removed
Modified
  • TracChangeLog

    v149 v150  
    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
     
    434434enhancements. The following are some highlights:
    435435
    436  * Fixed `ERR_BLOCKED_BY_XSS_AUDITOR` during preview for 
     436 * Fixed `ERR_BLOCKED_BY_XSS_AUDITOR` during preview for
    437437   certain content with Chrome browser ([trac:#12926]).
    438438 * Improved performance of query module when many custom
     
    467467 - Fixed batch modify not working for list fields
    468468   (regression in 1.0.11) ([trac:#12585]).
    469  - Performance improvements to the Roadmap and Milestone 
     469 - Performance improvements to the Roadmap and Milestone
    470470   admin pages when there are many milestones and tickets
    471471   ([trac:#12609]).
     
    483483enhancements. The following are some highlights:
    484484
    485  - Use locale environment variables to negotiate locale 
     485 - Use locale environment variables to negotiate locale
    486486   on console ([trac:#12418]).
    487487 - Fixed using incorrect revisions when downloading a zip
     
    504504 - Fixed incorrect parsing of projects list file by
    505505   `GitwebProjectsRepositoryProvider` ([trac:#12518]).
    506  - `TracIni` macro displays option documentation as 
     506 - `TracIni` macro displays option documentation as
    507507   multi-line rather than one-liner ([trac:#12522]).
    508508 - Fixed regression with `GitConnector` leading to
     
    523523   ticket change log ([trac:#12381]).
    524524 - Trac is now distributed as wheel package ([trac:#12391]).
    525  - Fixed database exceptions in query system when 
     525 - Fixed database exceptions in query system when
    526526   ''milestones/versions/enums'' are not defined and a custom
    527527   field of the same name is added ([trac:#12399]).
     
    529529   standard //milestone// field was hidden ([trac:#12400]).
    530530 - Query system now sorts by `enum.value` rather than
    531    `ticket.type` for `order=type` ([trac:#12402]). 
     531   `ticket.type` for `order=type` ([trac:#12402]).
    532532 - Added support for Babel 2.3.2 (2.3.0 and 2.3.1 should
    533533   not be used)  ([trac:#12445]).
     
    662662The following list contains only a few highlights:
    663663
    664  - 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]).
    665665 - Notification email is sent to the old owner when a ticket is reassigned ([trac:#2311]).
    666666 - Ticket change history is updated when renaming and deleting a milestone, and when retargeting tickets to another milestone ([trac:#4582], [trac:#5658]).
     
    712712
    713713The following list contains only a few highlights:
    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) 
     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)
    715715 - 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
    716716 - As a consequence, the Subversion support has been moved below `tracopt.versioncontrol` as well
    717  - 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
    718718 - Usability improvements for the tickets, with a better support for conflict detection and resolution
    719719 - Integration of the [TH:BatchModifyPlugin], contributed by Brian Meeker (many thanks!) and is now maintained there as a default component
     
    774774[trac:source:/tags/trac-0.12.5 View Tag] | [trac:milestone:0.12.5 View Milestone]
    775775
    776 === 0.12.4 
     776=== 0.12.4
    777777
    778778//(September 7, 2012)//