[Trac] Re: borwser view doesn't respond after upgrade from 0.9.6 to 0.10.1

2006-11-13 Thread Miguel Angel Laguna
Thanks a lot. 2006/11/13, Christopher Lenz <[EMAIL PROTECTED]>: > > Am 13.11.2006 um 22:43 schrieb Miguel Angel Laguna: > > Yes, before upgrade, Istop apache and make a hot-copy of trac, then I > > remove all previous source code from > > /usr/lib/python2.4/site-packages/trac and commons from > >

[Trac] RE: RE: trac-admin resync fails with message about duplicate entry

2006-11-13 Thread z00m1n
I created /var/db/mysql/data-dir/my.cnf with this contents [mysqld] innodb_lock_wait_timeout = 300 to increase the lock wait timeout to 5 minutes. This prevents the first flavor of the problem, but still doesn't help me with the duplicate entry issue: Resyncing repository history... Command fail

[Trac] Re: trac-admin resync fails with message about duplicate entry

2006-11-13 Thread z00m1n
I tried rebuilding the Trac / SVN sync cache by clearing the node_change column in the MySQL trac database directly: shell> mysql -u root -p Enter password: mysql> DELETE FROM db_trac.node_change; ERROR 1205 (HY000): Lock wait timeout exceeded; try restarting transaction So I restarted MySQL and

[Trac] Null vs Empty milestone issue

2006-11-13 Thread phraktle
Hi, There appears to be an issue with how tickets treat milestone values.. Recently in reports (such as "{3} All Tickets by Milestone") , my newly created tickets started showing up under the heading "Release" rather than "None". It looks like an empty string is being inserted in the database TI

[Trac] Re: AccountManager plugin -- does it manage accounts for SVN too?

2006-11-13 Thread Rob Wilkerson
On 11/13/06, Jen <[EMAIL PROTECTED]> wrote: > > We are running Trac 0.10 with Subversion on the Apache HTTP server. I'm running 0.96 with Svn 1.3.2 and Apache (just so you know as you read on) > The Trac AccountManager plugin sounds like a good tool for this purpose > but I haven't found anythin

[Trac] Re: email notification

2006-11-13 Thread William Yardley
On Mon, Nov 13, 2006 at 11:58:47PM +0100, Emmanuel Blot wrote: > > smtp_password = > > smtp_user = [EMAIL PROTECTED] > The above line pair seems a bit weird: you are specifying a user to > authenticate on the MTA, but you do not specify a password. Either > leave smtp_user empty, or specify a

[Trac] Re: email notification

2006-11-13 Thread Emmanuel Blot
> smtp_password = > smtp_user = [EMAIL PROTECTED] The above line pair seems a bit weird: you are specifying a user to authenticate on the MTA, but you do not specify a password. Either leave smtp_user empty, or specify a password if your MTA require authenticated connections to relay emails. As

[Trac] Re: email notification

2006-11-13 Thread Emmanuel Blot
> As soon as I submit a bug, I see a log entry like: > > Nov 13 14:43:09 hostname sendmail[8579]: kADMh90A008579: localhost > [127.0.0.1] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA Which release of Trac are you using? -- Manu --~--~-~--~~~---~--~---

[Trac] multiple projects / one trac install

2006-11-13 Thread William Yardley
I know that it's been discussed a bit in the past; any further progress on allowing multiple SVN repos with one Trac install? While we have multiple CVS / SVN repositories for code, everything still relates to one group of developers, and bugs can be moved across projects. It seems kind of dumb t

[Trac] email notification

2006-11-13 Thread William Yardley
I have the following settings in my trac.ini: [notification] always_notify_owner = true always_notify_reporter = true always_notify_updater = true mime_encoding = base64 smtp_always_bcc = smtp_always_cc = smtp_default_domain = example.com smtp_enabled = true smtp_from = [EMAIL PROTECTED] smtp_pass

[Trac] trac-admin resync fails with message about duplicate entry

