Re: Re[2]: [PHP] Still searching for a bugtracking system

2010-04-01 Thread Jan G.B.
> To: Alex Major > Date: Tuesday, March 30, 2010, 6:04:20 PM > Subject: [PHP] Still searching for a bugtracking system > > 2010/3/30 Alex Major >> >> Surely if it's not suitable for your situation, it's not the best? :) >> >> Mantis is what I'

Re[2]: [PHP] Still searching for a bugtracking system

2010-03-31 Thread Andre Polykanine
2 Twitter: m_elensule - Original message - From: Jorge Gomes To: Shawn McKenzie Date: Tuesday, March 30, 2010, 10:50:08 PM Subject: [PHP] Still searching for a bugtracking system What about flyspray? http://flyspray.org/ Demo: http://flyspray.org/demo They use it for tracking the bugs

Re: [PHP] Still searching for a bugtracking system

2010-03-30 Thread Jorge Gomes
What about flyspray? http://flyspray.org/ Demo: http://flyspray.org/demo They use it for tracking the bugs of their software (obviously): http://bugs.flyspray.org/ They have bad documentation but I tested the software and seems to be fine. They are slowly working in the final 1.0 version. Rewa

Re: [PHP] Still searching for a bugtracking system

2010-03-30 Thread Shawn McKenzie
Andre Polykanine wrote: > Hello Jan, > > And what do you use then?) > If you're able to, you enable the sqllite extension in your php.ini and then you create your database as a flat file. The installer for the bug tracker would probably do that for you. -- Thanks! -Shawn http://www.spidean.com

Re[2]: [PHP] Still searching for a bugtracking system

2010-03-30 Thread Andre Polykanine
ajor Date: Tuesday, March 30, 2010, 6:04:20 PM Subject: [PHP] Still searching for a bugtracking system 2010/3/30 Alex Major > > Surely if it's not suitable for your situation, it's not the best? :) > > Mantis is what I'd recommend and believe has already been recomme

Re: [PHP] Still searching for a bugtracking system

2010-03-30 Thread Bastien Koert
On Tue, Mar 30, 2010 at 1:11 PM, Yousif Masoud wrote: > On Tue, Mar 30, 2010 at 2:13 PM, Andre Polykanine wrote: > >> Hello everyone, >> The best of all suggested bugtrackers is JotBug, on my opinion. But it >> works only with SQLite databases, and I have no access to such one >> (only MySql). >>

Re: [PHP] Still searching for a bugtracking system

2010-03-30 Thread Yousif Masoud
On Tue, Mar 30, 2010 at 2:13 PM, Andre Polykanine wrote: > Hello everyone, > The best of all suggested bugtrackers is JotBug, on my opinion. But it > works only with SQLite databases, and I have no access to such one > (only MySql). > Any solutions? > [...] I use Eventum. So far, so good. http

Re: [PHP] Still searching for a bugtracking system

2010-03-30 Thread Jan G.B.
; Sent: 30 March 2010 14:14 > To: php-general@lists.php.net > Subject: [PHP] Still searching for a bugtracking system > > Hello everyone, > The best of all suggested bugtrackers is JotBug, on my opinion. But it > works only with SQLite databases, and I have no access to such one >

RE: [PHP] Still searching for a bugtracking system

2010-03-30 Thread Alex Major
seems heavy, I know it has its supporters but I've always found it to be overkill for the projects I've worked on. Alex. -Original Message- From: Andre Polykanine [mailto:an...@oire.org] Sent: 30 March 2010 14:14 To: php-general@lists.php.net Subject: [PHP] Still searching f

[PHP] Still searching for a bugtracking system

2010-03-30 Thread Andre Polykanine
Hello everyone, The best of all suggested bugtrackers is JotBug, on my opinion. But it works only with SQLite databases, and I have no access to such one (only MySql). Any solutions? P.S. I'd use Trac, but since I have no own server yet, we have no access to Python, either... Only Php, MySql, Perl.