Ian Jones | 1 Jul 01:01
Picon

[Trac] Re: Hosting options

I also run trac on dreamhost and it was pretty easy to do via the mantained installation http://wiki.dreamhost.com/DreamTracInstall

svn hooks were a pain but I was able to get them and email2trac setup largely without issue. So far the biggest issues have been that they are still on python 2.3 and I've hit some compatibility issues with plugins and general speed - takes as long as 15 seconds to 'spin up' the site using fcgi.

Overall it's been easy and cheap especially for the given harddrive space. But I want something faster.

Ian

On Mon, Jun 30, 2008 at 1:45 PM, Deen Sethanandha <khundeen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Hi,
 
  I do run Trac on Dreamhost.com.  It took me a while to get it runing because I have to install my own python and did the initial setup.
 
  Once I do that, I can install plugins I wanted.  The only problem is that I still couldn't set up the integration with SVN.  It has something to do with the require packages that has to be installed on the server.  I didn't spend time on figured out how to install it on user space.
 
 
  I hope it helps as starting point.
 
-- Deen


 
On Mon, Jun 9, 2008 at 2:25 PM, <yoheeb-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

On Jun 9, 3:40 pm, "Chris Mulligan" <chris.mulli...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> I agree on VPS.
>
> You might consider SliceHost - they've been pretty highly recommended from
> what I hear.
>
> On Mon, Jun 9, 2008 at 4:30 PM, Noah Kantrowitz <n...-WlrdLoc5ZbaFX2APIN6yfw@public.gmane.org> wrote:
>
> > Sounds like you want your own VPS account. I use Tektonic.net and like them
> > a lot. Something shared like dreamhost may be cheaper, but you may not get
> > quite as much flexibility with Apache/PHP/MySQL etc. Actual Trac hosting
> > sites will generally not let you install plugins yourself, and will almost
> > certainly not let you install random PHP scripts.
>
> > --Noah
>
> > PS: Do not use Trac with MySQL unless you have no other option.
>

thanks for the information.  VPS is definitely the way I need/want to
go.  Thanks for the site links.  Both are good, and passed my initial
"support" quick test.  Now I have something in the back pocket if/when
I need it.

PS:  the MySQL "requirement" is for something outside of trac, I am
perfectly happy with sqlLite on that front.  I just need a separate
Database for some other things that databases do well, and which I
don't want sqlLite for.



--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to trac-users-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Daniel Lowicki | 1 Jul 08:28
Picon
Favicon

[Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: how to link tickets to other milestones


Hi Noah,

Tried again here at work - won't work .. hmmm ?!?!?

I do have TICKET_ADMIN and TRACK_ADMIN priveleges. Maybe I messed up
when I removed the line numbers (still can't believe that there is no
better way than to manually remove those). Is there a simple download
link anyhwere?

Or is the correct place to put it somewhere in the python dir? I copied
it to the project's plugin dir.

About the graphviz .. I found it here:
http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-2.20.1.exe

Did I mess up again .. is this not the place to get it?

br
D

-----Original Message-----
From: trac-users@... [mailto:trac-users@...]
On Behalf Of Noah Kantrowitz
Sent: Monday, June 30, 2008 7:04 PM
To: trac-users@...
Subject: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW:
[Trac] Re: how to link tickets to other milestones

On Jun 30, 2008, at 12:20 PM, Daniel Lowicki wrote:

>
> dropped the py here:
> c:\projects\trac\my-project\plugins\ticket_clone.py
>
> but I don't see anything related to this in trac. Neither an entry  
> in the plugin list nor a clone button.

Do you have TICKET_ADMIN privs? If you want to change the required  
permission, edit
http://trac.edgewall.org/browser/trunk/sample-plugins/ticket_clone.py#L2
6 
  . In some places TICKET_CREATE may be a more appropriate thing to  
require.

>
>
> Mastertickets now shows up in the plugins list :-))
> About Mastertickets and my expectations. It seems to block nothing.  
> It is basically just linking the blocked and the blockedby fields of  
> two tickets.
> I can delete the blocked by number in a child ticket and it is  
> removed from the parent (master). So basically anyone can unblock by  
> default - no way
> to permit unblocking only for the the master's owner. Don't get me  
> wrong ... no complaint .. just trying to figure out what exactly it  
> does.

Correct, there are no permissions associated with altering those  
fields other than the normal Trac ones. It will log the change of  
course, so you would see the change and could go hit the offender with  
a clue-by-four if they weren't supposed to do that.

>
> How do I graph with graphviz .. I installed it but I don't see a  
> "draw" (or so) button.

On any ticket with dependencies set just click the Depgraph link in  
the top-right. You will need the dot binary installed, and if it isn't  
on your path make sure to set the dot_path option in trac.ini.

--Noah

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users-unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Daniel Lowicki | 1 Jul 09:22
Picon
Favicon

[Trac] ticket workflow question


Hi,

I want to add a fixed state. Generally it works .. but how can I
facilitate that the set _resolution dropdown appears AND I auto assign
the ticket .. e.g. to our QA person?

resolve = assigned,accepted,reopened -> fixed
resolve.operations = set_resolution
resolve.permissions = TICKET_MODIFY
#resolve.operations = set_owner
#resolve.set_owner = ANLO

If I uncomment the last two entries I don't get the dropdown anymore :-(

br
Daniel

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users-unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Lieven Cardoen | 1 Jul 09:45
Picon
Favicon

[Eclipse Trac Mylyn Connector]

Hi,

 

I’ve just installed Eclipse 3.4, Mylyn 3.0 and the Trac Connector.

 

