Re: [Trac] About TRAC create/update ticket notifications (xmlrpc.net)

2010-03-21 Thread Ramon Araujo
Hi Noah, Now I know where to go: develop a plugin using xmlrpclib and adhered to the TRAC plugins standards. Thanks for your Sunday's quick response, Ramon Araujo On 3/21/10, Noah Kantrowitz wrote: > XmlRpcPlugin has nothing to do with this. If you want to expose _YOUR_ > API via XML-RPC, you

Re: [Trac] About TRAC create/update ticket notifications (xmlrpc.net)

2010-03-21 Thread Noah Kantrowitz
XmlRpcPlugin has nothing to do with this. If you want to expose _YOUR_ API via XML-RPC, you can use xmlrpclib (a core Python library) in your plugin to do the notification, but thats up to you./ --Noah On Mar 21, 2010, at 12:52 PM, Ramon Araujo wrote: Hi Noah, Thanks for your answer, coul

Re: [Trac] About TRAC create/update ticket notifications (xmlrpc.net)

2010-03-21 Thread Ramon Araujo
Hi Noah, Thanks for your answer, could you please explain it to me more in detail? I mean, should I keep using XmlRpcPlugin?, or should I modify it? or should I create a new server API? Thanks in advance, Ramon Araujo On 3/21/10, Noah Kantrowitz wrote: > The plugin exposes Trac's API. XML-RPC

Re: [Trac] Changed attachment size limit, now posts consistently fail on wiki, tickets, blog, and discussion

2010-03-21 Thread Remy Blank
Adam wrote: > Situation: > I tried to attach a 15KB image to a ticket. It did not work. > I tried to attach a 1KB image to a ticket. It worked. Some web servers allow setting a limit on POST data, you might want to check that this limit is high enough. Also, I would try disabling all plugins an

Re: [Trac] About TRAC create/update ticket notifications (xmlrpc.net)

2010-03-21 Thread Noah Kantrowitz
The plugin exposes Trac's API. XML-RPC isn't a pull-notification system, you would need to expose some kind of API on your end and make an ITicketListener that uses it. --Noah On Mar 20, 2010, at 1:04 PM, Ramon Araujo wrote: > Hi, > > I would like to know how can I use xmlrpc.net functionalit

[Trac] About TRAC create/update ticket notifications (xmlrpc.net)

2010-03-21 Thread Ramon Araujo
Hi, I would like to know how can I use xmlrpc.net functionality to receive event notification when a TRAC ticket is updated or created. I am using XmlRpcPlugin as XmlRpc server. Thanks in advance... Ramon Araujo -- You received this message because you are subscribed to the Google Groups "Trac

[Trac] Changed attachment size limit, now posts consistently fail on wiki, tickets, blog, and discussion

2010-03-21 Thread Adam
Good afternoon folks, Context: I'm currently working at an international humantarian relief organization, piloting a volunteering model based on open source principles and processes. I opted for Trac because it was flexible, easily customizable, and has great plugins. Right now we have about 15 v