[Trac] Re: irclogs - problems with 0.11 ?

2007-08-24 Thread John Hampton

ryan wrote:
 Hi -- I've been using irclogs with 0.10.4 and it worked okay. I
 recently upgraded to 0.11 and switched over to use the 0.11 version of
 irclogs. With the exact same configuration, it no longer seems to see
 any of my logs. When you go to /irclogs, it doesn't show any years
 even thought the logs are clearly there.

Well, a little more info would be nice, such as:
  * Any tracebacks
  * Any log messages
  * Anything that might give a hint as to why

That being said, take a look at http://trac-hacks.org/ticket/1948  That 
may be the issue, and if so, should be fixed

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



[Trac] Setting up trac and populating data

2007-08-24 Thread Jani Tiainen

Howdy,

Continuation to my previous inqury, we have finally starting to use Trac 
as primary tool in different projects as bug tracker and such. As being 
lazy I'll ask here, since I think this would interest future readers too.

There is few issues that I would like to solve before doing full launch.

Remote repositories - Box that runs Trac would be Linux + Apache server. 
Repositories reside on Windoze server. Move repos over Linux or some 
nice way to map Win shares to Linux, or usage of remote repositories. I 
prefer native Linux system. All repos are in FSFS format that should be 
just copying all files to new location? I don't have any commit hooks 
and such.

Authenticating users from Active Directory. We're currently using apache 
+ mod_sspi but it sucks. :) Any better way?

Populating Trac users from AD. Since we have all users in AD, It would 
be handy to get registered user data from AD? Scripts or plugins for this?

Inter-project references? Since there is need to have few generic 
Tracs, how this can be done?

Workflow since we would like to force spesific workflow this would be 
nice - as I understood this will be part of 0.11.

Automation - As much as possible, like automatic ticket closing, ticket 
creation, adding and modifying by email.

Reporting and analysis (statistics) for open/closed tickets, maybe times 
how long they were outstanding and under processing etc.

Work estimation and work done (real working can be gathered from our 
timecard application)

In general - is there articles about (agile) development with help of 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] How to install the Center macro, Trac 0.11?

2007-08-24 Thread Joost Kraaijeveld

I am trying to install, just as an example, the Center macro 
(http://trac.edgewall.org/wiki/MacroBazaar#Center) according to the 
instructions on http://trac.edgewall.org/wiki/MacroBazaar

I tried both the old and the new way of installing. Both did not work.

Does anyone can give me any advise on how to get this working?

TIA

Joost

 

--~--~-~--~~~---~--~~
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] pagetopdf plugin

2007-08-24 Thread Neena


Hello
I am working on eclipse based Trac development using pydev.
python 2.4
eclipse 3.3
trac 0.10 and using tracd standalone server
I have tried to install pagetopdf plugin but it is not showing any pdf link.
Is anyone has idea

Thanks
with regards
Neena
-- 
View this message in context: 
http://www.nabble.com/pagetopdf-plugin-tf4322832.html#a12309931
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] Re: pagetopdf plugin

2007-08-24 Thread Simon Martin

Have you installed htmldoc http://www.htmldoc.org/ ?

BR

On Aug 24, 12:26 pm, Neena [EMAIL PROTECTED] wrote:
 Hello
 I am working on eclipse based Trac development using pydev.
 python 2.4
 eclipse 3.3
 trac 0.10 and using tracd standalone server
 I have tried to install pagetopdf plugin but it is not showing any pdf link.
 Is anyone has idea

 Thanks
 with regards
 Neena
 --
 View this message in 
 context:http://www.nabble.com/pagetopdf-plugin-tf4322832.html#a12309931
 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] Re: add more options to resolve as: in Ticket

2007-08-24 Thread Trac

so this can not be done in Trac version 0.10.3.1 ?
I just want to add one item to ticket resolution.


