Re: [Trac] File attachement is failing

2011-08-17 Thread Chris Mulligan
They should be stored in the environment itself. What are the permissions on 
that directory?

On Aug 17, 2011, at 11:28 AM, iapazmino wrote:

 
 When trying to attach a file to a wiki entrance is fails due to permission
 
 OSError: (13, 'Permission denied')
 
 but it doesn' t say where it's trying to allocate the file.
 
 I created the /var/cache/trac folder with 777 permissions, but still
 presenting the same error. Also checked the trac.ini configuration and
 besides max_size and render_unsafe_content there's no-where to config the
 attachments destinatrion folder 
 http://trac.edgewall.org/wiki/0.11/TracIni#attachment-section
 TracIni#attachment .
 
 So, what's the default location for attachemnts?
 -- 
 View this message in context: 
 http://old.nabble.com/File-attachement-is-failing-tp32280690p32280690.html
 Sent from the Trac Users mailing list archive at Nabble.com.
 
 -- 
 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 from this group, send email to 
 trac-users+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/trac-users?hl=en.
 

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



Re: [Trac] Fun with SQLite Manager

2011-04-18 Thread Chris Mulligan
The SQL to do this is pretty easy. 

It should work just fine to do it in production, but to be safe you might bring 
down apache/tracd/whatever so there's no locking contention. If you just want 
to delete the comments from a specific author on a specific ticket:

delete from ticket_change where ticket = 1700 and field = comment and 
author=davids;



On Apr 18, 2011, at 1:56 PM, David S wrote:

 Ok, now that I've finally have two newly created projects working I'd
 figure I'd learn on how SQLite Manager works. I've been tasked with
 either removing a ticket complete (say, ticket #1700) or finding a way
 to remove a comment that exist within ticket #1700. Is the second
 option possible or is it better just to delete ticket #1700?
 
 My question is, is there a problem with removing #1700 on an active
 Trac db? Currently we're up to 1750 and growing and here I am messing
 around with ticket #1700! :( Will the db know that #1700 is removed
 and just keep a blank entry for a non-existent #1700 if I choose to
 delete it (on an active db).
 
 I'd rather just remove the comment within the ticket rather than
 remove the whole ticket number, if possible.
 
 Also, what field do I look for when using the SQLite Manger on the
 Tables column when I decided on either removing the comment or the
 whole ticket number?
 
 id
 name
 source
 target
 tempPath
 startTime
 endtime
 state
 
 Above are just a few example fields I found in the moz_downloads table
 for downloads.sqlite db. And since I don't have SQLite installed yet
 on our Trac clients I'm just using the downloads.sqlite as an
 example.
 
 -- 
 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 from this group, send email to 
 trac-users+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/trac-users?hl=en.
 

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



Re: [Trac] PostgreSQL - a straw poll

2010-10-24 Thread Chris Mulligan
We use postgresql for 2 internal tracs on 0.12, one is pretty large
(6,000 tickets; at least 50 ticket updates per workday and hundreds of
wiki pages). The only issues we've had have been occasional plugins
that have like one or two lines of SQL that's invalid for Postgresql.
We also had one semi-frustrating error message that's since been
fixed, http://trac.edgewall.org/ticket/9400. Otherwise it's been a
very satisfying experience.

On Wed, Oct 20, 2010 at 4:28 AM, Cooke, Mark mark.co...@siemens.com wrote:
 I'm looking into switching from sqlite to postgreSQL as our
 backend. I'm assuming this shouldn't be an issue, but does
 anyone have any good/bad experiences to share?

 Ideally I'd like to hear from people using bleeding edge 0.12
 saying yep, works just fine :-)

 We're still on 0.11 and I started with postgreSQL so did not convert but
 I have moved from trial desktop to server with no issues at all.  We're
 (now) on Windows Server 2003 if that's relevant.

 ~ mark c

 --
 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-users+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/trac-users?hl=en.



-- 
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-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



[Trac] Dislike 0.12 column spans

2010-06-03 Thread Chris Mulligan
Looks like a feature of 0.12 are some improvements to pipe delimited
tables. However I dislike one of them. It breaks nearly every table we have
on trac. I'm referring to specifying an empty cell means that the next non
empty cell will span the empty cells. from
http://trac.edgewall.org/wiki/WikiFormatting#SimpleTables

It's a different default behavior, and isn't something I want often. Maybe
we can change it so a special character is used, like the = in the headers?
Something like:

||-||This is merged with the previous||

Thanks for listening,
Chris

-- 
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-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] update-edness of links in report

2010-05-13 Thread Chris Mulligan
For what it's worth, I've noticed it to. I assumed it was intentional. If
you're viewing a report of open tickets, close a ticket, then return to the
report (either by clicking the back button, or the Back to
Queryhttps://dev.yougov.com/query?status=acceptedstatus=assignedstatus=newstatus=reopendstatus=reopenedstatus=testingorder=idproject=PanMancol=idcol=summarycol=statuscol=ownercol=typecol=prioritycol=severitycol=milestonecol=changetimereport=10desc=1
link) the ticket you just closed is still listed with a strike through until
you hit update.

On Wed, May 12, 2010 at 2:52 AM, Erik Andersson kir...@gmail.com wrote:

 You're not making any sense..

 On Wed, May 12, 2010 at 8:43 AM, Ray Kiddy r...@ganymede.org wrote:


 On May 10, 2010, at 10:40 AM, Noah Kantrowitz wrote:

  How are you going back to the report? Are you click the back button in
 your browser? I would guess that your browser is caching something.
 
  --Noah
 

 When I click on the button to create the ticket, it gives me a view of the
 ticket as saved. Rather useless, that. I am, after all, finished writing the
 ticket and have signified this by hitting the Create Ticket button.


 This is another problem than your first post? I'd suggest you reply to
 coderanger's post about how you got back to the report.


 Then I click on View Tickets in the toolbar. Then I have to click on a
 particular report. For example, I can click on 'Active Tickets'. And then I
 can look for the ticket I just created and it is not there. Then I hit the
 refresh button and, magically, it appears.

 This whole workflow feels clunky, but I am not seeing what else to do.

 - ray


  On May 10, 2010, at 9:34 AM, Ray Kiddy wrote:
 
 
  I am seeing something in my trac installation and it seems a bother and
 fairly lame. Are others seeing it, or do I have some bad configuration?
 
  I am viewing a report, a list of tickets. I enter into one of the
 tickets and change a value that is visible in the report. I save the change.
 Then I get back to the report. (Does View Tickets send me back to the same
 report? No.) But when I get back to the report, my change to the ticket(s)
 is not visible. I have to hit the refresh button and _then_ the change is
 visible. Seems very clunky in a last-millenium sort of way. Does this happen
 for everyone? Is there some way to get a litte interactivity here?
 
  I have trac installed on a Mac OS X 10.6 Server system with fairly
 standard bits.
 
  thanx - ray
 
  --
  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-users+unsubscr...@googlegroups.comtrac-users%2bunsubscr...@googlegroups.com
 .
  For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.
 
 
  --
  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-users+unsubscr...@googlegroups.comtrac-users%2bunsubscr...@googlegroups.com
 .
  For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.
 
 

 --
 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-users+unsubscr...@googlegroups.comtrac-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.


 Cheers / Erik

 --
 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-users+unsubscr...@googlegroups.comtrac-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.


-- 
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-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] New Job, new trac setup...recommendations

2010-05-10 Thread Chris Mulligan
You should use 0.12, no doubt in my mind.

