Quantcast
Channel: BugNET Issue Tracker (Moved to GitHub)
Viewing all 2179 articles
Browse latest View live

Closed Issue: Searching by IssueID not working [251]

$
0
0
Hello,

searching by IssueID (search field on the home screen - right top) is not working after upgrade from 1.4.256.0 to 1.6.315.0.



Closed Issue: 'Description' field for attachments may cause confusion [252]

$
0
0
Would it be possible to rename the attachment description field prompt to 'Attachment Description'. I've had users get confused that there is the "issue description" prompt of 'Description' and it is followed closely by another 'Description' prompt.

Thanks!

Closed Issue: Test Query (Administrator) in sample "First" project throws an error [136]

$
0
0
This issue has to do with the data type of a Yes/No field and the value that is stored on the edit query page.

When stored the value is either the string "True/False". However when creating the custom field you can pick the data type (which you should not be able to do) as this causes an issue with running the query. See the sample query "Test Query (Administrator)" in the first project. The value of the query is "0" and it throws an error on execute.

Ideally if a Yes/No field is picked the data type would be "string" and the checkbox rendered would store "Yes" for true and "No" for false in the issue field. Also when the field is rendered in the query page rather than having the textbox field show up a dropdown with "Yes / No" as the field value to pick from would be displayed.

This way when a saved query that has a custom yes/no field runs the values used would match.

Something along those lines.

Closed Issue: 8 Columns missing in export function [42]

$
0
0
When making an Excel export off, for example all open issues on a project, there are 8 empty columns in the excel file. While in the DisplayIssues data is shown.

This are the 8 columns I'm referring to:

Project
Type
Milestone
Affected Milestone
Status
Priority
Resolution
Progress

Closed Issue: Queries: "Like" does not work [29]

$
0
0
Queries: "Like" does not work.
when you create a query, if you select title "Like" "Key word", query does not return the result. Please check. Thanks.

Closed Issue: OptionsContainerPanel Hidden Bug [127]

$
0
0
In DisplayIssues.ascx.cs (User Control for displaying Issues), when the DataSource is empty, the OptionsContainerPanel is hidden (see code around line 230).

However, if you select a new view from the dropdown (e.g. "All Issues"), and there are now results in the DataSource, then the OptionsContainerPanel doesn't become visible again (as it should).

Tried to fix this issue by adding, in DisplayIssues.ascx.cs, the following code around line 116 (placed it just below "ScrollPanel.Visible = true;"):



* Code to insert near line 116: OptionsContainerPanel.Visible = true;


However, that didn't completely fix the issue. I am still investigating.

Closed Issue: Query: no export panel show [30]

$
0
0
Query: no export panel show
Qry one has one more result. qry two has no result. when perform qry two. then perform qry one, the result show no export panel show. see picture.

Closed Issue: Cancel button in Create Project needs confirmation [11]

$
0
0
In two ocassions I got distracted during the 9th step of the project creation and pressed Cancel and ALL my input was lost.

