Re: [Trac] LDAP Authentication / Login as Admin instead of Anonymous User

2013-04-03 Thread Jason Miller
, start_response): environ['trac.env_path'] = '/data/trac/mysite' return trac.web.main.dispatch_request(environ, start_response) Hope this helps. Again, maybe not exactly what _your_ aiming for in your organization. I would know. Were all different. But I post just in case its useful. Jason

Re: [Trac] LDAP Authentication / Login as Admin instead of Anonymous User

2013-04-03 Thread Jason Miller
Annd of course I make a mistake: Location '/moose/login' should be what ever 'mysite' is obviously: Location '/mysite/login' On Wed, Apr 3, 2013 at 5:27 PM, Jason Miller m.jason.mil...@gmail.comwrote: I am not entirely sure one even needs an LDAP plugin with Trac. But, there must

Re: [Trac] Re: Trac: REPORT_VIEW privileges are required to perform this operation error for anonymous user, when anonymous user has REPORT_VIEW privilege set

2012-10-20 Thread Jason Miller
happens when you try to read your RSS feeds... The log should spit back failed permissions (hopefully) and the like... That's how I find my permission issues anyways... Good luck! Jason Miller Sent from my iPad On Oct 19, 2012, at 4:04 PM, HardyPottinger pottinge...@umsystem.edu wrote: Alas, it's

[Trac] urllib2 authentication to Trac resources

2012-10-03 Thread Jason Miller
Yeah... you just add_header(blah we's need special trac wsgi access: %s % hash) :) Thanks in advance! Jason Miller -- 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

[Trac] Re: urllib2 authentication to Trac resources

2012-10-03 Thread Jason Miller
.HTTPDigestAuthHandler(self.password_mgr)) opener.add_handler(urllib2.HTTPCookieProcessor(self.cookiejar)) return opener Thanks all! Jason On Wednesday, October 3, 2012 4:48:01 PM UTC-6, Jason Miller wrote: All, I have need of creating a small python script which would obtain the current build page

Re: [Trac] Use of Mod_Auth_Apple with Passthrough to Tracd

2012-02-21 Thread Jason Miller
feasible. If not, sorry for the spam! Jason Miller On Feb 21, 2012, at 8:04 AM, Michael Colburn wrote: We are using SSL with OS X Lion Server, and running Trac through tracd. Has anyone successfully done this, passing the SSL authentication through to Trac? I have looked at lots of info online

Re: [Trac] Use of Mod_Auth_Apple with Passthrough to Tracd

2012-02-21 Thread Jason Miller
locally running different web daemon. Thanks! Jason Miller -- 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

Re: [Trac] Reuse Trac groups on Subversion right access

2012-02-20 Thread Jason Miller
. Jason Miller -- 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

Re: [Trac] Reuse Trac groups on Subversion right access

2012-02-20 Thread Jason Miller
On Feb 20, 2012, at 8:37 AM, Dimitri Maziuk wrote: On 2/20/2012 8:10 AM, Jason Miller wrote: I was going to suggest this as well. We are nearing 1000 employees we keep track of. Some needing access to a specific out of the many available SVN repos, some to Trac site 1, others to Trac site

Re: [Trac] Reuse Trac groups on Subversion right access

2012-02-20 Thread Jason Miller
On Feb 20, 2012, at 10:52 AM, Dimitri Maziuk wrote: On 02/20/2012 09:52 AM, Jason Miller wrote: Is there a better way? If so, please share! I don't know, I don't have a 1K users with sepatate acls for svn, track, and upload directories. I thought you could use RequireGroup

Re: [Trac] export tickets as xml (rss)

2011-12-10 Thread Jason Miller
On Fri, Dec 9, 2011 at 5:30 AM, newbie twee...@gmx.de wrote: Hello, I want to export my tickets as xml file and used rss. My ticket report includes ticket_customs, but the xml file does not include the information. How can I solve the problem? -- You received this message because you are

Re: [Trac] Error: No changeset 2 in the repository

2011-11-30 Thread Jason Miller
Hello! What happens when you perform a: sudo trac-admin /path/to/trac_environment repository resync * ? On Nov 30, 2011, at 8:09 AM, Raffaele Sgarro wrote: I just installed trac 0.12.2 on Ubuntu, and configured it to run with mod_wsgi My svn repository is perfectly accessible by Apache

Re: [Trac] Using external repos (mercurial or git) with trac?

2011-11-23 Thread Jason Miller
On Nov 23, 2011, at 4:01 AM, Hartmut Goebel wrote: Hi! I'm one of the core developers of www.PyInstaller.org. Our main devel platform is trac and we are quite happy with it. We are currently investigating moving the repository (only the repository) to bitbucket or github, so

Re: [Trac] Q: public and private Trac Wiki

2011-11-23 Thread Jason Miller
On Nov 23, 2011, at 6:14 AM, moto kawasaki wrote: Hi I am afraid it might be a FAQ, but let me ask. Is it possible to have two Wiki pages; one is readable for anonymous users, the other is read/write-able for authenticated users ?? I'd like to publish a general explanation for