On Mon, May 10, 2010 at 3:11 PM, Olemis Lang ole...@gmail.com wrote:

 On 5/10/10, yoheeb yoh...@gmail.com wrote:
  Hi all,
 

 :o)

 
  Also, any offline recommendations for automated build,

 NAnt

  unit testing
  (will be C/C++ and some C# most likely) ,

 NUnit, CppUnit

  and static analysis
  reporting would be great.
 

 NCover, ...


 --
 Regards,

 Olemis.

 Blog ES: http://simelo-es.blogspot.com/
 Blog EN: http://simelo-en.blogspot.com/

 Featured article:

 --
 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-users+unsubscr...@googlegroups.comtrac-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.



-- 
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-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Trac 0.12b1 ready for testing!

2010-05-07 Thread Chris Mulligan
2. I believe it's something like trac-admin env wiki update or wiki
upgrade or something like that.

On Fri, May 7, 2010 at 9:20 AM, Roger Oberholtzer
roger.oberholt...@gmail.com wrote:
 On Sat, 2010-05-01 at 13:08 +0200, Christian Boos wrote:

 I have updated to Trac 0.12b1 and I think everything is still working.
 All my svn repos show up as the did before. I do not see any
 regressions. But I have a question about two points:

 1. If I set another language in my preferences, I do not see a change
 (even quiting the browser makes no difference). What languages are
 available? I tried Swedish, German and French. But it made no
 difference.

 2. My Trac docs were not updated. I recall I had this before, and there
 was a trac-admin command to get the docs updated. I looked at the
 options, and I did not see anything obvious. Age is taking it's toll.

 --
 Roger Oberholtzer

 --
 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-users+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/trac-users?hl=en.



-- 
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-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Re: Trac 0.12b1 ready for testing!

2010-05-04 Thread Chris Mulligan
Super excited about finally getting this out. Great work, and thanks everyone!

On Tue, May 4, 2010 at 3:26 AM, Noah Kantrowitz n...@coderanger.net wrote:
 On May 3, 2010, at 2:01 PM, Olemis Lang wrote:

 On 5/3/10, Remy Blank remy.bl...@pobox.com wrote:
 Olemis Lang wrote:
 I am not sure , but I suppose that if a timestamp (e.g. CSS | EGG file
 creation time) is sent back to the client when requesting static
 resources then the browser should notice that there's a new file in
 the server and reload it into its own cache


 Chrome.process_request() uses Request.send_file() to send the .css files
 back to the client.

 send_file() sends a Last-Modified header, and also processes an incoming
 If-Modified-Since header to send a 304 reply if the file hasn't changed.
 However, this has no effect on client-side caching, and the client uses
 the cached copy without validating with the server. AFAIK, there's no
 mechanism for the server to notify the client that it should purge its
 cache.


 AFAIK the only thing that can be done is what you mentioned above ,
 i.e. provide headers indicating modification date and so on on and let
 the browser decide what version (cached vs updated) will be used to
 render the web page

 The way other projects get around this is to put a version-specific query 
 argument in the path of every resource. The argument itself is ignored, but 
 by changing it you can force cache updates (or rather, the new URL isn't in 
 any cache since it is brand new). Never really loved the practice since I 
 think it makes the URLs ugly, but it is an option.

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



-- 
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-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Re: How to transfer tickets from one environment to another

2010-04-30 Thread Chris Mulligan
I had a similar situation and wrote some code to handle the movements.
It's designed for migrating a bunch of environments to a smaller set
of new environments (I did ~12 to 2). Basically you setup a map and
include ticket number paddings. Then all tickets from the old
environment are increased by that amount, and all links it can find
(except in changesets, obviously) are updated.

For us, we had no environments with 1000 tickets at the time, so we
had trac 1 padded by 1000, trac 2 padded by 2000, etc. That means that
trac 2's #123 became #2123. I then made new tickets start at 1. It
worked out reasonably well.

The script (now 2 years old, but it was built on an early version of
0.12) is on trac-hacks.
http://trac-hacks.org/wiki/TracMergeScript

Basically you just need to modify the example.py to reflect your
environments. http://trac-hacks.org/browser/tracmergescript/example.py

On Thu, Apr 29, 2010 at 9:10 PM, mark ardiente mark_k...@yahoo.com wrote:
 Bas,

 I'm using the ticketmover plugin which moves the ticket to a specified
 environment but I wish to modify
 it since you can only move tickets one at a time.

 Mark



 
 From: BasHopman bas.hop...@gmail.com
 To: Trac Users trac-users@googlegroups.com
 Sent: Thursday, April 29, 2010 1:48:12 PM
 Subject: [Trac] Re: How to transfer tickets from one environment to another

 Hi Mark,

 I posted a similar question recently here
 http://groups.google.com/group/trac-users/browse_thread/thread/389a0a9040dcbae3#
 Since I did not receive any response, I developed a solution myself.

 As I do not have very much in-debt knowledge about TRAC, I started
 using ticket_clone.py (http://trac.edgewall.org/wiki/TicketClone) and
 modified it.

 It comes down to this:
 - I modified ticket_clone.py such that it posts to a ticket_clone.php
 on the same server
 - ticket_clone.php offers a list of environments to which a ticket can
 be cloned (including the original environment where the ticket comes
 from)
 - after selecting the target environment en confirming,
 ticket_clone.php then uses XML-RPC calls to inject the ticket into the
 target environment, in the description a link is added to the original
 ticket
 - additionally, ticket_clone.php uses a XML-RPC call to update the
 original ticket with comment containing a reference to the newly
 created ticket

 I would have preferred implementing it fully within the TRAC
 environment, but as stated earlier, I do not have the knowledge
 needed, so this is second best...

 Please let me know what you think about this solution.

 Bas

 On Apr 29, 5:32 am, mark ardiente mark_k...@yahoo.com wrote:
 Hi,

 It would be great if someone could help me transfer tickets from a
 previous trac environment to another trac environment.
 My problem is the ticket id wouldn't be unique anymore and reference to it
 would be broken once it tickets are transferred.

 Thanks,
 Mark

 --
 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-users+unsubscr...@googlegroups.com.
 For more options, visit this group
 athttp://groups.google.com/group/trac-users?hl=en.

 --
 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-users+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.


 --
 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-users+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.


-- 
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-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] main search of open tickets only

2010-04-14 Thread Chris Mulligan
I agree - it would be nice to have separate check boxes for open and
closed tickets.

On Wed, Apr 14, 2010 at 12:58 PM, ma...@yahoo.com ma...@yahoo.com wrote:

 I found several old posts on this topic but no solutions.  Is there a
 patch to allow the  main Trac search to be of only open tickets?

 --mam-p

 --
 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-users+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/trac-users?hl=en.



-- 
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-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Changing a user's name

2010-04-08 Thread Chris Mulligan
Might have been my script. http://trac-hacks.org/wiki/TracMergeScript

It was for a much more complicated process (migrating about 18 tracs
into 2), but it included a user rename component. We updated all user
accounts we had in our system, including tickets, wiki pages,
attachments, and milestones. You might try just a 1 to 1 merge with
a list of users to change, but nothing else. I think it shouldn't mess
up too many things in that case.  It's almost 2 years old now, so it
may be a little out of whack with either 0.11 or the current 0.12
trunk. However it might help.

On Thu, Apr 8, 2010 at 9:57 AM, Roger Oberholtzer
roger.oberholt...@gmail.com wrote:
 On Thu, 2010-04-08 at 08:20 -0400, Olemis Lang wrote:

 There is a previous discussion about this subject and also about «Why
 not consider IDs instead of user name ?». JFYI, the advantage of the
 later approach is that people like you would be able to change user
 name in a single place and the change will be immediately
 automatically propagated everywhere the ID is included ... but that's
 not gonna happen (in a near future :( AFAICR )

 A numeric ID would be nice. But, as that is not in the current setup, it
 won't help :) I would imagine that a method to convert pre-user-id
 setups to one that uses a user id would have to be part of the
 implementation. Perhaps that is the real stumbling block, more than the
 user ID implementation itself.

 AFAICR somebody there mentioned a script that might be helpful for you
 . IMO , if I were to face such a situation, I'd try to consider
 something like implementing user aliases , so as to bind old user to
 the new user, or any other approach that would allow me to leave
 things just the way they were before . I try to avoid this kind of
 migrations 'cause they've always been traumatic for me . However, I
 suppose it's not a simple task .

 I suspect it is indeed not a simple task.

 So if it's an urgent task , I suggest you to look for the script ;o)

 I do not know when the change will happen. It is some time in the
 future. I think that the organization in general has found that there
 are problems with changing the user names. But I understand that they
 will proceed anyway.

 I will have to search the google archives for the script. Any idea when
 it was discussed?


 --
 Roger Oberholtzer

 --
 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-users+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/trac-users?hl=en.



-- 
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-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Threaded timeline?

2010-04-06 Thread Chris Mulligan
Similarly, I've wanted a deduped timeline view. Show each ticket, wiki
page, etc with only the most recent change. Then you wouldn't get the
same tickets polluting the timeline as much. When we have hundreds of
changes in a day it's pretty brutal to keep up, and avoid opening the
same ticket several times.

 * Ticket #123 updated 4 times, most recently 2 hours ago
 * Page WikiStart updated 2 times, most recently 2 hours ago
 * Ticket #100 updated once 4 hours ago

On Thu, Apr 1, 2010 at 4:10 AM, Stefan Ruppert m...@ruppert-it.de wrote:
 Christian Boos wrote:

 On 4/1/2010 9:41 AM, Rainer Sokoll wrote:

 is it possible to have a threaded timeline? What I am looking for is
 something like:

 04/01/10
   Ticket #123 created by
   Ticket #122 created by
   Ticket #100 created by
     Ticket #100 closed by
   Ticket #121 created by

 and so on.
 Any ideas?


 Interesting! That display mode could certainly enhance the readability of
 busy timelines...
 I suppose the threads shouldn't span days and group activity centered on a
 given resource.
 Easily done for wiki pages and tickets, do you also think about a way we
 could group changesets?

 -- Christian


 Yes, thats a nice idea. Maybe different resources can be shown in an own
 column!?

 04/01/10
 Tickets           Changesets       Wiki             Builds
 #123 created by   [2268] by ...    MyWiki by ...    xyz [2268] completed


 But its also nice to have the correct order regarding time of day ;-)

 Stefan

 --
 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-users+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.



-- 
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-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Migrate / Move Trac Wiki pages

2010-03-03 Thread Chris Mulligan
You can export and load with trac-admin.

On the old box... trac-admin /path/to/old/env wiki export
On the new box... trac-admin /path/to/new/env wiki load

On Wed, Mar 3, 2010 at 2:25 PM, Noah Kantrowitz n...@coderanger.net wrote:
 Copy the old env to the new box and look at using the datamover plugin. Does
 that even work anymore?

 --Noah

 -Original Message-
 From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com]
 On Behalf Of Luke Ryder
 Sent: Wednesday, March 03, 2010 3:11 AM
 To: Trac Users
 Subject: [Trac] Migrate / Move Trac Wiki pages

 Hello all,

 I have just moved Subversion  Trac from an old server to a new server.

 But some of the Trac Projects have their own wiki pages.  Is there an
 easy way to move the wiki pages across to the new server without
 manually creating new pages?

 --
 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-
 users+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.


 --
 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-users+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/trac-users?hl=en.



-- 
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-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



[Trac] Export wiki pages as reStructuredText?

2010-02-25 Thread Chris Mulligan
I have a bunch of documentation that was written on trac wiki pages.
Now we're interested in migrating some of it to Sphinx. Does anyone
know of an easy way to export it to RST? I imagine it will require
manual cleaning no matter what, but anything to make this easier would
be great.

Thanks!

-- 
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-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Release date for 0.12

2010-02-17 Thread Chris Mulligan
It's slowly, slowly making progress. The developers last said they
weren't giving an ETA a month ago, and I haven't see anything since
then. That thread was
http://groups.google.com/group/trac-dev/browse_thread/thread/9f3b7c2c5e7908b0/a4b440f8b8cae91f?lnk=gstq=0.12#

You may have more luck on the trac-dev list.

On Wed, Feb 17, 2010 at 1:57 PM, Christian Dähn da...@asinteg.de wrote:
 Hi,

 I'm new to this list - even if I'm a (power) user of Trac for 3 years - and
 didn't find any infos about the release date for the upcoming 0.12 -
 which I'm really looking forward to.

 Has anyone infos when 0.12 could be available as first stable release?

 Thanks in advance!

 ciao,
 Chris

 My trac systems: www.haiq-ide.info and at our company running GanttPlugin,
 Luntbuild integration, blog, forum, Doxygen etc.

 --
 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-users+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/trac-users?hl=en.


-- 
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-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Re: Disabling Automatic Auth Login to Domain

2009-12-09 Thread Chris Mulligan
For what it's worth, here's how we're doing it on apache linux, authing to a 
windows domain. I think you can flip off KrbMethodNegotiate if you wanted to 
force password. 

Location /
AuthType Kerberos
AuthName trac.domain.example
KrbServiceName HTTP/trac.domain.example
Krb5Keytab /usr/local/apache2/http_trac.keytab
KrbSaveCredentials on
KrbAuthRealms EXAMPLE.COM
Require valid-user
KrbMethodNegotiate on
KrbMethodK5Passwd on
/Location


On Dec 4, 2009, at 2:22 PM, Chris wrote:

 Setting SSPIBasicPreferred On didn't do the trick. I came across this
 very recent post though it was strictly focusing on Subversion. Seems
 this isn't as straight forward as I thought it might be.
 
 http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065dsMessageId=2425823
 
 --
 
 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-users+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/trac-users?hl=en.
 
 

--

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-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.




[Trac] Plugin to CC a list of users?

2009-11-10 Thread Chris Mulligan

I recall a plugin that let you create groups of users (Say, UI) that
you could then CC on a ticket, rather then listing the entire set of
people on every ticket they should be on. I was looking around on t-h
but couldn't find it. Anyone recall that, and can point me to it?

Thanks!

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



[Trac] Re: Does Trac really work on Windows

2009-06-18 Thread Chris Mulligan

You asked for support with a non-supported configuration. I'm the last
person to defend most mailing lists, but I think you actually got a
lot of useful advice and people acted in a reasonable manner given
your initial tone and knowing disregard of what is expected to work.

