[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 module

[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 IfModule mod_expires.c FilesMatch \.(jpg|gif|png|pdf|css|js)$ ExpiresActive On ExpiresDefault access plus 1 month /FilesMatch /IfModule IfModule mod_deflate.c AddOutputFilterByType DEFLATE text/html text/css

[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

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\tomoaksomething\local storage\temp) If so, then I think the config is pointing in the

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] 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] 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

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

[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. It

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 name

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] 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 cb...@neuf.fr On 3/2/2011 3:17 PM, Christian Boos wrote: Alias /osames/chrome/ /home/trac/OSAMES/deploy/htdocs Sorry:

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

2011-03-02 Thread Xarkam Ubuntu
Thank. very Thank. 2011/3/2 Christian Boos cb...@neuf.fr 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

[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 drop

[Trac] Re: Highlighting locked files

2011-03-02 Thread Alex Willmer
On Feb 24, 7:30 pm, Joel Bender j...@cornell.edu 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

[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

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 dan_gaware...@datacard.comwrote: 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

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

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

2011-03-02 Thread Erik
On Wed, Mar 2, 2011 at 9:34 AM, Squirr3l chronos@gmail.com 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