Updates on Eventum

So the support for custom field is pretty much finished, at least for this first version of the system. Custom fields can be created and assigned at a project level, and the fields show up in the ‘Report an Issue’ screen, as well as the anonymous post form. Users can also update the values of the custom fields.

I worked on the software a little more, and added a couple of features that will make the system easier to use. Now when an user is assigned to only one project, the login process will not ask the user to select a project – it only makes sense, right ?

I also finally had the patiente to go over the CVS integration script and fix it up so that it works with a variety of ways:

cvs -q commit -m “Message here (issue: 24)” file.ext
cvs -q commit -m “Message here (issue #24,#56)” file.ext
cvs -q commit -m “Message here (bug: 24)” file.ext
cvs -q commit -m “Message here (bug: #24,56)” file.ext

The commands above will notify Eventum and it will archive these changes as associated with the appropriate issues/bugs.

Pretty productive weekend, come to think of it.

Comments are closed.