On Thu, Jun 18, 2009 at 8:46 AM, Nelson, Cynthia
L.cynthia.nel...@thermofisher.com wrote:

 I mean both. Our company was wanting us to use the VisualSVN server and and 
 VisualSVN Client and Tortoise for the folks using Microsoft. I was able to 
 get VisualSVN, Visual SVN client and Tortoise working rather quickly. The 
 problem occurred when I tried to interface with Trac. I got a persistent 
 error that svn module could not be found.

 I did not make this choice. The company I work for asked me to to it this way 
 and try to get it to work. I got a lot of rude and flaming hate mail from 
 this group. Basically accusing me of being an idiot for wanting to use 
 VisualSVN. It was not my choice. I would have used a Linux platform if left 
 up to me.

 My boss has now told me to use Linux for now on the server side for now.

 Cindy

 -Original Message-
 From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com] On 
 Behalf Of Noah Kantrowitz
 Sent: Wednesday, June 17, 2009 6:15 PM
 To: trac-users@googlegroups.com
 Subject: [Trac] Re: Does Trac really work on Windows


 When you say visualsvn do you mean the server or the client?

 --Noah

 -Original Message-
 From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com]
 On Behalf Of cindy
 Sent: Wednesday, June 17, 2009 7:10 AM
 To: Trac Users
 Subject: [Trac] Re: Does Trac really work on Windows


 Thanks for sharing your configuration. I am in a rather difficult
 situation. I have been asked to use a configuration which I do not
 believe will work. VisualSVN, the latest release of python and Trac
 and a Postgres database.

 I am going to try your configuration and see what happens.  The only
 problem is I have to use an XP machine instead of a server.

 Thanks.

 Cindy

 On Jun 16, 10:34 pm, David Headley raider...@gmail.com wrote:
  I just got Trac running on Windows and it works great.  Here is my
 setup:
   Trac 0.11.4
   SVN 1.5.6 (r36142)
   Python 2.5.4
   Apache 2.2.11
   Windows Small Business Server 2008
  I use the mod_wsgi module, and used the instructions
 here:http://trac.edgewall.org/wiki/TracModWSGI
 
  #1: It definitely works on Windows.
 
  #2: Trac log is in your Trac environment directory under the log
 folder. But
  trac.ini in the conf folder needs to be set to FILE:
  [logging]
  log_file = trac.log
  log_level = DEBUG
  log_type = file
 
  Info on logging is
 here:http://trac.edgewall.org/wiki/TracIni#logging-section
 
  On Tue, Jun 16, 2009 at 6:22 PM, Noah Kantrowitz
 n...@coderanger.netwrote:
 
 
 
   Strike that:
 
 
 http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=81.
 ..
  
 ndFolder=8100folderID=91http://subversion.tigris.org/servlets/Projec
 t DocumentList?folderID=81...has some built for 2.6. Newer version of
 SVN too.
 
   --Noah
 
-Original Message-
From: trac-users@googlegroups.com [mailto:trac-
 us...@googlegroups.com]
On Behalf Of Noah Kantrowitz
Sent: Tuesday, June 16, 2009 4:17 PM
To: trac-users@googlegroups.com
Subject: [Trac] Re: Does Trac really work on Windows
 
PySVN is not the same thing as the SVN SWIG bindings. You find
 the
correct
bindings at
  
 http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91
but I
don't see any built for Python 2.6. You can either try to build
 them
yourself, or switch to 2.5.
 
--Noah
 
 -Original Message-
 From: trac-users@googlegroups.com [mailto:trac-
us...@googlegroups.com]
 On Behalf Of cindy
 Sent: Tuesday, June 16, 2009 10:56 AM
 To: Trac Users
 Subject: [Trac] Does Trac really work on Windows
 
 OK so I am trying to install svn and trac on the same windows
 machine
 per my boss's wishes. If left up to me, I would use Linux.
 
 I also have been told to use VisualSVN 1.7.2. (Yes I know it
 is
 not
 officially supported)
 
 Python 2.6.2
 Py26-svn-pysvn155
 Pysqlite-2.5.5..py2.6 (I know we are using Postgres but this
 is
 just
 an effort to get it to work)
 Trac-0.11.4
 Genshi-0.5.1.py2.6
 Setuptools-0.6c9
 NOTE: I unzipped and untarred the version for py2.6 . the
 python
 website says it works this way.
 I made a directory outside of python and ran setup with the
 egg
 file
 for 2.6 .python ez_setup.py setuptools-0.6c9-py2.6.egg
 I also installed accountadminplugin.
 NOTE: I put made a plugin directory and ran easy setup to
 install
 that.
 
 I used an on line tutorial for most of this at this URL:
 
http://how-to-solutions.com/how-to-install-trac-on-windows.html
 
 I substituted the python 2.6 files for the ones they suggested
 for
 

[Trac] Deduplicating the timeline

2009-06-17 Thread Chris Mulligan

Our trac has gotten vastly more busy recently as we bring more
projects into one install. I have one idea on how to help smooth the
amount of work our team goes through. I'd like to dedupe the timeline
so it only shows each unique wiki page/ticket once, for the last time
it was edited. So if there were 8 edits to ticket 12345 it would only
show up once, at the time of the last edit.

Has anyone seen a plugin to do this, or something like it? Seems like
it wouldn't be that hard to implement, although I haven't worked with
the timeline code before.

Thanks,
Chris

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



[Trac] Re: I need a trac consultant

2009-06-09 Thread Chris Mulligan

On Fri, Jun 5, 2009 at 9:30 AM, Chris Petersonoverrid...@gmail.com wrote:

 I work with Doug on this issue, and I wanted to provide some
 additional details about our configuration and what I am seeing.

 The server is an Amazon EC2 small instance, running on a dual core
 Opteron 2.6 ghz w/ 1.66 gig of ram
 The Trac install lives in the default c:\python25 folder, and the
 trac / svn data lives on an S3 drive.


The use of an S3 drive seems highly suspect to me. S3 tends to have
poor performance for high I/O loads, generally being optimized for
smaller transfers. Have you tried using an EBS volume for storing the
data? That was, by far, the best performance when I was testing out
EC2 for my situation.

One other thing we had issues with (although it wasn't CPU bound) was
when the /chrome directory was behind Kerberos authentication. It
greatly slowed down page loads until we made /chrome unauthenticated.

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



[Trac] Performance Tip

2009-04-17 Thread Chris Mulligan

We've got a few internal tracs running and the performance has
generally been pretty bad. Today the cheif ninja's here managed to
track it down and page loads have gone from frequently 15+ seconds to
a second or two.

We're running Apache 2 w/ Python 2.5, Trac 0.12multirepos-r7684 under
mod_wsgi. Apache is doing basic auth with Kerberos against a windows
AD Domain. The database is Postgresql.

Using firebug it looked like a lot of time was spent loading CSS  JS
files. In an effort to improve performance we had the /chrome location
being handled outside of the wsgi process, directly by apache. However
this really didn't help.

What did help was a bit more tricky, but the difference is night and
day. We use ZXTM (http://www.zeus.com/products/zxtm/) pretty heavily
for load balancing, caching, etc. For demo purposes let's say one of
the Tracs is hosted at intranet.example.com. We had zxtm reroute
intranet.example.com/chrome to tracchrome.example.com/chrome - which
is an entirely separate apache vhost with no authentication. This
means that both zxtm and browsers will happily cache the heck out of
it. The performance difference is incredible. Now this may not be a
big win for other users - I think it's a particular combination of
Kerberos + Basic Auth + probably something else. However if we can
help just one other organization I thought I'd pass this tip along.

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



[Trac] Re: recommendations for doing Trac development on Windows

2009-04-16 Thread Chris Mulligan
On Thu, Apr 16, 2009 at 3:32 PM, Olemis Lang ole...@gmail.com wrote:


 On Tue, Mar 3, 2009 at 5:25 PM, hjw hawl...@gmail.com wrote:

  One of the reasons that I'm stuck on a pc is that I need to be able to
  connect to an (MS)SQLServer database.

 The two potential alts I've «discovered» (yes I discovered planet
 Earth few days ago :P ) to connect to MSSQL in Py apps are

 - adodbapi [1]_ . It also seems to be packaged in pywin32 [2]_  2.11
 - Using Py4Delphi


We've used http://pymssql.sourceforge.net/ for a few applications and it's
worked relatively well for us. We're connecting to SQL2005 and SQL2000
servers from Linux boxes and it works fairly well.

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



[Trac] Re: Is there a way for a ticket to reference itself?

2009-04-03 Thread Chris Mulligan
You could make this a plugin, or part of a custom Genshi template. That
should be reasonably easy to do.

On Fri, Apr 3, 2009 at 2:14 PM, yoheeb yoh...@gmail.com wrote:


 is there a macro/feature like the $USER field in reports that can be
 used to retrieve this ticket, someone in a ticket?

 for example, if I want to have a wiki page for each ticket, and
 automatically generate it as part of the ticket template:

 in the description, or custom filed something like [wiki:Notes/Tickets/
 number/$ID].

 When a ticket is in creation, it doesn't have an ID yet (ticket
 number) so doing somethign like this, we need to create the ticket,
 then go back and edit the field.  If not, what should I look at for
 making a macro or something?

 Thanks
 


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



[Trac] Re: Logout

2009-04-03 Thread Chris Mulligan
On Fri, Apr 3, 2009 at 2:48 PM, Jeff Hammel jham...@openplans.org wrote:


 I agree.  If people want real logout, IMHO they should use AccountManager
 and form-based auth.

 Jeff

 On Fri, Apr 03, 2009 at 09:43:35PM +0300, Mihamina Rakotomandimby wrote:
 
  John Hampton wrote:
   Can you explain this?  Every other site that I have used that uses HTTP
   Auth via the browser has suffered from this problem.  Can you show me
   one that doesn't
 
  That is why I think it is _NOT_ an issue. It's just the way HTTP is.
 


I think this is why almost all sites do not use HTTP auth. It does not
deliver a good end user experience.

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



[Trac] Re: Upgrading existing tracs 12 multirepos to a newer version

2009-04-02 Thread Chris Mulligan
On Thu, Apr 2, 2009 at 12:20 AM, jevans jevans...@gmail.com wrote:



 On Apr 1, 1:27 pm, Christian Boos cb...@neuf.fr wrote:
  Roger O wrote:
Is it the plan
   that the multirepos branch be fully merged with the trunk so it gets
   all these nifty new features? Or will the multirepos remain a branch?
 
  The integration in trunk will happen at some point, but the target has
  not been formally decided yet. Things are progressing well enough so
  that it seems plausible to have it in Trac 0.12.
 
   Just curious.
 
  No problem, thanks for your interest!
 
  -- Christian

 That would be awesome

 Agreed. We've been running multirepos since around June on an internal
production Trac (currently at Trac 0.12multirepos-r7684) with a couple svn
and a whole Mercurial forest. It would be great to get it out, as I know a
bunch of users could benefit from it.

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



[Trac] Re: trac integration / sid change

2009-03-16 Thread Chris Mulligan
Off the top of my head, it looks like you're missing Ticket CC  Component
owner.

I updated login names a while back when we were consolidating Tracs. We had
switched to using Kerberos and all users went from username to 
usern...@domain.com so I added the @DOMAIN.COM to everything. It didn't
really have many complications.

On Sat, Mar 14, 2009 at 6:19 PM, Doruk Fisek dfi...@fisek.com.tr wrote:


 Hi,

  I'm trying to integrate Trac 0.11 into a system where people can change
 their login name.

  I've a setup where Trac uses MySQL. As I've examined the MySQL tables,
 when a user changes its login, updating these fields accordingly seems
 suffice :

  attachment.author
  component.owner
  permission.username
  revision.author
  session.sid
  session_attribute.sid
  ticket.owner
  ticket.reporter
  ticket_change.author
  ticket_change.oldvalue if ticket_change.field = owner
  ticket_change.newvalue if ticket_change.field = owner
  wiki table.author column

  Am I missing anything? Is login name stored anywhere else?

  Are there any complications of changing login name that I'm not seeing?

   Doruk

 --
 FISEK INSTITUTE - http://www.fisek.org.tr

 


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



[Trac] Re: trac integration / sid change

