BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

Welcome to BugNET!

Welcome to the official community and development site for the BugNET open source project. From downloads to documentation, bugnetproject.com offers a comprehensive base of information, resources, and support.

BugNET is an issue tracking and project issue management solution built using the ASP.NET web application framework. Email notifications, reporting and per project configuration of fields and values allows efficient management of bugs, feature requests, and other issues for projects of any scale.

Latest News & Announcements

Jan 13

Written by: host
1/13/2008

Happy new year to everyone!  This is the first release of the issue tracker this year and is a bugfix release that addresses some of the remaining bugs in the 0.7 release.

The new build of BugNET has been posted in the downloads section.

Fixes

  • BGN-512     SMTP/POP3 password cleared if not reset    
  • BGN-518     Project administrator can't edit a category tree
  • BGN-539     Searching by Issue Id does not work    
  • BGN-471     Cloning a project leaves default role permissions empty    
  • BGN-463     Problem using quotes and other characters in issues summaries
  • BGN-495     Wrong link on page AccessDenied.aspx
  • BGN-483     Deleted roles, remain under the UserRoles table
  • BGN-472     Build error if empty space in project path
  • BGN-514     Issue List page returns error when entering a non-numeric char
  • BGN-509     Can't export issue list to excel
  • BGN-497     Security roles are copied incorrectly when cloning a project
  • BGN-487     Role cannot be edited after creation 

New Features

  • BGN-533     upgrade to FCKEditor 2.5

For a full list of bug fixes and changes please refer to the change log.

Tags:

Download

Membership

Membership Membership:
Latest: geckobrain
New Today: 0
New Yesterday: 3
Overall: 664
People Online People Online:
Visitors: 21
Members: 0
Total: 21

Latest Posts


Integration into DotNetNuke Hi . Great tool. Is there a way you (or I) could integrate this tool into DotNetNuke portal ? Also.. can it be integrated with Subversion? Regards, Claudiu

New Styles required for Documentation Hi Davin, Thanks for the new styles for the WIKI pages. Please can you create a style which we can use on this page. http://www.bugnetproject.com/Documentation/tabid/57/Default.aspx You can see what I have done, but the width is not right and the tag style makes the font too small. (I had to embedd them in an <h3> to get it a decent size). Also check out the TOC on the userguide page.

Subversion and Active Directory integration questionsI just installed BugNET this morning because the screenshots looked great. I must say I'm impressed; it's very slick, responsive, and intuitive. Gotta love an installation procedure that consists of 'go to this URL.' I have two questions: 1. Is there any documentation yet for integration with Subversion? We're building a tracking/versioning system from scratch, y'see, so the Subversion features mentioned here and there would be great to use. Unfortunately, this page is blank: http://bugnetproject.com/Documentation/tabid/57/topic/Configuring%20Subversion%20Integration/Default.aspx 2. Is it possible to use both Active Directory authentication *and* the users created under User Management? I'd like for our developers to be able to access with automatic access for convenience, but still allow our clients and partners to be able to register and log bugs. Based on the configuration documentation, I'm guessing the answer is 'no' but I thought I'd check. Thanks.

iPhone interface for BugNET LIke many people, I have jumped on board the iphone band wagon.&#160;&#160; Personally I feel it is one of the best personal devices / phones I have owned. A few weeks ago I started building an IPhone interface for BugNET.&#160; I used an interface similar to diggs iphone interface&#160; digg.com/iphone and you can see below the screenshots of the BugNET interface.&#160; &#160; <img width='349' height='508' src='/Portals/0/Images/Forum/iphoneProjects.PNG' alt='' <img width='348' height='513' src='/Portals/0/Images/Forum/iphoneIssuesList.png' alt='' The interface is very basic and isn't very functional but if someone has an interest in taking this further and completing it I can make the code available as I do not have time to complete it. &#160; &#160;

When is the next release date Hi Davin, When is the next planned release of BugNet? What will be the version number? Thanks Stewart

Issue WorkflowThere are a couple of features that are missing in BugNet that I have seen in commercial programs that I think would be beneficial. The main one is an Issue Workflow, which makes sure that an issue flows through the system in a predictable way. What I mean by this, is that it will limit what you can see or do depending on what roles you are in. The workflow should be completly configurable. If you are a developer, it might only allow you to select Resolved from the status, and Closed isn't an option. This might be because the person doing testing only looks for issues in the resolved status, and they move it to closed after testing is successful. Or if you are a customer, create a new role called Customer and hide the Assigned To field and Comments, and make the Status read only. This would allow them to see what is important, but not the internal information they don't need, and it would stop them from reopening an issue directly, instead of notifing the project manager and having them reopen it. One way this could be implemented is to expand on the Role security screen, and add an option for the fields to limit. Each field, if it makes sense for that field, will have checkboxes for Visible, Add New, Change, and a listbox to select what values to display. There is another thread requesting a Customer Portal, http://www.bugnetproject.com/Forums/tabid/54/forumid/-1/threadid/1670/scope/posts/Default.aspx, I think the Issue Workflow would fullfill that request as well. At the moment I don't have a lot of time to work on this, but I wanted to put the idea out there and see what others thought. If my time frees up, and no one else has started this, I will attempt to code it. Doug

Requiring custom fieldsI've been trying to make use of required custom fields, but have run into problems. The required fields only seem to be visible on the edit page; not on insert. When users enter an initial issue, I'd like these custom fields to appear there and if required, force an input prior to inserting the issue. As it is now, users are creating new issues and never entering the custom fields. Am I missing something?

SMTP sending problemsDoes anybody know of any reason why if an error occurs, the error handler is able to send an email to me reporting it, but I am not able to send notification emails? The code seems to complete the send, but I never receive anything. Thanks in advance.