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

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

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 wrote: > On Fri, Aug 27, 2010 at 2:07 PM, Lu, Steven (Steven) > wrote: >> Olemis, >> > > :o) > [...] >> I would like to understand the source code flow, and possibly hack the code >> a bit when needed in my machine. > > BTW , everything starts with tr

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) 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 should start subverting the

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 [ole...@gmai

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 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 ... > > Do you think

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

2010-08-27 Thread Ryan J Ollos
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 ... > Do you think its possible that the slowdown is caused by a plugin? --

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

2010-08-27 Thread Ryan J Ollos
Dav-5 wrote: > > Hi, > > No trac.versioncontrol.* found in trac.ini > There won't be by default. You can disable through the WebAdmin Plugins panel, or on 0.12: [components] trac.versioncontrol.admin.repositoryadminpanel = disabled trac.versioncontrol.admin.versioncontroladmin = disabled tr

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) 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 ? -- Regards, Olemis. Blo

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 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 active nav

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 Matt

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 wrote: > On Wed, Aug 25, 2010 at 6:54 AM, Jawwad 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: >> vari

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

2010-08-27 Thread Olemis Lang
On Wed, Aug 25, 2010 at 6:54 AM, Jawwad 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: > variable_to_receive=xmlrpc('url','methodname_to_call'); > Insta

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) ~/workspac

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

[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 wrote: > Dav-5 wrote: > > > Also, how can I assure trac isn't syncing against the repo? > > Just a guess, but maybe you could disable all of the trac.ve

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, >> d

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

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