Everything works fine except that in the previous version (Eclipse 3.3.2, Mylyn 2.0, Trac Connector) there were three fields Time spent, Time remaining and Time planned. Now with my new install they are gone…

 

Is there a way to add these…

 

Previous install:

 

 

New install:

 

 

 

Thx, Lieven Cardoen

Cardoen Lieven
development engineer - teamlead

televic education nv
Innovative technology for your learning environment!

 

Phone   +32 (0)56 36 21 91

Email   lieven.cardoen-vzm247Mww5rajW+rA4HWVA@public.gmane.org

Website   www.televic-education.com


Televic Education NV

Leo Bekaertlaan 1

8870 Izegem – Belgium

 

// communicatie bij voorkeur via e-mail

 

_______________________________________________
mylyn-dev mailing list
mylyn-dev@...
https://dev.eclipse.org/mailman/listinfo/mylyn-dev
Noah Kantrowitz | 1 Jul 15:14
Gravatar

[Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: how to link tickets to other milestones


On Jul 1, 2008, at 2:28 AM, Daniel Lowicki wrote:

>
> Hi Noah,
>
> Tried again here at work - won't work .. hmmm ?!?!?
>
> I do have TICKET_ADMIN and TRACK_ADMIN priveleges. Maybe I messed up
> when I removed the line numbers (still can't believe that there is no
> better way than to manually remove those). Is there a simple download
> link anyhwere?
>

Yes, at the bottom of the page. Also it is included in the 0.11  
release media in the sample-plugins/ folder.

> Or is the correct place to put it somewhere in the python dir? I  
> copied
> it to the project's plugin dir.

This is correct.

>
>
> About the graphviz .. I found it here:
> http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-2.20.1.exe
>

Just be sure you set the dot_path key in the [mastertickets] section  
to the full path to dot.exe.

--Noah

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Noah Kantrowitz | 1 Jul 15:14
Gravatar

[Trac] Re: ticket workflow question


Please do not reply to an existing thread if you want to start a new  
one. For those of us using threaded MUAs it gets very annoying.

--Noah

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Daniel Lowicki | 1 Jul 15:54
Picon
Favicon

[Trac] Re: ticket workflow question x2x


??? hmm .. I assume I used a Subject line that was already consumed by
someone.

Sorry.
Daniel

-----Original Message-----
From: trac-users@... [mailto:trac-users@...]
On Behalf Of Noah Kantrowitz
Sent: Tuesday, July 01, 2008 3:15 PM
To: trac-users@...
Subject: [Trac] Re: ticket workflow question

Please do not reply to an existing thread if you want to start a new  
one. For those of us using threaded MUAs it gets very annoying.

--Noah

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users-unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Daniel Lowicki | 1 Jul 16:57
Picon
Favicon

[Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: how to link tickets to other milestones


ticket_clone.py works since I replaced the .py with a downloaded
version. Thanks!

I editied the trac.ini file like this:

[components]
mastertickets.* = enabled

[mastertickets]
dot_path = c:\Programme\Graphviz2.20\bin\dot.exe

I have the feeling that this is wrong again !?

br
Daniel

-----Original Message-----
From: trac-users@... [mailto:trac-users@...]
On Behalf Of Noah Kantrowitz
Sent: Tuesday, July 01, 2008 3:14 PM
To: trac-users@...
Subject: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW:
[Trac] Re: how to link tickets to other milestones

On Jul 1, 2008, at 2:28 AM, Daniel Lowicki wrote:

>
> Hi Noah,
>
> Tried again here at work - won't work .. hmmm ?!?!?
>
> I do have TICKET_ADMIN and TRACK_ADMIN priveleges. Maybe I messed up
> when I removed the line numbers (still can't believe that there is no
> better way than to manually remove those). Is there a simple download
> link anyhwere?
>

Yes, at the bottom of the page. Also it is included in the 0.11  
release media in the sample-plugins/ folder.

> Or is the correct place to put it somewhere in the python dir? I  
> copied
> it to the project's plugin dir.

This is correct.

>
>
> About the graphviz .. I found it here:
> http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-2.20.1.exe
>

Just be sure you set the dot_path key in the [mastertickets] section  
to the full path to dot.exe.

--Noah

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users-unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Noah Kantrowitz | 1 Jul 17:07
Gravatar

[Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: how to link tickets to other milestones


On Jul 1, 2008, at 10:57 AM, Daniel Lowicki wrote:

>
> ticket_clone.py works since I replaced the .py with a downloaded
> version. Thanks!
>
> I editied the trac.ini file like this:
>
> [components]
> mastertickets.* = enabled
>
> [mastertickets]
> dot_path = c:\Programme\Graphviz2.20\bin\dot.exe
>
> I have the feeling that this is wrong again !?

Looks fine to me.

--Noah

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Picon

[Trac] Re: ticket workflow question x2x


On Tue, Jul 01, 2008 at 03:54:05PM +0200, Daniel Lowicki wrote:
> ??? hmm .. I assume I used a Subject line that was already consumed by
> someone.
> 
> Sorry.
> Daniel

No, you probably hit "reply" to an existing email in order to get the 
right address on your "To" line. But this also sets headers like 
"In-Reply-To", which makes it look to threading systems like your email 
is part of a completely different conversation.

The better practice is to type (or copy/paste) the mailing list address 
into a completely fresh email that wasn't generated by using the "reply" 
function.

=-=-> Jenn Drummond // jenn@...
      Project Developer, Connexions Project (cnx.org)
      Rice University

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Gmane