2006-11-13 Thread z00m1n
Hello everyone, (see also http://groups.google.com/group/trac-users/browse_thread/thread/2f3bb851921f795b/1f5dbaba4a5655ac?) I had a little Subversion repository and a little Trac system on my little WIN32 development machine for demonstration and testing purposes. Everyone in the company liked

[Trac] AccountManager plugin -- does it manage accounts for SVN too?

2006-11-13 Thread Jen
We are running Trac 0.10 with Subversion on the Apache HTTP server. Our users would like to be able to log in to set/re-set their passwords. I am the sole owner of the Apache passwd file so I am currently the only one who can do that. The Trac AccountManager plugin sounds like a good tool for t

[Trac] trac-admin sync times out [solved]

2006-11-13 Thread z00m1n
Hi all again, I found a solution to my problem which I post here for anyone in the same situation (and for myself in case of amnesia). I edited /etc/rc.conf and changed mysql_limits="YES" to mysql_limits="NO". Apparently, the resource restrictions imposed on MySQL by FreeBSD are rather strict.

[Trac] Re: borwser view doesn't respond after upgrade from 0.9.6 to 0.10.1

2006-11-13 Thread Christopher Lenz
Am 13.11.2006 um 22:43 schrieb Miguel Angel Laguna: > Yes, before upgrade, Istop apache and make a hot-copy of trac, then I > remove all previous source code from > /usr/lib/python2.4/site-packages/trac and commons from > /usr/share/trac. > > Once this I run setup and following I upgrade database

[Trac] Re: borwser view doesn't respond after upgrade from 0.9.6 to 0.10.1

2006-11-13 Thread Miguel Angel Laguna
Yes, before upgrade, Istop apache and make a hot-copy of trac, then I remove all previous source code from /usr/lib/python2.4/site-packages/trac and commons from /usr/share/trac. Once this I run setup and following I upgrade database and resync repository. When i started again apache i found i c

[Trac] Re: borwser view doesn't respond after upgrade from 0.9.6 to 0.10.1

2006-11-13 Thread Emmanuel Blot
> I've just upgrade my trac from 0.9.6 to 0.10.1. I run trac on Fedora + > Aapche2 + Sqlite. After upgrading all was ok, but I don't get answer > from server when I request "browse source" view. > > I didn't forget to resync trac environments. Double checking common known issues: did you remove a

[Trac] Re: Table Headers

2006-11-13 Thread Jason Winnebeck
Yes I have looked at ReST and have the libraries needed for it. The problem is that we do a lot of data analysis here at my company so we use tables a lot and we want to be able to do "round trip" with Excel if needed and only the CSV plugin gives us that since it can support copy/paste of tab-del

[Trac] Re: Don't find egg in plugin directory

2006-11-13 Thread Matt Good
Luc Van Tien wrote: > Hi everyone, > I have multi environment in trac directory.The following structure: > trac directory : > + env1 > + env2 > + > I copy all eggs in plugin directory of env1 to env2. > In env2 don't understand eggs of env1.Although eggs of env1 works fine.

[Trac] Re: Table Headers

2006-11-13 Thread Matt Good
Jason Winnebeck wrote: > Virtually every single table I make in Trac has a table header that I'd > like to have a certain style (bold). It would be nice if it were > possible to have some syntax in Trac for headers for two reasons: > > * Always typing ||'''Header Text'''|| is cumbersome when you

[Trac] Re: Installation error

2006-11-13 Thread Matt Good
[EMAIL PROTECTED] wrote: > Hi! > > After a installation as in INSTALL with no shown errors, i try to create a > Project. > It's svn-head version from today. I also tried 10.1. > > I get the following error: > ...s

[Trac] Re: Lose Css in home page ?

2006-11-13 Thread Matt Good
Luc Van Tien wrote: > > My Trac system located in : http://203.162.21.33:/trac/ Any one explain > > for me why lose css in homepage ? > > Which steps are wrong in installation ? > > Thank you very much. The page listing the projects never has CSS. The included project list is very simple, b

[Trac] Trac 0.10.2 Released

2006-11-13 Thread Jonas Borgström
Release Notes for Trac 0.10.2 = November 13, 2006 We're happy to announce the Trac 0.10.2 release, available from: http://trac.edgewall.org/wiki/TracDownload For questions, comments and user discussions, please use the Trac mailing list. List information, subscript

[Trac] Re: Don't find egg in plugin directory

2006-11-13 Thread debakanta sandha
i'm previous to you and my assignment is ahead to you.i have got the asignmment as to make workable trac-mod_python.what to do and how to do .if u know share with me. --~--~-~--~~~---~--~~  You received this message because you are subscribed to the Google Groups "T

[Trac] Re: Remove Severity Field

2006-11-13 Thread debakanta sandha
thank you for keeping contact with me.any way did you try for trac-mod_python.i think in the trac environment it has to be made workable such that trac response time will be reduced.is it ?if u have any suggession reply me.bye.good night. --~--~-~--~~~---~--~~  You

[Trac] Re: Installation error

2006-11-13 Thread Jason Winnebeck
The new version of Trac uses genshi, and it can't find it. Trac 0.10 does not require genshi, and 0.10.1 should not either unless my information is very out of date or there is a bug in Trac. When you installed the SVN version and tried to go back to 0.10.1 you may not have cleared out all piec

[Trac] Lose Css in home page ?

2006-11-13 Thread Luc Van Tien
> My Trac system located in : http://203.162.21.33:/trac/ Any one explain for me why lose css in homepage ? > Which steps are wrong in installation ?> Thank you very much.  __Bạn Có Sử Dụng Yahoo! Không?Mệt mỏi vì thư rác? Yahoo! Thư có chương t

[Trac] Installation error

2006-11-13 Thread Philipp . Wacker
Hi! After a installation as in INSTALL with no shown errors, i try to create a Project. It's svn-head version from today. I also tried 10.1. I get the following error: ~/trac11# trac-admin /home/trac initenv Tra

[Trac] Re: Table Headers

2006-11-13 Thread Aaron D. Marasco
On Mon, November 13, 2006 09:43, Jason Winnebeck wrote: > Virtually every single table I make in Trac has a table header that I'd > like to have a certain style (bold). It would be nice if it were > possible to have some syntax in Trac for headers for two reasons: > > * Always typing ||'''Header

[Trac] Table Headers

2006-11-13 Thread Jason Winnebeck
Virtually every single table I make in Trac has a table header that I'd like to have a certain style (bold). It would be nice if it were possible to have some syntax in Trac for headers for two reasons: * Always typing ||'''Header Text'''|| is cumbersome when you want it on a whole row * We can

[Trac] Don't find egg in plugin directory

2006-11-13 Thread Luc Van Tien
Hi everyone, I have multi environment in trac directory.The following structure:trac directory :   + env1   + env2   + I copy all eggs in plugin directory of env1 to env2. In env2 don't understand eggs of env1.Although eggs of env1 works fine. But if I restart apache so env2 understands

[Trac] borwser view doesn't respond after upgrade from 0.9.6 to 0.10.1

2006-11-13 Thread Miguel Angel Laguna
Hi all, I've just upgrade my trac from 0.9.6 to 0.10.1. I run trac on Fedora + Aapche2 + Sqlite. After upgrading all was ok, but I don't get answer from server when I request "browse source" view. I didn't forget to resync trac environments. I also don't get any entry in acces_log and error_log

[Trac] Re: Solaris: FAILURE in tests

2006-11-13 Thread Thomas Sturm
Thomas Sturm wrote: > Hello, > > on './configure; make; make check' I get these FAILURES: > . > . > . > Running all tests in commit_tests.py...FAILURE > Running all tests in update_tests.py...success > Running all tests in switch_tests.py...FAILURE > Running all tests in prop_tests.py...FAILURE >

[Trac] Re: Solaris: FAILURE in tests

2006-11-13 Thread Thomas Sturm
Thomas Sturm wrote: > Hello, > > on './configure; make; make check' I get these FAILURES: > . > . > . > Running all tests in commit_tests.py...FAILURE > Running all tests in update_tests.py...success > Running all tests in switch_tests.py...FAILURE > Running all tests in prop_tests.py...FAILURE >

[Trac] Re: Remove Severity Field

2006-11-13 Thread Noah Kantrowitz
On Nov 11, 2006, at 5:48 PM, mankoff wrote: > New Trac versions do not include the 'severity' field in a ticket > report. Just add some values to the field and it will show up. You can do this either in trac-admin or WebAdmin. --Noah --~--~-~--~~~---~--~~ You

[Trac] Re: Remove Severity Field

2006-11-13 Thread Christopher Lenz
Am 11.11.2006 um 23:48 schrieb mankoff: > New Trac versions do not include the 'severity' field in a ticket > report. I have an old install but would like to remove severity. Is > there an easy way to just delete this field from all tickets in the > DB? I wrote a contrib script that can do that