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

Apr 6

Written by: host
4/6/2008

The new build of BugNET has been posted in the downloads section.  This is a new version if the 0.7 releases which fixes bugs and adds some new features.

NOTE: This release fixes critical security bugs that could allow a registered user to elevate their priviledges and it is recommended that you upgrade your installation.

Update:

It has come to my attention that when upgrading there is a script error, which is trying to drop a stored procedure that may not exist. Temporarly to fix this you can open the 0.7.921.0.SqlDataProvider.sql (found under Install\dbscripts folder) file in a text editor and remove the following code.  A package update will occur this evening for those who do not wish to do this manually.

SQL
1
2
3
4
5
6
7
8
PRINT N'Dropping [dbo].[chObjOwner]'
GO
DROP PROCEDURE [dbo].[chObjOwner]
GO
IF @@ERROR<>0 AND @@TRANCOUNT>0 ROLLBACK TRANSACTION
GO
IF @@TRANCOUNT=0 BEGIN INSERT INTO #tmpErrors (Error) SELECT 1 BEGIN TRANSACTION END
GO

Fixes

  • BGN-566     Sorting on 'created date' in issue list doesn't work correctly     
  • BGN-572     Unable to Add Security Role To Project
  • BGN-623     Error where creating new user role    
  • BGN-592     ProjectRole Update/AddRole logic does not execute    
  • BGN-595     Can't enter estimation hours with more than two digits    
  • BGN-608     Delete issue does not delete attachments from disk    
  • BGN-492     Error messages not routed correctly    
  • BGN-581     Datepicker doesn't use correct format
  • BGN-505     Error when editing bug created from email    
  • BGN-607     change role myself    
  • BGN-620     Issue List (BugList.aspx) sorting    
  • BGN-476     Bad link to "Issues" after reloading/updating the page
  • BGN-583     Sort by due date    
  • BGN-579     Issue 'done' linkbutton fails after postback    
  • BGN-609     All Issues view does not sort properly
  • BGN-562     'Issues' Breadcrumb link on issue view broken
  • BGN-542     Quotes in subject coverted to escape code when issue is saved
  • BGN-467     Issue list highlights wrong field red

Improvements

  • BGN-501     Specify Uploads root folder in Web.config    
  • BGN-502     Mailboxes: make "Assign to" optional    
  • BGN-503     Allow unassigned Version and Category.    
  • BGN-500     Save inline images of e-mail as attachement    
  • BGN-485     Project Admin unable to view private issues    
  • BGN-580     Add change log and roadmap tabs to the menu when navigating a project    
  • BGN-520     rename Done to Save & Return    
  • BGN-430     Title for all pages should be - Page Name

 

New Features

  • BGN-613     Ability to add a person who shall receive notifications about an issue
  • BGN-504     Mailboxes: auto-assign bug priority from message priority    
  • BGN-387     New feature to the add users to the notification list of a user    
  • BGN-410     Login process makes life difficult
  • BGN-537     highlight due items on bugs list

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

 

Tags:

Re: BugNET 0.7.921.0 Released!

Nice release guys. I am bug testing and reporting bugs into http://support.bugnetproject.com/

By smoss on   4/8/2008

Download

Membership

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

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.