[Trac] When is it planned to habe a first beta of trac 0.11

2007-08-07 Thread anton
Hi, I only wanted to know the probable date of a first beta of the next trac 0.11 release (for testing). Anton --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Trac Users group. To post to this group, send email

[Trac] Re: tickets modified in the last 7 days

2007-08-07 Thread Noam Tamim
Surely someone knows how to do something like this.. All I need is the WHERE clause. What can I write there to restrict to bugs modified in the past 7 days? Thanks again, Noam. On 8/5/07, Noam Tamim [EMAIL PROTECTED] wrote: Hi, Does anyone have a recipe for a report that only shows tickets

[Trac] Re: tickets modified in the last 7 days

2007-08-07 Thread Mike Kruger
How about something like this: SELECT (CASE status WHEN 'closed' THEN 'color: #777; background: #ddd; border-color: #ccc;' ELSE (CASE owner WHEN '$USER' THEN 'font-weight: bold' END) END) AS __style__, id AS ticket, summary, status as _status, time AS _time,reporter

[Trac] Re: When is it planned to habe a first beta of trac 0.11

2007-08-07 Thread Rainer Sokoll
On Tue, Aug 07, 2007 at 09:41:25AM +0300, Jani Tiainen wrote: anton kirjoitti: Hi, I only wanted to know the probable date of a first beta of the next trac 0.11 release (for testing). I think same thing that applies to any open source project: when it's ready. If you want to

[Trac] Re: tickets modified in the last 7 days

2007-08-07 Thread jtuchscherer
Hi there, julianday is not working for me on the MySQL database. I use this statement: select t.id as id, t.summary as title, t.changetime as modified from ticket t where unix_timestamp(DATE_SUB(CURDATE(),INTERVAL 2 DAY)) = t.changetime; This works on MySQL. johannes On Aug 6, 11:50 pm,

[Trac] Manipulate lottery outcome yourself

2007-08-07 Thread [EMAIL PROTECTED]
Have you ever thought of manipulate lottery outcomes as if you are the lottery house ? We invent a method called pokerization in this website : http://lottoispoker.bravehost.com/ The lotteries we targeted are UK National Lottery, Canada Lotto 6/49 and Singaporepools TOTO 6/45.

[Trac] Re: tickets modified in the last 7 days

2007-08-07 Thread Paresh
I think it would be a useful feature to have the date fields as filter options in the custom filter, then you would be able to filter against specific dates, or have an offset, such as -30 or -7 for relative dates. Once the code is in place, it would be simple to produce monthly reports. I'd be

[Trac] installation, lacking some VERSION file?

