[Trac] Re: trying to add an admin user.

2009-09-09 Thread Stewart

I am running trac with WSGI and i restarted apache. Is that what you
mean?

On Sep 8, 8:23 pm, Marjory L. Mackes mlmac...@praxiseng.com wrote:
 You probably need to restart trac

 From: Stewart
 Sent: Tue 9/8/2009 3:05 PM
 To: Trac Users
 Subject: [Trac] trying to add an admin user.

 Hello,

 I have my trac up and running and I am trying to add myself as an
 admin user. I ran the add permissions command and that worked but when
 I go to trac I dont see the admin link. Why cant i see this link?
--~--~-~--~~~---~--~~
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: change date format with mod_python and TracEnvParentDir?

2009-09-09 Thread rupert.thurner

On Sep 8, 12:14 am, Fernan Aguero fernan.agu...@gmail.com wrote:
 Hi,

 I've read the FAQ and can easily change how dates are displayed by
 setting TracLocale accordingly in my apache configuration.

 From the FAQ:
 Changing the date and time format with mod_python

 To change the date and time format when using mod_python you should
 instead use 'PythonOption' to set the 'TracLocale'. So for a Un*x-like
 system, simply do this...

   Location /projects
     SetHandler mod_python
     PythonOption TracLocale de_DE.UTF-8
     ...
   /Location
 

 However, I have an apache-mod_python server that is serving several
 trac projects (using TracEnvParentDir), some of which need the date to
 be in es_ES.UTF-8 format (DD/MM/YY), and some that need the date in
 en_US.UTF-8 format (MM/DD/YY).

 Is there any other way to set TracLocale in each child? Maybe in trac.ini?

 Thanks in advance,


in a global environment we have best experiences with setting iso-8601
international date format, http://en.wikipedia.org/wiki/ISO_8601.

rupert

--~--~-~--~~~---~--~~
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] AccountManager Plugin and Python2.6

2009-09-09 Thread Rosalyn Hatcher

Hi,

Has anyone got the AccountManager Plugin to work with Python2.6 (Trac 
0.11.5)?

After the demise of our webserver hard-drive, we now have Python2.6 
installed (Previously was using 2.5).
I have reinstalled Trac (moving from 0.11.2.1 to 0.11.5 in the process).

I regenerated the .egg file for the AccountManager Plugin 
(TracAccountManager-0.2.1dev_r5836-py2.6.egg).

But when I go to the Trac page the Login link is no longer shown.

I think I'm right in saying I don't need to run the Trac upgrade script 
for minor upgrades - do I?

Any help much appreciated, I'm at a loss as to what to try next.  There 
are no errors in the trac.log or apache log files.

Thanks,
Rosalyn.



--~--~-~--~~~---~--~~
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: trying to add an admin user.

2009-09-09 Thread Erik Bray

On Tue, Sep 8, 2009 at 3:23 PM, Marjory L. Mackesmlmac...@praxiseng.com wrote:
 You probably need to restart trac

That shouldn't be necessary for modifying permissions.

 From: Stewart
 Sent: Tue 9/8/2009 3:05 PM
 To: Trac Users
 Subject: [Trac] trying to add an admin user.

 Hello,

 I have my trac up and running and I am trying to add myself as an
 admin user. I ran the add permissions command and that worked but when
 I go to trac I dont see the admin link. Why cant i see this link?

What command did you run exactly?

--~--~-~--~~~---~--~~
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: AccountManager Plugin and Python2.6

2009-09-09 Thread Erik Bray

On Wed, Sep 9, 2009 at 10:51 AM, Rosalyn
Hatcherr.s.hatc...@reading.ac.uk wrote:

 Hi,

 Has anyone got the AccountManager Plugin to work with Python2.6 (Trac
 0.11.5)?

 After the demise of our webserver hard-drive, we now have Python2.6
 installed (Previously was using 2.5).
 I have reinstalled Trac (moving from 0.11.2.1 to 0.11.5 in the process).

 I regenerated the .egg file for the AccountManager Plugin
 (TracAccountManager-0.2.1dev_r5836-py2.6.egg).

 But when I go to the Trac page the Login link is no longer shown.

 I think I'm right in saying I don't need to run the Trac upgrade script
 for minor upgrades - do I?

 Any help much appreciated, I'm at a loss as to what to try next.  There
 are no errors in the trac.log or apache log files.

 Thanks,
 Rosalyn.

Do you have DEBUG logging enabled in Trac?  Is there a line like
Trac[loader] DEBUG: Loading acct_mgr.web_ui from
/path/to/TracAccountManager-0.2.1dev_r5836-py2.6.egg in the log when
you first start up the web server (and make a request)?  Otherwise
it's not being loaded by Trac for some reason.

