Changes between Version 71 and Version 72 of PeerReviewPlugin


Ignore:
Timestamp:
Sep 12, 2012, 11:49:45 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Removed dead links to mailing list. Removed old change history. Use tags to list related codereview plugins.

Legend:

Unmodified
Added
Removed
Modified
  • PeerReviewPlugin

    v71 v72  
    77This system uses Trac's newly implemented plugin system allowing an integrated distributed peer review system for software developers. With Trac's current set of features, a peer review plugin fits nicely into its lineup. This plugin's goal is to eliminate the need for time consuming code review meetings by giving developers the ability to review code in a user-friendly web-based environment during their own time. This program is written primarily in python using many of Trac's plugin components. The interface integrates seemlessly with Subversion allowing users to browse the repository for reviewable files. Clearsilver is used as the server-side web-based scripting language with Javascript and AJAX to modernize the user interface. This program uses Trac's SQLite database and requires no changes to the user's original Trac installation.
    88
    9 See also: CodeReviewPlugin, ExoWebCodeReviewPlugin
     9See also:
     10[[ListTagged(codereview)]]
    1011
    1112== Bugs/Feature Requests ==
     
    3334 * The permission `CODE_REVIEW_DEV` and `CODE_REVIEW_MGR` must be assigned as appropriate.
    3435
    35 == Mailing list ==
    36 
    37 Communication, discussion and decisionmaking within the project is primarily done through mailing list conversations. The lists are powered by [http://groups.google.com Google Groups].
    38 
    39 '''trac-peerreview-dev'''
    40 
    41 The project development mailing list. Subscribe to this list and take part in the plugin development, talk about plugin-development related matters or to keep up to date with plugin development. To join the group (and post messages) please drop me an email (proofek(at)gmail(dot)com) and I will add you to the members' list.
    42 
    43  * [http://groups.google.com/group/trac-peerreview-dev Archive]
    44 
    45 '''trac-peerreview-announcements'''
    46 
    47 This is a very low traffic mailing list for announcements regarding plugin, mostly release notes and important updates. This list is read-only
    48 
    49  * [http://groups.google.com/group/trac-peerreview-announcements/subscribe Join the group]
    50  * [http://groups.google.com/group/trac-peerreview-announcements Archive]
    51 
    52 Users group will become available shortly.
    53 
    5436== User Comments ==
    5537
     
    5739
    5840I have moved every comments from here to that ticket to make the main wiki page more visible and pure informative.
     41
     42== Recent Changes ==
     43
     44[[ChangeLog(peerreviewplugin, 3)]]
    5945
    6046== Author/Contributors ==
     
    7157 * [wiki:Rys]
    7258 * [wiki:andersm]
    73 
    74 == Recent Changes ==
    75 
    76 [[ChangeLog(peerreviewplugin, 3)]]
    77 
    78 == Recent Updates ==
    79 
    80 09/06/2008 - First release candidate for 2.1-toddler has been released
    81            - Announcements mailing list is now publicly available
    82 
    83 30/05/2008 - Following Ian's request support for timeline has been added
    84 
    85 23/05/2008 - Following request from #2840 the feature (or rather bug fix) was applied on 2.1-toddler branch
    86 
    87 04/04/2008 - Development mailing list now available
    88 
    89 03/04/2008 - Moved user comments to a separate ticket and more reorganizing
    90 
    91 02/04/2008 - I've reorganized this page a little to make it more readable
    92 
    93 01/04/2008 - branched to 0.11. Will start making it compatible with Trac 0.11 in the first place, then I want to look deeply in the project and try to revive it. Watch this space!
    94 
    95 25/04/2006 - This is our v1.0 release.  We've successfully completed testing and fixed every bug we found.  We added some screenshots to the page (bottom), so you can check out some sample screens from our plugin.
    96 
    97 07/04/2006 - This update should fix almost all the problems.  We've done extensive testing and everything should be stable.  We've got some great bugs from the community and we think we've fixed them all.  Right now we have full support for the latest versions of Internet Explorer, Firefox, Opera, Safari, and Mozilla.  We've found bugs in Konqueror and as of now we have no plans on fully supporting it.
    98 
    99 28/03/2006 - We updated the repository with a lot of bug fixes. The bug tickets opened here have all been resolved. Thanks for the feedback. As of now, the Manager Options page has bugs.  We will be updating that page with a new version in the next couple of days.