Re: [Trac] The T.E.O site layout design

2010-08-27 Thread Itamar O
On Sat, Jul 24, 2010 at 11:59 AM, Christian Boos cb...@neuf.fr wrote: On 7/24/2010 10:49 AM, Itamar O wrote: On 6/26/10, Christian Booscb...@neuf.fr wrote: On 6/26/2010 12:16 PM, Itamar O wrote: Hi all, (snip) I'd have to ask Jonas, but I personally don't see a problem in making

[Trac] Re: trac 0.12 Prepare chrome data for request is slow

2010-08-27 Thread Dav
nothing with the name versioncontrol in trac.conf Anyone else? what is it preparing :) -- You received this message because you are subscribed to the Google Groups Trac Users group. To post to this group, send email to trac-us...@googlegroups.com. To unsubscribe from this group, send email to

[Trac] trac 0.12 does not work with ajp/flup under RHEL5

2010-08-27 Thread Shawn Chain
Hi, I encounted the following problem while running tracd with flup for ajp protocol support. [opensou...@pt-153-14 bin]$ /home/opensource/trac/tracd --port=8009 -- protocol=ajp -q --base-path=p -e=/home/opensource/projects -r 2010-08-27 11:55:25 : WSGIServer starting up Unhandled exception in

Re: [Trac] Method to retrieve MyTickets-RSS-Feed

2010-08-27 Thread Jawwad
I want to use xmlrpc to pull my tickets as RSS-Feed in a drupal site. In order to achieve this i need a methodname, which will be called. In drupal Xmlrpc-call seems like this: variable_to_receive=xmlrpc('url','methodname_to_call'); Ryan J Ollos wrote: Jawwad wrote: Hi all, does

[Trac] Re: trac 0.12 Prepare chrome data for request is slow

2010-08-27 Thread Dav
Hi, No trac.versioncontrol.* found in trac.ini Other thoughts? What is actually prepare chrome data for ... On Aug 24, 8:52 am, Ryan J Ollos ry...@physiosonics.com wrote: Dav-5 wrote: Also, how can I assure trac isn't syncing against the repo? Just a guess, but maybe you could disable

[Trac] How to find TRAC source code structure?

2010-08-27 Thread Luie Xia
Hi All, I would like to understand the TRAC source code. But I found it is very difficult to understand source code structure. For instance, I could not find the main.py code. Does anyone can guide me how to find the main file, and read all source codes from there? Thanks, Luie --

Re: [Trac] How to find TRAC source code structure?

2010-08-27 Thread Matthew Caron
On 08/27/2010 12:45 PM, Luie Xia wrote: Hi All, I would like to understand the TRAC source code. But I found it is very difficult to understand source code structure. For instance, I could not find the main.py code. Does anyone can guide me how to find the main file, (ma...@e2-06l)

Re: [Trac] Method to retrieve MyTickets-RSS-Feed

2010-08-27 Thread Olemis Lang
On Wed, Aug 25, 2010 at 6:54 AM, Jawwad jawwad29...@yahoo.com wrote: I want to use xmlrpc to pull my tickets as RSS-Feed in a drupal site. In order to achieve this i need a methodname, which will be called. In drupal Xmlrpc-call seems like this:

Re: [Trac] Method to retrieve MyTickets-RSS-Feed

2010-08-27 Thread Olemis Lang
On Fri, Aug 27, 2010 at 1:06 PM, Olemis Lang ole...@gmail.com wrote: On Wed, Aug 25, 2010 at 6:54 AM, Jawwad jawwad29...@yahoo.com wrote: I want to use xmlrpc to pull my tickets as RSS-Feed in a drupal site. In order to achieve this i need a methodname, which will be called. In drupal

RE: [Trac] How to find TRAC source code structure?

2010-08-27 Thread Lu, Steven (Steven)
Matthew, I read this file and imported files. But I only see class and function define. Not seeing any place called functions. Don't know how the code works. Thanks, Steven From: trac-users@googlegroups.com [trac-us...@googlegroups.com] On Behalf Of

Re: [Trac] Re: trac 0.12 Prepare chrome data for request is slow

2010-08-27 Thread Olemis Lang
On Fri, Aug 27, 2010 at 10:43 AM, Dav fatsl...@gmail.com wrote: Hi, No  trac.versioncontrol.* found in trac.ini Other thoughts? What is actually prepare chrome data for ... It's the method that prepares all basic data needed to render web pages . AFAICR that includes mainnavs , determines

Re: [Trac] How to find TRAC source code structure?

2010-08-27 Thread Olemis Lang
On Fri, Aug 27, 2010 at 1:06 PM, Lu, Steven (Steven) steven.y...@alcatel-lucent.com wrote: Matthew, I read this file and imported files. But I only see class and function define. Not seeing any place called functions. Don't know how the code works. What is it exactly that you wanna know ?

Re: Re: [Trac] trac 0.12 Prepare chrome data for request is slow

2010-08-27 Thread Olemis Lang
On Fri, Aug 27, 2010 at 1:41 PM, Ryan J Ollos ry...@physiosonics.com wrote: Olemis Lang wrote: It's the method that prepares all basic data needed to render web pages . AFAICR that includes mainnavs , determines active nav , adds global functions to format datetime values , much more ...

RE: [Trac] How to find TRAC source code structure?

2010-08-27 Thread Lu, Steven (Steven)
Olemis, I would like to understand the source code flow, and possibly hack the code a bit when needed in my machine. I am new to Python. Thanks, Steven From: trac-users@googlegroups.com [trac-us...@googlegroups.com] On Behalf Of Olemis Lang

Re: [Trac] How to find TRAC source code structure?

2010-08-27 Thread Olemis Lang
On Fri, Aug 27, 2010 at 2:07 PM, Lu, Steven (Steven) steven.y...@alcatel-lucent.com wrote: Olemis, :o) I would like to understand the source code flow, and possibly hack the code a bit when needed in my machine. My recommendation is to learn about how to write plugins . That's the way you

Re: [Trac] How to find TRAC source code structure?

2010-08-27 Thread Olemis Lang
On Fri, Aug 27, 2010 at 2:22 PM, Olemis Lang ole...@gmail.com wrote: On Fri, Aug 27, 2010 at 2:07 PM, Lu, Steven (Steven) steven.y...@alcatel-lucent.com wrote: Olemis, :o) [...] I would like to understand the source code flow, and possibly hack the code a bit when needed in my machine.

[Trac] New Plugin: Whiteboard query result view

2010-08-27 Thread Brian Meeker
I have just released a new plugin that provides an alternative whiteboard view of query results. This plugin allows you to toggle between the usual grid display and a whiteboard one. On the whiteboard you can drag drop tickets across columns and save the changes. The plugin is currently pretty

[Trac] How to configure web plugin for trac-admin on Windows with Apache?

2010-08-27 Thread HBatra
Environment: Windows XP SP3, with Collabnet Subversion 1.6.6 (and Apache 2.2.13) and Python 2.5. Apache module mod_python 3.3.1 installed and working. Packages Genshi 0.6 and Trac 0.12 installed. Used binary installers to install all of the above. While setuptools is installed, no .egg files