Terry Dooher | 1 Sep 2005 11:19
Favicon

Re: [ticket] default Cc

Frazier, Stephen wrote:
>>> You can probably set the smtp_always_cc key to a valid email
>>>address in your project's trac.ini configuration file.
> 
> 
>>This works only if the user specify something in the Cc: => the
>>default_cc is added. I'd like a way to put in the Cc: field a default
>>value.
> 

At the most basic level, you could always modfiy the newticket.cs or ticket.cs 
templates to hard-code the email address into the value= parameter of the 
<input> tag, though that's a fairly kludgy solution.

> 
> _______________________________________________
> Trac mailing list
> Trac@...
> http://lists.edgewall.com/mailman/listinfo/trac
> 
> 
Gilles Vincent | 1 Sep 2005 13:14
Picon
Gravatar

installation on FC4 (compilation)

The only problem I had was compiling Clearsilver (I didn't managed to
find any rpm for FC4). Here is how I managed to do this before
installing Trac

- Download clearsilver-10-1 at
http://www.clearsilver.net/downloads/clearsilver-0.10.1.tar.gz
- tar -xvzf clearsilver-0.10.1.tar.gz
- vim clearsilver_0.10.1/ports/rpms/clearsilver.spec

--> change any reference to version 0.9.7 into 0.10.1
--> remove line 58 or change "Copyright" into License
--> remove line 184 : %{__prefix}/include/ClearSilver/util/wdb.h
(I've done like in http://groups.yahoo.com/group/ClearSilver/message/147)
--> I've changed line 35 so as not to compile clearsilver-perl (too
many problems) : %define with_perl_subpackage 0

