Edgewall Software

Changes between Version 10 and Version 11 of TracBrowser


Ignore:
Timestamp:
Nov 15, 2004, 4:47:06 AM (19 years ago)
Author:
daniel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracBrowser

    v10 v11  
    66
    77Directory entries are displayed in a list with sortable columns. The list
    8 entries can be sorted '''by name''', '''size''' or '''date''' by clicking on the column headers.
    9 The sorting order can be reversed by clicking on a given column header again.
     8entries can be sorted by '''name''', '''size''' or '''date''' by clicking on the column headers.
     9The sort order can be reversed by clicking on a given column header again.
    1010
    1111The browser can be used to navigate through the directory structure
     
    1313hand will display the files change log.
    1414
    15 It's also possible to browse directories as they were at any given repository revision.
    16 The default behavior is to use the information from the latest revision but
    17 another revision can easily be selected using the form at the top of the
     15It's also possible to browse directories as they were in history, at any given repository revision.
     16
     17The default behavior is to display the latest revision but
     18another revision number can easily be selected using the form at the top of the
    1819page.
    1920
    20 '''Note:''' The browser does not use the Subversion access configuration so if you restrict read access to part of the repository in Subversion that same restriction will not be in place in the Trac browser. (Support for this functionality '''is''' being worked on -- see FineGrainedPermissions for more information.)
     21'''Note:''' The browser does not use the Subversion access configuration so if you restrict read access to part of the repository in Subversion that same restriction will not be in place in the Trac browser. (Support for this functionality '''is''' being worked on for future Trac versions)
    2122
    2223== RSS Support ==
    2324
    24 The browser module supports RSS 2.0 syndication of changes to a single file. To subscribe to an RSS version of the revision log for a file, open a file log in the browser, and click the orange 'XML' icon at the bottom of the page. See TracRss for more information on RSS support in Trac.
     25The browser module supports RSS syndication to monitor changes to a file. To subscribe to an RSS feed of the revision log for a file, open its revision log in the browser and click the orange 'XML' icon at the bottom of the page. For more information on RSS support in Trac, see TracRss.
    2526
    2627----