[Trac] Re: Trac Newbie Needs Help Adding User

2008-08-20 Thread Voidstate

Thanks for replaying. In the end I used Apache to create a username
and password, then copied it into the .htpasswd file.

I tried what you suggested, adding:

[account-manager]
password_store = HtPasswdStore

to the ini file but the error persists.

Oh, well. At least I have a workaround now.

On Aug 20, 7:38 am, Simon Martin <[EMAIL PROTECTED]> wrote:
> Hi,
>
> > Trac detected an internal error:
>
> > AttributeError: Cannot find an implementation of the "IPasswordStore"
> > interface named "".  Please update the option account-
> > manager.password_store in trac.ini.
>
> > ---
>
> > Reading the trac wiki, it seems there isn't another way of creating a
> > new user without using Unix. Surely that's not the case.
>
> Add "HtPasswdStore" to the option password_store in section [account-
> manager] in trac.ini (probably located at C:\trac\conf\trac.ini).
>
> HTH,
>
> Simon
--~--~-~--~~~---~--~~
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] Trouble upgrading to .11

2008-08-20 Thread bduke

Hi, I have a 10.4 installation working fine on a Windows server. I'm
trying to upgrade to .11 and getting an error when I run trac-admin.
To upgrade, I ran the setuptools,  then genshi, then trac-0.11
installers in that order. After that I tried to run the trac-admin
upgrade like this:

python c:\python24\scripts\trac-admin.py c:\svn\trac.db upgrade

I get this output:

Traceback (most recent call last):
  File "c:\python24\scripts\trac-admin.py", line 21, in ?
from trac.scripts.admin import run
  File "c:\python24\lib\site-packages\trac\scripts\admin.py", line 28,
in ?
from trac.config import default_dir
ImportError: cannot import name default_dir

Could someone help me with what step I'm missing?

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] Projectlist for one IP

2008-08-20 Thread Dominik Riva

Hi

I would like to restrict the project listing to a single IP and could  
not find the answer to do this in genshi.
In ClearSilver it would be "CGI.RemoteAddress" but what is it in Genshi?

Thanks


Freundliche Grüsse

Dominik Riva | Technik
update AG - Agentur fuer Kommunikation | Seefeldstrasse 5a  | CH-8008  
Zurich
Tel. +41 44 266 50 10 | Direkt +41 44 266 50 19 | Fax +41 44 266 50 11
mailto:[EMAIL PROTECTED] | Website http://www.update.ch


--~--~-~--~~~---~--~~
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] new account

2008-08-20 Thread Tamás Körözsi
Hi!

I would like to register for an account (sign up) in the trac project page (
http://trac.edgewall.org/)
I'm a trac user. I created users in the admin page in my own trac.
But how to do it in the trac's official pages? How to contribute?

I read the FAQ, the how to contribute, and several other pages, but I still
cannot find how to sign up.
Searched for "sign up", "register", "registration".
In other sites the "sign up" is always near to "login".

What I would like to do is to register a user name with a password, so I can
login, and then use it when I create/comment a ticket.

I even found Ticket #287 (allow users to register for an account), but the
result is a plug-in and I don't know how to access it.

So what I need is a link or a guide to this button if it is exists.

Thanks,
Thomas

--~--~-~--~~~---~--~~
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: new account

2008-08-20 Thread Emmanuel Blot

> I would like to register for an account (sign up) in the trac project page
> (http://trac.edgewall.org/)

Account are reserved for Trac developers/maintainers.

> I'm a trac user. I created users in the admin page in my own trac.
> But how to do it in the trac's official pages? How to contribute?

You can edit the wiki pages on trac.edgewall.org without being authenticated.

Cheers,
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] New Trac User. Confused about Links.

2008-08-20 Thread slade867

Actually, I'm confused about a ,lot of things and will probably have
many questions. Here's my first one

How do I make it so that a CamelCase word is not considered a page
link?

For example suppose I want to say "The name of the class is 'ThisName'
". I don't want "ThisName" to be a link to a wiki page and have a
question mark after it.

I still want to be able to use the CamelCase as usual for other
instances, just not thi specific one.

--~--~-~--~~~---~--~~
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: New Trac User. Confused about Links.

2008-08-20 Thread Noah Kantrowitz

!ThisName

A ! before almost anything will disable automatically link generation.

--Noah

> -Original Message-
> From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
> On Behalf Of slade867
> Sent: Wednesday, August 20, 2008 9:35 AM
> To: Trac Users
> Subject: [Trac] New Trac User. Confused about Links.
> 
> 
> Actually, I'm confused about a ,lot of things and will probably have
> many questions. Here's my first one
> 
> How do I make it so that a CamelCase word is not considered a page
> link?
> 
> For example suppose I want to say "The name of the class is 'ThisName'
> ". I don't want "ThisName" to be a link to a wiki page and have a
> question mark after it.
> 
> I still want to be able to use the CamelCase as usual for other
> instances, just not thi specific one.
> 
> 


--~--~-~--~~~---~--~~
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: New Trac User. Confused about Links.

2008-08-20 Thread Jonas Borgström

slade867 wrote:
> 
> Actually, I'm confused about a ,lot of things and will probably have
> many questions. Here's my first one
> 
> How do I make it so that a CamelCase word is not considered a page
> link?
> 
> For example suppose I want to say "The name of the class is 'ThisName'
> ". I don't want "ThisName" to be a link to a wiki page and have a
> question mark after it.
> 
> I still want to be able to use the CamelCase as usual for other
> instances, just not thi specific one.

http://trac.edgewall.org/wiki/WikiFormatting#Links

/ Jonas

--~--~-~--~~~---~--~~
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] notification about all changes: wiki, tickets

