[Trac] Re: Hard time setting up authentication with nginx+uwsgi+trac

2013-10-30 Thread Илья Антипов
Here is my config that works server { listen 80; server_name sever.name.ru; location / { auth_basic Restricted; auth_basic_user_file /var/www/trac/conf/htpasswd; proxy_pass_header Authorization; include uwsgi_params; uwsgi_pass 127.0.0.1:5544; } } I

[Trac] git sync problem

2013-10-30 Thread Илья Антипов
Hello everybody. Yesterday I started using trac. One of the things I really liked was it's integration with Git, so that I can browse sourse code and view changes with tickets. But today it doesnt work. When I turn on debug - I see messages 2013-10-22 17:03:58,255 Trac[PyGIT] DEBUG:

[Trac] Trac 1.0 + GitHub

2013-10-30 Thread Josh Santangelo
Hi all -- My company loves Trac for issue tracking as it has just the right amount of features without being too overblown. We also love GitHub for source control. I am trying to implement a custom Trac installation to remove our dependency on the company providing that service currently, but

[Trac] 1054, Unknown column 'parents' in 'field list

2013-10-30 Thread achapela . ebay
1054, Unknown column 'parents' in 'field list, the error appears when I modify a ticket. I have added Agilo for Trac. More detailed info: Internal Server Error: #012Traceback (most recent call last):#012 File /usr/local/lib/python2.7/dist-packages/Trac-1.0.1-py2.7.egg/trac/web/main.py, line

Re: [Trac] 1054, Unknown column 'parents' in 'field list

2013-10-30 Thread Steffen Hoffmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30.10.2013 09:12, achapela.e...@gmail.com wrote: 1054, Unknown column 'parents' in 'field list, the error appears when I modify a ticket. I have added Agilo for Trac. More detailed info: Internal Server Error: What a mess without proper

Re: [Trac] error - no policy allowed

2013-10-30 Thread Stuart Cracraft
I don't follow you. Can you re-phrase? On Wednesday, October 30, 2013 11:45:25 AM UTC-7, olemis wrote: On Tue, Oct 29, 2013 at 12:33 PM, Stuart Cracraft smcra...@gmail.comjavascript: wrote: What does No policy alllowed username performing SOME_PRIVILEGE on None in trac.log mean?

[Trac] Re: error - LDAP error: Operations error

2013-10-30 Thread Stuart Cracraft
Question still stands. Anyone? On Tuesday, October 29, 2013 10:36:40 AM UTC-7, Stuart Cracraft wrote: What does the above error mean in the trac.log file? -- You received this message because you are subscribed to the Google Groups Trac Users group. To unsubscribe from this group and stop

[Trac] Re: error - LDAP error: Operations error

2013-10-30 Thread RjOllos
On Wednesday, October 30, 2013 12:37:49 PM UTC-7, Stuart Cracraft wrote: Question still stands. Anyone? Remy's suggestion still stands, and you clearly haven't given it any consideration. You have failed to provide any info about your configuration, so its unlikely anyone will be able to

Re: [Trac] sorry, here is our config

2013-10-30 Thread Noah Kantrowitz
Please learn how to use the Reply button in your email client. Threading matters. --Noah On Oct 30, 2013, at 1:23 PM, Stuart Cracraft smcracr...@gmail.com wrote: // The issue is LDAP logs in but even though I am // a member of a group, I don't have browse capability. // All we want is to

Re: [Trac] sorry, here is our config

2013-10-30 Thread Matthew Caron
On 10/30/2013 04:23 PM, Stuart Cracraft wrote: // The issue is LDAP logs in but even though I am // a member of a group, I don't have browse capability. Did you give authenticated users and/or members of that group (assuming Trac even sees the LDAP group, I'm not sure) appropriate permissions

[Trac] Re: git sync problem

2013-10-30 Thread RjOllos
On Tuesday, October 22, 2013 6:12:46 AM UTC-7, Илья Антипов wrote: Hello everybody. Yesterday I started using trac. One of the things I really liked was it's integration with Git, so that I can browse sourse code and view changes with tickets. But today it doesnt work. When I turn on

Re: [Trac] Re: sorry, here is our config

2013-10-30 Thread Matthew Caron
I don't know what browser button to which you refer, but looking at my config, there's a BROWSER_VIEW permission that we give to anonymous. Perhaps neededgroup needs to have BROWSER_VIEW (assuming that's the correct permission for what the browser functionality of which you speak). On

Re: [Trac] Re: sorry, here is our config

2013-10-30 Thread Stuart Cracraft
Very helpful. I did add my membership to the group neededGroup. Subject: Group: Add a user or group to an existing permission group. PermissionsSubjectActionanonymous FILE_VIEW SEARCH_VIEW WIKI_VIEW authenticated TICKET_CREATE TICKET_MODIFY WIKI_CREATE WIKI_MODIFY .

Re: [Trac] error - no policy allowed

2013-10-30 Thread Olemis Lang
On Wed, Oct 30, 2013 at 2:36 PM, Stuart Cracraft smcracr...@gmail.comwrote: I don't follow you. Can you re-phrase? It's easy to figure this out after a quick research {{{#!sh $ grep -n -r No policy allowed trac trac/perm.py:469: self.log.debug(No policy allowed %s performing %s on %r,