James Guyton wrote:

 I believe you can accomplish this through the workflow modifications 
 in 0.11 (states and assignees), but I don’t think you can prevent 
 people from performing actions on it; i.e. a developer can put it to a 
 resolved state (and you can set it so that it must enter a resolved 
 state) and it is automatically assigned to a person, but you can’t 
 prevent the developer from going in and then setting it to a closed state.

 Hopefully someone will correct me if the above is incorrect.

 Of course, if your developer(s) start breaking your workflow in this 
 manner(circumventing QA by directly closing tickets) , they need to be 
 thoroughly chewed out.

 Another option is for your developer to assign it to a general QA 
 person(in whichever state), who then validates and closes the ticket.

 Hope that helps,

 James

 *James Guyton (JGU)*

 *From:* trac-users@googlegroups.com 
 [mailto:[EMAIL PROTECTED] *On Behalf Of *Jeff Webb
 *Sent:* Thursday, August 23, 2007 3:29 PM
 *To:* trac-users@googlegroups.com
 *Subject:* [Trac] Re: add more options to resolve as: in Ticket

 This is a question I have had. I would like to be able to move bugs to 
 a resolved state by a developer and then to a closed state once 
 they are verified by QA.

 On 8/23/07, *Trac* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
 wrote:


 Hello

 How I can add more options to resolve as: options in ticket?

 Thanks






 -- 

 Jeff Webb
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 http://boowebb.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] Re: Preliminary port of Tags to 0.11

2007-08-24 Thread Alec Thomas

That's a new one. Make sure you have:

[components]
tractags.* = enabled

in your trac.ini, and that you *do not* have default_handler =
TagsWikiModule anywhere.

Also, ensure that you've completely removed any old versions of tags.

FYI this same combination of Trac 0.11 and Tags works for me. I also
didn't get prompted for any upgradesor are you saying that you
upgraded trunk, then installed tags?

On 8/24/07, Selva [EMAIL PROTECTED] wrote:

 I'm using Python 2.5.1. When moving from Trac 0.11dev-r5856 to 0.11dev-
 r5950 using

 trac-admin /path/to/myproject upgrade

 I got a failure with the message below:

 Command failed: Parent module 'tractags' not loaded

 Any patches or workarounds out there?

 On Aug 15, 6:50 am, Alec Thomas [EMAIL PROTECTED] wrote:
  I've updated tags with a slightly modified version of Gary's patch.


 



-- 
Evolution: Taking care of those too stupid to take care of themselves.

--~--~-~--~~~---~--~~
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: stealth spams in many places

2007-08-24 Thread Michael Renzmann

Hi.

 I just want to warn Trac users that invisible spams links are being
 inserted by spammers in many Trac Wikis usually the links are put at
 the top (or bottom) of the page with a special style that renders the
 links invisible when looked in html mode

Using the spamfilter plugin along with a properly maintained list of
forbidden words should help against that problem.

Another option is ScallyWhack; in the current release it helps by simply
blocking all wiki edits, tickets and comments to tickets that contain
http:// or https:// from anonymous visitors, but I want to make that a bit
smarter once I find a bit of time for it.

Bye, Mike

--~--~-~--~~~---~--~~
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: When is it planned to habe a first beta of trac 0.11

2007-08-24 Thread Jorge Vargas

On 8/7/07, Jani Tiainen [EMAIL PROTECTED] wrote:

 anton kirjoitti:
  Hi,
 
  I only wanted to know the probable date
  of a first beta of the next trac 0.11 release (for testing).

 I think same thing that applies to any open source project: when it's ready.

well the thing is that looking at
http://trac.edgewall.org/query?status=newstatus=assignedstatus=reopenedmilestone=0.11
and other post on this mailing list, there seems to be:

- no critical issues left
- no official work on when it's actually going out
- lots of people running dev because 0.11 it is so stable :)

 If you want to make it sooner, contribute. Otherwise there is just
 waiting... and waiting... :)

all ticket are assigned so unless you will bother the person doing it
(which will take more time away from him) you shouldn't touch them.
 --

 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] TRAC_ADMIN without being TICKET_ADMIN?

2007-08-24 Thread Rainer Sokoll

Hi,

in most of our environments, I am TRAC_ADMIN, and since we use
restrict_owner = yes, I do appear in the drop-down box for assigning
tickets.
But by no means I am a developer - so this is sometimes confusing my users.
So the question is: Is it possible for me to disappear from the
drop-down box without losing TRAC_ADMIN privileges?

Rainer

--~--~-~--~~~---~--~~
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: pagetopdf plugin

2007-08-24 Thread Fernan Aguero

Neena,

if you have both pagetopdf and htmldoc installed, then you need to
add the following to your conf/trac.ini:

[components]
pagetopdf.* = enabled

and then optionally

[pagetopdf]
size = A4
charset = iso-8859-1

or any other options you want to pass to htmldoc.

Hope this helps,

Fernan

On 8/24/07, Neena [EMAIL PROTECTED] wrote:


 Hello
 I am working on eclipse based Trac development using pydev.
 python 2.4
 eclipse 3.3
 trac 0.10 and using tracd standalone server
 I have tried to install pagetopdf plugin but it is not showing any pdf link.
 Is anyone has idea

 Thanks
 with regards
 Neena
 --
 View this message in context: 
 http://www.nabble.com/pagetopdf-plugin-tf4322832.html#a12309931
 Sent from the Trac Users mailing list archive at Nabble.com.


 



-- 
--
fernan

--~--~-~--~~~---~--~~
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] RSS Feeds and Ticket URLs

