Re: [Trac] Sophisticated ticket interface (with tabs)

2011-03-02 Thread Erik
On Wed, Mar 2, 2011 at 9:34 AM, Squirr3l wrote: > > We want to migrate to another ticket system, and trac seems the best choice. > My problem is that we have too many stuctured information for one ticket, > and trac's initial ticket layout is too simple. I would like to structure > the trac ticket

Re: [Trac] Re: Announcer Plugin: Send email based on status?

2011-03-02 Thread Erik
AnnouncerPlugin is pretty easy to extend. For example, you could create a subclass of TicketReporterSubscriber: from announcer.subscribers import TicketReporterSubscriber class StatusLimitedTicketReporterSubscriber(TicketReporterSubscriber): statuses = [ ... ] # Statuses for which no notific

Re: [Trac] TRAC: Want to search comments, but does not seem possible

2011-03-02 Thread Chris Shelton
Dan, On Wed, Mar 2, 2011 at 2:55 PM, Dan Gawarecki wrote: > Greetings: > > I want to search the comments that have been added to a ticket, but this > does not seem possible (at least not in 0.11 or 012). > > By “not possible” I mean, when on “View Tickets” and I choose the Custom > Query featur

[Trac] Re: “DLL load failed” when using mercurial on trac

2011-03-02 Thread blokeley
Does anyone know why trac tries to load subversion bindings when running on apache? It doesn't seem to happen when running trac using tracd. Can trac be set not to use subversion bindings when the repository type is hg? Any advice much appreciated. -- You received this message because you are

[Trac] Re: Highlighting locked files

2011-03-02 Thread Alex Willmer
On Feb 24, 7:30 pm, Joel Bender wrote: > I would like to see the same lock information (the Lock Owner, Lock Created > time and Lock Comment if there is one) on the information page for a file, > and on the directory view have the file highlighted in some way.  Perhaps > showing 'Lock Owner' ra

[Trac] TRAC: Want to search comments, but does not seem possible

2011-03-02 Thread Dan Gawarecki
Greetings: I want to search the comments that have been added to a ticket, but this does not seem possible (at least not in 0.11 or 012). By "not possible" I mean, when on "View Tickets" and I choose the Custom Query feature, there is no choice titled "Comments" (or even "Change History") in the

Re: [Trac] Static ressource doesn't work with Alias

2011-03-02 Thread Xarkam Ubuntu
Thank. very Thank. 2011/3/2 Christian Boos > On 3/2/2011 7:01 PM, Xarkam Ubuntu wrote: > > Okay. > > I misunderstood with Trac in the url of the > http://trac.edgewall.org/wiki/TracModWSGI page ;) > The alias is working now. > > Thank you > > > You're welcome. I'll try to make the wording and

Re: [Trac] Static ressource doesn't work with Alias

2011-03-02 Thread Christian Boos
On 3/2/2011 7:01 PM, Xarkam Ubuntu wrote: Okay. I misunderstood with Trac in the url of the http://trac.edgewall.org/wiki/TracModWSGI page ;) The alias is working now. Thank you You're welcome. I'll try to make the wording and the example clearer. -- Christian -- You received this message

[Trac] Re: “DLL load failed” when using mercurial on trac

2011-03-02 Thread blokeley
Thanks for the help so far. There was no mention of the temporary egg in trac.ini or http.conf I disabled mercurial.demandimport by setting mercurial.demandimport.enable() to pass. Now the traceback says: 2011-03-02 18:17:13,528 Trac[main] DEBUG: Dispatching 2011-03-02 18:17:13,575 Trac[svn_fs]

Re: [Trac] Static ressource doesn't work with Alias

2011-03-02 Thread Xarkam Ubuntu
Okay. I misunderstood with Trac in the url of the http://trac.edgewall.org/wiki/TracModWSGI page ;) The alias is working now. Thank you 2011/3/2 Christian Boos > On 3/2/2011 3:17 PM, Christian Boos wrote: > > Alias /osames/chrome/ /home/trac/OSAMES/deploy/htdocs > > Sorry: > > Alias /os

Re: [Trac] Sophisticated ticket interface (with tabs)

2011-03-02 Thread Bogdan Stanciu
On 02. 03. 11 15:34, Squirr3l wrote: > We want to migrate to another ticket system, and trac seems the best choice. > My problem is that we have too many stuctured information for one ticket, > and trac's initial ticket layout is too simple. I would like to structure > the trac ticket by using tabs

Re: [Trac] Re: “DLL load failed” when using mercurial on trac