2008-08-20 Thread rupert thurner

is there a possibility to configure a mailing list / chat channel to
receive all the changes, be it wiki or ticket changes with a diff and
the author? would announcer plugin do that? or is there anything in
trac core which also notifies about new wiki pages and page changes?

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



[Trac] Re: Trouble upgrading to .11

2008-08-20 Thread Jonas Borgström

bduke wrote:
> 
> Hi, I have a 10.4 installation working fine on a Windows server. I'm
> trying to upgrade to .11 and getting an error when I run trac-admin.
> To upgrade, I ran the setuptools,  then genshi, then trac-0.11
> installers in that order. After that I tried to run the trac-admin
> upgrade like this:
> 
> python c:\python24\scripts\trac-admin.py c:\svn\trac.db upgrade
> 
> I get this output:
> 
> Traceback (most recent call last):
>   File "c:\python24\scripts\trac-admin.py", line 21, in ?
> from trac.scripts.admin import run
>   File "c:\python24\lib\site-packages\trac\scripts\admin.py", line 28,
> in ?
> from trac.config import default_dir
> ImportError: cannot import name default_dir
> 
> Could someone help me with what step I'm missing?

I think this traceback is actually from Trac 0.10.4 and not 0.11. Try to 
completely uninstall/remove your previous version of Trac and then 
reinstall 0.11.

/ Jonas

--~--~-~--~~~---~--~~
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 upgrading to .11

2008-08-20 Thread bduke

Thanks, I'll give that a try. I didn't know you couldn't install Trac
11 over 10.4.

On Aug 20, 2:45 pm, Jonas Borgström <[EMAIL PROTECTED]> wrote:
> bduke wrote:
>
> > Hi, I have a 10.4 installation working fine on a Windows server. I'm
> > trying to upgrade to .11 and getting an error when I run trac-admin.
> > To upgrade, I ran the setuptools,  then genshi, then trac-0.11
> > installers in that order. After that I tried to run the trac-admin
> > upgrade like this:
>
> > python c:\python24\scripts\trac-admin.py c:\svn\trac.db upgrade
>
> > I get this output:
>
> > Traceback (most recent call last):
> >   File "c:\python24\scripts\trac-admin.py", line 21, in ?
> >     from trac.scripts.admin import run
> >   File "c:\python24\lib\site-packages\trac\scripts\admin.py", line 28,
> > in ?
> >     from trac.config import default_dir
> > ImportError: cannot import name default_dir
>
> > Could someone help me with what step I'm missing?
>
> I think this traceback is actually from Trac 0.10.4 and not 0.11. Try to
> completely uninstall/remove your previous version of Trac and then
> reinstall 0.11.
>
> / Jonas
--~--~-~--~~~---~--~~
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: webadmin for Active Directory Domain Users

