Re: [Trac] Need help on trac migration 1.0.13 to 1.2.2: TracError: Unsupported database type "mysql"

2017-11-19 Thread Ryan Ollos
On Sat, Nov 18, 2017 at 7:55 AM, Fred Leeflang wrote: > I have the same problem on my Debian Stretch box. I checked but I don't > have a setup.py that I can patch. I have installed: > > ii trac 1.2+dfsg-1 > all Enhanced

Re: [Trac] Need help on trac migration 1.0.13 to 1.2.2: TracError: Unsupported database type "mysql"

2017-11-18 Thread Fred Leeflang
I have the same problem on my Debian Stretch box. I checked but I don't have a setup.py that I can patch. I have installed: ii trac 1.2+dfsg-1 all Enhanced wiki and issue tracking system for software development

Re: [Trac] Need help on trac migration 1.0.13 to 1.2.2: TracError: Unsupported database type "mysql"

2017-11-16 Thread RjOllos
On Wednesday, November 15, 2017 at 11:25:52 AM UTC-8, torgeriedel wrote: > > Am 15.11.2017 um 07:18 schrieb Torge Riedel: > > Am 14.11.2017 um 09:48 schrieb RjOllos: > > > > On Monday, November 13, 2017 at 10:41:30 PM UTC-8, torgeriedel wrote: >> >> Am 13.11.2017 um 14:09 schrieb Jun Omae: >>

Re: [Trac] Need help on trac migration 1.0.13 to 1.2.2: TracError: Unsupported database type "mysql"

2017-11-15 Thread Torge Riedel
Am 15.11.2017 um 07:18 schrieb Torge Riedel: Am 14.11.2017 um 09:48 schrieb RjOllos: On Monday, November 13, 2017 at 10:41:30 PM UTC-8, torgeriedel wrote: Am 13.11.2017 um 14:09 schrieb Jun Omae: > On Sun, Nov 12, 2017 at 11:41 PM, Torge Riedel

Re: [Trac] Need help on trac migration 1.0.13 to 1.2.2: TracError: Unsupported database type "mysql"

2017-11-14 Thread Torge Riedel
Am 14.11.2017 um 09:48 schrieb RjOllos: On Monday, November 13, 2017 at 10:41:30 PM UTC-8, torgeriedel wrote: Am 13.11.2017 um 14:09 schrieb Jun Omae: > On Sun, Nov 12, 2017 at 11:41 PM, Torge Riedel > wrote: >> Ok, this switched to

Re: [Trac] Need help on trac migration 1.0.13 to 1.2.2: TracError: Unsupported database type "mysql"

2017-11-14 Thread RjOllos
On Tuesday, November 14, 2017 at 12:48:20 AM UTC-8, RjOllos wrote: > > > > On Monday, November 13, 2017 at 10:41:30 PM UTC-8, torgeriedel wrote: >> >> Am 13.11.2017 um 14:09 schrieb Jun Omae: >> > On Sun, Nov 12, 2017 at 11:41 PM, Torge Riedel >> wrote: >> >> Ok, this

Re: [Trac] Need help on trac migration 1.0.13 to 1.2.2: TracError: Unsupported database type "mysql"

2017-11-14 Thread RjOllos
On Monday, November 13, 2017 at 10:41:30 PM UTC-8, torgeriedel wrote: > > Am 13.11.2017 um 14:09 schrieb Jun Omae: > > On Sun, Nov 12, 2017 at 11:41 PM, Torge Riedel > wrote: > >> Ok, this switched to a general issue. I followed documentation on > >>

Re: [Trac] Need help on trac migration 1.0.13 to 1.2.2: TracError: Unsupported database type "mysql"

2017-11-13 Thread Torge Riedel
Am 13.11.2017 um 14:09 schrieb Jun Omae: On Sun, Nov 12, 2017 at 11:41 PM, Torge Riedel wrote: Ok, this switched to a general issue. I followed documentation on https://trac.edgewall.org/wiki/TracInstall and then the following call to initialize a new environment:

Re: [Trac] Need help on trac migration 1.0.13 to 1.2.2: TracError: Unsupported database type "mysql"