--~--~-~--~~~---~--~~
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] IE and broken Pipe/connection reset by peer

2009-09-09 Thread Lukasz Szybalski

Hello,
I keep getting this error in trac.

Broken pipe or connection reset by peer. Mostly this happens while
saving changes to ticket. It works just fine in firefox do so this is
an IE problem or trac with IE problem?

Any similar issues?, solutions to this?


Version: 0.11.1-2.1

Thanks,
Lucas



-- 
Using rsync. How to setup rsyncd.
http://lucasmanual.com/mywiki/rsync
OpenLdap - From start to finish.
http://lucasmanual.com/mywiki/OpenLdap

--~--~-~--~~~---~--~~
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] Connecting multiple trac instances or per group milestone options?

2009-09-09 Thread Lukasz Szybalski

Hello,
I have 2 departments that need to use trac mostly for task management.
 Each of them have 2 different milestones and different version.

The only solution I can see right now is to either setup user as part
of a group, and based on that group show milestone, version, component
or create 2 instances of trac:

group A
 milestone: A
 milestone: B
 milestone: C
group B:
 milestone: D
 milestone: E
 milestone: F

or to have 2 instances of trac one for each group

group A instance A:
 milestone: A
 milestone: B
 milestone: C

group B instance B:
 milestone: D
 milestone: E
 milestone: F

1. Can I control what is displayed in milestone, version, component per group?
2. If no, how can I link two instances of trac so that user from a
group A can send a Ticket to group B in case its being entered to the
wrong trac.?

Ideas on how to do this? Anything that will solve my problem?

Thanks,
Lucas


-- 
Using rsync. How to setup rsyncd.
http://lucasmanual.com/mywiki/rsync
OpenLdap - From start to finish.
http://lucasmanual.com/mywiki/OpenLdap

--~--~-~--~~~---~--~~
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: IE and broken Pipe/connection reset by peer

2009-09-09 Thread Christian Boos

Lukasz Szybalski wrote:
 Hello,
 I keep getting this error in trac.

 Broken pipe or connection reset by peer. Mostly this happens while
 saving changes to ticket. It works just fine in firefox do so this is
 an IE problem or trac with IE problem?

 Any similar issues?, solutions to this?

   

If this is happening when using tracd on the server side, then it's #8020.
In this case, you should upgrade to 0.11.5 and use the --http11 flag 
(which became recently the default on trunk, see my mail of two days ago).

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



[Trac] Re: IE and broken Pipe/connection reset by peer

2009-09-09 Thread Lukasz Szybalski



On Sep 9, 3:52 pm, Christian Boos cb...@neuf.fr wrote:
 Lukasz Szybalski wrote:
  Hello,
  I keep getting this error in trac.

  Broken pipe or connection reset by peer. Mostly this happens while
  saving changes to ticket. It works just fine in firefox do so this is
  an IE problem or trac with IE problem?

  Any similar issues?, solutions to this?

 If this is happening when using tracd on the server side, then it's #8020.
 In this case, you should upgrade to 0.11.5 and use the --http11 flag
 (which became recently the default on trunk, see my mail of two days ago).

Yes.
It is happening on tracd.

Is this a problem for modwsgi as well? I am in a process of switching
to modwsgi deployment, and if it is working there then I will speed
that up before I upgrade.

Thanks,
Lucas
--~--~-~--~~~---~--~~
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: trying to add an admin user.

2009-09-09 Thread Stewart

Yea thats what I thought.  So my first question is still there. Why
cant i see the admin tab at all?

On Sep 9, 7:58 pm, Erik Bray hyugaricd...@gmail.com wrote:
 On Tue, Sep 8, 2009 at 3:23 PM, Marjory L. Mackesmlmac...@praxiseng.com 
 wrote:
  You probably need to restart trac

 That shouldn't be necessary for modifying permissions.

  From: Stewart
  Sent: Tue 9/8/2009 3:05 PM
  To: Trac Users
  Subject: [Trac] trying to add an admin user.

  Hello,

  I have my trac up and running and I am trying to add myself as an
  admin user. I ran the add permissions command and that worked but when
  I go to trac I dont see the admin link. Why cant i see this link?

 What command did you run exactly?
--~--~-~--~~~---~--~~
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: trying to add an admin user.

2009-09-09 Thread Leonardo Santagada


On Sep 9, 2009, at 6:22 PM, Stewart wrote:

 Yea thats what I thought.  So my first question is still there. Why
 cant i see the admin tab at all?


You didn't answer one of the questions: What command did you use,  
exactly?

You should have added the TRAC_ADMIN permission to the right user if  
you want to see the admin tab.


ps: That usually happens with top posters.

--
Leonardo Santagada
santagada at gmail.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
-~--~~~~--~~--~--~---