The first time ok, I went and tried to create the project again but got distracted and pressed Cancel again because it is in an UNHANDY location where it gets confused with "Cancel current changes to the step" and well, that is very demotivating and I just have to create it for the 3rd time some other day (yes, I don't have time to waste).

Closed Issue: Error saving estimation hours [247]

$
0
0
Some locales use point symbol to delimit decimal parts of a number and other use comma.

We would love to see both accepted when entering numbers. Currently when we create a new issue with a wrong decimal separator, no error is shown - the issue is saved without estimation and the issue creator can easily miss the problem. That is really inconvenient and leads to problems in the business process.

In short, 0.25 and 0,25 should both be accepted in the estimation field.

Closed Issue: Upgrading from 1.4 to 1.5: Related issue unique index [256]

$
0
0
When upgrading from 1.4 to 1.5 I found an problem if an issue contains a reference to the same issue on the Sub issue page and Related issue page. It creates two entries in the BugNet_RelatedIssues table and makes impossible to create the unique index when the migration script is executed. Perhaps should the RelationType column also be included in the unique index?

Closed Issue: Edit Security Role crashes [258]

$
0
0
When i will edit a security rule inside a project (Admin/Security Roles) there is a NullReferenceException.

[NullReferenceException: Object reference not set to an instance of an object.]
BugNET.Administration.Projects.UserControls.ProjectRoles.BindRoleDetails(Int32 roleId) +1769
BugNET.Administration.Projects.UserControls.ProjectRoles.gvRoles_RowCommand(Object sender, GridViewCommandEventArgs e) +56
System.Web.UI.WebControls.GridView.OnRowCommand(GridViewCommandEventArgs e) +111
System.Web.UI.WebControls.GridView.HandleEvent(EventArgs e, Boolean causesValidation, String validationGroup) +73
System.Web.UI.WebControls.GridView.OnBubbleEvent(Object source, EventArgs e) +89
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37
System.Web.UI.WebControls.GridViewRow.OnBubbleEvent(Object source, EventArgs e) +88
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37
System.Web.UI.WebControls.ImageButton.OnCommand(CommandEventArgs e) +121
System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +180
System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +35
System.Web.UI.<ProcessRequestMainAsync>d__14.MoveNext() +5226

Closed Unassigned: login form bug [242]

$
0
0
I keep checking the box to remember me, but it never does.

Closed Issue: Milestone Default to "Is Completed Option" Not Working... [156]

$
0
0
Please check, I'm not sure if this is by design but when milestone default is set to the "Is completed option" in (http://?????/Administration/Projects/EditProject.aspx), creating new issue does not show or set the milestone to the default option.


Also, Is completed milestone issues stills shows as open in project Summary page.

Thanks,


Closed Issue: Default values object reference not set [159]

$
0
0
Default values object reference not set error after upgrade to 1.5.265

Closed Issue: Can't reset password after upgrade to 1.5 [141]

$
0
0
Hello.
We made an upgrade to BugNet 1.5. When user with russian locale in the preferences try to change password via __ForgotPassword.aspx__ page then ASP.NET yellow screen of death is shown with next message:

```
Could not find file 'C:\inetpub\wwwroot\bugnet\templates\Html\ForgotPassword.ru-RU.xslt'.
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.IO.FileNotFoundException: Could not find file 'C:\inetpub\wwwroot\bugnet\templates\Html\ForgotPassword.ru-RU.xslt'.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[FileNotFoundException: Could not find file 'C:\inetpub\wwwroot\bugnet\templates\Html\ForgotPassword.ru-RU.xslt'.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +12901783
System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath) +2481
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) +229
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) +107
System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) +139
System.IO.StreamReader..ctor(String path, Encoding encoding) +20
System.IO.File.InternalReadAllText(String path, Encoding encoding) +68
BugNET.BLL.Notifications.CultureNotificationContent.LoadContent(String cultureString, String[] contentKeys) +436
BugNET.BLL.UserManager.SendForgotPasswordEmail(MembershipUser user, String token) +364
BugNET.Account.ForgotPassword.SubmitButton_Click(Object sender, EventArgs e) +428
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +154
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3707
```

I can see that appropriate files (__ForgotPassword.ru-RU.xslt__ inside __Text__ and __Html__ folders) already under source control here, but:
* russian template files were not copied to the [Install package](https://bugnet.codeplex.com/downloads/get/722202).
* Default template should be accepted when specific template does not exist.

Closed Issue: Export CultureInfo [39]

$
0
0
When exporting a list of issues, people not using the '.' decimal sign cannot sum a collumn. In The Netherlands we use ',' (comma) like 1.234,00 instead of 1,234.00 commonly used in the US. Is there some way of defining this?

Closed Issue: Multiple Project Categories Not Saving [198]

$
0
0
Multiple selection should be disabled, and must have been re-enabled by accident after the treeview component was upgraded.

Closed Issue: Delete a category, deletes the project [202]

$
0
0
**aconti wrote:**
> Created a new category and then created another new category. The latter category was made as a sub-category. My colleague did not want that to be a child so it was selected and deleted.
>
> This caused the entire project to be deleted.
>
> Version 1.5.258.0
>
> --edit
> I have now reproduced this. It is not a bug in the strict sense. The problem, and I think it is a problem, is that the ability to delete a project is at the bottom of all project sections. Therefore if a user is performing an action and not reading the labels they could easily perform a project action on the section they are editing.
>
> Please put the project actions (i.e. Delete Project, Disable Project, Clone project) on the Details section only.
>
> Thanks

Thanks for the UX suggestion, that makes sense.

New Post: Default Values for Issues

$
0
0
dcobb15 wrote:
I noticed in the notes it said the "default values for issues" feature was added back in 1.4 but I can't find how you actually set them in the documentation. Where is the feature? =)

On a side note the site makes it appear as though BugNET 1.6 is out but none of the links work and the downloads page just has 1.5 on it. Am I missing something?
The default values configuration is found on the edit project screen. Please see this documentation for more information - https://bugnet.codeplex.com/wikipage?title=Creating%20Your%20First%20Project&referringTitle=Documentation#Defaults

Commented Issue: Default values object reference not set [159]

$
0
0
Default values object reference not set error after upgrade to 1.5.265
Comments: The above are steps to reproduce the error... what are the steps to solve the error?
Viewing all 2179 articles
Browse latest View live