Changes between Version 8 and Version 9 of RevtreePlugin


Ignore:
Timestamp:
Dec 19, 2006, 12:19:04 AM (17 years ago)
Author:
Emmanuel Blot
Comment:

Improve plugin description and update browser compatibility list

Legend:

Unmodified
Added
Removed
Modified
  • RevtreePlugin

    v8 v9  
    66
    77This plugin renders a graphical representation of the repository.
     8
     9The plugin collects the repository's revisions and rebuilds the branches
     10based the names of the files changed in each revision.
     11
     12Filters can be used to chose which branches and which revisions
     13are to be displayed.
     14
     15Each depicted changeset is a clickable item that redirects the browser to the
     16appropriate changeset view.
     17
     18Whenever the mouse cursor is hovered over a revtree changeset, the browser
     19opens a tool tip box that shows the revision number, the author and the date
     20of the revision along with the wiki-formatted log message.
     21
     22The plugin also shows branch cloning/tagging operations, and can be extended
     23to render other kinds of operations such as merging.
     24
     25[[Image(changeset-tip.png)]][[BR]]
     26''Changeset info tip''
    827
    928== Overview ==
     
    90109{{{
    91110#!rst
    92 +-----------+----------------+----------------+----------------+---------------------------------------------------+
    93 | OS        + Browser        + Version        + Support        + Issues                                            +
    94 +===========+================+================+================+===================================================+
    95 | Windows   | Firefox_       | 1.5, 2.0       | OK             |                                                   |
    96 +           +----------------+----------------+----------------+---------------------------------------------------+
    97 |           | IE + Adobe_    | 7.0 + 3.03     | No             | Does not even understand the XHTML+XML MIME type  |
    98 +           +----------------+----------------+----------------+---------------------------------------------------+
    99 |           | Opera_         | 9.02           | Ok             |                                                   |
    100 +-----------+----------------+----------------+----------------+---------------------------------------------------+
    101 | OS X      | Camino_        | 1.0.3          | Buggy          | Changeset text is not shown (blind changesets)    |
    102 +           +----------------+----------------+----------------+                                                   +
    103 |           | Firefox_       | 1.5, 2.0       | Buggy          |                                                   |
    104 +           +                +----------------+----------------+---------------------------------------------------+
    105 |           |                | 3.0a1          | Buggy          | Issues with fonts (known browser issue w/ SVG)    |
    106 +           +----------------+----------------+----------------+---------------------------------------------------+
    107 |           | OmniWeb_       | 5.5.1          | Weak           | Changeset text sometimes disappears               |
    108 |           |                |                |                |                                                   |
    109 |           |                |                |                | Info tips are not shown                           |
    110 +           +----------------+----------------+----------------+---------------------------------------------------+
    111 |           | Safari_        | 2.0.4          | No             | Does not support SVG (needs Safari 3.x)           |
    112 +           +----------------+----------------+----------------+---------------------------------------------------+
    113 |           | Webkit_        | r18244         | Ok             | Minor issue with changeset info tip               |
    114 +           +----------------+----------------+----------------+---------------------------------------------------+
    115 |           | Opera_         | 9.02           | Ok             |                                                   |
    116 +-----------+----------------+----------------+----------------+---------------------------------------------------+
    117 | Linux     |                |                |                | Not tested - yet                                  |
    118 +-----------+----------------+----------------+----------------+---------------------------------------------------+
    119 
     111+-----------+------------------+----------------+----------------+---------------------------------------------------+
     112| OS        + Browser          + Version        + Support        + Comments / Issues                                 |
     113+===========+==================+================+================+===================================================+
     114| Windows   | Firefox_         | 1.5, 2.0       | OK             | Gecko/1.8.1                                       |
     115+           +                  +----------------+----------------+---------------------------------------------------+
     116|           |                  | 3.0a1          | Ok             | GranParadiso/3.0a1 Gecko/1.9a1                    |
     117+           +------------------+----------------+----------------+---------------------------------------------------+
     118|           | IE_ + Adobe_     | 7.0 + 3.03     | No             | Does not even understand the XHTML+XML MIME type  |
     119+           +------------------+----------------+----------------+---------------------------------------------------+
     120|           | Opera_           | 9.02           | Ok             |                                                   |
     121+-----------+------------------+----------------+----------------+---------------------------------------------------+
     122| OS X      | Camino_          | 1.0.3          | Buggy          | Changeset text is not shown (blind changesets)    |
     123+           +------------------+----------------+----------------+                                                   +
     124|           | Firefox_         | 1.5, 2.0       | Buggy          |                                                   |
     125+           +                  +----------------+----------------+---------------------------------------------------+
     126|           |                  | 3.0a1          | Buggy          | Issues with fonts (known browser issue w/ SVG)    |
     127+           +------------------+----------------+----------------+---------------------------------------------------+
     128|           | OmniWeb_         | 5.5.1          | Weak           | Changeset text sometimes disappears               |
     129|           |                  |                |                |                                                   |
     130|           |                  |                |                | Info tips are not shown                           |
     131+           +------------------+----------------+----------------+---------------------------------------------------+
     132|           | Opera_           | 9.02           | Ok             |                                                   |
     133+           +------------------+----------------+----------------+---------------------------------------------------+
     134|           | Safari_          | 2.0.4          | No             | Does not support SVG (needs Safari 3.x)           |
     135+           +------------------+----------------+----------------+---------------------------------------------------+
     136|           | Webkit_          | r18244         | Ok             | Minor issue with changeset info tip               |
     137+-----------+------------------+----------------+----------------+---------------------------------------------------+
     138| Linux     | Epiphany_        | 2.14.3         | Ok             | Gnome Web Browser Gecko/1.8                       |
     139+           +------------------+----------------+----------------+---------------------------------------------------+
     140|           | Firefox_         | 2.0            | Ok             | Iceweasel/2.0 Gecko/1.8.1                         |
     141+           +                  +----------------+----------------+---------------------------------------------------+
     142|           |                  | 3.0a1          | Ok             | GranParadiso/3.0a1 Gecko/1.9a1                    |
     143+           +------------------+----------------+----------------+---------------------------------------------------+
     144|           | Konqueror_       | 3.5.5          | No             | The revision tree is not shown (inlined SVG does  |
     145|           |                  |                |                | not seem to be supported)                         |
     146+           +------------------+----------------+----------------+---------------------------------------------------+
     147|           | Opera_           | 9.10           | Ok             | Build 521 (Qt 3.3.7)                              |
     148+-----------+------------------+----------------+----------------+---------------------------------------------------+
     149
     150.. _Adobe: http://www.adobe.com/svg/viewer/install
     151.. _Camino: http://www.mozilla.org/camino
     152.. _Epiphany: http://www.gnome.org/projects/epiphany
    120153.. _Firefox: http://www.mozilla.org/firefox
    121 .. _Camino: http://www.mozilla.org/camino
     154.. _IE: http://www.microsoft.com/windows/ie
     155.. _Konqueror: http://konqueror.kde.org
     156.. _OmniWeb: http://www.omnigroup.com/applications/omniweb
    122157.. _Opera: http://www.opera.com
    123 .. _OmniWeb: http://www.omnigroup.com/applications/omniweb
     158.. _Safari: http://www.apple.com/safari
    124159.. _Webkit: http://webkit.org
    125 .. _Safari: http://www.apple.com/safari/
    126 .. _Adobe: http://www.adobe.com/svg/viewer/install/
    127 }}}
    128 
    129 == Bugs/Feature Requests ==
    130 
    131 Existing bugs and feature requests for RevtreePlugin are
    132 [report:9?COMPONENT=RevtreePlugin here].
    133 
    134 If you have any issues, create a
    135 [http://trac-hacks.org/newticket?component=RevtreePlugin&owner=eblot new ticket].
     160}}}
     161
     162The browser compatibility matrix has been tested against RevtreePlugin 0.4.5
    136163
    137164== Installation ==
     
    268295See RevtreePlugin/Changelog
    269296
    270 === How is this plugin related to the previous plugin? ===
     297=== What about the original revtree plugin? ===
    271298
    272299It superseeds the SvnCcHelpersScript/RevTree plugin:
    273300 1. it does not rely on any Clearcase external scripts nor on any SVN custom
    274     properties.
    275  1. it does not use the GraphvizPlugin nor the Graphviz (''dot'') tool - it
    276     is a pure Python implementation
     301    properties to build the graph,
     302 1. it does not use the GraphvizPlugin nor the Graphviz (''dot'') tool to
     303    render the graph. It is a pure Python implementation,
    277304 1. it uses the Trac repository cache, which dramatically speeds up the
    278     creation of the graph
     305    generation of the graph
     306 1. it can be configured and extended to support custom repository
     307    organization
    279308
    280309The older plugin code has been removed from the TracHacks.org repository.
    281310
     311== Bugs/Feature Requests ==
     312
     313Existing bugs and feature requests for RevtreePlugin are
     314[report:9?COMPONENT=RevtreePlugin here].
     315
     316If you have any issues, create a
     317[http://trac-hacks.org/newticket?component=RevtreePlugin&owner=eblot new ticket].
     318
    282319=== Author/Contributors ===
    283  * '''Author''' [wiki:eblot]
    284  * '''Contributors'''
     320 Authors::
     321   [wiki:eblot]
     322 Contributors::
     323
    285324
    286325=== Libraries ===