Source code checked in, #3c37158bebc8
work item 108 - handle notifications based on combining project level and issue level at the time of sending notificaitons. added some display message on the notifications screen to let user know they...
View ArticleClosed Issue: Update issue notification list on project notification...
It would be great if when we modify the project notification list all the project issues notification lists would be also modified.For example project P1 as notification list set as users u1, u2....
View ArticleNew Post: Disable OpenAuth
Adding this within the log4net element in the log4net.config file should disable logging entries for dotnetopen auth.<!-- Specify the level for some specific categories --> <logger...
View ArticleNew Comment on "Installing BugNET"
@dotnetcamp : Its really a nice doc. Well, I did successful manual installation of BugNET on WinServer2k3 + IIS6 + .net 4.0. But continuously receiving errors when I try to install it on Windows7/8/2k8...
View ArticleCreated Unassigned: Fallback culture codes for new languages [109]
For romanian and french-canadian translations there are next lines in the __Latest.SqlDataProvider.sql__```INSERT INTO [dbo].[BugNet_Languages] ([CultureCode], [CultureName], [FallbackCulture])...
View ArticleCommented Unassigned: Fallback culture codes for new languages [109]
For romanian and french-canadian translations there are next lines in the __Latest.SqlDataProvider.sql__```INSERT INTO [dbo].[BugNet_Languages] ([CultureCode], [CultureName], [FallbackCulture])...
View ArticleEdited Issue: Fallback culture codes for new languages [109]
For romanian and french-canadian translations there are next lines in the __Latest.SqlDataProvider.sql__```INSERT INTO [dbo].[BugNet_Languages] ([CultureCode], [CultureName], [FallbackCulture])...
View ArticleClosed Issue: Unable to upgrade from 0.9.161 to 1.3.242 [104]
Hi folks,I'm having issues upgrading, as per the title, from version 0.9.161 to latest 1.3.242. I am getting the below IIS error when loading the BugNET folder rootSteps taken:1. Downloaded install...
View ArticleEdited Issue: Installation not working on Windows Azure Deployment [59]
The default membership scripts won't work on Azure as people have noted due to the references to internal sql stored procedures and schema tables that do not exist in a Azure sql database.An updated...
View ArticleNew Post: Security Roles does not work correctly
Hello. We have started evaluating Bugnet. Looks promising, must say. We do however seem to experience exactly the issue in this thread. We are using 1.3.242 Furthermore the roles we assign under Home...
View ArticleNew Post: Security Roles does not work correctly
Some things to check.A super user can access all projects.If the project is public, then anyone can access the project, but must be a project member to edit / create issues etc.Private projects will...
View ArticleNew Post: Security Roles does not work correctly
Thank your for a very prompt reply. Changing the project to private seem to do the trick. Best Regards Ohlfsen
View ArticleNew Post: Error occurs when build project
I want to work with bugnet source. I used VS2012 to start project. But I have some error in my browser. What can I do to correct it ? Description: An unhandled exception occurred during the execution...
View ArticleNew Post: Error occurs when build project
Was there an error description before what you posted?
View ArticleNew Post: Error occurs when build project
When I run project I have only this text in opened page header: Server Error in '/' Application. Cannt load file or assembly "BugNET.HttpModules.Localization" or its components. Cannt find specified...
View ArticleNew Post: Error occurs when build project
When you compile the application there are post build commands that will copy those files into the proper folders. On Thursday, May 9, 2013, Alex9 wrote:From: Alex9When I run project I have only this...
View ArticleNew Post: Error occurs when build project
I'm sorry, I'm new. Could you please clarify what is to be done in VS2012 ?
View ArticleNew Post: Error occurs when build project
As long as you have the latest version it should be just a matter of opening the solution and recompiling in debug mode. On Friday, May 10, 2013, Alex9 wrote:From: Alex9I'm sorry, I'm new. Could you...
View ArticleCreated Unassigned: Project Calendar Shows Deleted Issues [110]
Project Calendar shows deleted issues, however, when clicking the link, resulting page is "resource not found"To fix this issue, apply the following code near line 113 of ProjectCalendar.aspx.cs file:q...
View Article