Hi all,
I am trying to find a truly simple, minimalistic, basic and secure bug tracking system that uses PHP and has minimum (none is best) other dependencies (if there are any that use no database, that's even better, otherwise, MySQL is fine).
I know this has been asked before many many times, but so far all of the bug tracking systems I've seen (Flyspray, Mantis) are way too big for my needs -- I am basically a one-man hobbyist "team" and I'd like to use this as an alternative to writing stuff in TODO files all over my development directory. This is why I don't need most of the features found in bigger bug tracking systems.
As an analogy, I'd like to find some bug tracking software that is as minimalistic and simple as for example TigerWiki in wikis.
Thanks for any pointers!
P.S. I prefer open source solutions that I can run on my own server.
P.S. v2. I found http://midge.sourceforge.net/index.html which seems to be what I need, but it's in Python. Anything like that in PHP?