2009-03-16 Thread Chris Mulligan
Hit send too early. Take a look at _update_author and everywhere it's called
in this file to see what I originally did. We didn't migrate sessions, which
made it easier.
http://trac-hacks.org/browser/tracmergescript/tracmerge.py#L50

On Mon, Mar 16, 2009 at 2:33 PM, Chris Mulligan chris.mulli...@gmail.comwrote:

 Off the top of my head, it looks like you're missing Ticket CC  Component
 owner.

 I updated login names a while back when we were consolidating Tracs. We had
 switched to using Kerberos and all users went from username to 
 usern...@domain.com so I added the @DOMAIN.COM to everything. It didn't
 really have many complications.


 On Sat, Mar 14, 2009 at 6:19 PM, Doruk Fisek dfi...@fisek.com.tr wrote:


 Hi,

  I'm trying to integrate Trac 0.11 into a system where people can change
 their login name.

  I've a setup where Trac uses MySQL. As I've examined the MySQL tables,
 when a user changes its login, updating these fields accordingly seems
 suffice :

  attachment.author
  component.owner
  permission.username
  revision.author
  session.sid
  session_attribute.sid
  ticket.owner
  ticket.reporter
  ticket_change.author
  ticket_change.oldvalue if ticket_change.field = owner
  ticket_change.newvalue if ticket_change.field = owner
  wiki table.author column

  Am I missing anything? Is login name stored anywhere else?

  Are there any complications of changing login name that I'm not seeing?

   Doruk

 --
 FISEK INSTITUTE - http://www.fisek.org.tr

 



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



[Trac] Re: Using an Outlook server as the e-mail relay

2009-03-13 Thread Chris Mulligan
As John alluded, you probably just need to put a SMTP username  password in
trac.ini.

On Fri, Mar 13, 2009 at 2:43 PM, John Hampton pacopa...@pacopablo.comwrote:


 luch3 wrote:
  I'm trying to get Trac e-mail notifications sent through our internal
  Outlook server.  E-mail notifications go out well when the recipient
  is in our domain (m...@mydomain.com), but does not work when the e-mail
  address is outside our domain. (some...@someotherdomain.com)

 snip

  SMTPRecipientsRefused: 
  {u'some...@somedomain.comu%27some...@somedomain.com':
 (550, '5.7.1 Unable
  to relay for some...@somedomain.com')}

 You need to configure your exchange server to allow for relaying from
 the trac host.  You can either allow it without authentication, or you
 can turn on smtp auth and set the login name and password in the
 trac.ini.  I'd suggest the former.

 -John

 


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



[Trac] Re: Email Address Required for Tickets

2009-03-05 Thread Chris Mulligan
Could you not allow ticket creation for the anonymous user?

On Thu, Mar 5, 2009 at 7:57 PM, FishGills fishgi...@fishgills.net wrote:


 I know this has been asked a lot as I've searched the archive but I
 can't find a simple answer.

 Is there someway to just say that field is required for ticket
 creation? That's it. It's frustrating getting tickets with no contact
 info in them. :)
 


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



[Trac] Re: Customize wiki page

2008-12-05 Thread Chris Mulligan

Those go in the trac.ini configuration file, not in a wiki page.

On Fri, Dec 5, 2008 at 1:35 AM, Ankur Goel [EMAIL PROTECTED] wrote:



 Hello,

 I am new in using of trac, so need some help from group. I want to edit my
 wiki page like to rename the link to the Wiki start Home, and hide the
 Help/Guide link and like. I know that I have to make changes in trac.ini.
 I also got the regarding help from TracInterfaceCustomization.

 I am only confused with following lines, where I have to write these lines
 in wiki page.

 [mainnav]
 wiki.label = Home
 tickets.href = /report/24

 [metanav]
 help = disabled


 May anyone provide me the way to do this? I will really appreciate your
 suggestions and help regarding my problems. Thanks in advance for your
 support and help.



 Regards
 Ankur Goel





 


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



[Trac] Re: naked wiki pages?

2008-11-12 Thread Chris Mulligan

Completely baselessly, I think you probably can. If you can find or
make a plugin that provides the alternate format that's just the
rendered HTML, you'd probably be there.

Something like this, but exporting to HTML instead of DOC.
http://trac-hacks.org/wiki/PageToDocIntegration

On Wed, Nov 12, 2008 at 10:54 AM, noamtm [EMAIL PROTECTED] wrote:

 Hi,
 Is it possible (with vanilla Trac or a plugin) to get naked wiki
 pages? That is, I want to get the content of 
 http://example.com/trac/wiki/MyPage,
 but without the decoration - the part that starts right after:

 Start Page * Index * History * Last Change

 and ends right before:
 Download in other formats:

 Stated another way, this is the wiki_to_html transformation on the
 entire text of wiki/MyPage.

 Anyone?

 Thanks, Noam.
 


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



[Trac] Re: Wiki Markup Questions?

2008-09-29 Thread Chris Mulligan

1) You can if you use a custom template (trac hacks should have a
bunch of preexisting ones you can look at for guidance).

2) You might try the WYSIWYG plugin.

On Mon, Sep 29, 2008 at 12:52 PM, howa [EMAIL PROTECTED] wrote:

 Hello,

 1. Is it possible to define a 2-cols layout, similar to wikipedia main
 index: http://en.wikipedia.org/wiki/Main_Page ?

 2. Are there more advance toolbar replacement for the existing one?
 Sometimes people are just too lazy to remember all the wiki syntax...
 


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



[Trac] Re: Mobile solution to access Trac

2008-08-29 Thread Chris Mulligan

For what it's worth I use our internal tracs pretty frequently on my
iPhone, and it works quite well. A mobile template might make it a bit
easier, but I really don't have many complaints about it.

On Fri, Aug 29, 2008 at 2:54 PM, Jani Tiainen [EMAIL PROTECTED] wrote:

 jevans kirjoitti:
 Maybe it depends on the device and/or browser?

 Yes, greatly. (See below)

 My WM6 HTC Mogul tends to be the device I use most for browsing and
 interacting with trac-hacks, t.e.o, and this google users list.  I
 switch between the built-in IE and Opera.  The built-in IE doesn't
 work for t.e.o because for some reason it only puts one word
 (occasionally two) on each line - doesn't have that problem with any
 other Trac site I've found.  Opera works great with t.e.o but doesn't
 handle the google groups as well - shows lots of fields and text that
 clearly should be hidden.

 Anyway, the Mogul has the 240x320 screen and a fairly decent size
 slide out keyboard.  I think that last bit might be the key to
 usability when it comes to data entry.  I used T9 for quite a while
 with my old Nokia (which I loved) but it'd be hard to go back.

 Well this is the catch: there are some mobile devices with fullsized
 keyboards. They can be very easily to be used to do complex text
 entries. I've no experience with newer touchscreens how you could use
 handwriting but I guess that would be pretty easy too.

 But traditional 12 button keypads are pretty pain to use to type
 arbitary texts and usually it's just faster to take a photo... :)

 I haven't yet managed to make VPN connection to our old Cisco VPN so I
 can't be sure could I use browser(s) to handle Trac.

 --

 Jani Tiainen

 


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



[Trac] Re: tweak styles...quick howto?

2008-07-17 Thread Chris Mulligan

It's really pretty easy. Just follow that guide and you should be good to go.

On Thu, Jul 17, 2008 at 6:05 PM, Emmanuel Blot [EMAIL PROTECTED] wrote:

 How could I QUCKLY and EASILY change the text in one of the
 projects to say, dark green instead of dark red.
 and dark blue in the other.

 Edit/create the site html file to include you own CSS file, and add
 appearance customization into this CSS file.

 http://trac.edgewall.org/wiki/0.11/TracInterfaceCustomization

 


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



[Trac] 0.12 multirepo - timeline links to specific version

2008-07-16 Thread Chris Mulligan

We're running the 0.12 multirepos version here, r7041. Since migrating
from 0.10.4 we've noticed a few behaviors we're not super pleased
with. Primarily this related to the addtion of version=X to wikipage
links. For example clicking on a timeline entry takes you to that
specific version, and after updating a page the URL changes to the
specific version. I guess it's possible this is just an oddity of the
specific version we're on, but is there any way to disable this
behavior? I didn't see it as a trac.ini setting, but I might have
missed it.

Thanks.

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



[Trac] Re: Assign a ticket a specific number?

2008-06-24 Thread Chris Mulligan

This is pretty easy, as long as you access the database directly and
aren't trying to change any links in wiki pages or anything. There are
two or three places you need to change if you're modifying a ticket.
If you're just making a new one all you need to do is specify the
correct ticket number as the ID when you insert into the ticket table.

You could write a fairly simple python script to insert the tickets
based off a CSV, with hard coded ticket numbers.

