Changes between Version 4 and Version 5 of TracBrowser
- Timestamp:
- Sep 24, 2024, 8:55:51 AM (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracBrowser
v4 v5 5 5 The Trac repository browser can be used to browse specific revisions of directories and files stored in the repositories associated with the Trac environment. 6 6 7 At the top-level of the repository browser is the '''Repository Index''', listing all the configured repositories. 7 At the top-level of the repository browser is the '''Repository Index''', listing all the configured repositories. 8 8 Each repository has a name which is used as a path prefix in a "virtual" file hierarchy encompassing all the available repositories. 9 9 One of the repositories can be configured with an empty name; this is the default repository. When such a default repository is present, its top-level files and directories are also listed, in a '''Default Repository''' section placed before the repository index. If the default repository is the only repository associated with the Trac environment, then the '''Repository Index''' will be omitted. … … 11 11 Directory entries are displayed in a list with sortable columns. The list entries can be sorted by ''Name'', ''Size'', ''Age''/''Date'' or ''Author'' by clicking on the column headers. The third sortable column is labeled //Age// when the //Time format// [/prefs/localization preference] is //Relative// and //Date// when the //Time format// is //Absolute//. The sort order can be reversed by clicking on a given column header again. 12 12 13 The browser can be used to navigate through the directory structure by clicking on the directory names. 14 Clicking on a file name will show the contents of the file. 13 The browser can be used to navigate through the directory structure by clicking on the directory names. 14 Clicking on a file name will show the contents of the file. 15 15 Clicking on the revision number of a file or directory will take you to the TracRevisionLog for that file. 16 16 Note that there's also a ''Revision Log'' navigation link that will do the same for the path currently being examined. … … 22 22 The color bar next to the ''Age''/''Date'' column gives a visual indication of the age of the last change to a file or directory, following the convention that '''[[span(style=color:#88f,blue)]]''' is oldest and '''[[span(style=color:#f88,red)]]''' is newest, but this can be [TracIni#browser-color_scale-option configured]. 23 23 24 At the top of the browser page, there's a ''Visit'' drop-down menu which you can use to select some interesting places in the repository, for example branches or tags. 24 At the top of the browser page, there's a ''Visit'' drop-down menu which you can use to select some interesting places in the repository, for example branches or tags. 25 25 This is sometimes referred to as the ''browser quickjump'' facility. 26 26 The precise meaning and content of this menu depends on your repository backend.