Changes between Version 4 and Version 5 of TracBrowser


Ignore:
Timestamp:
Nov 4, 2008, 9:55:12 PM (15 years ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracBrowser

    v4 v5  
    3434
    3535For the Subversion backend, some additional features are available:
    36  - support for `svn:needs-lock` property
    37  - support for `svn:externals` property (which can be [TracIni#svn:externals-section configured])
     36 - Support for the `svn:needs-lock` property
     37 - Support for the `svn:externals` property (which can be [TracIni#svn:externals-section configured])
     38 - 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].
    3839
    3940----