Tinned-Bug is a php written bug tracking system. It provides a number of useful features to make it easier to keep track of your bugs. We decided to call the entries in the bug tracking system "ticket" and there additional entries related to the tickets "comment".
The goal of our program is to provide a fast and easy webinterface
where server and client requirements are as low as possible.
We decided to use the popular php programming language. It is one of
the programming language most of the webservers support. Tinned-Bug
is also designed to run on both windows and unix based webservers.
We also tried to keep the requirements to the webclient (browser) as low
as possible. So we try to serve as much comfort as possible without
require any tools or plug-in's on the browser. So we decided to avoid
as far as possible javascripts or java applets. And we also use as less
images as possible to improve the speed of Tinned-Bug.
Detailed requirements of Tinned-Bug can be found on our requirements page.