Forum OpenACS Development: Bugtracker development version released!

Hi everyone,

The new SDM/Bugtracker has been released and you can find it in the latest branch of OACS 4.5. Lars Pind and CollaborAid have done an amazing, kick-ass job in putting this together, and Musea would like to thank them.

We've been using the development versions of Bugtracker on two fairly complex projects and have been *extremely* happy with how much it's improved our efficiency. I hope everyone else finds it to be of similar benefit!

Lars will be posting with follow-up technical instructions on where and how to set the new code up.

NOTE: The current version ONLY works on PG.

talli

Collapse
Posted by Lars Pind on
The bug-tracker can be found in the OpenACS repository on the MAIN TRUNK (the development branch), under packages/bug-tracker.

It ONLY runs on OpenACS 4.5 beta, from the tip of the 4.5 branch.

This is a little annoying, but that's how it is.

cvs checkout -r oacs-4-5 openacs-4 to get OpenACS, then
cvs checkout openacs-4/packages/bug-tracker to get the bug-tracker.

(These are not complete cvs commands)

Collapse
Posted by Roberto Mello on
Terrific job! Kudos to Musea for sponsoring this, and for the great work Lars did.
Collapse
Posted by Tom Jackson on

I am trying to use the bugtracker but a file standard-lars.adp appears to be missing. Here is the error I get on most pages:

could not read "/web/stellar2/packages/acs-templating/resources/forms/standard-lars.adp": no such file or directory

Does anyone have a copy of this file? Does anyone know why this package file would be in another package? The bug-tracker isn't marked as a core package.

Collapse
Posted by Lars Pind on
You'll find it in the OpenACS tree, both the openacs-4-5 branch, and, now that it's been merged back, also on the trunk.
[lars@collaboraid openacs-4-5]$ cvs log packages/acs-templating/resources/forms/standard-lars.adp

RCS file: /cvsroot/openacs-4/packages/acs-templating/resources/forms/standard-lars.adp,v
Working file: packages/acs-templating/resources/forms/standard-lars.adp
head: 1.2
branch:
locks: strict
access list:
symbolic names:
        oacs-4-5-rc-1: 1.1.2.1
        don-merge-1: 1.1.2.1
        oacs-4-5: 1.1.0.2
keyword substitution: kv
total revisions: 3;     selected revisions: 3
description:
----------------------------
revision 1.2
date: 2002/05/12 20:57:02;  author: donb;  state: Exp;  lines: +103 -0
Merged with the 4.5 branch (oacs-4-5 tag "don-merge-1")
----------------------------
revision 1.1
date: 2002/05/03 12:55:51;  author: lars;  state: dead;
branches:  1.1.2;
file standard-lars.adp was initially added on branch oacs-4-5.
----------------------------revision 1.1.2.1
date: 2002/05/03 12:55:51;  author: lars;  state: Exp;  lines: +103 -0
Added new form style, used in the bug-tracker
=============================================================================
Collapse
Posted by Arjun Sanyal on
FYI, I've added bug-tracker to the modules list, so you can now
check it out of CVS using the short form:

cvs -d mailto:foo@openacs.org:/cvsroot co bug-tracker

Thanks lars!

Collapse
Posted by Lars Pind on
Thanks, Arjun.
Collapse
Posted by Lars Pind on
Bug-tracker now has an official home page: http://clients.museatech.net/bug-tracker/.