My version of python is 2.4 and all libraries are in /usr/lib/python2.4
so I append "2.4" at line 249 of ClearSilver/configure.in ( 
python_versions="2.4 2.3 ... )

There is a problem on the Makefile for the python module :
change line 26 into this :
$(NEO_UTIL_SO): $(PYTHON) setup.py $(NEO_UTIL_SRC) $(DEP_LIBS)
-- there is missing $(PYTHON) --
(I've done this after installing the sources)

--> remake a correct source file :
rm clearsilver-0.10.1.tar.gz
tar -cvzf clearsilver-0.10.1.tar.gz clearsilver-10-1
(and keep a copy of clearsilver.spec for later)
(Continue reading)

Robert P. J. Day | 1 Sep 2005 13:27
Picon

Re: installation on FC4 (compilation)

On Thu, 1 Sep 2005, Gilles Vincent wrote:

> The only problem I had was compiling Clearsilver (I didn't managed to
> find any rpm for FC4).

as i've mentioned in an earlier email, you can find all of the
trac-related FC4 rpms you need here:

http://atrpms.net/dist/fc4/

that includes both trac and clearsilver.

  in addition, the "docutils" stuff for FC4 is available as the
"python-docutils" rpm from "fedora extras".

rday
ECKHART.CURT | 1 Sep 2005 17:01
Picon

TracLinks

Is there a way to put an anchor points within a Wiki page so that you can link to the interior of a wiki page?  We
have a document which is a timeline, and it would be convenient to point people to a particular entry rather
than the page as a whole.  I’ve looked at the docs and it doesn’t seem self evident how to do this.

TIA,

(BTW, no one has responded to my question about the session database table posed twice to this list ☺, nor
to my query about a ‘developer’ list that I should have posted it to. I won't nag anymore, but I'm stuck
on it right now)

Curt Eckhart
The Florida Legislature
Office of Legislative Information Technology Services
Office : (850) 488-5340
 
"A successful tool is one that was used to do something undreamt of by its author." - Stephen C. Johnson
_______________________________________________
Trac mailing list
Trac@...
http://lists.edgewall.com/mailman/listinfo/trac
Steve Strobel | 1 Sep 2005 17:06
Favicon

Re: Migrating Tickets and Wiki when Upgrading Trac

At 04:49 PM 8/30/2005 -0400, Matthew Good wrote:
>On Tue, 2005-08-30 at 14:35 -0600, Steve Strobel wrote:
> > At 01:58 PM 8/30/2005 -0400, Matthew Good wrote:
> > >Well first of all you should copy the entire Trac environment, which is
> > >a directory...
>
> > Is there something else I need to convert?  Thanks for your help.
>
>You'll need to update the file paths in trac.ini.  The specific error
>above is because the templates directory is wrong.  Check the SVN path,
>etc. as well.

That did the trick.  Actually, there was nothing in my old config/trac.ini 
file that had been customized, so I ended up using a copy of my old 
(0.7.something) environment with the new (0.8.4) trac.ini file.  Everything 
seems to work as expected, and all of my old tickets and Wiki pages are 
available.  Thanks so much for your help.

Steve

---
Steve Strobel
Link Communications, Inc.
1035 Cerise Rd
Billings, MT 59101-7378
(406) 245-5002 ext 102
(406) 245-4889 (fax)
WWW: http://www.link-comm.com
MailTo:steve@...
(Continue reading)

Frazier, Stephen | 1 Sep 2005 17:22

RE: TracLinks

All headings automatically create anchor links to support the TOC macro. I don't remember if this was done
in 0.8 or the trunk.

-----Original Message-----
From: trac-bounces <at> lists.edgewall.com [mailto:trac-bounces <at> lists.edgewall.com] On Behalf Of ECKHART.CURT
Sent: Thursday, September 01, 2005 11:01 AM
To: trac <at> lists.edgewall.com
Subject: [Trac] TracLinks

Is there a way to put an anchor points within a Wiki page so that you can link to the interior of a wiki page?  We
have a document which is a timeline, and it would be convenient to point people to a particular entry rather
than the page as a whole.  I’ve looked at the docs and it doesn’t seem self evident how to do this.

TIA,

(BTW, no one has responded to my question about the session database table posed twice to this list ☺, nor
to my query about a ‘developer’ list that I should have posted it to. I won't nag anymore, but I'm stuck
on it right now)

Curt Eckhart
The Florida Legislature
Office of Legislative Information Technology Services
Office : (850) 488-5340
 
"A successful tool is one that was used to do something undreamt of by its author." - Stephen C. Johnson


_______________________________________________
(Continue reading)

ECKHART.CURT | 1 Sep 2005 17:36
Picon

RE: TracLinks

How do you reference the anchor from a [wiki: entry?

-----Original Message-----
From: trac-bounces <at> lists.edgewall.com [mailto:trac-bounces <at> lists.edgewall.com] On Behalf Of
Frazier, Stephen
Sent: Thursday, September 01, 2005 11:23 AM
To: trac <at> lists.edgewall.com
Subject: RE: [Trac] TracLinks

All headings automatically create anchor links to support the TOC macro. I don't remember if this was done
in 0.8 or the trunk.

-----Original Message-----
From: trac-bounces <at> lists.edgewall.com [mailto:trac-bounces <at> lists.edgewall.com] On Behalf Of ECKHART.CURT
Sent: Thursday, September 01, 2005 11:01 AM
To: trac <at> lists.edgewall.com
Subject: [Trac] TracLinks

Is there a way to put an anchor points within a Wiki page so that you can link to the interior of a wiki page?  We
have a document which is a timeline, and it would be convenient to point people to a particular entry rather
than the page as a whole.  I’ve looked at the docs and it doesn’t seem self evident how to do this.

TIA,

(BTW, no one has responded to my question about the session database table posed twice to this list ☺, nor
to my query about a ‘developer’ list that I should have posted it to. I won't nag anymore, but I'm stuck
on it right now)

Curt Eckhart
The Florida Legislature
(Continue reading)

Matthew Good | 1 Sep 2005 17:41

RE: TracLinks

On Thu, 2005-09-01 at 11:36 -0400, ECKHART.CURT wrote:
> How do you reference the anchor from a [wiki: entry?

[wiki:PageName#anchor Some label]

--

-- 
Matthew Good <trac@...>
Bruce Christensen | 1 Sep 2005 19:02

Modularize ticket page

Are there any plans to modularize the ticket page? I'd like to be able
to add boxes like the attachments and changelog boxes, or the
description and changelog boxes on the newticket page for use with a
custom module. There would also need to be hooks to allow my module to
process part of the form submission.

Is anyone working on or considering this?

--Bruce
Gary Thomas | 1 Sep 2005 19:10
Favicon

Plugin problems

I'm trying to run some plugins with Trac [trunk, r2148).  I 
started with the accountmanager discussed recently and when
that did not work, I tried the simple egg example from
  http://trac-hacks.swapoff.org/wiki/EggCookingTutorial/BasicEggCooking

None of this is working for me.  I did a trace of what files
were being accessed when trac starts up and I don't understand
what it's doing wrt the plugins.

Extracting some of this from the trace, I see that trac picks
up my .egg file from the /plugins directory, but then it seems
to get lost and go poking around in the setuptools.  I've attached
the relevant lines from the trace.

Does anyone have any idea of what I might be missing here?  
Maybe there's something in my trac.ini file that I've not set?

I'd truly like to get the eggs [plugins] working.

--

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------
15014 stat64("/TRAC/trac.data/plugins", {st_mode=S_IFDIR|0755, st_size=152, ...}) = 0
15014 stat64("/TRAC/trac.data/plugins", {st_mode=S_IFDIR|0755, st_size=152, ...}) = 0
15014 stat64("/TRAC/trac.data/plugins", {st_mode=S_IFDIR|0755, st_size=152, ...}) = 0
15014 stat64("/TRAC/trac.data/plugins", {st_mode=S_IFDIR|0755, st_size=152, ...}) = 0
(Continue reading)


Gmane