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 <[email protected]> schrieb am So, 29.8.2010:
Von: Jawwad Jawwad <[email protected]>
Betreff: Re: [Trac] Method to retrieve MyTickets-RSS-Feed
An: [email protected]
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 <[email protected]> schrieb am Fr, 27.8.2010:
Von: Olemis Lang <[email protected]>
Betreff: Re: [Trac] Method to retrieve MyTickets-RSS-Feed
An: [email protected]
Datum: Freitag, 27. August, 2010 10:07 Uhr
On Fri, Aug 27, 2010 at 1:06 PM, Olemis Lang <[email protected]> wrote:
> On Wed, Aug 25, 2010 at 6:54 AM, Jawwad <[email protected]> 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 [email protected].
To unsubscribe from this group, send email to
[email protected].
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 [email protected].
To unsubscribe from this group, send email to
[email protected].
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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.