On Tue, Jun 24, 2008 at 10:23 AM,  [EMAIL PROTECTED] wrote:

 Hi all,

 I am migrating some information we have into a fresh trac.  I know
 it's A) a bad idea and B)at best, a pain, if not impractical, and C) a
 bad idea :D

 but, it is possible to create tickets with a specific number, or to go
 back and modify the ticket db to give specific numbers to individual
 tickets.  (i.e., migrating tasklist item #130 into a trac ticket,
 ideally want the ticket to be #130)  It's a crutch to easy the
 transition from the highly productive combination of word documents,
 spreadsheets, and sticky notes a project currently has..

 If this is easy, maybe I'll do it..
 


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



[Trac] Re: Assign a ticket a specific number?

2008-06-24 Thread Chris Mulligan

I used the little wrapper I wrote around Trac that I used in my
tracmerge script (the code of which is also online, but without
documentation).  You'll need ptrac.py, but all it does is implement a
database insert command for you.

Check out http://trac-hacks.org/browser/tracmergescript/yoheeb

On Tue, Jun 24, 2008 at 10:39 AM,  [EMAIL PROTECTED] wrote:

 On Jun 24, 9:33 am, Chris Mulligan [EMAIL PROTECTED] wrote:
 This is pretty easy, as long as you access the database directly and
 aren't trying to change any links in wiki pages or anything. There are
 two or three places you need to change if you're modifying a ticket.
 If you're just making a new one all you need to do is specify the
 correct ticket number as the ID when you insert into the ticket table.

 You could write a fairly simple python script to insert the tickets
 based off a CSV, with hard coded ticket numbers.

 That is pretty much exactly what i think I should do.  In this case, I
 actually COULD start my insertion at a sequential point, our list
 happens to be numbered form 1-N, in order, and also has no gaps, so,
 technically I don't think I even need to force ticket numbers.

 THAT said, any pointers?  I am lazy, and am sure someone has done
 this(this is why I migrated to pythonthe efficiency makes up for
 my general laziness)
 


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



[Trac] Re: Assign a ticket a specific number?

2008-06-24 Thread Chris Mulligan

If it's not clear, it will take a list of dictionaries for ticket
changes. The dictionaries look like this:
'ticket_change': [{'author': u'jamie',
'field': u'component',
'newvalue': u'something',
'oldvalue': u'general',
'time': 1131496921},
   {'author': u'jamie',
'field': u'status',
'newvalue': u'assigned',
'oldvalue': u'new',
'time': 1131591197},
   {'author': u'chris',
'field': u'status',
'newvalue': u'closed',
'oldvalue': u'assigned',
'time': 1135038571},
   {'author': u'chris',
'field': u'resolution',
'newvalue': u'invalid',
'oldvalue': u'',
'time': 1135038571},
   {'author': u'chris',
'field': u'comment',
'newvalue': uDoesn't matter anymore...,
'oldvalue': u'',
'time': 1135038571}],


On Tue, Jun 24, 2008 at 2:57 PM,  [EMAIL PROTECTED] wrote:

 On Jun 24, 11:35 am, Chris Mulligan [EMAIL PROTECTED]
 wrote:
 I used the little wrapper I wrote around Trac that I used in my
 tracmerge script (the code of which is also online, but without
 documentation).  You'll need ptrac.py, but all it does is implement a
 database insert command for you.

 Check outhttp://trac-hacks.org/browser/tracmergescript/yoheeb

 awesome, I was in process of writing something atm so I could dump my
 tickets database and figure out the field order (I wasn't sure how
 trac merged the ticket_custom table in exactly.  As it turns out, my
 sql skills have bit rot and I was getting frustrated (I could NOT dump
 the field names, I just dumped a ticket and mapped the entries to the
 fields on a scrap of paper)

 Thanks!  I now have to go play with it so I can learn from it.  My
 next endeavor, will possibly, to try and attach comments/change
 status, as some of these in the list format are closed with
 resolution comments.  That said, for this exercise, just getting the
 numbers to match, then going in and  editing the information in trac
 is sufficient as the list is rather small, and the other members need
 a intro to trac exercise anyway :D

 Man, this group of users rock.  I just hope I can contribute as much
 as I have taken from in the near future here!
 


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



[Trac] Re: Assign a ticket a specific number?

2008-06-24 Thread Chris Mulligan

Nope, sadly it does not handle custom fields. Those are the columns in
the ticket table in the database (and the values are hard coded, so
they need to be exactly that), and it only works with those. You need
to have that exact set (plus the attachment and ticket_change lists
that I add in yoheeb.py), no more columns and no less. If you look at
how ptrac handles Project in the addTicket function it should be
possible to add them yourself though.

And yes, don't play with this on your live database :)

On Tue, Jun 24, 2008 at 4:10 PM,  [EMAIL PROTECTED] wrote:


 On Jun 24, 2:34 pm, Jennifer A. Drummond [EMAIL PROTECTED] wrote:
 On Tue, Jun 24, 2008 at 11:57:27AM -0700, [EMAIL PROTECTED] wrote:
  Man, this group of users rock.  I just hope I can contribute as much
  as I have taken from in the near future here!

 +1!

 =-=- Jenn Drummond // [EMAIL PROTECTED]

 Wow, cool.  OK, I do have one question.  The input csv file, the
 sample you had.  the first row and the list of fields:
 id,cc,changetime,component,description,keywords,milestone,owner,priority,reporter,resolution,severity,status,summary,time,type,version

 what I think i am seeing in ptrac is that, I can modify this list (or
 in my case, add to it) custom fields, as it reads the first row (well,
 from the CSV module) and maps the column headings to the ticket
 fields, but I am not 100%.  so, if i have a custom field, say
 custom_field, I could insert it into the appropriate place, and it
 would handle in automagically (tm) ? anyway, i have a local test trac
 I am going to play with, so I will know shortly anyway..



 


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



[Trac] Re: Wiki markup lists with no bullets?

2008-06-23 Thread Chris Mulligan

Is this a common scenario? What kind of lists are you creating that
you don't want a bullet for?

On Mon, Jun 23, 2008 at 5:10 AM, Scott Bussinger [EMAIL PROTECTED] wrote:

 Nope. Either make a macro or syntax provider, or just use HTML.

 I was afraid of that. The best I've come up with is to add a style
 like:

 .nobullets ul { list-style-image:none; list-style-type:none; }

 and then use the new DIV processor like this:

 {{{
 #!div class=nobullets
 This is a non-bulleted list:
  * One
   * Sub One
  * Two
 }}}

 It's not pretty, but works.

 Trac wiki markup is deliberately simple

 I don't know if anyone else ever runs into the need for something like
 this, but it might be nice if there was an extension to the list
 handling in the wiki markup that used a special symbol for no-bullet
 lists. Perhaps something like:

  . One
   . Sub One
  . Two

 where the period acts just like an asterisk, only not visible. Still a
 simple syntax and probably easy to implement.

 


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



[Trac] Re: Moving a project breaks source browser

2008-06-20 Thread Chris Mulligan

Did you try actually running trac-admin resync? Are you sure your  
paths are correct and there is the correct revision in that repo?

On Jun 20, 2008, at 7:07 PM, Daniel Serodio wrote:


 I moved a project to another location in the same repository,
 trac-admin resync'ed, but now the changesets in this Trac  
 environment
 don't work anymore (No node at revision 1234).

 Is this a known issue? I'm using Trac 0.10.3

 Thanks in advance,
 Daniel Serodio

 


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



[Trac] Re: InterSearch plugin ??

2008-06-17 Thread Chris Mulligan
I believe the MetaSearchPlugin offers this, but I haven't tried it.
http://trac-hacks.org/wiki/MetaSearchPlugin

On Tue, Jun 17, 2008 at 2:59 AM, Juampa [EMAIL PROTECTED] wrote:



 Hello,

 I am trying to search for a ticket or wiki topic in multiple trac
 environments. Are the any plugin like interTrac to do that in a simple way
 ?
 Any probability of doing my own plugin thant joins the differents search
 querys ?

 Thank you , and sorry for my english.
 --
 View this message in context:
 http://www.nabble.com/InterSearch-plugintp17863919p17863919.html
 Sent from the Trac Users mailing list archive at Nabble.com.


 


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



[Trac] SMTP options for accepting username as email

2008-06-17 Thread Chris Mulligan

We've setup apache for single sign on (to an AD) such that all users
are authenticated as [EMAIL PROTECTED] That's their valid email
address, but SMTP still doesn't work unless you go into preferences
and set your email address to [EMAIL PROTECTED] I see a number of
possible settings that work right, but I'm not sure exactly what the
right combination is. Perhaps ignore domain + default domain in
combination?

Thanks,
Chris

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



[Trac] Re: Tray Tool (notification area) like FogBugz

2008-06-17 Thread Chris Mulligan

VimTrac is pretty nifty, but my impression is that it was far from
ready for prime time. There were no installation instructions,
confusing directions and FAQ, a bit of a pain to work with. On top of
that the one time I managed to save a change to a wiki page it wiped
out all the content. Opening any ticket caused a traceback.

I'm sure there's some really impressive work that's gone into it, but
I'd be very wary of using it in a production environment.

On Tue, Jun 17, 2008 at 2:17 PM, stevecel [EMAIL PROTECTED] wrote:

 VimTrac? Have to check it out. Perhaps I can get some inspiration :-)

 The upload thingy was the first one I wrote (but there are parts of it
 in both the QuickTicket and the Wiki Editor. You can actually
 drag'n'drop files into the wiki editor and it will upload all of them.

 Does it recover? Good question, probably not. Haven't stressed any of
 these tools to the point where they fail network-wise. Real big files
 will probably have a problem, as the server will probably time-out (as
 it should).

 On the wish-list are some custom outputs to SnagIt, to make it easy
 to upload screenshots to wiki pages and tickets. The file uploader
 already accepts the filename it should upload on the command line, so
 integrating it with other tools should be easy.

 If you want to download and install, you need to register for a
 CodeResort account (free and easy). You will automatically get access
 to the API project where these tools are downloadable (comes with an
 installer). Requires .NET 2.0 runtime though. If you find any bugs,
 register a ticket on the API project on CodeResort. :-) (Same goes for
 feature-requests) I kind of need a kick in my lower back region to
 get started again :-)

 At some time, I'll probably put the stuff on trac-hacks, where stuff
 like this belong.

 /Steve

 On Jun 17, 3:38 pm, Robert C Corsaro [EMAIL PROTECTED] wrote:
 Lieven Cardoen wrote:
  Very promising!

  I'll keep on following it.

  -Original Message-
  From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
  stevecel
  Sent: dinsdag 17 juni 2008 13:18
  To: Trac Users
  Subject: [Trac] Re: Tray Tool (notification area) like FogBugz

  Some months ago I started building some (Windows) client tools for our
  hosted Trac solution (CodeResort), but progress has been slow lately.
  It should work with a standard Trac installation too (assuming you
  have thehttp://trac-hacks.org/wiki/XmlRpcPlugininstalled.)

  Here are some screenshots:
 https://www.coderesort.com/u/stevec/blog/introducingclienttools

  So far I have spent most of my time on the Wiki editor, and I'm in the
  process of rewriting it with syntax highlighting and some auto-
  completion support. The ticket system is probably where I have done
  the least work, but where the really interesting things can be done
  (from a client tool perspective).

 Looks similar to VimTrac.  The most interesting part to me is the upload
 feature.  Does it recover if there is some failure?  Nice work!- Hide quoted 
 text -

 - Show quoted text -
 


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



[Trac] Re: SMTP options for accepting username as email

2008-06-17 Thread Chris Mulligan

I have, but it looks exactly like [EMAIL PROTECTED] without any
subdomain or anything.

On Tue, Jun 17, 2008 at 4:35 PM, Emmanuel Blot [EMAIL PROTECTED] wrote:

 If [EMAIL PROTECTED] is a valid email address, it should work without
 any special parameter.

 Enable debug trace level in trac.ini and please copy the notification
 related messages here to see what's going on, along with the
 [notification] section from your trac.ini file.

 What's the exact format of domain.com - I suppose you've obfuscated
 the real domain name ?

 Cheers,
 Manu

 On Tue, Jun 17, 2008 at 5:06 PM, Chris Mulligan
 [EMAIL PROTECTED] wrote:

 We've setup apache for single sign on (to an AD) such that all users
 are authenticated as [EMAIL PROTECTED] That's their valid email
 address, but SMTP still doesn't work unless you go into preferences
 and set your email address to [EMAIL PROTECTED] I see a number of
 possible settings that work right, but I'm not sure exactly what the
 right combination is. Perhaps ignore domain + default domain in
 combination?

 Thanks,
 Chris

 




 --
 Manu

 


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



[Trac] Re: SMTP options for accepting username as email

2008-06-17 Thread Chris Mulligan

Ok, that's odd. I tried it again with logging enabled and it worked
this time. Perhaps some SMTP setting was wrong when I was testing
earlier. Sorry for the red herring, everything is working as intended
over here.

On Tue, Jun 17, 2008 at 5:02 PM, Chris Mulligan
[EMAIL PROTECTED] wrote:
 I have, but it looks exactly like [EMAIL PROTECTED] without any
 subdomain or anything.

 On Tue, Jun 17, 2008 at 4:35 PM, Emmanuel Blot [EMAIL PROTECTED] wrote:

 If [EMAIL PROTECTED] is a valid email address, it should work without
 any special parameter.

 Enable debug trace level in trac.ini and please copy the notification
 related messages here to see what's going on, along with the
 [notification] section from your trac.ini file.

 What's the exact format of domain.com - I suppose you've obfuscated
 the real domain name ?

 Cheers,
 Manu

 On Tue, Jun 17, 2008 at 5:06 PM, Chris Mulligan
 [EMAIL PROTECTED] wrote:

 We've setup apache for single sign on (to an AD) such that all users
 are authenticated as [EMAIL PROTECTED] That's their valid email
 address, but SMTP still doesn't work unless you go into preferences
 and set your email address to [EMAIL PROTECTED] I see a number of
 possible settings that work right, but I'm not sure exactly what the
 right combination is. Perhaps ignore domain + default domain in
 combination?

 Thanks,
 Chris

 




 --
 Manu

 



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



[Trac] Re: Help with debugging a Trac macro?

2008-06-13 Thread Chris Mulligan
ipython is the best you can get. It's an interactive python interface, and
let's you run any python code one line at a time.

For example here's a session showing how I might go about finding out what
WikiPages returns. http://pastebin.com/m15d3997e

On Fri, Jun 13, 2008 at 2:44 AM, Scott Bussinger [EMAIL PROTECTED]
wrote:


 OK, I got it figured out. Thanks for everyone's input! My problem
 wasn't in the recursion, it was that I didn't properly understand what
 the wiki.get_pages() method was going to return. What I had pictured
 in my mind wasn't what the routine actually did.

 Since I haven't figured out how to use any sort of debugger when
 working on these plugins, I didn't realize what wiki.get_pages() was
 actually returning. Is there a blog entry/wiki page/list post
 somewhere that describes how to use a Python debugger on a plugin like
 this? My Python experience is almost non-existant.

 Thanks again!
 


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



[Trac] Re: Trouble getting Trac to recognize hg

2008-06-13 Thread Chris Mulligan
 I assume you actually have Mercurial installed as well? If not
easy_install mercurial would be best.

Although I suppose part of it depends on how you installed Python and Trac.
Are you using ports?

On Fri, Jun 13, 2008 at 11:15 AM, Jeremy Ross [EMAIL PROTECTED]
wrote:


 Hi,

 I'm trying to get the Mercurial plugin installed.  I'm using Trac
 0.11rc2 on OS X with the TracMercurial plugin 0.11.  The plugin egg is
 in both site-packages and in the env's plugins folder.  I made the
 following changes to trac.ini:

 [components]
 tracext.hg.* = enabled

 repository_dir = /Users/jeremyross/Documents/trac/TestProject
 repository_type = hg

 Then when I perform a resync, I get:
 Resyncing repository history...
 Command failed: Unsupported version control system hg. Check that
 the Python support libraries for hg are correctly installed.

 What have I missed?

 thanks

 Jeremy

 


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



[Trac] Re: Trouble getting Trac to recognize hg

2008-06-13 Thread Chris Mulligan
Do you have SVN installed properly? I think I ran into an error where
mercurial wasn't working properly but it was really because of an issue with
SVN. I might be misremembering though.

On Fri, Jun 13, 2008 at 4:20 PM, Jeremy Ross [EMAIL PROTECTED]
wrote:


 Chris,

 Python is installed via MacPorts.  I installed Trac manually.
 Mercurial 1.0.1 is installed via MacPorts.


 On Jun 13, 12:51 pm, Chris Mulligan [EMAIL PROTECTED]
 wrote:
   I assume you actually have Mercurial installed as well? If not
  easy_install mercurial would be best.
 
  Although I suppose part of it depends on how you installed Python and
 Trac.
  Are you using ports?
 

 


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



[Trac] Re: [trac 0.11+Ubuntu 8.04] Newbie installation problems

2008-06-09 Thread Chris Mulligan
Did you delete the database? If not try running 'trac-admin /path/to/trac
wiki upgrade' and it should fix that filler text. The first page is just a
bunch of preset content for you. Look at the footer and it should provide
you the details about which version is actually running.

On Mon, Jun 9, 2008 at 10:19 AM, Barzo [EMAIL PROTECTED] wrote:



  I don't know into which mash potatoes your installation ended up with
  using two different, non compatible installation methods, but that's
  probably the first thing to track down: choose which release you do
  want to run, uninstall the other one, and do not forget to quote the
  version you use in your next emails, as the answers and the
  troubleshooting steps may be quite different.

 Thanks for your patient Manu..

 I'm very confusing
 - I've uninstalled trac 0.10.4 with apt-get remove;
 - I've deleted the eggs from cache dir;
 - I've uninstalled and reinstalled setuptools;
 - I've reinstalled trac 0.11 with sudo easy_install Trac==0.11rc1

 Now seems to work...If I log with admin account I can see the plugIns
 installed..
 If I go in the About Trac page I see:

 System Information
 Trac:   0.11rc1
 Python:   2.5.2 (r252:60911, Apr 21 2008, 11:29:43) [GCC 4.2.3
 (Ubuntu 4.2.3-2ubuntu7)]
 setuptools:  0.6c8
 SQLite:   3.4.2
 pysqlite:  2.4.0
 Genshi:   0.6dev-r875
 Subversion: 1.4.6 (r28521)
 jQuery:   1.2.3

 But in the first page I still see Welcome to Trac 0.10.4 and I don't
 know why.

 Tnx!
 Daniele.
 


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



[Trac] Re: Hosting options

2008-06-09 Thread Chris Mulligan
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 [EMAIL PROTECTED] 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.

  -Original Message-
  From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
  On Behalf Of [EMAIL PROTECTED]
  Sent: Monday, June 09, 2008 12:51 PM
  To: Trac Users
  Subject: [Trac] Hosting options
 
 
  Hi all.
 
  I am looking for a multi-site subverison/trac/mysql (possibly) site,
  where I can install plugins and create my own scripts until my hearts
  content.  Guess I'll need apache as well, probably want to do some php
  and be able to install things related to that, etc. as well.  I
  contacted the company that hosts the trac demo site.  seems they are
  full at this time, and didn't offer me pointers to any alternatives.
  So, I am looking for alternatives.  I also would like to hear some
  experience on security matters, but against outside attacks and
  internal protections of information, we have IP sensitivity, therefore
  I will have to go through hoops.  My internal IT has failed me, and I
  don't have time to mess around, I want something up and configured
  within 2 weeks.  Which means i need it up this week so I can tweak it
  next week.
 
  Any and all suggestions welcome.  Please, if you know, point out the
  security and data integrity record/experience.
 
  Sincerely,
 
  Yoheeb
 


 


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



[Trac] Re: AddComment macro installation problem on 0.12 (multi repository branch)

2008-06-09 Thread Chris Mulligan
I'm using multirepos, too.

Macros belong in the plugins directory, and need to be 0.11 compatible.

Did you check webadmin plugins interface? That's the easiest way to enable
or disable plugins.


On Mon, Jun 9, 2008 at 3:49 PM, Georg [EMAIL PROTECTED] wrote:

 Hi,

 I am using the multi-repository branch which is formally 0.12 but probably
 very close to 0.11.

 How do I install the AddComment macro now?  Macros used to be installed
 into the wiki-macros subdir, but I don't find that any more.  Should I
 create it or was it removed somwhen along the way?

 The AddComment instructions tell me to use easy_install to install it
 site-wide.  Well, I would prefer to install it per-instance (I'm planning to
 run different Trac versions, too), but I tried anyway, and it did not work
 anyway :-(

 I did add addcomment.* = enabled into trac.ini, it did not help.

 I did also install MacroPostPlugin with easy_install, it did not ? (BTW, is
 there a similar enable setting for this one?  I tried guessing, used
 postplugin.* = enabled, but had no effect).

 How do I debug macro loading problems?

 --
 Regards,
 Georg.


 


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



[Trac] Re: fixed is NOT the same as closed

2008-06-09 Thread Chris Mulligan
That is the standard behavior.

If you'd like to modify it check out the TracWorkflow features in 0.11 at
http://trac.edgewall.org/wiki/TracWorkflow

On Mon, Jun 9, 2008 at 7:45 PM, Daevid Vincent [EMAIL PROTECTED] wrote:


 Wait a minute!

 I just realized that when a developer resolves a ticket as fixed, Trac
 sets the status to closed!

 Those two things are NOT the same. fixes SHOULD mean that a tester can
 now
 go and verify the fix.
 ONLY the tester should be able to close a ticket.

  * status changed from new to closed.
  * resolution set to fixed.

 In fact, I don't even see a status field that I can manipulate. Where the
 heck did status come from?

 How can we prevent this non-standard behavior?



 


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



[Trac] Re: Multi project

2008-06-04 Thread Chris Mulligan
I'd personally prefer an ubuntu (meta?)package, but I know most of my
coworkers would install from source.

On Wed, Jun 4, 2008 at 1:53 AM, Robert C Corsaro [EMAIL PROTECTED]
wrote:


 Chris Mulligan wrote:
  That sounds pretty nifty. We've actually made internal versions of a lot
 of
  those features (an IRC bot that parses the RSS feed, for example). I'm
  pretty confused about how to actually setup and use oforge, but it looks
  like it could be a pretty neat project.
 

 Yes.  Documentation is a mess. I'm going to work on it this week.  If
 you are interested in setting it up, there are a few options.

 1) use the oforge appliance, which is a vmware image
 2) use the oforge overlay, which will work on any gentoo system
 3) install from source.  there is a script share/examples/setup.sh that
 will do the job.  If you use it, please look at the code first.  It's
 not incredibly generic and can use some tweaking.

 I'd be interested to hear how you would like to set it up and what OS
 you are using.  I'd like to eventually have rpm and deb packages.  Good
 luck and feel free to contact myself, or anyone one my team.  We are on
 irc.freenode.org in the #trac channel.  I'm doki_pen and my teamates are
 aculapov, cbalan and dgynn.

 We will be making an official announcement this week and are very
 excited to get some users.  I can insure you that you will get good
 support if you decide to give it a whirl.


 


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



