Changes between Version 1 and Version 2 of TracRevisionLog


Ignore:
Timestamp:
Nov 24, 2011, 6:48:34 PM (12 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]`.
    60     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
     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 Next to it, you can see a little "wheel" icon [[Image(htdocs:../common/changeset.png)]],  which is clickable and leads to the TracChangeset view for that revision.
     59 1. The '''Date''' at which the change was made.
     60    The date is displayed as the time elapsed from the date of the revision. The time
     61    elapsed is displayed as the number of hours, days, weeks, months, or years.
     62 1. The '''Author''' of the change.
     63 1. The '''Log Message''', which contains either the truncated or full commit
    6364    log message, depending on the value of the ''Show full log messages''
    6465    checkbox in the form above.
     
    8081
    8182Finally, if the two revisions are identical, the corresponding
    82 changeset will be shown (same effect as clicking on column 5).
     83changeset will be shown (same effect as clicking on the !ChangeSet number).
    8384
    8485== Alternative Formats ==