Changes between Version 111 and Version 112 of XmlRpcPlugin


Ignore:
Timestamp:
Jul 28, 2015, 2:05:02 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

The trunk supports Trac >= 0.11. See also TracPlugins. Please ask on the trac:MailingList if you have questions, rather than posting them inline in the wiki.

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcPlugin

    v111 v112  
    3434Perform the following commands in your trac project's directory (sudo may be necessary, so if easy_install fails, try **sudo easy_install** instead of **easy_install**)
    3535{{{
    36 easy_install -Z -U http://trac-hacks.org/svn/xmlrpcplugin/0.10
     36easy_install -Z -U http://trac-hacks.org/svn/xmlrpcplugin/trunk
    3737trac-admin . config set components tracrpc.* enabled
    3838trac-admin . permission add authenticated TRAC_RPC
     
    6262
    6363If you want it to be installed for all Trac environments, then depending on the version of Trac you are running:
    64  
    65 
    66 //0.10 is very old. is trunk recommended? Should someone create a new version label for 1.0 or at least 0.11? //
    6764
    6865{{{#!sh