Re: [Trac] error - aba admin

2011-11-19 Thread Jason Miller
On Fri, Nov 18, 2011 at 12:01 PM, Igor Muzetti igormuze...@gmail.com wrote: Permissao try to give the user admin: andes:~# trac-admin projects/trac/dengue/ permission add muzettiigor TRAC_ADMIN that is returned: Failed to open environment. [Errno 2] No such file or directory:

Re: [Trac] Settings permission for browser_view of specific repository's folder

2011-11-10 Thread Jason Miller
On Nov 10, 2011, at 7:03 AM, Cooke, Mark wrote: -Original Message- From: trac-users@googlegroups.com [mailto:trac-users@googlegroups.com] On Behalf Of Alvaro Sent: 10 November 2011 13:55 To: Trac Users Subject: [Trac] Re: Settings permission for browser_view of specific

Re: [Trac] Help with Trac egg

2011-10-31 Thread Jason Miller
On Oct 31, 2011, at 12:04 PM, Patty Cottrill wrote: Thanks for the response. Unfortunately, I'm not anywhere near a sw developer. I read the docs on creating plugins, and it requires knowledge in writing code, which is definitey not me. Can't I just unzip the .egg file in the current

Re: [Trac] Can't launching Trac with Apache on Lion server . . . no fastcgi . . . help!

2011-10-21 Thread Jason Miller
Sorry to not answer within a reply, but this site looks promising: http://baltazaar.wordpress.com/2011/09/09/easy-way-to-get-apache-and-mod_wsgi-working-on-os-x/ I highly recommend wsgi over mod_python or fastcgi for Trac. I did a once-over over the instructions on that site, and they seem

Re: [Trac] Re: Plugins not showing up.

2011-05-05 Thread Jason Miller
/site-packages/ IPython/Extensions', u'/home/arv/.ipython'] On May 4, 3:06 pm, Jason Miller m.jason.mil...@gmail.com wrote: Oh and, where was your Trac egg located? On Wed, May 4, 2011 at 12:47 PM, Jason Miller m.jason.mil...@gmail.com wrote: can you tell us what your sys.path says

Re: [Trac] There is Babel, but I don't see “language”

2011-05-04 Thread Jason Miller
(someone correct me if I am wrong). Hope that helps! Jason On Wed, May 4, 2011 at 1:55 AM, Ista Pouss ista...@gmail.com wrote: For Babel I've done nothing of that. I've done easy_install Babel. Is it not so easy ? 2011/5/4 Jason Miller m.jason.mil...@gmail.com Not knowing what you have done

Re: [Trac] Re: Plugins not showing up.

2011-05-04 Thread Jason Miller
in the admin panel, or anywhere else. On May 3, 7:50 pm, Jason Miller m.jason.mil...@gmail.com wrote: I believe with Ubuntu the eggs are stored in: /usr/local/lib/python2.6/dist-packages or /usr/lib/python2.6/dist-packages (not site-packages with normal python ./setup.py install) If in doubt

Re: [Trac] There is Babel, but I don't see “language”

2011-05-04 Thread Jason Miller
Ahh got it, I was performing an install from a subversion checkout is where I got confused. I was following these instructions: http://babel.edgewall.org/wiki/SubversionCheckout On Wed, May 4, 2011 at 7:46 AM, Christian Boos cb...@neuf.fr wrote: On 5/4/2011 3:22 PM, Jason Miller wrote

Re: [Trac] Re: Plugins not showing up.

2011-05-04 Thread Jason Miller
, Jason Miller m.jason.mil...@gmail.com wrote: In the same place where you moved your eggs to, can you concatenate your easy-install.pth file for us? eg, mine reads: (for your information so you know what I am running on) # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu

Re: [Trac] Re: Plugins not showing up.

2011-05-04 Thread Jason Miller
Oh and, where was your Trac egg located? On Wed, May 4, 2011 at 12:47 PM, Jason Miller m.jason.mil...@gmail.com wrote: can you tell us what your sys.path says? python import sys print sys.path Thanks! On Wed, May 4, 2011 at 9:47 AM, Alejandro V. alejandro.r.val...@gmail.com wrote

[Trac] Re: Plugins not showing up.

2011-05-03 Thread Jason Miller
I believe with Ubuntu the eggs are stored in: /usr/local/lib/python2.6/dist-packages or /usr/lib/python2.6/dist-packages (not site-packages with normal python ./setup.py install) If in doubt you could always try running python directly (just type python at your shell prompt) and enter in the

Re: [Trac] There is Babel, but I don't see “language”

2011-05-03 Thread Jason Miller
Not knowing what you have done to compile Babel, I will provide a set of instruction I just performed to allow multi-lingual support to my 'already running' Trac environment: Stop Apache mkdir ~/dev cd ~/dev svn co http://svn.edgewall.org/repos/babel/branches/stable/0.9.x babel svn co

