dnfbb-developers Mailing List for dnfBB (Page 30)
Brought to you by:
sbosanquet,
tectsoft
You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(33) |
Dec
(13) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(66) |
Feb
(90) |
Mar
(155) |
Apr
(22) |
May
|
Jun
(1) |
Jul
|
Aug
(54) |
Sep
(139) |
Oct
(203) |
Nov
(225) |
Dec
(71) |
| 2007 |
Jan
(60) |
Feb
(19) |
Mar
(36) |
Apr
(25) |
May
(1) |
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: SourceForge.net <no...@so...> - 2006-09-17 17:42:55
|
Bugs item #1560055, was opened at 2006-09-17 08:08 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560055&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: UI >Group: Fixed Next Release >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: Not allowed to use HTML in Board Settings (Admin Only) Initial Comment: A potentially dangerous Request.Form value was detected from the client (Settings1:txtBoardTitle="FBTalk<BR><img src="img/fb..."). Description: Request Validation has detected a potentially dangerous client input value, and processing of the request has been aborted. This value may indicate an attempt to compromise the security of your application, such as a cross-site scripting attack. You can disable request validation by setting validateRequest=false in the Page directive or in the configuration section. However, it is strongly recommended that your application explicitly check all inputs in this case. Exception Details: System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client (Settings1:txtBoardTitle="FBTalk<BR><img src="img/fb..."). 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: [HttpRequestValidationException (0x80004005): A potentially dangerous Request.Form value was detected from the client (Settings1:txtBoardTitle="FBTalk<BR><img src="img/fb...").] System.Web.HttpRequest.ValidateString(String s, String valueName, String collectionName) +240 System.Web.HttpRequest.ValidateNameValueCollection(NameValueCollection nvc, String collectionName) +99 System.Web.HttpRequest.get_Form() +113 System.Web.UI.Page.GetCollectionBasedOnMethod() +69 System.Web.UI.Page.DeterminePostBackMode() +128 System.Web.UI.Page.ProcessRequestMain() +2112 System.Web.UI.Page.ProcessRequest() +218 System.Web.UI.Page.ProcessRequest(HttpContext context) +18 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560055&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-17 17:31:22
|
Bugs item #1560051, was opened at 2006-09-17 07:56 Message generated for change (Comment added) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560051&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: UI Group: Confirmed Bug Status: Open >Resolution: Accepted Priority: 5 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: Duplicate Forum Name error (Admin Only) Initial Comment: When trying to create a new forum with the same name as an existing one you get an ASP.Net error page: attempt to store duplicate value (visible to active transactions) in unique index "IDX_DNFBB_USERGROUPS_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: DotNetForum.Library.Exceptions.AdminException: attempt to store duplicate value (visible to active transactions) in unique index "IDX_DNFBB_USERGROUPS_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: [AdminException: attempt to store duplicate value (visible to active transactions) in unique index "IDX_DNFBB_USERGROUPS_NAME"] DotNetForum.Library.DAL.FirebirdDB.AdminForumCreate(UserSession Session, Category category, String Name, Int32 Position) DotNetForum.Library.BOL.Admin.ForumCreate(Category category, String Name, Int32 Position) DotNetForum.WebSite.Admin.Controls.CreateForum.btnCreateForum_Click(Object sender, EventArgs e) System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain() +1292 ---------------------------------------------------------------------- >Comment By: Si (tectsoft) Date: 2006-09-17 17:31 Message: Logged In: YES user_id=1154545 This is down to trying to automatically create a second usergroup, which is now done automatically ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560051&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-17 17:30:12
|
Bugs item #1560078, was opened at 2006-09-17 10:04 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560078&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: UI >Group: Fixed Next Release >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: redirect after login/logout Initial Comment: Need to redirect to /Index.aspx not / ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560078&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-17 17:26:08
|
Bugs item #1560229, was opened at 2006-09-17 17:16 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560229&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: All Layers >Group: Fixed Next Release >Status: Closed >Resolution: Accepted Priority: 9 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: Users from one board can view other board profiles Initial Comment: A user from one board has permissions to view users from another board ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560229&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-17 17:24:30
|
Bugs item #1560232, was opened at 2006-09-17 17:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560232&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: UI Group: Confirmed Bug Status: Open Resolution: None Priority: 7 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: User not found error Initial Comment: If a user id is not found an asp.net error page is returned when viewing a profile Invalid User/User not found. 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: DotNetForum.Library.Exceptions.UserException: Invalid User/User not found. 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: [UserException: Invalid User/User not found.] DotNetForum.Library.DAL.FirebirdDB.UserGet(UserSession Session, Int64 UserID) DotNetForum.Library.BOL.Users.Find(UserSession Session, Int64 UserID) DotNetForum.WebSite.Users.Controls.UserGroups.Page_Load(Object sender, EventArgs e) System.Web.UI.Control.OnLoad(EventArgs e) +67 System.Web.UI.Control.LoadRecursive() +35 System.Web.UI.Control.LoadRecursive() +98 System.Web.UI.Control.LoadRecursive() +98 System.Web.UI.Page.ProcessRequestMain() +750 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560232&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-17 17:16:41
|
Bugs item #1560229, was opened at 2006-09-17 17:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560229&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: All Layers Group: Confirmed Bug Status: Open Resolution: None Priority: 9 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: Users from one board can view other board profiles Initial Comment: A user from one board has permissions to view users from another board ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560229&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-17 17:15:37
|
Bugs item #1559960, was opened at 2006-09-17 00:31 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559960&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DAL - Firebird >Group: Fixed Next Release >Status: Closed >Resolution: Accepted Priority: 9 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: User search displays users for all boards Initial Comment: When searching users, users from all boards within the db are shown ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559960&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-17 10:04:31
|
Bugs item #1560078, was opened at 2006-09-17 10:04 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560078&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: UI Group: Confirmed Bug Status: Open Resolution: None Priority: 5 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: redirect after login/logout Initial Comment: Need to redirect to /Index.aspx not / ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560078&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-17 08:53:40
|
Feature Requests item #1560059, was opened at 2006-09-17 08:53 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1560059&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: All Layers Group: Planned Status: Open Resolution: None Priority: 5 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: Board Description Initial Comment: Need to add a board description, which will be displayed below the board title in the header section. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1560059&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-17 08:08:56
|
Bugs item #1560055, was opened at 2006-09-17 08:08 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560055&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: UI Group: Confirmed Bug Status: Open Resolution: None Priority: 5 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: Not allowed to use HTML in Board Settings (Admin Only) Initial Comment: A potentially dangerous Request.Form value was detected from the client (Settings1:txtBoardTitle="FBTalk<BR><img src="img/fb..."). Description: Request Validation has detected a potentially dangerous client input value, and processing of the request has been aborted. This value may indicate an attempt to compromise the security of your application, such as a cross-site scripting attack. You can disable request validation by setting validateRequest=false in the Page directive or in the configuration section. However, it is strongly recommended that your application explicitly check all inputs in this case. Exception Details: System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client (Settings1:txtBoardTitle="FBTalk<BR><img src="img/fb..."). 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: [HttpRequestValidationException (0x80004005): A potentially dangerous Request.Form value was detected from the client (Settings1:txtBoardTitle="FBTalk<BR><img src="img/fb...").] System.Web.HttpRequest.ValidateString(String s, String valueName, String collectionName) +240 System.Web.HttpRequest.ValidateNameValueCollection(NameValueCollection nvc, String collectionName) +99 System.Web.HttpRequest.get_Form() +113 System.Web.UI.Page.GetCollectionBasedOnMethod() +69 System.Web.UI.Page.DeterminePostBackMode() +128 System.Web.UI.Page.ProcessRequestMain() +2112 System.Web.UI.Page.ProcessRequest() +218 System.Web.UI.Page.ProcessRequest(HttpContext context) +18 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560055&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-17 08:07:08
|
Bugs item #1560051, was opened at 2006-09-17 07:56 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560051&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: UI Group: Confirmed Bug Status: Open Resolution: None Priority: 5 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) >Summary: Duplicate Forum Name error (Admin Only) Initial Comment: When trying to create a new forum with the same name as an existing one you get an ASP.Net error page: attempt to store duplicate value (visible to active transactions) in unique index "IDX_DNFBB_USERGROUPS_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: DotNetForum.Library.Exceptions.AdminException: attempt to store duplicate value (visible to active transactions) in unique index "IDX_DNFBB_USERGROUPS_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: [AdminException: attempt to store duplicate value (visible to active transactions) in unique index "IDX_DNFBB_USERGROUPS_NAME"] DotNetForum.Library.DAL.FirebirdDB.AdminForumCreate(UserSession Session, Category category, String Name, Int32 Position) DotNetForum.Library.BOL.Admin.ForumCreate(Category category, String Name, Int32 Position) DotNetForum.WebSite.Admin.Controls.CreateForum.btnCreateForum_Click(Object sender, EventArgs e) System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain() +1292 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560051&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-17 08:06:51
|
Bugs item #1559954, was opened at 2006-09-16 23:59 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559954&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: All Layers Group: Confirmed Bug Status: Open Resolution: Accepted Priority: 9 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) >Summary: Category Position incorrect (Admin Only) Initial Comment: When editing a category the position shown is not the correct one ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559954&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-17 08:06:33
|
Bugs item #1559964, was opened at 2006-09-17 00:35 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559964&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: UI Group: Confirmed Bug Status: Open Resolution: None Priority: 6 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) >Summary: View user profile - assigning user groups (Admin Only) Initial Comment: When logged in as admin you can select multiple user groups to assign to a user but they are not automatically assigned when you click the < or > buttons. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559964&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-17 08:06:12
|
Bugs item #1559958, was opened at 2006-09-17 00:09 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559958&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DAL - Firebird Group: Confirmed Bug Status: Open Resolution: None Priority: 8 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) >Summary: Error removing user group from forum (Admin Only) Initial Comment: Value cannot be null. Parameter name: usergroup 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.ArgumentNullException: Value cannot be null. Parameter name: usergroup 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: [ArgumentNullException: Value cannot be null. Parameter name: usergroup] DotNetForum.Library.BOL.Admin.ForumUserGroupRemove(Forum forum, UserGroup usergroup) DotNetForum.WebSite.Admin.Controls.EditForumUserGroups.btnUnassingGroup_Click(Object sender, EventArgs e) System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain() +1292 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559958&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-17 08:05:53
|
Bugs item #1560054, was opened at 2006-09-17 08:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560054&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: BOL Group: Confirmed Bug Status: Open Resolution: None Priority: 5 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: Remove Forum Error (Admin Only) Initial Comment: Forum Name: %D0%91%D1%8A%D0%BB%D0%B3%D0%B0%D1%80%D1%81%D0%BA%D0%B8 produced the following error when trying to remove it Server Error in '/' Application. Cannot remove the specified item because it was not found in the specified Collection. 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: Cannot remove the specified item because it was not found in the specified Collection. 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: Cannot remove the specified item because it was not found in the specified Collection.] System.Collections.CollectionBase.System.Collections.IList.Remove(Object value) +229 DotNetForum.Library.BOL.Forums.Remove(Forum value) DotNetForum.Library.BOL.Admin.ForumDelete(Forum forum) DotNetForum.WebSite.Admin.Controls.EditForum.btnDeleteCategory_Click(Object sender, EventArgs e) System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain() +1292 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560054&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-17 07:56:50
|
Bugs item #1560051, was opened at 2006-09-17 07:56 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560051&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: UI Group: Confirmed Bug Status: Open Resolution: None Priority: 5 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: Duplicate Forum Name error Initial Comment: When trying to create a new forum with the same name as an existing one you get an ASP.Net error page: attempt to store duplicate value (visible to active transactions) in unique index "IDX_DNFBB_USERGROUPS_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: DotNetForum.Library.Exceptions.AdminException: attempt to store duplicate value (visible to active transactions) in unique index "IDX_DNFBB_USERGROUPS_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: [AdminException: attempt to store duplicate value (visible to active transactions) in unique index "IDX_DNFBB_USERGROUPS_NAME"] DotNetForum.Library.DAL.FirebirdDB.AdminForumCreate(UserSession Session, Category category, String Name, Int32 Position) DotNetForum.Library.BOL.Admin.ForumCreate(Category category, String Name, Int32 Position) DotNetForum.WebSite.Admin.Controls.CreateForum.btnCreateForum_Click(Object sender, EventArgs e) System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain() +1292 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560051&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-17 00:35:52
|
Bugs item #1559964, was opened at 2006-09-17 00:35 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559964&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: UI Group: Confirmed Bug Status: Open Resolution: None Priority: 6 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: View user profile - assigning user groups Initial Comment: When logged in as admin you can select multiple user groups to assign to a user but they are not automatically assigned when you click the < or > buttons. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559964&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-17 00:31:15
|
Bugs item #1559960, was opened at 2006-09-17 00:31 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559960&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DAL - Firebird Group: Confirmed Bug Status: Open Resolution: None Priority: 9 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: User search displays users for all boards Initial Comment: When searching users, users from all boards within the db are shown ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559960&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-17 00:09:41
|
Bugs item #1559958, was opened at 2006-09-17 00:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559958&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DAL - Firebird Group: Confirmed Bug Status: Open Resolution: None Priority: 8 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: Error removing user group from forum Initial Comment: Value cannot be null. Parameter name: usergroup 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.ArgumentNullException: Value cannot be null. Parameter name: usergroup 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: [ArgumentNullException: Value cannot be null. Parameter name: usergroup] DotNetForum.Library.BOL.Admin.ForumUserGroupRemove(Forum forum, UserGroup usergroup) DotNetForum.WebSite.Admin.Controls.EditForumUserGroups.btnUnassingGroup_Click(Object sender, EventArgs e) System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain() +1292 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559958&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-16 23:59:55
|
Bugs item #1559954, was opened at 2006-09-16 23:59 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559954&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: All Layers Group: Confirmed Bug Status: Open >Resolution: Accepted Priority: 9 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: Category Position incorrect Initial Comment: When editing a category the position shown is not the correct one ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559954&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-16 23:59:41
|
Bugs item #1559954, was opened at 2006-09-16 23:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559954&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: All Layers Group: Confirmed Bug Status: Open Resolution: None Priority: 9 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: Category Position incorrect Initial Comment: When editing a category the position shown is not the correct one ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559954&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-16 23:50:07
|
Feature Requests item #1558205, was opened at 2006-09-13 21:34 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1558205&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: None >Group: None Status: Open >Resolution: Accepted Priority: 2 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) >Summary: Change RSS so that it accepts username/password Initial Comment: RSS does not accept username or password for user, this makes it difficult to return posts which are visible to that specific user ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1558205&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-16 23:48:08
|
Bugs item #1559719, was opened at 2006-09-16 09:28 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559719&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DAL - Firebird >Group: Fixed Next Release >Status: Closed >Resolution: Accepted Priority: 7 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: New forums user groups not being assigned to existing users Initial Comment: new forums user groups, created during the create forum proc are not being assigned to existing users and they should be ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559719&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-16 23:47:16
|
Bugs item #1559717, was opened at 2006-09-16 09:27 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559717&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DAL - Firebird >Group: Fixed Next Release >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: Guest groups are not automatically assigned Initial Comment: Guest user groups, created during the create forum proc are not being assigned to the guest user group ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559717&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-16 09:28:39
|
Bugs item #1559719, was opened at 2006-09-16 09:28 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559719&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DAL - Firebird Group: Confirmed Bug Status: Open Resolution: None Priority: 7 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: New forums user groups not being assigned to existing users Initial Comment: new forums user groups, created during the create forum proc are not being assigned to existing users and they should be ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1559719&group_id=152364 |