Sandor W. Sklar wrote:
> Hi all ...
>
> It appears that I've installed Trac 0.11dev-r510 sucessfully (along
> with its prereqs) on RHEL 4 x86_64. If I run the "tracd" webserver,
> I'm able to navigate through the pages, and I've successfully created
> a ticket.
>
> When I run it with apache2-2.0.
Thanks a bunch for your help. I will look into those plug-ins.
On 3/22/07, Noah Kantrowitz <[EMAIL PROTECTED]> wrote:
>
>
> Khundeen wrote:
> > Hi,
> >
> > I am trying to understand the work flow and feature of Trac.
> >
> > I like to be able to define set of tasks for enhancement and also
>
Khundeen wrote:
> Hi,
>
> I am trying to understand the work flow and feature of Trac.
>
> I like to be able to define set of tasks for enhancement and also
> associate the defect that block the completion of enhancement. In
> Bugzilla there are dependency fields where you can associate diffe
Hi,
I am trying to understand the work flow and feature of Trac.
I like to be able to define set of tasks for enhancement and also
associate the defect that block the completion of enhancement. In
Bugzilla there are dependency fields where you can associate different
bugs together. I wonde
> It looks like quite similar to http://trac.edgewall.org/ticket/3821,
> so I added some comments there. To me it currently looks like it's
> impossible to have short URLs with mod_python. At least with the
> recent set of apache/mod_python/trac versions I'm trying it with.
As a temporary workaro
On Mar 21, 2007, at 2:45 AM, Matt Good wrote:
>
> On Mar 20, 8:18 pm, Chris Forsythe <[EMAIL PROTECTED]> wrote:
>> With Adium's trac we have a problem regarding the account
>> manager
>> plugin. Basically folks are unable to register, and get a
>> "RuntimeError: input() already active"
> I fiddled around some to get trac to set up with today's source files for
> both Genshi 522 and trac 5113.
Trac:trunk and Genshi > 509 are not yet compatible.
Check out the milestone:0.11 page on Trac web site.
You either need Genshi 509 (recommended) or the special Trac version
for genshi 5
On Mar 22, 9:46 am, "Brian McCann" <[EMAIL PROTECTED]> wrote:
> manu,
>
> on my RH ES4 system python is installed /usr/lib/python2.3 so I should set
> $prefix=/usr/lib/python2.3 for the Trac install?
No, $prefix in this case is just /usr. But you don't need to set it
unless you want to install T
I have an AMD 64, RHEL 4, Python 2.5. I fiddled around some to get trac to set
up with today's source files for both Genshi 522 and trac 5113. After some
aggravation I got it all linked and running with sqlite. I can init an
environment and get to the pick a project page, but then get a mass
> I know this probably has been addressed before but have there been any
> developments in this area? We're using version 0.10.2.
You can track this issue from here:
http://trac.edgewall.org/ticket/4100
Cheers,
Manu
--~--~-~--~~~---~--~~
You received this message
The Trac documentation talks a little about that page here:
http://trac.edgewall.org/wiki/TracInterfaceCustomization#ProjectList .
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this
Hi all ...
It appears that I've installed Trac 0.11dev-r510 sucessfully (along
with its prereqs) on RHEL 4 x86_64. If I run the "tracd" webserver,
I'm able to navigate through the pages, and I've successfully created
a ticket.
When I run it with apache2-2.0.59 and mod_python-3.3.1, I get the
fo
That sounds like the root page / default project listingfor a Trac
site. The default version of that page just lists all of the trac
environments that have been setup on the server. The clearsilver
template for that page is index.cs; it should be in the shared Trac
templates directory (mine is i
I think there is an enhancement request already in TRAC for having the
ability to customize the look of a ticket based on ticket type. I think
there are also plans to look at dependencies between tickets etc.
For test test case management try:
http://trac-hacks.org/wiki/TestCaseManagementPlugin
We use postgresql 8.x, if you're using sqlite currently it's also easy
to migrate.
I do not see a problem with python 2.3.4, but if it becomes a huge
problem you could handle compile another installation of python in the
local user for just trac and set some custom local setup (custom
LD_LIBR
Well I was thinking what if you wanted to switch out the renderer but
keep the trac "frame". If you just use mod_rewrite or something else
then you'll basically be at a wholly different site. But really I'm just
brainstorming on this, because I'm not sure such a system would be
really worth it but
Hi,
First off I apologize if this has been asked before. I searched through
the archives and the Trac documentation but I couldn't find exactly what
I'm looking for.
Like a lot of people, I would like to use Trac to track requirements,
use cases, bugs, risks, test cases, etc. My main hang-u
On Thursday 22 March 2007, Jason Winnebeck wrote:
> I wonder if it's possible to do delegation so that you delegate to
> Trac's wiki provider for the help pages (and maybe others), and use a
> different renderer for other pages. Or to do something where all pages
> not starting with "SomeSection/"
We're using Trac over https, so Firefox and I think other browsers won't
cache form data. A problem that we have is if you edit wiki or make
comments on tickets if you submit the change and the wiki page or ticket
has been modified it gives you an error, but the real problem is that
your edits are
I did a patch (for ticket assignment) a long time ago, maybe it's a
start. See #2178
HTH,
Daniel Serodio
On Mar 2, 6:23 pm, "chmod" <[EMAIL PROTECTED]> wrote:
> I work for a rather large company >100,000 employees and our team has
> recently adopted Trac (finally!)
>
> Anyhow our svn checkins al
I'm not too hot on python programming yet, is there an 'out of the
box' solution?
The company I work for like Trac, but do not want a proliferation of
wiki's, their standard wiki is twiki.
I can use links, but if we could substitute Trac's wiki for some other
wiki (Twiki in my case) then that wou
Hi ,
Should I go with MySQL or PostgreSQL for the DB and which versions, and can I
stay with my current
version of python> Python 2.3.4, since RH enterprise 4 depends on that version
for
many of it's admin processes. I'm also using CollabNets version of SVN, and
configured
SVN with their insta
Sorry if these are newbie questions, but one of my users asked, and I
can't find a definitive answer. :)
Without deleting/recreating the reports..
1) Is it possible to re-order reports?
2) Is it possible to automatically re-number the reports so the numbers
are sequential if you've deleted s
manu,
on my RH ES4 system python is installed /usr/lib/python2.3 so I should set
$prefix=/usr/lib/python2.3 for the Trac install?
Thanks,
Brian
From: trac-users@googlegroups.com on behalf of Emmanuel Blot
Sent: Thu 3/22/2007 8:34 AM
To: trac-users@googlegro
> If I run the python interpreter from the command line, I can "import
> svn" fine.
> What am I missing? Why isn't trac happy with my Swig?
There are several causes that may lead to this error:
* Configuration issue with SElinux if it is enabled
* Issue with the LD_LIBRARY_PATH (Python can rea
> What is $prefix's location?
It depends on your installation, i.e. where Python has been installed.
It can be for example /usr/lib/python2.x/site-packages on some Linux
distributions.
HTH,
Manu
--~--~-~--~~~---~--~~
You received this message because you are subs
I wonder if it's possible to do delegation so that you delegate to
Trac's wiki provider for the help pages (and maybe others), and use a
different renderer for other pages. Or to do something where all pages
not starting with "SomeSection/" are rendered with Trac and SomeSection
pages are rendered
I realize this problem appears to be beaten to death, but I keep
running into it, and the suggestions I've seen haven't worked.
I keep getting the
TracError: Unsupported version control system "svn". Check that the
Python bindings for "svn" are correctly installed.
If I run the python interprete
Paresh wrote:
> Hi
>
> Is there a way of linking trac to another wiki (such as twiki)?
>
If you're simply looking to easily link into another wiki from the
Trac's wiki or tickets, then you can use InterWiki links (1).
If you want to make all the normal wiki links to point to another
system
Hi
Is there a way of linking trac to another wiki (such as twiki)?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe
Hi,
Trac install instructions state:
This will byte-compile the python source code and install it in the
site-packages directory of your Python installation. The directories
cgi-bin, templates, htdocs, wiki-default and wiki-macros are all
copied to $prefix/share/trac/. conf and plugins stub dire
31 matches
Mail list logo