[Trac] Re: Multi project

2008-06-03 Thread Chris Mulligan
After struggling with multiple (~13) disparate tracs I've built a system to
merge them down to two tracs. We're using wiki namespacing
(Project/ReleaseNotes), and added a custom ticket field called Project.
We're using the excellent 0.12 MultiRepository branch plus a mercurial
forest to keep separation.

This is not the ideal solution, but so far it seems to be the most light
weight and flexible method. We think it will serve our needs well, and I'll
be sure to post back with experience in a few months.

On Tue, Jun 3, 2008 at 11:50 AM, Swiftmind [EMAIL PROTECTED] wrote:

 My company also has a need for a project hierarchy within Trac. But I must
 agree with Jeff Hammel's comment. The core of Trac should be as it is a
 minimalist approach but allow a third party program, plug in or whatever to
 upgrade Trac easily to a more multi project environment.

 But I have not looked into the current answer of creating multiple Trac
 environments. In my opinion if Trac could be upgraded with a simple plug in
 to allow a simple project hierarchy within one Trac environment, this would
 make Trac much more powerful and desirable.

 --
 __
 Eric
 Research and Development
 OEM Controls Inc.



 On Tue, Jun 3, 2008 at 10:08 AM, Jeff Hammel [EMAIL PROTECTED]
 wrote:


 On Mon, Jun 02, 2008 at 10:17:46PM -0700, Noah Kantrowitz wrote:
  Macbane wrote:
  Hi,
 
  I have read some of the proposals, for multi project trac. How do
  people feel about it, because trac is fine for a small project but
  breaks down when you get to a stage where you are working on many
  projects at once. Is trac going to support those features or stay the
  way it is? How do users feel about it.
 
  The very brief overview is that there are some plugins and 3rd-party
  tools around now that do heavyweight multi-project support. This means
  each project gets its own Environment. The flavor it looks like Trac
  core will adopt is a much lighter-weight system where most of the tables
  just get an extra project column, and the UI is restructured a bit.
  Both options have their ups and downs, and I think both will exist in
  parallel for a while at least.
 
  --Noah

 This is something that my company has a need for, so I'm curious to hear
 about solutions.  Is the TracForgePlugin the recommended plugin for this?
  Anything else worth looking at?

 As far as should this go into trac core or in another layer?  I tend to
 favor the latter, both to keep trac core minimalist and also to decouple
 needs, though obviously sufficient hooks need to be in place in order to
 make this work well.  But I haven't really looked at the problem space so
 I'll stop running my mouth off now.

 Jeff



 


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



