I have been playing with the 0.8.140 RC1 on a test machine by upgrading our older release (
Very good that the display name of the user is used at all times as our usernames include the domain.
The initial home page project display is now no longer sorted alphabetically.
Its very good to be able to get to the settings of the project from the home page.
Generally if I click on a project summary and then click on an assignee to see their open issues, the page opens with the combo box of view issues set to 'All issues' and so you see far too many issues. Going back and repeating the same operation goes to the correct 'select a view' option and shows the correct bug list.
Using the Admin tab to view all of the projects and change their settings seems to only list active projects and so I can now find no way of accessing disabled projects without resorting to Sql queries.
The source code version of the download doesn't seem to include the 0.8.140.0.SqlDataProvider.sql file in the project and so doesn't apply the upgrade correctly.
Saved Queries all seem to be fixed and so I cannot save a query which when run asks me for a date to run the query against e.g. today. Once set I cannot edit a query, I can only delete it. They are also per project. It would be nice to be able to run cross project queries that I can change a test value e.g. date and run it e.g. to find all bugs fixed across all projects since a certain date.
Saving queries and then trying to reuse them seems to give errors such as:-
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 69: public override void DataBind()
Line 70: {
Line 71: if(this.DataSource.Count >0) Line 72: {
Line 73: _DataSource.Sort(new IssueComparer(SortField, SortAscending));
|
Source File: C:\Xitec\Projects\BugNET-0.8.140-Source\src\BugNET_WAP\UserControls\DisplayIssues.ascx.cs Line: 71
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
BugNET.UserControls.DisplayIssues.DataBind() in C:\Xitec\Projects\BugNET-0.8.140-Source\src\BugNET_WAP\UserControls\DisplayIssues.ascx.cs:71
BugNET.Queries.QueryList.ExecuteQuery() in C:\Xitec\Projects\BugNET-0.8.140-Source\src\BugNET_WAP\Queries\QueryList.aspx.cs:134
BugNET.Queries.QueryList.btnPerformQueryClick(Object s, EventArgs e) in C:\Xitec\Projects\BugNET-0.8.140-Source\src\BugNET_WAP\Queries\QueryList.aspx.cs:111
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +114
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +139
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +28
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2980
|