2008-08-20 Thread Bob Yang

thank you! do you have any idea what we should do? we download a
standalone package and it has almost everything already with easy
setup. we also use trac_admin to create another trac site but it has
the same problem.  http://www.visualsvn.com/server/trac/




On Aug 19, 9:10 am, Rainer Sokoll <[EMAIL PROTECTED]> wrote:
> On Tue, Aug 19, 2008 at 11:56:58AM -0700, Bob Yang wrote:
> > thanks, yes. that's what I did. but I cannot see the "Admin" tab
> > unless I issued "permission add authenticated TRAC_ADMIN" but which is
> > not what I want.
>
> This is not normal. Something is b0rken with your install.
>
> 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: notification about all changes: wiki, tickets

2008-08-20 Thread Robert C Corsaro

rupert thurner wrote:
> is there a possibility to configure a mailing list / chat channel to
> receive all the changes, be it wiki or ticket changes with a diff and
> the author? would announcer plugin do that? or is there anything in
> trac core which also notifies about new wiki pages and page changes?
> 
> rupert.
First, mailing list.  We use mailman.  Just add the mailman address as a 
user's email and set it up to listen for what you want.  You can also 
use the always_cc option or something similar to send everything to the 
mailing list.

For the chat, that functionality is not implemented currently.  I 
believe there is some RSS plugin you can use and a SupyBot plugin. 
Check out #trac on freenode.  There are two ways to accomplish this with 
announcer plugin.

  * Create a mail alias that runs a script to send the notification.
  * Create a chat plugin for announcer plugin.  The AnnouncerPlugin is 
very extensible.  If you page me in (doki_pen #trac freenode,) I will be 
happy to answer any questions you have.  There is a jabber plugin[1] 
that someone is working on.  It is supposedly somewhat functional, but I 
haven't tried it.

[1] http://trac-hacks.org/ticket/3583

--~--~-~--~~~---~--~~
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: webadmin for Active Directory Domain Users

2008-08-20 Thread Bob Yang

by the way, what's the format you use for AD user account in the Trac
permission?

domain.com\user1
doman.local\user1
[EMAIL PROTECTED]
user1
?

thanks!


On Aug 19, 9:10 am, Rainer Sokoll <[EMAIL PROTECTED]> wrote:
> On Tue, Aug 19, 2008 at 11:56:58AM -0700, Bob Yang wrote:
> > thanks, yes. that's what I did. but I cannot see the "Admin" tab
> > unless I issued "permission add authenticated TRAC_ADMIN" but which is
> > not what I want.
>
> This is not normal. Something is b0rken with your install.
>
> 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: webadmin for Active Directory Domain Users

2008-08-20 Thread Rainer Sokoll

On Wed, Aug 20, 2008 at 12:06:33PM -0700, Bob Yang wrote:
> 
> thank you! do you have any idea what we should do? we download a
> standalone package and it has almost everything already with easy
> setup. we also use trac_admin to create another trac site but it has
> the same problem.  http://www.visualsvn.com/server/trac/

In lines 385f. of web_ui.py, I have

 def render_admin_panel(self, req, cat, page, path_info):
 req.perm.require('TRAC_ADMIN')

Is that the same with you?

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: AttributeError: 'module' object has no attribute 'ChangeSet'

2008-08-20 Thread Jonas Borgström

Stodge wrote:
> 
> I just installed Trac 0.11.1 on Centos 5.2. I configured Apache
> (mod_python) and restarted and all looks ok. I can browse 
> http://localhost/trac
> and I see:
> 
> Available Projects
> 
> * .egg-cache: Error
>   ('module' object has no attribute 'ChangeSet')

This should be fixed by [7481] which will be included in the upcoming 
Trac 0.11.2 release. Until as a workaround you can first remove the 
".egg-cache" directory and then point the PYTHON_EGG_CACHE variable on a 
directory outside TRAC_ENV_PARENT_DIR.

Exactly how to set this variable depends on which frontend you're using. 
But the syntax should be the same as for TRAC_ENV_PARENT_DIR.

http://trac.edgewall.org/changeset/7481


> I get en exception when I run trac-admin with no parameters:
*snip*
> from trac.ticket.model import *
> AttributeError: 'module' object has no attribute 'ChangeSet'

This looks strange, the Trac source code does not contain the string 
"ChangeSet" (with a capital S) at all. Which plugins do you have 
installed?

/ Jonas

--~--~-~--~~~---~--~~
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: webadmin for Active Directory Domain Users

2008-08-20 Thread Bob Yang

thanks. yes, this is what I have.
by the way, I did another test, instead of using domain account, I
make it use htpasswd file and it works with permission in Trac! then I
switch back to using windows (AD) account then the same thing happens,
I can login but it won't take the correct trac permissions.

thanks!

def render_admin_panel(self, req, cat, page, path_info):
req.perm.require('TRAC_ADMIN')

if req.method == 'POST':
if 'install' in req.args:





On Aug 20, 9:37 am, Rainer Sokoll <[EMAIL PROTECTED]> wrote:
> On Wed, Aug 20, 2008 at 12:06:33PM -0700, Bob Yang wrote:
>
> > thank you! do you have any idea what we should do? we download a
> > standalone package and it has almost everything already with easy
> > setup. we also use trac_admin to create another trac site but it has
> > the same problem.  http://www.visualsvn.com/server/trac/
>
> In lines 385f. of web_ui.py, I have
>
>      def render_admin_panel(self, req, cat, page, path_info):
>          req.perm.require('TRAC_ADMIN')
>
> Is that the same with you?
>
> 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] [Q] installing Subversion SWIG bindings in a virtualenv?

