BugNET

Open source issue tracking & project management

Forums

HomeHomeSupportSupportGeneral SupportGeneral SupportNoob questions and feedbackNoob questions and feedback
Previous
 
Next
New Post
9/1/2010 5:34 PM
 

I've been using BugNet v0.8.193 on a real project for a little while now and have a few questions and feedback points:

 

1) How do I perform a simple search to obtain a list of any issues containing a word or partial word?

The 'find' in the top right wants a issue Id.  The 'Queries' is confusing and does not return the information I want.

 

2) How do I save the 'Results per page'.  It keeps resetting back to the default of 10.

If this requires editing config files, it really should be configurable via UI per user and remembered.

 

3) When entering a new bug, it would be good to have default settings present, or perhaps templates based upon something like Category or Type.

For example, I don't want to have to uncheck 'notify' all the time.

 

4) I can't add a comment and change the issue status at the same time. It would be nice to do this and failing to take care can lose changes.

 

5) I found it hard to filter the views to show issues relevant to me.  For example, if I create the new issue but then assign it to someone and set the owner to someone, it is still part of my relevant list which I do not want it to be.

 

6) When I mark an issue private, it is visible only to me the creator, not the owner or assignee.  This makes private pretty useless to me as I'd like it to be visible only to both the assignee and owner which it relates to (otherwise I'd have assigned or owned it myself).

 

7) When I view another page using the 'next page' icon, return to the main screen, then revisit the issue list, it has remembered the page I was on.  Maybe this is good, I am not sure, but it doesn't seem to remember anything else.

 

8) When I visit the issues page by clicking on my name, it shows a nice relevant list of open issues, assigned to me.  However none of the drop down 'View Issues' options return to this view.

 

That's probably enough for now, I'd appreciate any feedback on these questions / issues.

 
New Post
9/2/2010 1:28 AM
 

To answer some of your questions.

1. 0.8.221 has Text Search capability (Description and title and optionally comments). It is at the top next to the quick find box.

2. To save the results per page you login and click on your name in the top left and customize your profile with the number of items on page.


Follow me on twitter: @stewartmoss http://www.twitter.com/stewartmoss
Follow BugNETProject on twitter: @bugnetproject http://www.twitter.com/bugnetproject
 
New Post
9/2/2010 3:50 AM
 

Thanks smoss, I had not found that 'customize' option and I look forward to upgrading to the new version soon.

When I did customize my profile, I simply changed 10 to 50 and clicked save.  After that, I can no longer start BugNET due to the following error:

Server Error in '/BugNet' Application.


Culture name 'english' is not supported.
Parameter name: name

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.ArgumentException: Culture name 'english' is not supported.
Parameter name: name

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:

				[ArgumentException: Culture name 'english' is not supported.
Parameter name: name]
   System.Globalization.CultureInfo.CreateSpecificCulture(String name) +4735493
   BugNET.HttpModules.LocalizationModule.context_PreRequestHandlerExecute(Object sender, EventArgs e) +196
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171


Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4927

 
New Post
9/2/2010 7:37 AM
 

Hi GregDude,

Thanks for your feedback. I will try to answer the questions that are still outstanding.

First off, the error you received has been fixed in the latest release but you may still have data that is invalid in the database after an upgrade. To fix this you can run this script:

UPDATE BugNet_UserProfiles SET PreferredLocale = 'en-US' WHERE PreferredLocale = 'english'

This script will be apart of the next release coming soon.

3)  There has been some work already to set defaults for new issues defined in the project settings.  It is quite a hefty update , would affect all project tables but it is logged here

4) There is a logged issue here to have the comments be saved when you save other data.  The way the application is designed it is tricky to do, comments are a separate user control but I can understand how this is important.

5) I forget exactly what the relevant query shows, this was apart of the orginal asp.net issue tracker. It is probably showing you anything you have had contact with.

6) There is an outstanding issue to add a new role permission to view private issues, then you can assign this to any role and they will be able to also view private issues.

7) Slated for next release, this issue describes what I believe are requesting that sort order also be remembered on the issue list.

8) Not sure I understand this one, if you are logged in, you will see assigned to you and created by you, owned by you view options.


Davin Dubeau

follow us on twitter facebook users group google plus
 
New Post
9/8/2010 5:02 AM
 

Thanks Davin, that script got it going again.

 
Previous
 
Next
HomeHomeSupportSupportGeneral SupportGeneral SupportNoob questions and feedbackNoob questions and feedback


Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.