2017-11-13 Thread RjOllos
On Monday, November 13, 2017 at 2:12:02 PM UTC-5, torgeriedel wrote: > > Am 13.11.2017 um 12:55 schrieb RjOllos: > > > > On Sunday, November 12, 2017 at 12:12:11 PM UTC-5, torgeriedel wrote: >> >> Ok, one more test, since trac is using MySQLdb I searched the code and >> extracted this short

Re: [Trac] Need help on trac migration 1.0.13 to 1.2.2: TracError: Unsupported database type "mysql"

2017-11-13 Thread Torge Riedel
Am 13.11.2017 um 12:55 schrieb RjOllos: On Sunday, November 12, 2017 at 12:12:11 PM UTC-5, torgeriedel wrote: Ok, one more test, since trac is using MySQLdb I searched the code and extracted this short test code. And it works: # python Python 2.7.12 (default, Nov 19 2016,

Re: [Trac] Need help on trac migration 1.0.13 to 1.2.2: TracError: Unsupported database type "mysql"

2017-11-13 Thread Jun Omae
On Sun, Nov 12, 2017 at 11:41 PM, Torge Riedel wrote: > Ok, this switched to a general issue. I followed documentation on > https://trac.edgewall.org/wiki/TracInstall and then the following call to > initialize a new environment: > > trac-admin /var/www/trac/env2 initenv > >

Re: [Trac] Need help on trac migration 1.0.13 to 1.2.2: TracError: Unsupported database type "mysql"

2017-11-13 Thread RjOllos
On Sunday, November 12, 2017 at 12:12:11 PM UTC-5, torgeriedel wrote: > > Ok, one more test, since trac is using MySQLdb I searched the code and > extracted this short test code. And it works: > > # python > Python 2.7.12 (default, Nov 19 2016, 06:48:10) > [GCC 5.4.0 20160609] on linux2 > Type

Re: [Trac] Need help on trac migration 1.0.13 to 1.2.2: TracError: Unsupported database type "mysql"

2017-11-12 Thread Torge Riedel
Ok, one more test, since trac is using MySQLdb I searched the code and extracted this short test code. And it works: # python Python 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from trac.util

Re: [Trac] Need help on trac migration 1.0.13 to 1.2.2: TracError: Unsupported database type "mysql"

2017-11-12 Thread Chris Shelton
Are you sure that you have python 2.7 installed? I believe that starting with Ubuntu server 16.04.1, the default python version is set to 3.5, not 2.7. Trac still requires 2.7.x. Try running: python --version to see what version of python that you are using. If you are using the 3.5 branch of

Re: [Trac] Need help on trac migration 1.0.13 to 1.2.2: TracError: Unsupported database type "mysql"

2017-11-12 Thread Torge Riedel
Am 11.11.2017 um 11:44 schrieb Torge Riedel: Hi, I've set up a new server Ubuntu 16.04.3 LTS and try to migrate my existing (and running) trac 1.0.13 installation to 1.2.2, but this fails with TracError: Unsupported database type "mysql" Setting up a new environment with the same connection

[Trac] Need help on trac migration 1.0.13 to 1.2.2: TracError: Unsupported database type "mysql"

2017-11-11 Thread Torge Riedel
Hi, I've set up a new server Ubuntu 16.04.3 LTS and try to migrate my existing (and running) trac 1.0.13 installation to 1.2.2, but this fails with TracError: Unsupported database type "mysql" Setting up a new environment with the same connection string gives me: Failed to create

Re: [Trac] Need help disabling Trac email notifications

2017-04-27 Thread Peter Suter
On 27.04.2017 18:18, SBBH wrote: I want to disable notifications when I create or update a ticket that I own. The "that you own" part is surprising / unclear to me. What about when you create or update a ticket that you do not own? What about when someone else creates or updates a ticket that

[Trac] Need help disabling Trac email notifications

2017-04-27 Thread SBBH
I want to disable notifications when I create or update a ticket that I own. I used to use the NeverNotifyUpdaterPlugin plugin which did exactly what I want but it doesn't work with Trac 1.2 because it's supposed to have the same

[Trac] Need help setting up trac, Mac OS X, git, apache installation

