Changes between Version 1 and Version 2 of TracRevisionLog


Ignore:
Timestamp:
2010-10-01T18:22:04Z (13 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracRevisionLog

    v1 v2  
    4646== The Revision Log Information ==
    4747
    48 For each revision log entry, there are 7 columns shown:
    49  1. The first column contains a pair of radio buttons and should used
     48For each revision log entry, there are 7 columns:
     49 1. The first column contains a pair of radio buttons and should be used
    5050    for selecting the ''old'' and the ''new'' revisions that will be
    5151    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.
    5454    Clicking on this column refreshes the revision log so that it restarts
    5555    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]`.
    6059    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
    6365    log message, depending on the value of the ''Show full log messages''
    6466    checkbox in the form above.
     
    8082
    8183Finally, if the two revisions are identical, the corresponding
    82 changeset will be shown (same effect as clicking on column 5).
     84changeset will be shown (same effect as clicking on the !ChangeSet number).
    8385
    8486== Alternative Formats ==