Forum OpenACS Q&A: bug tracker

Collapse
Posted by Jason Black on
Does anyone know where I might find on here a complete listing of all the files used for the bugtracker package and a complete database schema for bugtracker?  A few modifications are needed for my company's specific needs and we have already determined bugtracker files do not simply live in the bugtracker package directory.

Thank you for your help
Jason Black

Collapse
2: Re: bug tracker (response to 1)
Posted by Don Baccus on
The easiest way might be to make a fresh install of OpenACS, then go to the "install applications" administration page, and click on bugtracker.

That will bring you to a page listing all of the packages that bugtracker depends on that the package manager must load (it's a confirmation page, essentially).

You can also find the first-order dependencies in the bugtracker.info XML file in the package itself.  However this won't tell you what packages those packages in turn depend upon.

One package I know it depends on is the workflow package...

Collapse
3: Re: bug tracker (response to 1)
Posted by Don Baccus on
The above technique - using the package manager to list dependencies when you install the package - won't list already installed OpenACS core packages ... but they will be in the bugtracker.info list.

Between the two, though, you should be able to figure out everything it depends on.

Collapse
4: Re: bug tracker (response to 3)
Posted by Jason Black on
Thanks for the help Don.  I did check out the bugtracker.info file and that definitely helped. I also started checking out the bug-tracker-create.sql file.  Between looking over these 2 files, I have a better handle than  I did on where things are and how the DB is structured.  If you think of any further advice for me, please let me know.

Thanks
Jason