Source code checked in, #c2e4b39e64a8
updated auth settings to include microsoft account merge pull request from elvik updated some control styles to bootstrap
View ArticleNew Post: Cannot assign new users to project after upgrading
Good morning, I've updated a 1.3 bugnet to the latest 1.5. I've done the reset password work. The strange thing is that if I add a new user, one that wasn't there in the 1.3 , I cannot give him any...
View ArticleNew Post: Automatically Redirecting to Login Page
Hi fellows, I have installed bug net on my local machine. It is working perfectly. But the same installation of BugNet to a webserver (where i hosted my website) gives problems. It works but when i...
View ArticleNew Post: Cannot assign new users to project after upgrading
I'm autoreplying I've narrowed down the issue but is still there: If you add a new user, after an upgrade, you cannot add him in any role in any project. The workaround is after adding the user go to...
View ArticleNew Post: Cannot assign new users to project after upgrading
Sorry for the inconvenience, some other users have reported similar issues and we will be looking into it at the end of this week. Thanks.
View ArticleNew Post: Automatically Redirecting to Login Page
I have figured it out. I was needed to provide machine key in web.config. Here are the steps which i did to make it work. 1- Generated machine key using this link...
View ArticleCreated Unassigned: Category item list count is zero [176]
For any project (and we have about a hundred) the list under the "Category (open issues)" header in the Project Summary page shows 0 as the issue count for any category. And only the unassigned...
View ArticleNew Post: DB connection issue
Hi, I tried to install bug.Net on my SQL Server 2008 R2 instance (NOT SQLEXPRESS). So I modified the connection string so:<add name="BugNET" connectionString="Data...
View ArticleNew Post: DB connection issue
Should I create a new database? And how to call it? Or I've to manually attach the database.mdf located in the App_Data folder?
View ArticleNew Post: DB connection issue
You should create a new database at your sql server instance. There are no special difference between EXPRESS or STANDARD versions of MS SQL. Then you should check permissions and connection string at...
View ArticleNew Post: DB connection issue
Hi, I solved the issue before of reading your post and the linked page, by attaching manually the mdf database in app_data and naming it BugNet. To avoid to edit permissions I copied it into the MSSQL...
View ArticleCreated Unassigned: Add feature to search within a project [177]
We have few thousands of issues in the bug tracking system which are spread across 50 or 60 projects. We would love seeing a possibility to search within comments for a specific project. Thanks
View ArticleCommented Unassigned: Category item list count is zero [176]
For any project (and we have about a hundred) the list under the "Category (open issues)" header in the Project Summary page shows 0 as the issue count for any category. And only the unassigned...
View ArticleCommented Unassigned: Category item list count is zero [176]
For any project (and we have about a hundred) the list under the "Category (open issues)" header in the Project Summary page shows 0 as the issue count for any category. And only the unassigned...
View ArticleEdited Issue: Feed.aspx.fr-CA.resx is missed [172]
The file __Feed.aspx.fr-CA.resx__ was not found inside __~/App_LocalResources__ folder.
View ArticleCommented Unassigned: Extending the Membership Provider [180]
My users presently have a user name and password on our DNN website. I wanted to use those existing accounts with BugNET. I wrote a membership provider that would access the DNN account information....
View ArticleUpdated Wiki: Documentation
Getting StartedInstalling BugNET - installation and upgrade instructionsInstalling BugNET Pro - installation and upgrade instructions for BugNET ProCreating Your First ProjectConfiguring Email...
View ArticleUpdated Wiki: Architecture
ProvidersDataProvider - provides extensibility using a provider model for different data storesHtmlEditorProvider - provides extensibility using a provider model for different html editors
View ArticleUpdated Wiki: HtmlEditorProvider
Below is a class diagram of how a typical html editor is constructed using the html editor provider model in BugNET. Each custom provider inherits the HtmlEditorProvder base class and impliments the...
View Article