[Trac] Dates & XML RPC plugin ... missing tickets changes

2009-05-05 Thread Olemis Lang
Hello I've experienced some issues while using XMLRPC plugin to retrieve ticket changes. See below for further details (Thnx in advance ;): olemis To be more precise about the issue at hand olemis I have the following changes 16:03 olemis 2 new Date(2009,4,3,8,19,25) 'olemis

[Trac] Help with TRAC menu tabs

2009-05-05 Thread John
Hi all! I have installed the testCaseManagement plugin (http://trac-hacks.org/ wiki/TestCaseManagementPlugin) into TRAC. Its working fine. However the TestManagement tab is always visible on TRAC menu even for anonymous user. Did I forget some configuration step? Is there some configuration I ca

[Trac] Re: How to define dependencies for custom fields -- need help or plugin

2009-05-05 Thread amf94703
We're looking for the same info... I'd been told that there was sample code in the Trac wiki documentation, but haven't found any. Writing SQL code that would pull this info from our database would be straightforward, but then I don't know how to embed that code in a Trac page agile wrote:

[Trac] Re: Cannot find an implementation of the "IPasswordStore" interface named "HtPasswdStore"

2009-05-05 Thread Noah Kantrowitz
Add acct_mgr.* = enabled to your [components] --Noah > -Original Message- > From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com] > On Behalf Of Roberto Lima > Sent: Tuesday, May 05, 2009 9:09 AM > To: trac-users@googlegroups.com > Subject: [Trac] Re: Cannot find an impl

[Trac] Re: It's hard to remove this plugin ... gggrrr

2009-05-05 Thread Olemis Lang
On Tue, May 5, 2009 at 12:28 PM, John Hampton wrote: > > Olemis Lang wrote: >> +1 ... but this is not the big deal ... until today on accessing the >> admins-plugins page for the env where the plgin was installed, the >> uninstall button was enabled. What I did was to use that button >> followed

[Trac] Re: It's hard to remove this plugin ... gggrrr

2009-05-05 Thread John Hampton
Olemis Lang wrote: > +1 ... but this is not the big deal ... until today on accessing the > admins-plugins page for the env where the plgin was installed, the > uninstall button was enabled. What I did was to use that button > followed by either SIGHUP to apache2 server or restart or stop | > star

[Trac] Re: It's hard to remove this plugin ... gggrrr

2009-05-05 Thread Olemis Lang
On Tue, May 5, 2009 at 12:22 PM, Olemis Lang wrote: > On Tue, May 5, 2009 at 12:20 PM, Olemis Lang wrote: >> On Tue, May 5, 2009 at 10:22 AM, yoheeb wrote: >>> >>> I had this happen with a plugin once. >>> >>> I am almost positive you have the following: >>> > > BTW m using FCGI > > ;o) > > So

[Trac] Re: It's hard to remove this plugin ... gggrrr

2009-05-05 Thread Olemis Lang
On Tue, May 5, 2009 at 12:20 PM, Olemis Lang wrote: > On Tue, May 5, 2009 at 10:22 AM, yoheeb wrote: >> >> I had this happen with a plugin once. >> >> I am almost positive you have the following: >> BTW m using FCGI ;o) -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN:

[Trac] Re: It's hard to remove this plugin ... gggrrr

2009-05-05 Thread Olemis Lang
On Tue, May 5, 2009 at 10:22 AM, yoheeb wrote: > > I had this happen with a plugin once. > > I am almost positive you have the following: > > The plugin is installed in one of your environments in the plugins > directory. +1 > Regardless of a global install or not, if it is in a > plugins direc

[Trac] Re: Cannot find an implementation of the "IPasswordStore" interface named "HtPasswdStore"

2009-05-05 Thread Roberto Lima
Hi John, I found this error in my trac.log: 2009-05-05 12:57:15,052 Trac[htfile] DEBUG: acct_mgr: get_users() -- Can't locate "/home/smux03/authfiles/svn-htpasswd" i fix this path and work now. Thank you. Roberto. 2009/5/5 John Hampton : > > Turn on logging, restart your webserver,  try again.

[Trac] Re: UserManagerPlugin broken

2009-05-05 Thread Ariel Balter
Fixed authentication problem. You can now see the screenshots. John Hampton wrote: > Ariel Balter wrote: > >> I don't know what you mean. What is an "auth prompt", and how do I fix >> the problem? >> > > It means that one is prompted to enter in a username and password when > they try t

[Trac] Re: Cannot find an implementation of the "IPasswordStore" interface named "HtPasswdStore"

2009-05-05 Thread John Hampton
Turn on logging, restart your webserver, try again. In the log, you will be looking for a line during the loading of the plugins. Look for a traceback or a line that says "Skipping" and references acct_mgr -John --~--~-~--~~~---~--~~ You received this messa

[Trac] Re: UserManagerPlugin broken

2009-05-05 Thread Ariel Balter
I see now. I tried to set that directory as not needing auth in apache. But, it seems to be picking up a parent auth. I'll try to fix. Ariel Balter wrote: > I don't know what you mean. What is an "auth prompt", and how do I > fix the problem? > > Noah Kantrowitz wrote: >> That is behind an

[Trac] Re: UserManagerPlugin broken

2009-05-05 Thread John Hampton
Ariel Balter wrote: > I don't know what you mean. What is an "auth prompt", and how do I fix > the problem? It means that one is prompted to enter in a username and password when they try to access that link. Remove the authentication you have on that location, or place it in a different locat

