Edgewall Software

Changes between Version 28 and Version 29 of TracBrowser


Ignore:
Timestamp:
Aug 27, 2009, 6:47:00 AM (15 years ago)
Author:
Ryan Ollos <ryano@…>
Comment:

'Displays' is more specific than 'Supports'

Legend:

Unmodified
Added
Removed
Modified
  • TracBrowser

    v28 v29  
    3737
    3838For the Subversion backend, some additional features are available:
    39  - Support for the `svn:needs-lock` property
     39 - Displays the `svn:needs-lock` property
    4040 - Support for the `svn:externals` property (which can be [TracIni#svn:externals-section configured])
    4141 - The `svn:mime-type` property is used to select the syntax highlighter for rendering the file. For example, setting `svn:mime-type` to `text/html` will ensure the file is highlighted as HTML, regardless of the file extension. It also allows selecting the character encoding used in the file content. For example, if the file content is encoded in UTF-8, set `svn:mime-type` to `text/html;charset=utf-8`. The `charset=` specification overrides the default encoding defined in the `default_charset` option of the `[trac]` section of [TracIni#trac-section trac.ini].