Changes between Version 2 and Version 3 of TracBrowser
- Timestamp:
- 11/18/04 18:02:59 (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracBrowser
v2 v3 1 1 = The Trac Browser = 2 [[TracGuideToc]] 2 3 3 4 The Trac browser can be used to browse directories, change logs … … 5 6 6 7 Directory entries are displayed in a list with sortable columns. The list 7 entries can be sorted '''byname''', '''size''' or '''date''' by clicking on the column headers.8 The sort ingorder can be reversed by clicking on a given column header again.8 entries can be sorted by '''name''', '''size''' or '''date''' by clicking on the column headers. 9 The sort order can be reversed by clicking on a given column header again. 9 10 10 11 The browser can be used to navigate through the directory structure … … 12 13 hand will display the files change log. 13 14 14 It's also possible to browse directories as they were at any given repository revision. 15 The default behavior is to use the information from the latest revision but 16 another revision can easily be selected using the form at the top of the 15 It's also possible to browse directories as they were in history, at any given repository revision. 16 17 The default behavior is to display the latest revision but 18 another revision number can easily be selected using the form at the top of the 17 19 page. 18 20 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) 22 19 23 == RSS Support == 20 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. 24 25 The 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. 26 21 27 ---- 22 28 See also: TracGuide, TracChangeset