2007-08-07 Thread [EMAIL PROTECTED]
I tried many times to re-install the trac with the single output in the browser: Available Projects attachments: Error ([Errno 2] No such file or directory: 'c:\\trac\\attachments\ \VERSION') conf: Error ([Errno 2] No such file or directory: 'c:\\trac\\conf\\VERSION') db: Error ([Errno 2] No

[Trac] Re: installation, lacking some VERSION file?

2007-08-07 Thread Emmanuel Blot
This error simply means that you misconfigured your trac installation. It seems that you've declared the parent directory of multiple trac projects as C:\trac whereas c:\trac seems to be the top directory of the Trac engine itself. In other words, you've specified the wrong 'environment' path

[Trac] Re: installation, lacking some VERSION file?

2007-08-07 Thread [EMAIL PROTECTED]
I got it. You are right! Thank you so much! I replaced TracEnvParentDir with TracEnv, the apache based trac is working finally. On 8月7日, 下午7时41分, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am so sorry and so suprised that your kind help came swiftly! ^_^ I should describe what I followed

[Trac] Re: installation, lacking some VERSION file?

2007-08-07 Thread Emmanuel Blot
Once you've installed Trac, you need to create one (or more) project with the trac-admin tool, such as with trac-admin project_path initenv the project_path here is not the path where you've installed Trac itself (that is the Trac engine path in my previous email), but the path of a Trac project

[Trac] Re: Deployment and Versions

2007-08-07 Thread Jason Winnebeck
If I understand you correctly, you have it almost-but-not-quite. You are mentioning working with files, but instead you should work with directories/projects. Don't tag just a single file. You need to manage each releasable unit separately. A unit may not necessarily correspond to a direct

[Trac] Re: Deployment and Versions

2007-08-07 Thread Filipe Correia
Although perhaps not answering by itself to your needs, I think a continuous integration tool might help, such as bitten: http://bitten.cmlenz.net/ cheers, Filipe Correia On Aug 6, 2:34 pm, Lucas Stephanou [EMAIL PROTECTED] wrote: Hi All, This isn't a trac question , but it's surround it!

[Trac] Tickets costumers

2007-08-07 Thread [EMAIL PROTECTED]
Hi. We want to use Trac for costumers. The problem is that we only let to see some information about version, milestone, etc. when they create their tickets and other information about development must be invisible for them, but visible for us. They only should view their own tickets. Is there

[Trac] Re: installation, lacking some VERSION file?

2007-08-07 Thread [EMAIL PROTECTED]
Thanks, again. I used the c:\trac as the project host dir just for no reason. I would consider more about this after I choose install customizedly, surely in the next step. Thanks. On 8月7日, 下午7时59分, Emmanuel Blot [EMAIL PROTECTED] wrote: Once you've installed Trac, you need to create one (or

[Trac] Trac, email and apostrophes

2007-08-07 Thread Kevin O'Brien
Hello - We are running a Trac system (version 0.10.4) together with mySQL as the database backend. Everthing is working great, except for my email address. Trac seems to have trouble emailing to addresses with apostrophes. What happens is that it sends an email to [EMAIL PROTECTED] rather

[Trac] Re: Trac, email and apostrophes

2007-08-07 Thread Matthew Gillen
Kevin O'Brien wrote: Hello - We are running a Trac system (version 0.10.4) together with mySQL as the database backend. Everthing is working great, except for my email address. Trac seems to have trouble emailing to addresses with apostrophes. What happens is that it sends an email to

[Trac] Re: Trac, email and apostrophes

2007-08-07 Thread Rainer Sokoll
On Tue, Aug 07, 2007 at 08:09:18AM -0700, Kevin O'Brien wrote: apostrophes. What happens is that it sends an email to [EMAIL PROTECTED] rather than o'[EMAIL PROTECTED], which of course bounces. I think having apostrophs in email adresses is really a bad idea... Rainer

[Trac] Re: Start Page Resources Not Found

2007-08-07 Thread Hamid Majidy
Thanks Manu. That did it. -Original Message- From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Emmanuel Blot Sent: Monday, August 06, 2007 11:10 AM To: trac-users@googlegroups.com Subject: [Trac] Re: Start Page Resources Not Found I would install static pages

[Trac] Re: Trac, email and apostrophes

2007-08-07 Thread Aaron D. Marasco
On 8/7/07, Rainer Sokoll [EMAIL PROTECTED] wrote: I think having apostrophs in email adresses is really a bad idea... Rainer I agree. However: According to RFC 2822 http://tools.ietf.org/html/rfc2822, the local-part of the address may use any of these ASCII characters: - Uppercase and

[Trac] Re: Trac, email and apostrophes

2007-08-07 Thread Matthew Gillen
Kevin O'Brien wrote: On Aug 7, 8:50 am, Matthew Gillen [EMAIL PROTECTED] wrote: Kevin O'Brien wrote: Hello - We are running a Trac system (version 0.10.4) together with mySQL as the database backend. Everthing is working great, except for my email address. Trac seems to have trouble

[Trac] Re: Deployment and Versions

2007-08-07 Thread Lucas Stephanou
Jason, It's that, WIth little changes I can make my process, basically I left the part that copy to branch. :-) Felipe, I'll take a look, thx ! On 8/7/07, Filipe Correia [EMAIL PROTECTED] wrote: Although perhaps not answering by itself to your needs, I think a continuous integration tool

[Trac] Getting email address from LDAP/AD

2007-08-07 Thread Morris
Situation: I am logging users into Trac with SSPI authentication in Apache. Once users are logged in, I don't want them to have to enter their email address on the Preferences page so that notification emails will work -- we have an AD server setup, so when Trac is going through it's email

[Trac] Re: Getting email address from LDAP/AD

2007-08-07 Thread Morris
Yeah, I discovered this too -- and while it sounds like the answer to my problem, it hasn't been implemented yet :/ Is there no way to hack in what I'm trying to do now? On Aug 7, 3:35 pm, Emmanuel Blot [EMAIL PROTECTED] wrote: There is a long lasting ticket to implement a IUserDirectory

[Trac] Re: tickets modified in the last 7 days

2007-08-07 Thread Eli Carter
On Tuesday 07 August 2007, Paresh wrote: I think it would be a useful feature to have the date fields as filter options in the custom filter, then you would be able to filter against specific dates, or have an offset, such as -30 or -7 for relative dates. Once the code is in place, it

[Trac] setting up multiple repos --- one ticket system

2007-08-07 Thread Michael Richardson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At coderanger's suggestion, I set up four trac instances to track three parts of a project, plus a meta-project, which is our group's project/corporate documentation, itself another SVN repository. Putting it all into a single SVN repository

[Trac] Re: Trac, email and apostrophes

2007-08-07 Thread Kevin O'Brien
I will enter a new ticket On Aug 7, 11:13 am, Emmanuel Blot [EMAIL PROTECTED] wrote: I don't think this is supported at all, I don't even think that some quote chars can help. You may want to log a new ticket for this on t.e.o. Cheers, Manu On 8/7/07, Kevin O'Brien kevin.m.o'[EMAIL

[Trac] Re: Trac, email and apostrophes

2007-08-07 Thread Jani Tiainen
I wonder how many e-mail requiring fails with email address rock'n'[EMAIL PROTECTED] ... (BTW, just side note to all, you shouldn't use foobar dot com since it resolves to real domain. example.com/org/net are for examples). As RFC states there is loads of those funny characters that you can