[Trac] Re: Multi project

2008-06-03 Thread Chris Mulligan
You can read about it here:
http://trac.edgewall.org/wiki/MultipleRepositorySupport. It's in the sandbox
section as http://trac.edgewall.org/browser/sandbox/multirepos. Christian
last synced it with trunk 4 weeks ago, and I've encountered almost no issues
using it (although I don't believe it supports [123:130] links yet).

I believe we'll be using Datamover for some maintenance going forward. From
what I could tell it didn't quite do everything I needed at the time in an
easy, automated fashion. I setup a th page for the script,
http://trac-hacks.org/wiki/TracMergeScript, but the code isn't up yet. Right
now the only working example is using our internal instances, so I'm going
to build a generic example and post that. (Plus, the code is a bit ugly and
lacking in even accurate docstrings at the moment).

The way I handled namespacing was unfortunately manual, but therefore
powerful and predictable. Because our existing wikis were something of a
mess I ended up doing many renames. I have a csv file like the example below
that explicitly renames each page. I used excel to put ProjectName/OldName
for some of the projects that were just being strictly namespaced. It also
will let you delete pages or pass them through unchanged.

SourceTrac,SourcePage,DestTrac,DestName
ProjectA,ReleaseNotes,Dev,ProjectA/ReleaseNotes
ProjectB,ReleaseNotes,Dev,ProjectB/ReleaseNotes
ProjectA,GetAnotherDeveloper,Intranet,Hiring/Jobs/Developer2007

It pads tickets by an arbitrary amount, so Project A gets a pad of 1000,
Project B of 2000, so Project A ticket 123 becomes 1123 and B's 123 becomes
2123. It adds each milestone, component, and enum value. It updates links
for wiki pages, milestones, tickets and changesets/revisions automatically.

I hope that helps! I'm curious what you're situation might require that I
haven't through of, as well.

On Tue, Jun 3, 2008 at 12:53 PM, Stephen Moretti [EMAIL PROTECTED]
wrote:


 2008/6/3 Chris Mulligan [EMAIL PROTECTED]:
  After struggling with multiple (~13) disparate tracs I've built a system
 to
  merge them down to two tracs. We're using wiki namespacing
  (Project/ReleaseNotes), and added a custom ticket field called Project.
  We're using the excellent 0.12 MultiRepository branch plus a mercurial
  forest to keep separation.
 
  This is not the ideal solution, but so far it seems to be the most light
  weight and flexible method. We think it will serve our needs well, and
 I'll
  be sure to post back with experience in a few months.
 

 I've got an ever increasing number of svn repos and trac environments
 and I'm sure its all going to come unstuck soon unless I can get a
 single port of call for ticketing/wiki-ing/user management/etc with
 project separation in the mix. So I would love to hear some more
 now... :D

 How did you go about merging the trac environments?
 How do you enforce a project prefix for your wiki namespaces?
 I'm using the trunk of Trac at the minute - I'm probably being blind,
 but where do I find the MultiRepository settings/info?

 TIA

 Stephen

 


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



[Trac] Re: Problem installing 0.11rc under home directory

2008-06-03 Thread Chris Mulligan
Have you considered using tracd? It's very reliable and can get you up and
running with very little work. tracd --port 8000 ./ and you're golden.

On Tue, Jun 3, 2008 at 6:27 PM, Paul Cohen [EMAIL PROTECTED] wrote:


 On Tue, Jun 3, 2008 at 11:51 PM, Noah Kantrowitz [EMAIL PROTECTED]
 wrote:
 
  That is just a template. You need to run the trac-admin ... deploy
 command
  to generate the actual fcgi script.

 Thanks for taking the time.

 trac-admin ..deploy. I did as you said. Copied the generated trac.fcgi
 file to ~/www/cgi-bin and chmod:ed the file to 705. Still doesn't
 work. What am I supposed to do with the htdocs directory?

 I'm currently just trying to get Trac up and running. Once that is
 done I intend to figure out the best setup for actual use.

 /Paul

 


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



[Trac] Re: Multi project

2008-06-03 Thread Chris Mulligan
That sounds pretty nifty. We've actually made internal versions of a lot of
those features (an IRC bot that parses the RSS feed, for example). I'm
pretty confused about how to actually setup and use oforge, but it looks
like it could be a pretty neat project.

On Tue, Jun 3, 2008 at 7:59 PM, Robert C Corsaro [EMAIL PROTECTED]
wrote:


 Macbane wrote:
  Hi,
 
  I have read some of the proposals, for multi project trac. How do
  people feel about it, because trac is fine for a small project but
  breaks down when you get to a stage where you are working on many
  projects at once. Is trac going to support those features or stay the
  way it is? How do users feel about it.
 
 shameless-plug
 We have developed a trac-based solution for multi-projects called
 OForge.  You can read about it at http://code.optaros.com/trac/oforge.
 It is free and OS software and we'd love to get some
 feedback/contributions.

 If you decided to try it, feel free to email me directly with any
 questions.
 /shameless-plug

 


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



[Trac] Re: TracSvnPoliciesPlugin problem

2008-06-01 Thread Chris Mulligan

It is. If you want to include multiple subversion repositories you'll  
need to use a repository type of direct-svnfs with a fsfs repository  
type. This is due to how trac caches repositories with the normal  
svn type.

Hope that helps.

On Jun 1, 2008, at 1:24 PM, rupert thurner wrote:


 thanks for the info! do you know if it is possible to include a svn
 repo, and a mercurial forest at the same time?

 rupert.

 On May 30, 10:25 pm, Chris Mulligan [EMAIL PROTECTED]
 wrote:
 Rupert,

 I suggest you consider using the 0.12 multirepo branch of trac in
 combination with the 0.12 trac mercurial plugin. We've found it to  
 be far
 more satisfactory with our mercurial forest.

 On Fri, May 30, 2008 at 3:30 PM, rupert thurner  
 [EMAIL PROTECTED]
 wrote:



 could you tell if policiesplug would be possible in conjunction with
 mercurial, andhttp://www.trac-hacks.org/wiki/HgTimelinePluginas
 well?

 rupert.

 On May 22, 4:10 pm, Robert C Corsaro [EMAIL PROTECTED] wrote:
 On Wed, May 21, 2008 at 10:36 PM, Pablo Fabregat
 [EMAIL PROTECTED] wrote:
 Hi all,

 I managed to get this plugin installed and it throws no  
 errors... but
 when i do a commit, whatever policy i put, nothing happens, it  
 just
 commits,
 and i can tell that the hook's being executed (it's in
 /usr/bin/svn-hook)
 because i edited that script to throw an error and, it does...
 i'm almost done with this! :O

 any ideas ?
 thanks in advance!

 We worked this out on IRC, but the solution was to copy the
 svnpolicies/bin/svn-hook to /usr/local/bin overwriting the  
 setuptools
 wrapper script.  I'm working on a fix.
 


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



[Trac] Sort milestones alphabetically

2008-05-30 Thread Chris Mulligan
We have a fairly large number of milestones and we'd really prefer to sort
them alphabetically (ideally case insensitive, with some kind of support for
numbering). I saw a few tickets about it, but I don't know what, if
anything, is implemented.

This is in 0.12multirepos.

Thanks,
Chris

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



[Trac] Re: TracSvnPoliciesPlugin problem

2008-05-30 Thread Chris Mulligan
Rupert,

I suggest you consider using the 0.12 multirepo branch of trac in
combination with the 0.12 trac mercurial plugin. We've found it to be far
more satisfactory with our mercurial forest.

On Fri, May 30, 2008 at 3:30 PM, rupert thurner [EMAIL PROTECTED]
wrote:


 could you tell if policiesplug would be possible in conjunction with
 mercurial, and http://www.trac-hacks.org/wiki/HgTimelinePlugin as
 well?

 rupert.

 On May 22, 4:10 pm, Robert C Corsaro [EMAIL PROTECTED] wrote:
   On Wed, May 21, 2008 at 10:36 PM, Pablo Fabregat
   [EMAIL PROTECTED] wrote:
   Hi all,
 
   I managed to get this plugin installed and it throws no errors... but
   when i do a commit, whatever policy i put, nothing happens, it just
 commits,
   and i can tell that the hook's being executed (it's in
 /usr/bin/svn-hook)
   because i edited that script to throw an error and, it does...
   i'm almost done with this! :O
 
   any ideas ?
   thanks in advance!
 
  We worked this out on IRC, but the solution was to copy the
  svnpolicies/bin/svn-hook to /usr/local/bin overwriting the setuptools
  wrapper script.  I'm working on a fix.
 


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



[Trac] Re: any suggestion on how to integrate my help documation into trac wiki?

2008-05-29 Thread Chris Mulligan
We've done this with hierarchical wiki names. For example you might have
wiki/Product wiki/Product/UserGuide and
wiki/Product/UserGuide/Section1. You can combine this with the TOCMacro (
http://trac-hacks.org/wiki/TocMacro) to get a powerful multi page view of
the content. All you do is specify [[TOC(Product/UserGuide*)]] on each
page and you're set.

On Thu, May 29, 2008 at 12:25 AM, thinktwice [EMAIL PROTECTED] wrote:


 i want to publish the help documation as wiki, so all the users could
 modify it.
 most document will organize it's content using hierarchical tree
 structure so user could view the content convienently. we'll usually
 could expend and collapse those structure nodes.
 anyone has customized trac like this way? i don't kown python
 programming, any suggestion?
 


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



[Trac] Re: trac.ini

2008-05-29 Thread Chris Mulligan
Your trac.ini should have many lines in it, even if you haven't edited it.
What are the files/directories in /var/www/localhost/htdocs/trac? It should
have the standard trac files. On 0.12 that's: attachments, conf, db, htdocs,
log, plugins, README, templates, VERSION. Find that file and you should be
good to go.

On Thu, May 29, 2008 at 2:59 PM, Aluink [EMAIL PROTECTED] wrote:


 I am trying to set some stuff up in my trac.ini but my changes aren't
 being reflected on the wiki.  I'm running 0.10.4.  My trac.ini is
 found in /var/www/localost/htdocs/trac/conf.  Right now I only have
 the following in it.  I'm trying to keep it simple until I can see it
 working.

 [wiki]
 ignore_missing_pages = enable

 Let me know if there is any information that could better help you
 help me.

 TIA,
 Eric

 


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



[Trac] Re: Automatic ticket crossreferences

2008-05-09 Thread Chris Mulligan

There are a number of tickets about this, and a wiki page. 
http://trac.edgewall.org/wiki/TracCrossReferences

On May 9, 2008, at 4:17 AM, Simon Martin wrote:


 This would be a relly nice feature :)

 On May 9, 9:31 am, Jani Tiainen [EMAIL PROTECTED] wrote:
 Is there way to create automatic cross references between tickets,  
 like
 if I write magical text see #555 when I save my comment or new  
 ticket
 ticket #555 would also get referenced by automatically.

 --
 Jani Tiainen
 


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



