Item Tracking system implemented as a TWiki Application
This is a simple Tracking System implemented using TWikiForms. It has been implemented to be used in a web on its own, but could be intermingled with a discussion style TWikiWeb.
See http://develop.twiki.org/~develop/cgi-bin/view/Bugs for an example of it in use (though please don't change anything; it's a live Bug DB!)
The BugsContrib is a TWikiApplication (an application that is implemented entirely in TWiki topics). It is designed to use the left bars supported by "pattern" skin, though could easily be converted to another skin. It's ideal for a small bug database (we have used it with over 2000 items with no problems) for a disciplined team.
Installation
First, check that you do no have an existing web called "Bugs". if you do, move it out of the way.
Download and unpack the archive over your TWiki installation. The following files will be installed:
data/Bugs/ActioningItems.txt
data/Bugs/AllOutStandingItems.txt
data/Bugs/AppliesTo.txt
data/Bugs/CurrentState.txt
data/Bugs/HideTextarea.txt
data/Bugs/ItemPriority.txt
data/Bugs/ItemTemplate.txt
data/Bugs/Lister.txt
data/Bugs/MyDetailedItems.txt
data/Bugs/NewItems.txt
data/Bugs/RecentlyClosed.txt
data/Bugs/ReportedBy.txt
data/Bugs/SMART.txt
data/Bugs/Tabulator.txt
data/Bugs/WaitingItems.txt
data/Bugs/WebAtom.txt
data/Bugs/WebChanges.txt
data/Bugs/WebHome.txt
data/Bugs/WebLeftBar.txt
data/Bugs/WebPreferences.txt
data/Bugs/WebRss.txt
data/Bugs/WebSearch.txt
data/Bugs/WebSearchAdvanced.txt
data/Bugs/WebStatistics.txt
data/TWiki/BugsContrib.txt
pub/Bugs/HideTextarea/hidetextarea.css
pub/Bugs/WebPreferences/favicon.ico
pub/Bugs/WebPreferences/logo.png
Then run perlBugsContrib_installer.plinstall to automatically check and install other TWiki modules that this module depends on, that you may not have installed. This script also includes an uninstall option should you ever wish to remove the plugin from your installation, and an upgrade option that will automatically download and install the latest version.
See the Bugs? topic in the new web for help in configuring the application to your needs.