BugNET

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

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

Search Blogs