2011-03-02 Thread Matthew Caron
On 03/02/2011 10:00 AM, blokeley wrote: The folder "C:\Documents and Settings\Tom Oak\Local Settings\Temp" exists but not the sub-folder "easy_install-cas_ve". Which config do you think is pointing to the wrong spot? Trac.ini? One of the apache configs? It would be a great help if you can na

[Trac] Re: “DLL load failed” when using mercurial on trac

2011-03-02 Thread blokeley
The folder "C:\Documents and Settings\Tom Oak\Local Settings\Temp" exists but not the sub-folder "easy_install-cas_ve". Which config do you think is pointing to the wrong spot? It would be a great help if you can name the suspect config file. Note that it works fine when using the tracd server.

Re: [Trac] Sophisticated ticket interface (with tabs)

2011-03-02 Thread Squirr3l
We want to migrate to another ticket system, and trac seems the best choice. My problem is that we have too many stuctured information for one ticket, and trac's initial ticket layout is too simple. I would like to structure the trac ticket by using tabs for example. This way every information wou

Re: [Trac] Sophisticated ticket interface (with tabs)

2011-03-02 Thread Matthew Caron
On 03/02/2011 09:25 AM, Squirr3l wrote: I would need fields and data from the database, so i need all the trac functionality, but with a huge amount of fields. I would need some kind of workaround for this.. Then I'm afraid I really don't understand what you're trying to do. Are you trying to

Re: [Trac] Static ressource doesn't work with Alias

2011-03-02 Thread Christian Boos
On 3/2/2011 3:17 PM, Christian Boos wrote: Alias /osames/chrome/ /home/trac/OSAMES/deploy/htdocs Sorry: Alias /osames/chrome/ /home/trac/OSAMES/deploy/htdocs/ (i.e. with a trailing slash) -- Christian -- You received this message because you are subscribed to the Google Groups "Trac U

Re: [Trac] Sophisticated ticket interface (with tabs)

2011-03-02 Thread Squirr3l
I would need fields and data from the database, so i need all the trac functionality, but with a huge amount of fields. I would need some kind of workaround for this.. Thanks for the tip anyway. Matthew Caron-2 wrote: > > On 03/02/2011 09:19 AM, Squirr3l wrote: >> Would it be possible to use

Re: [Trac] Sophisticated ticket interface (with tabs)

2011-03-02 Thread Matthew Caron
On 03/02/2011 09:19 AM, Squirr3l wrote: Would it be possible to use tabs in the ticket? I assume with templates. You might try directly swallowing the page content, though I'm not certain how well it would work: http://trac-hacks.org/wiki/IncludeMacro -- Matthew Caron Build Engineer Sixnet

Re: [Trac] “DLL load failed” when using mercurial on trac

2011-03-02 Thread Matthew Caron
On 03/02/2011 04:23 AM, blokeley wrote: I know that the directory "c:\docume~1\tomoak~1\locals~1\temp \easy_install-cas_ve\" does not exist on disk. Even in it's long form? (C:\documents and settings\tomoak\local storage\temp) If so, then I think the config is pointing in the wrong spot.

[Trac] Sophisticated ticket interface (with tabs)

2011-03-02 Thread Squirr3l
Hi guys, I'm looking for a way to bring a ticket handling system from a local application to trac, and i would need to know if its possible to do it. Right now there are tabs in the application, making many information available at a time, but with trac basic ticket scheme, there is only one page

Re: [Trac] Static ressource doesn't work with Alias

2011-03-02 Thread Christian Boos
Hello, On 3/2/2011 3:03 PM, Xarkam Ubuntu wrote: Hi, I have installed Trac 0.12.2 et i make apache configuration file /... //Alias /trac/chrome/site /home/trac/OSAMES/deploy/htdocs/ ... *BUT: the alias absolutely doesn't work .* Try: Alias /osames/chrome/ /home/trac/OSAMES/dep

[Trac] Static ressource doesn't work with Alias

2011-03-02 Thread Xarkam Ubuntu
Hi, I have installed Trac 0.12.2 et i make apache configuration file ExpiresActive On ExpiresDefault "access plus 1 month" AddOutputFilterByType DEFLATE text/html text/css text/js application/x-javascript text/plain text/xml *Alias /trac/chrome/site /home/trac/OSAMES/deploy/h

[Trac] “DLL load failed” when using mercurial on trac

2011-03-02 Thread blokeley
My mercurial repository works correctly in trac when I use the tracd server. However, when I use apache, I get the following warning at the top of all trac pages: "Warning: Can't synchronize with repository "(default)" (Unsupported version control system "hg": DLL load failed: The specified modul