2008-08-20 Thread Olaf Meeuwissen

Hi all,

I've been looking into setting up a server with multiple Trac envs,
using a combination of virtualenv and WSGI to keep the environments
separate.  As I'd also like to keep the server's Python environment
separate from that used by the Trac environments, I created another
`virtualenv --no-site-packages` and used that for WSGIPythonHome.
To this WSGIPythonHome virtualenv you can easy_install whatever you
need for all the Trac environments.

I got that to work fine as long as you don't have a Trac environment
that uses a Subversion repository.  Trac requires the Subversion SWIG
binding (as opposed to PySVN which is just an easy_install away) and
I have no clue how to install that (short of `make swig-py; sudo make
install-swig-py`, which is a no-go on a production machine).

Is there an easy way to install the Subversion SWIG bindings in a
virtualenv, or two?

Thanks in advance,
-- 
Olaf Meeuwissen   FLOSS Engineer -- AVASYS Corporation
FSF Associate Member #1962   sign up at http://member.fsf.org/

--~--~-~--~~~---~--~~
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: [Q] installing Subversion SWIG bindings in a virtualenv?

2008-08-20 Thread Noah Kantrowitz
Olaf Meeuwissen wrote:
> Hi all,
> 
> I've been looking into setting up a server with multiple Trac envs,
> using a combination of virtualenv and WSGI to keep the environments
> separate.  As I'd also like to keep the server's Python environment
> separate from that used by the Trac environments, I created another
> `virtualenv --no-site-packages` and used that for WSGIPythonHome.
> To this WSGIPythonHome virtualenv you can easy_install whatever you
> need for all the Trac environments.
> 
> I got that to work fine as long as you don't have a Trac environment
> that uses a Subversion repository.  Trac requires the Subversion SWIG
> binding (as opposed to PySVN which is just an easy_install away) and
> I have no clue how to install that (short of `make swig-py; sudo make
> install-swig-py`, which is a no-go on a production machine).
> 
> Is there an easy way to install the Subversion SWIG bindings in a
> virtualenv, or two?

Subversion installs the bindings to $PREFIX/lib[64]/svn-python/ so if
you set $PREFIX to be some temp folder, and then move the svn/ and
libsvn/ folders into the virtualenv site-packages it should work fine.

--Noah



signature.asc
Description: OpenPGP digital signature


[Trac] Re: webadmin for Active Directory Domain Users

2008-08-20 Thread Jani Tiainen

Bob Yang kirjoitti:
> by the way, what's the format you use for AD user account in the Trac
> permission?
> 
> domain.com\user1
> doman.local\user1
> [EMAIL PROTECTED]
> user1
> ?

Once authenticated you see your username on top right hand corner of 
Trac UI. (Logged in as )

You can pick it up there. Usually it is exactly same as you used to login.

-- 

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
-~--~~~~--~~--~--~---