[Trac] Re: UserManagerPlugin broken

2009-05-05 Thread Ariel Balter
I don't know what you mean. What is an "auth prompt", and how do I fix the problem? Noah Kantrowitz wrote: > That is behind an auth prompt. > > --Noah > > On May 4, 2009, at 10:04 PM, abalter wrote: > > >> Suddenly, the UserManagerPlugin web interface (Admin>Users) is >> throwing an error (se

[Trac] Re: Cannot find an implementation of the "IPasswordStore" interface named "HtPasswdStore"

2009-05-05 Thread Roberto Lima
Hello Olemis, Thanks for your help, but i already choose this option in my trac.ini, see: [account-manager] # authentication_url = generated_password_length = 8 hash_method = HtDigestHashMethod # htdigest_realm = password_file = /home/smux03/authfiles/svn-htpasswd password_format = htpasswd pas

[Trac] Re: mass ticket adding directly on sqlite3 db file

2009-05-05 Thread gctrekker
Look at the http://trac-hacks.org/wiki/TicketImportPlugin On May 5, 10:24 am, yoheeb wrote: > > There is a csv import script out there in the wild. Can search this > group for import or csv probably to find the thread about it. Might > be on trac-hacks or the contrib folder, I forget. betwee

[Trac] Re: workflow question

2009-05-05 Thread yoheeb
On May 5, 2:11 am, Roger Oberholtzer wrote: > I have added a testing branch to my workflow in Trac. Works great. I see > that it would be very useful to be able to reassign the ticket when it > is sent for testing, and when it is perhaps also when testing is > finished. Is this possible? What wou

[Trac] Re: mass ticket adding directly on sqlite3 db file

2009-05-05 Thread yoheeb
On May 5, 6:08 am, "Mihamina Rakotomandimby (R12y)" wrote: > Hi all, > I want to add ticket in a mass way. > We have a project with something like... 1.5 thousand of HTML pages, with > crappy HTML. > I would like to loop (with BASH or any langage not choosen yet) on all > those files with "tidy"

[Trac] Re: It's hard to remove this plugin ... gggrrr

2009-05-05 Thread yoheeb
I had this happen with a plugin once. I am almost positive you have the following: The plugin is installed in one of your environments in the plugins directory. Regardless of a global install or not, if it is in a plugins directory "somewhere" it gets loaded by mod_python (or whatever your pyt

[Trac] Re: It's hard to remove this plugin ... gggrrr

2009-05-05 Thread gctrekker
Did you also close your browser and start a new session? Is it possible your browser cache is causing the problem? On May 5, 7:28 am, Olemis Lang wrote: > On Tue, May 5, 2009 at 7:13 AM, Olemis Lang wrote: > > On Tue, May 5, 2009 at 2:38 AM, Jeroen Ruigrok van der Werven > > wrote: > > >> -On

[Trac] Re: It's hard to remove this plugin ... gggrrr

2009-05-05 Thread Olemis Lang
On Tue, May 5, 2009 at 7:13 AM, Olemis Lang wrote: > On Tue, May 5, 2009 at 2:38 AM, Jeroen Ruigrok van der Werven > wrote: >> >> -On [20090504 23:16], Olemis Lang (ole...@gmail.com) wrote: >>>I already did so ... That's in the conversation I posted before (#trac) >> >> Did you check the py egg

[Trac] Re: It's hard to remove this plugin ... gggrrr

2009-05-05 Thread Olemis Lang
On Tue, May 5, 2009 at 2:38 AM, Jeroen Ruigrok van der Werven wrote: > > -On [20090504 23:16], Olemis Lang (ole...@gmail.com) wrote: >>I already did so ... That's in the conversation I posted before (#trac) > > Did you check the py egg cache directory for any remnants of said plugin? > Yes ...

[Trac] Re: Cannot find an implementation of the "IPasswordStore" interface named "HtPasswdStore"

2009-05-05 Thread Olemis Lang
On Mon, May 4, 2009 at 4:34 PM, Roberto Lima wrote: > > Hi all, > > AttributeError: Cannot find an implementation of the "IPasswordStore" > interface named "HtPasswdStore".  Please update the option > account-manager.password_store in trac.ini. > > Anyone know what is this? > Did you already set

[Trac] mass ticket adding directly on sqlite3 db file

2009-05-05 Thread Mihamina Rakotomandimby (R12y)
Hi all, I want to add ticket in a mass way. We have a project with something like... 1.5 thousand of HTML pages, with crappy HTML. I would like to loop (with BASH or any langage not choosen yet) on all those files with "tidy" and, on the fly, create a ticket with the output of tidy. My first i

[Trac] Re: It's hard to remove this plugin ... gggrrr

2009-05-05 Thread Jeroen Ruigrok van der Werven
-On [20090504 23:16], Olemis Lang (ole...@gmail.com) wrote: >I already did so ... That's in the conversation I posted before (#trac) Did you check the py egg cache directory for any remnants of said plugin? -- Jeroen Ruigrok van der Werven / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nom

[Trac] workflow question

2009-05-05 Thread Roger Oberholtzer
I have added a testing branch to my workflow in Trac. Works great. I see that it would be very useful to be able to reassign the ticket when it is sent for testing, and when it is perhaps also when testing is finished. Is this possible? What would be great is if I could have a button just like in