2007-08-24 Thread cobwebsmasher
Hello all.  I am using Trac 0.9.6, not by choice, on a TextDrive shared account 
where I have no real ability to manipulate the setup.  At textdrive, they 
enforce using a personal instance of tracd for running our Trac environments as 
opposed to Apache + mod_python.  Where Apache does come in is in the case of 
proxying nice urls into the tracd instance.

Instructions on the mod_rewrite rules necessary for this (see the subdirectory 
variation) can be found at this link:
http://help.textdrive.com/index.php?pg=kb.pageid=130

So here's my skinny:

When I surf to the nice URLs, and then Apache forwards the user to the 
localhost:PORT tracd, everything works fine and dandy.  Except that ticket 
updates sent out by email now reference a 127.0.0.1:9006 address instead of the 
original domain, which renders the link unusable.  Is there a default_domain or 
flag that can be set to force the ticket variables to stay at the specific 
domain?

And would this also be an issue with the rss feeds?

Thanks,

Vincent




   

Need a vacation? Get great deals
to amazing places on Yahoo! Travel.
http://travel.yahoo.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] Hot College Hotties..BIG (.)(.)

2007-08-24 Thread neha agarwal

Unseen Hot Sexy College Nd School Babes..see them only at:

http://flingk.com/6im4wy7

Unseen Hot Sexy College Nd School Babes..see them only at:

http://flingk.com/6im4wy7

Unseen Hot Sexy College Nd School Babes..see them only at:

http://flingk.com/6im4wy7

Unseen Hot Sexy College Nd School Babes..see them only at:

http://flingk.com/6im4wy7


--~--~-~--~~~---~--~~
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: Preliminary port of Tags to 0.11

2007-08-24 Thread Selva

I get prompted for upgrades. It seems like I am running into a
situation similar to the one described at
https://hosted.fedoraproject.org/projects/setroubleshoot/changeset/725:dfdd01f207f4
when running trac-admin /path/to/myproject upgrade

On Aug 24, 6:31 am, Alec Thomas [EMAIL PROTECTED] wrote:
 That's a new one. Make sure you have:

 [components]
 tractags.* = enabled

 in your trac.ini, and that you *do not* have default_handler =
 TagsWikiModule anywhere.

 Also, ensure that you've completely removed any old versions of tags.

 FYI this same combination of Trac 0.11 and Tags works for me. I also
 didn't get prompted for any upgradesor are you saying that you
 upgraded trunk, then installed tags?

 On 8/24/07, Selva [EMAIL PROTECTED] wrote:





  I'm using Python 2.5.1. When moving from Trac 0.11dev-r5856 to 0.11dev-
  r5950 using

  trac-admin /path/to/myproject upgrade

  I got a failure with the message below:

  Command failed: Parent module 'tractags' not loaded

  Any patches or workarounds out there?

  On Aug 15, 6:50 am, Alec Thomas [EMAIL PROTECTED] wrote:
   I've updated tags with a slightly modified version of Gary's patch.

 --
 Evolution: Taking care of those too stupid to take care of themselves.


--~--~-~--~~~---~--~~
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: RSS Feeds and Ticket URLs

2007-08-24 Thread cobwebsmasher

So I discovered the base_url parameter in trac.ini.  This serves my
purposes for modifying the ticket updates, by setting base_url = nice-
domain.com/path/to/project in the [trac] section of trac.ini.  I also
ran across the old archaeology around rss feeds and authentication.
Yuck.  I'm going to try to convince my bosses that it's ok to leave
the feeds unauthenticated since access to the actual tickets requires
authentication.  But if anyone is smart about using RSS feeds and Trac
in an authenticated setup, I'd love to hear how people are using it.

Thanks,

Vincent
On Aug 24, 10:36 am, cobwebsmasher [EMAIL PROTECTED] wrote:
 Hello all.  I am using Trac 0.9.6, not by choice, on a TextDrive shared 
 account where I have no real ability to manipulate the setup.  At textdrive, 
 they enforce using a personal instance of tracd for running our Trac 
 environments as opposed to Apache + mod_python.  Where Apache does come in is 
 in the case of proxying nice urls into the tracd instance.

 Instructions on the mod_rewrite rules necessary for this (see the 
 subdirectory variation) can be found at this 
 link:http://help.textdrive.com/index.php?pg=kb.pageid=130

 So here's my skinny:

 When I surf to the nice URLs, and then Apache forwards the user to the 
 localhost:PORT tracd, everything works fine and dandy.  Except that ticket 
 updates sent out by email now reference a 127.0.0.1:9006 address instead of 
 the original domain, which renders the link unusable.  Is there a 
 default_domain or flag that can be set to force the ticket variables to stay 
 at the specific domain?

 And would this also be an issue with the rss feeds?

 Thanks,

 Vincent

 
 Need a vacation? Get great deals
 to amazing places on Yahoo! Travel.http://travel.yahoo.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
-~--~~~~--~~--~--~---