[Trac] Re: Upgrade Trac from 0.8.1 to 0.11

2008-05-05 Thread Chris Mulligan
I don't believe upgrades from 0.8 directly to 0.11 is supported. I realize
it may be a pain, but I suggest upgrading in steps. You also can't just copy
the file, you need to upgrade the environment with trac-admin as discussed
below.

First, upgrade to 0.9.4 via these instructions:
http://trac.edgewall.org/wiki/0.10/TracUpgrade#From0.8.xto0.9

Then upgrade to 0.10.4 via these instructions:
http://trac.edgewall.org/wiki/0.10/TracUpgrade#From0.9.xto0.10.x

The finally run the upgrade to 0.11rc1 via these instructions:
http://trac.edgewall.org/wiki/TracUpgrade

Perhaps someone with more knowledge can comment.

On Mon, May 5, 2008 at 5:15 PM, Art Gorman [EMAIL PROTECTED] wrote:


 I'm in the process of out placing an older server and need to move trac. I
 did not install the original installation. The old server has 0.8.1 and the
 new has 0.11b I did the trac-admin hotcopy then move the data over to the
  new server and tried to connect and got the following errors:

 Traceback (most recent call last):
  File /usr/lib/python2.5/site-packages/Trac-0.11b2
 py2.5.egg/trac/web/api.py, line 339, in send_error
'text/html')
  File
 /usr/lib/python2.5/site-packages/Trac-0.11b2-py2.5.egg/trac/web/chrome.py,
 line 673, in render_template
data = self.populate_data(req, data)
  File
 /usr/lib/python2.5/site-packages/Trac-0.11b2-py2.5.egg/trac/web/chrome.py,
 line 581, in populate_data
d['chrome'].update(req.chrome)
  File
 /usr/lib/python2.5/site-packages/Trac-0.11b2-py2.5.egg/trac/web/api.py,
 line 168, in __getattr__
value = self.callbacks[name](self)
  File
 /usr/lib/python2.5/site-packages/Trac-0.11b2-py2.5.egg/trac/web/chrome.py,
 line 452, in prepare_request
for category, name, text in contributor.get_navigation_items(req):
  File
 /usr/lib/python2.5/site-packages/Trac-0.11b2-py2.5.egg/trac/ticket/web_ui.py,
 line 133, in get_navigation_items
if 'TICKET_CREATE' in req.perm:
  File
 /usr/lib/python2.5/site-packages/Trac-0.11b2-py2.5.egg/trac/perm.py, line
 521, in has_permission
return self._has_permission(action, resource)
  File
 /usr/lib/python2.5/site-packages/Trac-0.11b2-py2.5.egg/trac/perm.py, line
 535, in _has_permission
check_permission(action, perm.username, resource, perm)
  File
 /usr/lib/python2.5/site-packages/Trac-0.11b2-py2.5.egg/trac/perm.py, line
 424, in check_permission
perm)
  File
 /usr/lib/python2.5/site-packages/Trac-0.11b2-py2.5.egg/trac/perm.py, line
 282, in check_permission
get_user_permissions(username)
  File
 /usr/lib/python2.5/site-packages/Trac-0.11b2-py2.5.egg/trac/perm.py, line
 357, in get_user_permissions
for perm in self.store.get_user_permissions(username):
  File
 /usr/lib/python2.5/site-packages/Trac-0.11b2-py2.5.egg/trac/perm.py, line
 175, in get_user_permissions
cursor.execute(SELECT username,action FROM permission)
  File
 /usr/lib/python2.5/site-packages/Trac-0.11b2-py2.5.egg/trac/db/util.py,
 line 51, in execute
return self.cursor.execute(sql)
  File
 /usr/lib/python2.5/site-packages/Trac-0.11b2-py2.5.egg/trac/db/sqlite_backend.py,
 line 58, in execute
args or [])
  File
 /usr/lib/python2.5/site-packages/Trac-0.11b2-py2.5.egg/trac/db/sqlite_backend.py,
 line 50, in _rollback_on_error
return function(self, *args, **kwargs)
 DatabaseError: file is encrypted or is not a database


 Any suggestions would be appreciated.

 --Art Gorman

 


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



[Trac] Re: force file download

2008-05-01 Thread Chris Mulligan
I agree, some type of automatic download would be an improvement. I haven't
tried your patch, but it seems natural.

On Thu, May 1, 2008 at 10:37 AM, Ted Gifford [EMAIL PROTECTED] wrote:


 Jeroen Ruigrok van der Werven wrote:
  [wiki]
  forward_to_raw_href = true
 
  Mmm, the idea in principle seems ok, but it feels a bit heavy handed
 since
  it will do this for every non matching MIME-type. I wonder if all these
  files have the Subversion binary bit set and as a result we could just
 look
  for something like that without a need for configuration options

 Actually, this only affects wiki attachments. Repository files are handled
 differently. Is there something else for the download page to do
 except punt (or scan for viruses?). I think all the other information will
 still appear in the list of attachments (file size, timestamp,
 description).

 It seems safe to do away with the config parameter and make this the
 default behavior, unless:
  - More functionality is planned for the attachment page (unlikely?), or
  - It will be merged with the repository code, or
  - Users would revolt.

 It seems more natural to me, but perhaps other users think otherwise.
 I'll submit a feature request.

 Ted


 


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



[Trac] Re: tables and spreadsheets in the wiki

2008-04-28 Thread Chris Mulligan
There's a decent CSV Macro that can make it easy. Just save the excel
document as CSV, then copy/paste into Trac. Check out trac-hacks.org.

On Mon, Apr 28, 2008 at 7:23 AM, David Starr [EMAIL PROTECTED] wrote:


 Hi guys,

 My users seem to love organizing their information in spreadsheet
 tables.

 Is the easiest way to get these (ie, from Excel) in to Trac's wiki via
 restructured text?

 Thanks for any ideas..

 David Starr
 Technical Director
 Trapeze Animation
 [EMAIL PROTECTED]
 902-370-3007

 


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



[Trac] Re: Problem with moving trac

2008-04-23 Thread Chris Mulligan
Your original email says it. Fedora is using 0.10.3 and Centos was using
0.10.4. You'll need to install 0.10.4 or later on the new box.

On Wed, Apr 23, 2008 at 2:00 PM, nikaudio [EMAIL PROTECTED] wrote:


 I did one more experiment, I have installed trac with two projects
 old, lms.
 Under old I have copied trac.db from server I'm moving from.
 Under lms there is newly crated project.

 After accessing trac.domain.com I'm getting:
 Available Projects

* lms
* old: Error
  (Database newer than Trac version)

 Is seems that Fedora latest rpm trac installation (even it is
 backported) is recognized as old.
 Is there a way to make it work ?
 Regards
 


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



[Trac] Re: Merging multiple tracs to a mercurial forest

2008-04-23 Thread Chris Mulligan
 Thanks very much for your reply.

Yes, that is a concern. We haven't fully committed to doing this yet, but we
know that our current system does not work. There are several code bases
that are in subversion but have no Trac. The last thing we need is to go
from 10-20 Trac installations which each have only a few wiki pages and a
dozen tickets. Each project is somewhat unique, but there are tons of
inter-dependencies and many developers are working on multiple projects at
once.

Has anyone considered a plugin to add timeline filters? I can imagine doing
somewhat robust system where you define a certain wiki namespace (eg
wiki/Bitten), set of components and milestones, and subversion paths for
implicit filtering, perhaps in addition to a more hard coded system link
GenericTrac.

Has anyone else done work on sub projects or multi project situations that
are worth looking at?

On Wed, Apr 23, 2008 at 3:33 AM, Christian Boos [EMAIL PROTECTED] wrote:


 Hello Chris,

 Chris Mulligan wrote:
  Hi folks (particularly Christian),
 
  We have about 10 Trac installs running, mostly on a single machine but
  some on others. They're all on 0.10.4 right now. There are only about
  5 that are high volume, and only some of them have subversion
  repositories.
 
  We're interested in merging our repositories and tracs down to one or
  two instances. To help with this we're considering migrating all the
  repositories to a Mercurial forest and merging the wikis and tickets
  to a single Trac. I'm not especially concerned with merging the
  tickets, etc. A little bit of sick creativity (trac 1 ticket #300
  becomes #1300, trac 2 ticket #60 becomes #2060. Wiki conflicts become
  wiki/trac1/Conflict and wiki/trac2/Conflict) and we should be good to
  go.
 
  Our main issue is trac hg forest support. I see that it's not really
  supported at TracMercurial, but I also seem some recent activity. A
  checkout just now of 0.11b2, multirepos and TracMercurial 0.12 isn't
  working (it sees no revisions at the forest level). Is forest support
  being developed now? Is there something we can do to encourage its
  development?
 

 Thanks for your interest in the multiple repository support!
 A couple of remarks: if you use the multirepos branch, you don't need to
 have 0.11b2 around - just install Trac from that checkout.

 Also, you don't necessarily need to convert your Subversion repositories
 to Mercurial, as mixed backends are supported. However there's no
 cache yet (so for Subversion you'd have to use the direct-svnfs type).
 An enhanced vc cache layer will be the next step, and if you have big
 repositories, that will really be needed (unless you have a /really/
 beefy server ;-) ).

 As for the forest support, well, that's just a few lines of code away
 and Ido Sebastiaan van Oostveen even started the effort a few months ago
 - see http://hg.trbs.net/), so this just needs to be finalized.

 On a related note, I think you're attempting this project consolidation
 in order to be able to have a global overview of the activity of the
 different projects, sharing common knowledge in the wiki, consolidated
 search and queries, this sort of things. But won't you lack the ability
 to have more focused views about what's going on? In particular, one
 of the risks is that you'll get lots of information in the timeline,
 which has currently no good filtering capabilities. I ask this because I
 start to feel the need to go in the opposite direction (split a big
 project into multiple ones), but of course with keeping the possibility
 to have an overview when needed. So I'll soon start to work on multiple
 project support, which should complement the multiple repository support
 (each project will have one default repository and possibly others, like
 the single project currently do in the multirepos branch). Migrating
 multiple projects into one won't even require sick creativity in this
 setup ;-)

 -- Christian

 


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



[Trac] Merging multiple tracs to a mercurial forest

2008-04-22 Thread Chris Mulligan

Hi folks (particularly Christian),

We have about 10 Trac installs running, mostly on a single machine but
some on others. They're all on 0.10.4 right now. There are only about
5 that are high volume, and only some of them have subversion
repositories.

We're interested in merging our repositories and tracs down to one or
two instances. To help with this we're considering migrating all the
repositories to a Mercurial forest and merging the wikis and tickets
to a single Trac. I'm not especially concerned with merging the
tickets, etc. A little bit of sick creativity (trac 1 ticket #300
becomes #1300, trac 2 ticket #60 becomes #2060. Wiki conflicts become
wiki/trac1/Conflict and wiki/trac2/Conflict) and we should be good to
go.

Our main issue is trac hg forest support. I see that it's not really
supported at TracMercurial, but I also seem some recent activity. A
checkout just now of 0.11b2, multirepos and TracMercurial 0.12 isn't
working (it sees no revisions at the forest level). Is forest support
being developed now? Is there something we can do to encourage its
development?

Thanks,
Chris

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