BugNET

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

BugNET Forums

 
  Forum  Development  General develop...  0.8 Preview Release Feedback
Previous Previous
 
Next Next
New Post 8/6/2008 12:14 PM
User is offline admin
634 posts
bugnetproject.com
1st Level Poster




Re: 0.8 Preview Release Feedback 

 anonymous wrote

A few quick things that I've noticed with BugNET 0.8.0.0 download for testing:

  • select Calendar, then click Previous or Next [ The added or subtracted value results in an un-representable DateTime. Parameter name: months]. Works after selecting another project
    • also wondering if something should happen clicking the day for the month view, there's a link, just no action
  • 'Change' tab, click and the header does not show if the project does not have any issues...very minor
  • 'Browse Source' with no subversion available creates err [Specified argument was out of the range of valid values. Parameter name: projectId]....although it does show "No subversion..." if navigating to the tab via the Project Summary or Roadmap. All other tabs cause error.
  • Clicking on the project names, causes error [The resource cannot be found. ---  /bugnet/Bugs/ProjectSummary.aspx]
  • Click 'Project Summary' tab and immediately click 'Issues' tab causes error [Specified argument was out of the range of valid values.Parameter name: queryClauses]
  • In general, I get various errors trying to add issues from Null, to can't find resources, etc...but the issues are added in some cases. I can research these further if needed more detail.
  • If there are no "relevant issues" for a user, an error occurs on the 'Issues' tab
  • Navigating between tabs can be confusing. From the home page, I select a 'Project Summary' for the last project in the list, let's say 'ProjectX', when clicking on the issues, queries, calendar etc...it typically defaults to the first project in the system, let's say ProjectA. Very confusing for end users having to monitor where they are at in the system.
  • In the Application Configuration pages, click on Notification Settings and then any other setting causes a pop-up error and have go back to main Admin page to reset.
    • AdminNotificationUser' has a SelectedValue which is invalid because it does not exist in the list of items.
      Parameter name: value
  • Edit User account page has a strange link, called "Submit Query" in black text.
  •  Clone Project brings up errors [Invalid object name 'Project']

Hope it helps the development cause. Also I would like to request a couple of helpers for folks if possible:

  • I love the new flexibilty for categories, priorities, status, issue type...etc.., but it would be nice to have some general defaults in there for users that are unsure or just need a basic structure that can be tweaked and/or built upon.
  • User 'Groups' would be handy from a management perspective. A bit quicker than modifying each users perms for a project. Even checkboxes next to users would be just as quick.

 

Thank you for the feedback,  I have already fixed a few of the issues list you listed first and will work through the rest.


Davin Dubeau
BugNET - Core Developer

 
New Post 8/20/2008 2:50 AM
User is offline smoss
108 posts
www.orbitsolutions.co.za
5th Level Poster


Re: 0.8 Preview Release Feedback 

I am sure I did not post that ! Will the real poster please own up!!!

 
New Post 8/20/2008 8:07 AM
User is offline Odiggity
26 posts
No Ranking


Re: 0.8 Preview Release Feedback 

I submitted that post, but after submitting the origianal post, everything went wacky and it locked up the forum or something strange. Didn't know what to think either when I posted that originally. I checked the following day and it was posted, but as SMoss, so I assumed you or someone else corrected the forum post. Bummer on the confusion...

 
New Post 8/24/2008 9:19 AM
User is offline FireSon
4 posts
No Ranking


Re: 0.8 Preview Release Feedback 
Modified By FireSon  on 8/24/2008 9:21:57 AM)

 BC wrote

Server Error in '/' Application.

Unable to find a default resource for Home.

Well I have the same problem and could not get it to work. I changed the regional settings on the server, the language settings of the browser and the web.config settings:
    <globalization culture="en-US" uiCulture="en" requestEncoding="UTF-8" responseEncoding="UTF-8" fileEncoding="UTF-8" resourceProviderFactoryType="BugNET.Providers.ResourceProviders.DBResourceProviderFactory, BugNET.Providers.ResourceProviders" />
  <httpRuntime maxRequestLength="4000" executionTimeout="1000"/>

Also tried to add other cultures to the BugNet_StringRecources table but still the same error...

from the SQL profiler the following query is executed:
exec sp_executesql N'SELECT resourceType, cultureCode, resourceKey, resourceValue FROM BugNet_StringResources WHERE
(resourceType=@resourceType) AND (cultureCode=@cultureCode) AND (resourceKey=@resourceKey)',N'@resourceType nvarchar(12),@cultureCode
nvarchar(2),@resourceKey nvarchar(4)',@resourceType=N'TabMenu.ascx',@cultureCode=N'en',@resourceKey=N'Home'

When this query is manually executed no values are returned!!

Any suggestions?

 
New Post 8/24/2008 10:37 AM
User is offline FireSon
4 posts
No Ranking


Re: 0.8 Preview Release Feedback 
Modified By FireSon  on 8/24/2008 9:47:35 AM)

Right, I found a workaround!!

Apparently some entries are missing from the database in regard to tabmenu.ascx. After adding new entries to the BugNet_StringResource table I was able to use the website! The missing entries were:
tabmenu.ascx en Home Home
tabmenu.ascx en Issues Issues
tabmenu.ascx en Queries Queries
tabmenu.ascx en ProjectSummary ProjectSummary
tabmenu.ascx en Source Source

It seems that the missing entries are all hyperlinks to other pages and allthough the mainpage is loading all other things are messed up.

 
Previous Previous
 
Next Next
  Forum  Development  General develop...  0.8 Preview Release 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.