2015-05-25 Thread michael
Hi folks ... I've trying to get a trac installation up and running on a Mac Mini running OS X 10.10.3 using git repositories and the apache web server. So far no luck. I can see a project using tracd on the local machine but I've been unable to get it integrated with apache on the host so it

[Trac] - Need help setting AcountManager Plugin with Active Directory Password Store

2010-07-07 Thread mark ardiente
I have the following options ad_server = ** admin_group = auth_group = * authentication_url = base_dn = bind_dn = bind_passwd = ** force_passwd_change = false hash_method = HtDigestHashMethod htdigest_realm

Re: [Trac] - Need help setting AcountManager Plugin with Active Directory Password Store

2010-07-07 Thread John Hampton
On 7/7/10 8:30 PM, mark ardiente wrote: How do I add an ldap filter? Short answer is: You don't. Long Answer: I initially created the plugin for my own needs and opted for easy simple config rather than complex config. I personally hate writing ldap filters. The active directory auth

[Trac] Need help with SQL query on ticket_change table please

2009-05-27 Thread Steve
Hi folks, I have a custom workflow that has a 'testing' state and am trying to generate an SQL query to show me the time a ticket most recently entered the testing state. The query I have so far is: SELECT DISTINCT ticket_change.ticket as ticket, ticket.summary as summary,

[Trac] Need help on Change History Trac

2008-10-08 Thread Damu
Trac Users, I'm Damodharan Kuttiyappan, working as a Configuration Manager in ATX Group Inc, Texas. We are evaluating Trac Integrated SCM and Project Management for our Bug tracking purpose. It’s an excellent open source tool for bug tracking. I would like to implement few features on Trac.

[Trac] Need Help with Trac-0.9.6

2007-11-04 Thread Denis
Hello. I have a problem: On Debian I tried to install Trac-0.9.6 at my home dir: /home/dz- apache2/ For this at the same dir were installed: 1. Apache2 $ ./configure --prefix=$/home/dz-apache2/local --enable-modules=all -- enable-mods-shared=all --enable-module=shared $ make $ make install 2.

[Trac] need help.

2007-10-23 Thread Presley
Hi, I am trying to setup trac. I am very new to python and any help would be appreciated. I --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Trac Users group. To post to this group, send email to

[Trac] need help trying to setup trac

2007-10-23 Thread Presley
Hi, I am very new to python and I am trying to setup trac. I have an issue. any help on this would be appreciated. I changed the name of the server to my unix server name is the ajaxterm.py at lines 408 : cmd+=['-F/dev/null','- l',login,myserver.com'] and at line 563:

[Trac] Need help in setting up Authentication for Trac

2007-03-11 Thread [EMAIL PROTECTED]
Hi, I am trying to setup Authentication for Trac. I put this in my python.conf for apache: Location /tracprojects/sample/login AuthType Basic AuthName Trac AuthUserFile /srv/svn/tracenv/trac.htpasswd Require valid-user PythonPath

[Trac] Need help with ticket report: Closed Defects (ordered by date) - Changetime field

2007-03-02 Thread Martin H
Hello, I want to create a ticket that shows all the closed defects ordered by modification date. The following one works: SELECT id AS ticket, owner, time as created, changetime as closed, summary FROM ticket WHERE status IN ('closed') ORDER BY changetime but it shows a the

[Trac] Need help in Setting trac-post-commit-hook in subversion

2007-01-24 Thread ken
I am trying to setup trac-post-commit-hook in subversion. After I execute 'svn commit -m 'Fixes #134' ', I don't see the ticket gets updated (set the state to 'closed'). I check the path of 'svnlook' ,'python', 'trac-post-commit-hook', they all look correct: Can you please tell me what am I

[Trac] Need help with trac-post-commit-hook command

2007-01-17 Thread ying lcs
Hi, I am trying to get the 'trac-post-commit-hook' to work. When I 'svn commit' I already put 'Fix #4...' in my commit message: export TRAC_ENV=/srv/svn/tracenv $ ~/src/trac-0.10.3/contrib/trac-post-commit-hook -u yinglcs -m 'Fix standalone mode' -s http://localhost/tracprojects/sample -r 9