Changes between Version 8 and Version 9 of CodeReviewPlugin


Ignore:
Timestamp:
Apr 17, 2015, 8:37:28 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • CodeReviewPlugin

    v8 v9  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Code Review Plugin =
    32
    4 == Description ==
     3= Code Review Plugin
     4
     5== Description
    56
    67A simple plugin for peer reviewing changesets.
    78
    8 Each changeset is attached with a reviewer, a comment and a status (accepted or rejected):
     9Each changeset is attached with a reviewer, a comment and a status with values `accepted` or `rejected`.
    910
    10 See also: PeerReviewPlugin[[FootNote(CodeReviewPlugin author comment: The difference is, with the CodeReviewPlugin the handling is much simpler. You are not required to explicitly create reviews. Instead you can add them seamlessly to any changeset.)]], ExoWebCodeReviewPlugin.
     11For conceptual discussions, see [wiki:CodeReviewPlugin/Concepts here].
    1112
    12 [[Image(CodeReview.gif)]]
     13See also:
     14 * PeerReviewPlugin: with the CodeReviewPlugin, however, the handling is much simpler: you are not required to explicitly create reviews and instead you can add them seamlessly to any changeset.
     15 * tagged:codereview
    1316
    14 
    15 == Bugs/Feature Requests ==
     17== Bugs/Feature Requests
    1618
    1719Existing bugs and feature requests for CodeReviewPlugin are
     
    2123[http://trac-hacks.org/newticket?component=CodeReviewPlugin&owner=viola new ticket].
    2224
    23 For conceptual discussions, see [wiki:CodeReviewPlugin/Concepts here]
     25[[TicketQuery(component=CodeReviewPlugin&group=type,format=progress)]]
    2426
    25 == Download ==
     27== Download
    2628
    2729Download the zipped source from [download:codereviewplugin here].
    2830
    29 == Source ==
     31== Source
    3032
    3133You can check out CodeReviewPlugin from [http://trac-hacks.org/svn/codereviewplugin here] using Subversion, or [source:codereviewplugin browse the source] with Trac.
    3234
    33 == Example ==
     35== Example
    3436
    3537Simply use the timeline to navigate to a changeset.
    3638Fill out comment and press the review button.
    3739
    38 == Recent Changes ==
     40[[Image(CodeReview.gif)]]
     41
     42== Recent Changes
    3943
    4044[[ChangeLog(codereviewplugin, 3)]]
    4145
    42 == Author/Contributors ==
     46== Author/Contributors
    4347
    4448'''Author:''' [wiki:viola] [[BR]]