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

Author: admin Created: Tuesday, March 28, 2006
Discussion about the development, design and implimentation of features and fixes for the BugNET project.

By admin on Friday, June 06, 2008

One of the many requested features is bulk issue editing.  In 0.8 this is now possible through the new issue list page shown below.  After selecting the issues you would like to edit with the checkbox next to the issue you can select the edit properties button.  You will then be shown a panel of the issue properties that you can set.   Set the properties you wish to change and select save and your issues will be updated!

The second addition to the issue list is the ability to select individual columns to display in the issue list.  This is ...
Read More »

By admin on Thursday, March 13, 2008

In BugNET 0.8 the project creation / administration has been vastly improved so that you may define many of the previously hardcoded values. Most notably these hard corded values were the status, resolutions, issue types and priorities.  Although these values may work perfectly for some, it is not viable for all projects or issue tracking methods to be forced to use these.

With the new project administration functionality, you are now able to define virtually all values in the drop down lists.   Below we can see the edit project screen where we are editing our Test Project and have chosen to edit the statuses for this project.  In addition to adding, editing and deleting values you can choose an ima ...
Read More »

By admin on Thursday, November 29, 2007

BugNET 0.7 is now entering a maintainence mode, which means that only bug fixes will be in subsequent 0.7 releases. All new features will be tackled in the upcoming 0.8 release which is well underway.

On the development front the solution will be upgraded to Visual Studio 2008 but will remain at version 2.0 of the .NET framework until the further adoption of 3.5 by online web hosts.  I am hoping to get a preview version of 0.8 out sometime this month, which means I will not be focusing on upgrades from  0.7 to this new version until a later point.

Some features that are to come / already complete:

By admin on Monday, October 08, 2007

Some people may have noticed that the issue tracker at support.bugnetproject.com was upgraded to version 0.7.881 that has not yet  been released to the public. 

The next release is a bug fix release but there are a few more issues to complete that will delay this release for a short while.  This combined with the recent Canadian thanksgiving holiday and myself getting ready for a vacation to Scotland has left me with no time to work on the remaining issues.

Expect the new release to be out at the end of the month or shortly into November after my vacation.

 


By admin on Thursday, August 16, 2007

It has been quite a while since I have given any updates but the project has not been idle.

Before we begin, just a quick note that the site may be down tomorrow August 16th, 2007 8pm EST for 3-4 hours due to my hosting provider having an outage.

There are many issues, new features and improvements to address and it seems new ones are reported
almost daily.  Over the last past while I have found time to complete some of these issues but also add some great improvements to the BugNET application.

Categories

One of the improvements I am sure is most welcome is categories can now be renamed from the administration area.  In addition to this I ha ...
Read More »

Download

Membership

Membership Membership:
Latest: Kurtosis
New Today: 1
New Yesterday: 0
Overall: 716
People Online People Online:
Visitors: 106
Members: 0
Total: 106

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?