Source code checked in, #649cc78e0a06
updated resources and error message on register page
View ArticleNew Post: Upgrade path from 0.8.276.0 to 1.6.329?
We are about to upgrade an bugnet installation that has not been updated in a looooong time, it is currently running version 0.8.276.0. The installation has 5 projects and about 1000 issues and sing...
View ArticleNew Post: deleting issues
asudman wrote: We have been doing training on using BugNet and are getting ready to "go live". I would like to clear out the issues that have been entered during the training period and start with a...
View ArticleSource code checked in, #0a470c12e614
updated nuget packages updated database project to include oauth tables
View ArticleSource code checked in, #424d29353cf4
BGN-2279 - added parsing a number from the search box to redirect to the issue detail page.
View ArticleNew Post: deleting issues
Is BugNet_Issues the only table that needs to be truncated, or are there others that I need to clean up as well such as BugNet_IssueNotifications, BugNet_IssueAttachments, etc?
View ArticleSource code checked in, #962563f81893
small improvement to issue find, checks if issue exists otherwise redirects to search page updated logviewer resources
View ArticleNew Post: Application Error - UserList
I copied User data from one environment to another (test to production) and I an now getting an error when trying to do Admin->User Accounts. Application Error -...
View ArticleNew Post: Application Error - UserList
I can see all users in a drop down user list just fine, btw.
View ArticleNew Post: Application Error - UserList
If there is no way to fix this problem, can I export the user data I have, clear out the user table, and import them back into the database? If this is a route I can take, what are all the tables I...
View ArticleNew Post: Application Error - UserList
asudman wrote: If there is no way to fix this problem, can I export the user data I have, clear out the user table, and import them back into the database? If this is a route I can take, what are all...
View ArticleCreated Unassigned: Project name on New Issue page [271]
Our managers from time to time add issues to a wrong project. The amount of errors should decrease if the project name is visible on the page. Large letters in the page title should be sufficient.
View ArticleNew Post: Upgrade path from 0.8.276.0 to 1.6.329?
I went for the 1.5.265 version. After copying the 1.5.265 distribution to the folder of the website and then copying the connection string from the old web.config to the new web.config, I got the...
View ArticleNew Post: Upgrade path from 0.8.276.0 to 1.6.329?
I copied some SQL upgrade script code:-- 1.1.213.0 ALTER TABLE [dbo].[BugNet_UserProfiles] ADD [ReceiveEmailNotifications] BIT DEFAULT 1 NOT NULL; GO -- 1.5.258.0 ALTER TABLE...
View ArticleEdited Issue: Issue Entry - required fields [272]
**asudman wrote:**> I've had a user ask if the words 'required' can be in red, just so it is easier to see what fields are missing when entering an issue.> > Thanks!Yes, very much so. I have...
View ArticleEdited Issue: discrepancy between fresh & updated SQL database [268]
I have noticed that the update file 1.6.327.0.SqlDataProvider.sql contains the following:> CREATE NONCLUSTERED INDEX [IX_BugNet_IssueAttachments_DateCreated_IssueId]however, the 'fresh' schema...
View ArticleSource code checked in, #1b45721e487f
#267 - fixed the display name of custom field user fields in the issues grid.
View ArticleEdited Issue: values displaying for custom field [267]
I have a custom field that is defined as a 'User List' type. When I select it as a field to show on the issue list, it is showing the user id and not the display name, as I expected. Other 'user list'...
View Article