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: Kurtosis
New Today: 1
New Yesterday: 0
Overall: 716
People Online People Online:
Visitors: 68
Members: 0
Total: 68

Latest Posts


Password recovery without email?Hi all, I am using BugNET on my own workstation for personal task tracking and am not able to connect it to my company's email server. I've forgotten my Admin account password, is there any way to recover it without email, and without reinstalling BugNET?

Couple feature requests I have a feature request that would make your application very usefull to me and probbably many more people. Have the ability to add companys and then assign users to companys. Projects then fall under a company making administration much easier for consulting companies like mine. This one doesnt seem all that complicated and is the highst on my priority list. I currently use bugnet for our company but without this feature I will probbably be switching becuase its just too clunky to use and manage for us. If above is done the other really nice thing would be to have the ability to send items as tasks to exchange so they pop up on people's calendars. Also as a side note if you need help developing said features let me know. We are a custom programming shop that specializes in .NET and would be willing to help implement the features becuase I do love what you have so far.

Server Error in '/BugNET/Bugs' Application - Parser Error (only in Bugs subdirectory!) Hello all, Had the site up and running and was creating projects, users, and such, then got the following error when I click on any link to the 'Bugs' subdirectory (i.e.; Project Summary, New Issue, etc...): <h1>Server Error in '/BugNET/Bugs' Application. <hr width='100%' color='#c0c0c0' size='1' </h1> <h2><em>Parser Error</em></h2> &#160;&#160;<font face='Arial, Helvetica, Geneva, SunSans-Regular, sans-serif '>Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: The file '/BugNET/Bugs/Shared/FourColumn.master' does not exist. Source Error: </font> <font face='Arial, Helvetica, Geneva, SunSans-Regular, sans-serif '> <table width='100%' bgcolor='#ffffcc'> <tbody> <tr> <td><code> <pre><font color='#ff0000'>Line 1: <%@ Page language='c#' Inherits='BugNET.ProjectSummary' MasterPageFile='~/Shared/FourColumn.master' Title='Project Summary' MaintainScrollPositionOnPostback='true' Codebehind='ProjectSummary.aspx.cs' %> </font>Line 2: <%@ Register Src='../UserControls/ComponentTreeView.ascx' TagName='ComponentTreeView' TagPrefix='uc1' %> Line 3: <%@ Register Assembly='AjaxControlToolkit' Namespace='AjaxControlToolkit' TagPrefix='ajaxToolkit' %></pre> </code></td> </tr> </tbody> </table> </font> Source File: /bugnet/Bugs/ProjectSummary.aspx &#160;&#160; Line: 1&#160; <hr width='100%' color='#c0c0c0' size='1' Version Information:&#160;Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433 This was only happening when using the site remotely so I went to the server and ensured that the Bugs directory was an application. I think I may have removed it and set it again, but honestly with all the troubleshooting I'm not sure. In any case now I get this message on the local server as well. Again, I had the site working perfectly on the server so this must just be a small configuration change I have to believe that it has to do with setting an application for the Bugs folder, but it already is an application. Ideas please!? Thanks, Jason Also, if it helps my IIS is set up so that I have a default website and then other websites at the same level. If I open up the default website all of the folders for my other sites are in there as well. Where do I have to create the application for Bugs? only in the site at the same level as the default or in the folder that is nested under the default website or both? Thanks so much for any help you can give. I am almost there and have done a lot of research trying to answer this myself before posting.

Server Error in '/' Application I'm having an issue after I've configured everything where I get a Runtime Error response when I try to visit the Bugnet site that I created. It's troubling since it doesn't really explain to me what the issue is. It just mentions that I've landed on an error page as far as I can tell. Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed. Details: To enable the details of this specific error message to be viewable on the local server machine, please create a <customErrors> tag within a 'web.config' configuration file located in the root directory of the current web application. This <customErrors> tag should then have its 'mode' attribute set to 'RemoteOnly'. To enable the details to be viewable on remote machines, please set 'mode' to 'Off'. <table width='100%' bgcolor='#ffffcc'> <tbody> <tr> <td><code> <pre><!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode='RemoteOnly'/> </system.web> </configuration></pre> </code></td> </tr> </tbody> </table> <font face='Verdana'>Notes:</font> The current error page you are seeing can be replaced by a custom error page by modifying the 'defaultRedirect' attribute of the application's <customErrors> configuration tag to point to a custom error page URL. <table width='100%' bgcolor='#ffffcc'> <tbody> <tr> <td><code> <pre><!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode='On' defaultRedirect='mycustompage.htm'/> </system.web> </configuration></pre> </code></td> </tr> </tbody> </table> &#160;

Moving issues between projects Hi I'v been testing BugNet the past few hours as we are looking for a bugtracker for our projects and I'm quite impressed. There is, however, one thing that bugs me and that is that I can't move issues between projects or I've not seen it yet. To move issues I have to manually go into the database and do it there. It's a hard way to do it as I'm just setting up the projects and such and as I add issues I find new projects that I should have. Is there a way to move issues between projects as of version <span id='ctl00_Footer1_Version'>0.7.854.0, and if not is it possible to add this feature?

Server 2008: The server tag 'asp:UpdateProgress' is ambiguous. After working out the web.config problems, I got the install page to load and it installed everything without issue. DB looks good. But when I try to use bugnet ('http://localhost/bugnet/'>http://localhost/bugnet/) I get the below error. I'm pretty much at the end of my limited ASP.NET/IIS knowledge. :) Any help is greatly appreciated! <h2><font color='#ff0000'>Server Error in '/bugnet' Application.</font></h2> <h2><em>Parser Error</em></h2> <font face='Arial, Helvetica, Geneva, SunSans-Regular, sans-serif '>Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: The server tag 'asp:UpdateProgress' is ambiguous. Please modify the associated registration that is causing ambiguity and pick a new tag prefix. Source Error: <table width='100%' bgcolor='#ffffcc'> <tbody> <tr> <td><code> <pre>[No relevant source lines]</pre> </code></td> </tr> </tbody> </table> <font face='Verdana'>Source File: </font>none<font face='Verdana'> &#160;&#160; Line: </font>0 </font> &#160; <hr width='100%' color='#c0c0c0' size='1' &#160; <font face='Verdana'>Version Information:</font>&#160;Microsoft .NET Framework Version:2.0.50727.1434; ASP.NET Version:2.0.50727.1434

Any known issues with BugNET running in Server 2008? I was able to install BugNet without issue on 2 different XP servers and my webhoster (server 2003). But I'm so far unable to get it to run on Server 2008. If it is indeed supposed to work on Server 2008, I'll post details of the problems I'm running into. TIA!

Procedure 'BugNet_Role_GetRolesByUser' expects parameter '@ProjectId', which was not supplied. I am getting this error when I try to access application from browser. I upgraded from.6.7.0 to the latest version. Any tips if I am missing any step?