Changes between Version 3 and Version 4 of TracRevisionLog
- Timestamp:
- 08/07/2010 01:07:45 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracRevisionLog
v3 v4 46 46 == The Revision Log Information == 47 47 48 For each revision log entry, there are 7 columns shown:49 1. The first column contains a pair of radio buttons and should used48 For each revision log entry, there are 7 columns: 49 1. The first column contains a pair of radio buttons and should be used 50 50 for selecting the ''old'' and the ''new'' revisions that will be 51 51 used for [wiki:TracRevisionLog#viewingtheactualchanges viewing the actual changes]. 52 2. A color code (similar to the one used for the [wiki:TracChangeset#ChangesetHeader changesets])53 indicating kind of change.52 1. A color code (similar to the one used for the 53 [wiki:TracChangeset#ChangesetHeader changesets]) indicating kind of change. 54 54 Clicking on this column refreshes the revision log so that it restarts 55 55 with this change. 56 3. The '''Date''' at which the change was made. 57 4. The '''Revision''' number, displayed as `@xyz`. 58 This is a link to the TracBrowser, using that revision as the base line. 59 5. The '''Changeset''' number, displayed as `[xyz]`. 56 1. The '''Revision''' number, displayed as `@xyz`. 57 This is a link to the TracBrowser, using the displayed revision as the base line. 58 1. The '''Changeset''' number, displayed as `[xyz]`. 60 59 This is a link to the TracChangeset view. 61 6. The '''Author''' of the change. 62 7. The '''Log Message''', which contains either a summary or the full commit 60 1. The '''Date''' at which the change was made. 61 The date is displayed as the time elapsed from the date of the revision. The time 62 elapsed is displayed as the number of hours, days, weeks, months, or years. 63 1. The '''Author''' of the change. 64 1. The '''Log Message''', which contains either the truncated or full commit 63 65 log message, depending on the value of the ''Show full log messages'' 64 66 checkbox in the form above. … … 80 82 81 83 Finally, if the two revisions are identical, the corresponding 82 changeset will be shown (same effect as clicking on column 5).84 changeset will be shown (same effect as clicking on the !ChangeSet number). 83 85 84 86 == Alternative Formats ==