[Trac] Modify the Trac page layout, set fix page width

2007-07-09 Thread Ben Rennigen
Hello, is it possible to adjust the page layout? I do not want the Trac page to be 100% of the screen width, but e.g. 780 pixels wide. Which file must I modify for this, or is it in any way hardcoded in Python? Thanks a lot for your help --~--~-~--~~~---~--~~

[Trac] Re: Modify the Trac page layout, set fix page width

2007-07-09 Thread osimons
This should help you get started: http://trac.edgewall.org/wiki/TracInterfaceCustomization :::simon On Jul 9, 9:49 am, Ben Rennigen [EMAIL PROTECTED] wrote: Hello, is it possible to adjust the page layout? I do not want the Trac page to be 100% of the screen width, but e.g. 780 pixels wide.

[Trac] Additional columns in query result

2007-07-09 Thread dawn
This is likely right under my nose, but I cannot seem to figure out how to add fields to a query result on the View Ticket page's custom query. I would like to see the Severity column, for example, or at least be able to download the data from that column as well as those shown. I can group by

[Trac] Viewing changesets which contain binary files

2007-07-09 Thread duncan
I am managing a small project using trac and subversion, and we have a number of binary files in the repository, which change sometimes. These include word-processing files (.odts) and PDFs. When I view a changeset containing changes to these files, the page displays the diffs to the binaries.

[Trac] Re: Additional columns in query result

2007-07-09 Thread Eli Carter
On Monday 09 July 2007, dawn wrote: This is likely right under my nose, but I cannot seem to figure out how to add fields to a query result on the View Ticket page's custom query. I would like to see the Severity column, for example, or at least be able to download the data from that

[Trac] Re: Additional columns in query result

2007-07-09 Thread dawn
On Jul 9, 9:35 am, Eli Carter [EMAIL PROTECTED] wrote: On Monday 09 July 2007, dawn wrote: This is likely right under my nose, but I cannot seem to figure out how to add fields to a query result on the View Ticket page's custom query. I would like to see the Severity column, for example,

[Trac] Re: Additional columns in query result

2007-07-09 Thread Eli Carter
On Monday 09 July 2007, dawn wrote: On Jul 9, 9:35 am, Eli Carter [EMAIL PROTECTED] wrote: On Monday 09 July 2007, dawn wrote: This is likely right under my nose, but I cannot seem to figure out how to add fields to a query result on the View Ticket page's custom query. I would

[Trac] Re: Additional columns in query result

2007-07-09 Thread dawn
On Jul 9, 11:14 am, Eli Carter [EMAIL PROTECTED] wrote: On Monday 09 July 2007, dawn wrote: On Jul 9, 9:35 am, Eli Carter [EMAIL PROTECTED] wrote: On Monday 09 July 2007, dawn wrote: This is likely right under my nose, but I cannot seem to figure out how to add fields to a query

[Trac] Re: Additional columns in query result

2007-07-09 Thread Grzegorz Sobanski
* dawn [EMAIL PROTECTED] [2007-07-09 19:22]: My understanding from what I read was that the reports module was replaced by the queries. I found and removed the line in the trac.ini file that disables reports, but I still cannot find where in the interface they are. I still get queries only

[Trac] Re: Additional columns in query result

2007-07-09 Thread Eli Carter
On Monday 09 July 2007, dawn wrote: On Jul 9, 11:14 am, Eli Carter [EMAIL PROTECTED] wrote: You can get additional columns in the reports; but I thought your question was about the custom queries. My understanding from what I read was that the reports module was replaced by the

[Trac] Re: Additional columns in query result

2007-07-09 Thread dawn
On Jul 9, 12:28 pm, Grzegorz Sobanski [EMAIL PROTECTED] wrote: * dawn [EMAIL PROTECTED] [2007-07-09 19:22]: My understanding from what I read was that the reports module was replaced by the queries. I found and removed the line in the trac.ini file that disables reports, but I still

[Trac] Re: Additional columns in query result

2007-07-09 Thread dawn
On Jul 9, 1:19 pm, Eli Carter [EMAIL PROTECTED] wrote: On Monday 09 July 2007, dawn wrote: On Jul 9, 11:14 am, Eli Carter [EMAIL PROTECTED] wrote: You can get additional columns in the reports; but I thought your question was about the custom queries. My understanding from what I

[Trac] Block anonymous user

2007-07-09 Thread Ben Rennigen
Hello, is there a way to block anonymous user to see the Trac page? When I remove all permissions from the anonymous group, an anonymous user can still see the Trac page, which gives the error message Error: Not Found No handler matched request to /wiki Is there a better solution, maybe hide

[Trac] Upgrade from 0.10 to 0.11, Workflow, and Time Estimation

2007-07-09 Thread cobwebsmasher
I have a question. I am currently running an instance of Trac that is version 0.10.4. I have some folks who are really interested in the custom workflow features of 0.11. I also have someone who is interested in the Time Estimation plugin available at Trac Hacks. What is the best way to

[Trac] Re: Block anonymous user

2007-07-09 Thread Emmanuel Blot
If you use Apache to serve Trac, simply apply the authentication rules for the whole project (/project for instance), instead of the default /project/login URL. HTH, Manu On 7/9/07, Ben Rennigen [EMAIL PROTECTED] wrote: Hello, is there a way to block anonymous user to see the Trac page?

[Trac] Re: Viewing changesets which contain binary files

2007-07-09 Thread Michael Renzmann
Hi. These include word-processing files (.odts) and PDFs. When I view a changeset containing changes to these files, the page displays the diffs to the binaries. Is there any way to stop is behavior? Usually this should be possible by making sure that the right MIME type is set in the