hi,
i did the following points as far:

Installed TracGViz 
enabled tracgviz.rpc.ReportRPC
allowed anonymous: XML_RPC and GVIZ_VIEW ( i applied low restrictions 
intentionally)
 now i don't know how to call these functions (self.getAll(), self.get() etc) 
appropriately?? as i mentioned in my last posts, i want to call these functions 
using drupal (eventually php). Can you please help me? i used for example like 
this:
                     $output 
=xmlrpc('http://localhost/trac/testprojekt/rpc','self.getAll()');
             Thank you very much for your help in advance.
Best Regards,
Jawwad

--- Jawwad Jawwad <jawwad29...@yahoo.com> schrieb am So, 29.8.2010:


Von: Jawwad Jawwad <jawwad29...@yahoo.com>
Betreff: Re: [Trac] Method to retrieve MyTickets-RSS-Feed
An: trac-users@googlegroups.com
Datum: Sonntag, 29. August, 2010 23:50 Uhr







Thank you very much for your help, i will try it out.
 
Best Regards,
Jawwad

--- Olemis Lang <ole...@gmail.com> schrieb am Fr, 27.8.2010:


Von: Olemis Lang <ole...@gmail.com>
Betreff: Re: [Trac] Method to retrieve MyTickets-RSS-Feed
An: trac-users@googlegroups.com
Datum: Freitag, 27. August, 2010 10:07 Uhr


On Fri, Aug 27, 2010 at 1:06 PM, Olemis Lang <ole...@gmail.com> wrote:
> On Wed, Aug 25, 2010 at 6:54 AM, Jawwad <jawwad29...@yahoo.com> wrote:
>>
>> I want to use xmlrpc to pull my tickets as RSS-Feed in a drupal site. In
>> order to achieve this i need a methodname, which will be called. In drupal
>> Xmlrpc-call seems like this:
>> variable_to_receive=xmlrpc('url','methodname_to_call');
>>
>
> Install TracGViz , enable tracgviz.rpc.ReportRPC and use one of the
> following methods. Read RPC docs for further details and beware of
> permissions ;o)
>
> self.getAll()
> self.get()
> self.execute()
> self.enum_columns()
> self.create()
>

If using a recent version of XmlRpcPlugin you can also use JSON-RPC
;o)

-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.


-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to