[Trac] Re: Problem with auth inside RPC plugin

2011-04-18 Thread Igor Santos
Any idea here? I asked for help in the plugin but ppl there sent me here... How can I solve this? D: On Apr 11, 2:06 pm, Igor Santos igorsanto...@gmail.com wrote: Hello! Some time ago, I created a ticket about a problem I was having while trying to use theRPCPlugin. After all, they noticed

[Trac] Fun with SQLite Manager

2011-04-18 Thread David S
Ok, now that I've finally have two newly created projects working I'd figure I'd learn on how SQLite Manager works. I've been tasked with either removing a ticket complete (say, ticket #1700) or finding a way to remove a comment that exist within ticket #1700. Is the second option possible or is

[Trac] Re: Customizing Tickets

2011-04-18 Thread David S
Thanks for those who replied. I'll try out those suggestions. On Apr 15, 12:58 pm, Ryan J Ollos ry...@physiosonics.com wrote: David S-6 wrote: Does anyone know the custom setting for the trac.ini file which allows users to be assigned from a menu listing all all the users that have

Re: [Trac] Fun with SQLite Manager

2011-04-18 Thread David Chase
There's a trac-hack for that: http://trac-hacks.org/wiki/TicketDeletePlugin Apparently incorporated into 0.12, anyway. David On 2011-04-18, at 1:56 PM, David S wrote: Ok, now that I've finally have two newly created projects working I'd figure I'd learn on how SQLite Manager works. I've

[Trac] Re: Fun with SQLite Manager

2011-04-18 Thread David S
I wish I was using 0.12. I'm using 0.11 now. :( Taking this one step at a time since I've been the SA for this wiki for about 30 days. On Apr 18, 2:07 pm, David Chase dr2ch...@gmail.com wrote: There's a trac-hack for that: http://trac-hacks.org/wiki/TicketDeletePlugin Apparently incorporated

[Trac] Re: Customizing Tickets

2011-04-18 Thread David S
Perfect. That fixed it. On Apr 15, 12:58 pm, Ryan J Ollos ry...@physiosonics.com wrote: David S-6 wrote: Does anyone know the custom setting for the trac.ini file which allows users to be assigned from a menu listing all all the users that have accessed a particular page? [ticket]

Re: [Trac] Fun with SQLite Manager

2011-04-18 Thread Chris Mulligan
The SQL to do this is pretty easy. It should work just fine to do it in production, but to be safe you might bring down apache/tracd/whatever so there's no locking contention. If you just want to delete the comments from a specific author on a specific ticket: delete from ticket_change where

Re: [Trac] Re: Problem with auth inside RPC plugin

2011-04-18 Thread m . jason . miller
Is it possible we can enable authz_policy (built in with trac) in your Trac environment and see what happens? does require one additional python module: easy_install configobj Edit trac.ini and adjust/add the following to existing configuration: [components] tracopt.perm.authz_policy.* =