Changes between Version 69 and Version 70 of XmlRpcPlugin


Ignore:
Timestamp:
Jun 14, 2009, 11:27:25 PM (15 years ago)
Author:
osimons
Comment:

Updated content based on latest 0.11 fixes.

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcPlugin

    v69 v70  
    22= Trac XML-RPC Plugin =
    33 
    4 == ''Note about 0.11 compatibility'' ==
    5  
    6 ''You can [query:component=XmlRpcPlugin&release=0.11 check out the tickets] that users have created, there may be a solution to your problem.'' Especially #1075 states that it works out of the box with Eclipse-3.3 and Mylyn.
     4Remote Procedure Call plugin for Trac 0.10 (not actively maintained) and 0.11.
    75 
    86== Description ==
     
    2826 
    2927== Installation ==
    30 This plugin ''requires'' at least Trac 0.10. It will not work with Trac 0.9.x or earlier.
     28
     29This plugin ''requires'' at least Trac 0.10, but Trac 0.11 is recommended.
    3130 
    3231Install in the same manner as any other Trac plugin:
     
    3635}}}
    3736 
    38 or if you want it to be installed for all Trac environments:
    39  
    40 {{{
    41 # easy_install /path/to/unpacked/xmlrpcplugin.zip/0.10
    42 }}}
    43  
    44 (You might want to use ''easy_install -Z'' so that it doesn't need to be unpacked when it's called.)
    45  
    46 You will also probably need to enable the plugin in your environments trac.ini:
     37or if you want it to be installed for all Trac environments (same command can be run later to refresh installation):
     38 
     39{{{
     40$ easy_install -Z -U http://trac-hacks.org/svn/xmlrpcplugin/trunk # 0.11
     41$ #or
     42$ easy_install -Z -U http://trac-hacks.org/svn/xmlrpcplugin/0.10 # 0.10
     43$ # or
     44$ easy_install -Z -U /path/to/unpacked/download/version
     45}}}
     46 
     47You will also need to enable the plugin in your environments `trac.ini`:
    4748 
    4849{{{
     
    5354== Bugs/Feature Requests == 
    5455 
    55 Existing bugs and feature requests for XmlRpcPlugin are [query:status!=closed&component=XmlRpcPlugin&order=priority here]. If you have any issues, create a [/newticket?component=XmlRpcPlugin&owner=athomas new ticket].
     56Existing bugs and feature requests for XmlRpcPlugin are [query:status!=closed&component=XmlRpcPlugin&order=priority here]. If you have any issues, create a [/newticket?component=XmlRpcPlugin&owner=osimons new ticket].
    5657 
    5758== Troubleshooting ==
     
    258259         
    259260== Author/Contributors ==
    260          
    261 '''Author:''' [wiki:athomas] [[BR]]
    262 '''Contributors:''' [wiki:mgood] [[BR]]
    263  
    264 [[TagIt(plugin,athomas,mgood,alpha,0.10)]]
     261
     262'''Authors and contributors:''' [wiki:athomas], [wiki:mgood], [wiki:osimons] (maintainer) [[BR]]
     263 
     264[[TagIt(plugin,athomas,mgood,osimons,0.10,0.11)]]