Re: [Trac] Report in text only

2011-04-26 Thread m . jason . miller
You can install the TracAnnouncer plugin (http://www.trac-hacks.org/wiki/AnnouncerPlugin)... once installed, you and your customer's will have an option of text/plain, or text/html for ticket/wiki email notifications. Make sure you install the 0.11 branch, as the dev/trunk branch seems to

Re: [Trac] Re: setup behind firewall

2011-04-20 Thread Jason Miller
Python much - I'm usually more into C. It seems that virtualenv doesn't work with my Python installation, so I'll try to install Genshi et al manually there. Have a nice day, Berny On Apr 20, 2:51 am, Jason Miller m.jason.mil...@gmail.com wrote: Typo: trac-admin /some/path/trac

Re: [Trac] setup behind firewall

2011-04-19 Thread Jason Miller
Out bound connections are made across the HTTP and HTTPS protocol. Not sure as to why your DMZ would be blocking that. In fact, a DMZ 'should' be firewall free. Not that this 'should' matter, but have you prepended the 'python' interpreter before your commands? : python ./setup.py install

Re: [Trac] setup behind firewall

2011-04-19 Thread Jason Miller
[mailto:trac-users@googlegroups.com] *On Behalf Of *Jason Miller *Sent:* Tuesday, April 19, 2011 3:16 PM *To:* trac-users@googlegroups.com *Subject:* Re: [Trac] setup behind firewall Out bound connections are made across the HTTP and HTTPS protocol. Not sure as to why your DMZ would be blocking

Re: [Trac] setup behind firewall

2011-04-19 Thread Jason Miller
Typo: trac-admin /some/path/trac initenv tracd --port 8000 /some/path/trac-project should be: trac-admin /some/path/trac initenv tracd --port 8000 /some/path/trac On Tue, Apr 19, 2011 at 6:46 PM, Jason Miller m.jason.mil...@gmail.comwrote: OK, performed the following on a disconnected

Re: [Trac] Re: Problem with auth inside RPC plugin

2011-04-18 Thread m . jason . miller
if it is *:*@*, and not some specific location, we can possibly enable it through authz_policy. Its a bit of a long shot, but might direct us in the right direction. Hope this helps! Jason Miller On Apr 18, 2011 8:56am, Igor Santos igorsanto...@gmail.com wrote: Any idea here? I asked for help

Re: [Trac] Fedora 14 upgrade 0.11 to 0.12

2011-04-17 Thread Jason Miller
Step 1. Backups Shutdown the Apache web-server Backup the /var/www/cgi-bin trac files Backup the Trac project directory Step 2. Delete old Trac yum erase trac, and yes, verify the egg files are gone. (see Note 1) “ The upgrade document mentions share/trac there is no such path anywhere on my

Re: [Trac] Fedora 14 upgrade 0.11 to 0.12

2011-04-15 Thread Jason Miller
If this is a fresh new install, in which you care not about the current Trac 0.11.7 data, I would simply delete it and start over... Depending on your arch/python version, there are a few things to delete: /usr/libarch/pythonversion/site-packages/Trac*

Re: [Trac] Fedora 14 upgrade 0.11 to 0.12

2011-04-15 Thread Jason Miller
15, 2011 at 7:17 AM, Jason Miller m.jason.mil...@gmail.comwrote: If this is a fresh new install, in which you care not about the current Trac 0.11.7 data, I would simply delete it and start over... Depending on your arch/python version, there are a few things to delete: /usr/libarch

[Trac] TracFineGrainedPermissions

2011-04-14 Thread Jason Miller
source: http://trac.edgewall.org/wiki/TracFineGrainedPermissions I am trying to 'clamp down' on Doxygen view permissions and I am having trouble discovering the match with Doxygen based pages. What I am currently trying is something like the following: [wiki:some/Doxygen/HTML/path/*@*]

[Trac] Re: trac-admin $ENV repository resync repo gives Error: Command not found

2011-04-14 Thread Jason Miller
What happens when you: echo $ENV I have always had to specify my exact location (because I never declared a variable for my trac environment): trac-admin /srv/www/htdocs/agendum repository resync * cheers On Apr 11, 5:26 am, Mene der.m...@googlemail.com wrote: When I issue the command

[Trac] Re: Set up SVN

2011-04-14 Thread Jason Miller
I might be mis-reading your post, but Trac will not create an SVN, if you have already created an SVN, then ignore my ignorance :) Assuming Trac is located at: /usr/local/trac sudo svnadmin create /usr/local/trac/MyRepose mkdir -p MyRepose/branches MyRepose/tags MyRepose/trunk sudo svn import

Re: [Trac] Re: Set up SVN

2011-04-14 Thread m . jason . miller
Woops, I forgot to add quotes around (default): trac-admin /usr/local/trac repository add (default) /usr/local/trac/MyRepose -- 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