Changes between Version 6 and Version 7 of TracBrowser
- Timestamp:
- May 31, 2020, 9:49:25 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracBrowser
v6 v7 3 3 4 4 The Trac repository browser can be used to browse specific revisions of directories 5 and files stored in the repositories associated with the Trac environment. Best example of this can be see in this [http://www.followthesteps.net/ customer support uk directory].5 and files stored in the repositories associated with the Trac environment. 6 6 7 7 ''(since 0.12)'': … … 9 9 listing all the configured repositories. 10 10 Each repository has a name which is used as a path prefix in a 11 "virtual" file hierarchy encompassing all the available [http://cloudworks.ac.uk/cloud/view/9738 repositories].11 "virtual" file hierarchy encompassing all the available repositories. 12 12 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 13 13 are also listed, in a '''Default Repository''' section placed before the … … 15 15 with the Trac environment the '''Repository Index''' will be omitted ^[#note-multirepos (1)]^. 16 16 17 Directory entries are [https://thimbleprojects.org/followthesteps/86260/ displayed in a list]with sortable columns. The list17 Directory entries are displayed in a list with sortable columns. The list 18 18 entries can be sorted by ''Name'', ''Size'', ''Age'' or ''Author'' by clicking on the column 19 19 headers. The sort order can be reversed by clicking on a given column … … 53 53 collapse directories in-place by clicking on the arrow head at the right side of a 54 54 directory. Alternatively, the [trac:TracKeys keyboard] can also be used for this: 55 - use ` 'j'` and `'k'` to select the next or previous entry, starting with the first56 - ` 'o'` (open) to toggle between expanded and collapsed state of the selected55 - use `j` and `k` to select the next or previous entry, starting with the first 56 - `o` ('''o'''pen) to toggle between expanded and collapsed state of the selected 57 57 directory or for visiting the selected file 58 - ` 'v'` (view, visit) and `'<Enter>'`, same as above59 - ` 'r'` can be used to force the reload of an already expanded directory60 - ` 'A'` can be used to directly visit a file in annotate (blame) mode61 - ` 'L'` to view the log for the selected entry62 If no row has been selected using ` 'j'` or `'k'` these keys will operate on the entry under the mouse.58 - `v` ('''v'''iew, '''v'''isit) and `<Enter>`, same as above 59 - `r` can be used to force the '''r'''eload of an already expanded directory 60 - `a` can be used to directly visit a file in '''a'''nnotate (blame) mode 61 - `l` to view the '''l'''og for the selected entry 62 If no row has been selected using `j` or `k` these keys will operate on the entry under the mouse. 63 63 64 {{{#!comment65 MMM: I guess that some keys are upper case and some lower to avoid conflicts with browser defined keys.66 I find for example in Firefox and IE on windows that 'a' works as well as 'A' but 'l' does not work for 'L'.67 cboos: 'l' is reserved for Vim like behavior, see #786768 }}}69 64 70 65 For the Subversion backend, some advanced additional features are available: … … 89 84 ---- 90 85 {{{#!div style="font-size:85%" 91 [=#note-multirepos (1)] -This means that after upgrading a single-repository Trac of version86 [=#note-multirepos (1)] This means that after upgrading a single-repository Trac of version 92 87 0.11 (or below) to a multi-repository Trac (0.12), the repository browser will look and feel 93 88 the same, that single repository becoming automatically the "default" repository.