dnfbb-developers Mailing List for dnfBB (Page 27)
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-30 19:00:55
|
Bugs item #1568421, was opened at 2006-09-30 18:23 Message generated for change (Settings changed) made by sbosanquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568421&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: None Priority: 5 Submitted By: Bosie (sbosanquet) Assigned to: Bosie (sbosanquet) Summary: Blank Category Name Exception (Admin Only) Initial Comment: Not entering a category name when creating a new category (http://localhost/dnf/Admin/EditCategories.aspx) generates the following exception: Server Error in '/dnf' Application. ------------------------------------------------------- ------------------------- Name is invalid 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: Name is invalid Source Error: Line 143: { Line 144: if (Name == null || Name == String.Empty) Line 145: throw new ArgumentException("Name is invalid"); Line 146: Line 147: if (Name.Length > 100) Source File: d:\Misc\SF\dnfBB\DNFLib\BOL\Admin.cs Line: 145 Stack Trace: [ArgumentException: Name is invalid] DotNetForum.Library.BOL.Admin.CategoryCreate(Int64 BoardID, String Name, Int32 Position) in d:\Misc\SF\dnfBB\DNFLib\BOL\Admin.cs:145 DotNetForum.WebSite.Admin.Classes.CreateCategory.btnCre ateCategory_Click(Object sender, EventArgs e) in d:\Misc\SF\dnfBB\wwwroot\Admin\Controls\CreateCategory. ascx.cs:73 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105 System.Web.UI.WebControls.Button.RaisePostBackEvent (String eventArgument) +107 System.Web.UI.WebControls.Button.System.Web.UI.IPostBac kEventHandler.RaisePostBackEvent(String eventArgument) +7 System.Web.UI.Page.RaisePostBackEvent (IPostBackEventHandler sourceControl, String eventArgument) +11 System.Web.UI.Page.RaisePostBackEvent (NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568421&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-30 18:53:52
|
Bugs item #1568281, was opened at 2006-09-30 10:57 Message generated for change (Comment added) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568281&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: 7 Submitted By: Bosie (sbosanquet) Assigned to: Si (tectsoft) Summary: User Search Initial Comment: type in a search string on the user search page and press enter. No search results returned. If you click the search button everything works ok. ---------------------------------------------------------------------- >Comment By: Si (tectsoft) Date: 2006-09-30 18:53 Message: Logged In: YES user_id=1154545 Didn't initially see this. Firefox works as expected, ie doesn't :-( Will look into this asap ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568281&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-30 18:38:16
|
Bugs item #1568423, was opened at 2006-09-30 18:29 Message generated for change (Settings changed) made by sbosanquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568423&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: None Priority: 7 Submitted By: Bosie (sbosanquet) >Assigned to: Bosie (sbosanquet) Summary: Blank Forum Name Generates Exception (Admin Only) Initial Comment: Create a new category then click create forum without entering any text. This generates the following exception: Server Error in '/dnf' Application. ------------------------------------------------------- ------------------------- Value cannot be null. Parameter name: 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: System.ArgumentNullException: Value cannot be null. Parameter name: Name Source Error: Line 239: Line 240: if (Name == null || Name.Length == 0) Line 241: throw new ArgumentNullException("Name"); Line 242: Line 243: Forum forum = DALHelper.GetDatabase().AdminForumCreate(_session, Source File: d:\Misc\SF\dnfBB\DNFLib\BOL\Admin.cs Line: 241 Stack Trace: [ArgumentNullException: Value cannot be null. Parameter name: Name] DotNetForum.Library.BOL.Admin.ForumCreate(Category category, String Name, Int32 Position) in d:\Misc\SF\dnfBB\DNFLib\BOL\Admin.cs:241 DotNetForum.WebSite.Admin.Controls.CreateForum.btnCreat eForum_Click(Object sender, EventArgs e) in d:\Misc\SF\dnfBB\wwwroot\Admin\Controls\CreateForum.asc x.cs:93 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105 System.Web.UI.WebControls.Button.RaisePostBackEvent (String eventArgument) +107 System.Web.UI.WebControls.Button.System.Web.UI.IPostBac kEventHandler.RaisePostBackEvent(String eventArgument) +7 System.Web.UI.Page.RaisePostBackEvent (IPostBackEventHandler sourceControl, String eventArgument) +11 System.Web.UI.Page.RaisePostBackEvent (NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568423&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-30 18:38:16
|
Bugs item #1568421, was opened at 2006-09-30 18:23 Message generated for change (Settings changed) made by sbosanquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568421&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: None Priority: 5 Submitted By: Bosie (sbosanquet) >Assigned to: Bosie (sbosanquet) Summary: Blank Category Name Exception (Admin Only) Initial Comment: Not entering a category name when creating a new category (http://localhost/dnf/Admin/EditCategories.aspx) generates the following exception: Server Error in '/dnf' Application. ------------------------------------------------------- ------------------------- Name is invalid 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: Name is invalid Source Error: Line 143: { Line 144: if (Name == null || Name == String.Empty) Line 145: throw new ArgumentException("Name is invalid"); Line 146: Line 147: if (Name.Length > 100) Source File: d:\Misc\SF\dnfBB\DNFLib\BOL\Admin.cs Line: 145 Stack Trace: [ArgumentException: Name is invalid] DotNetForum.Library.BOL.Admin.CategoryCreate(Int64 BoardID, String Name, Int32 Position) in d:\Misc\SF\dnfBB\DNFLib\BOL\Admin.cs:145 DotNetForum.WebSite.Admin.Classes.CreateCategory.btnCre ateCategory_Click(Object sender, EventArgs e) in d:\Misc\SF\dnfBB\wwwroot\Admin\Controls\CreateCategory. ascx.cs:73 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105 System.Web.UI.WebControls.Button.RaisePostBackEvent (String eventArgument) +107 System.Web.UI.WebControls.Button.System.Web.UI.IPostBac kEventHandler.RaisePostBackEvent(String eventArgument) +7 System.Web.UI.Page.RaisePostBackEvent (IPostBackEventHandler sourceControl, String eventArgument) +11 System.Web.UI.Page.RaisePostBackEvent (NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568421&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-30 18:29:32
|
Bugs item #1568423, was opened at 2006-09-30 18:29 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=1568423&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: None Priority: 7 Submitted By: Bosie (sbosanquet) Assigned to: Nobody/Anonymous (nobody) Summary: Blank Forum Name Generates Exception (Admin Only) Initial Comment: Create a new category then click create forum without entering any text. This generates the following exception: Server Error in '/dnf' Application. ------------------------------------------------------- ------------------------- Value cannot be null. Parameter name: 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: System.ArgumentNullException: Value cannot be null. Parameter name: Name Source Error: Line 239: Line 240: if (Name == null || Name.Length == 0) Line 241: throw new ArgumentNullException("Name"); Line 242: Line 243: Forum forum = DALHelper.GetDatabase().AdminForumCreate(_session, Source File: d:\Misc\SF\dnfBB\DNFLib\BOL\Admin.cs Line: 241 Stack Trace: [ArgumentNullException: Value cannot be null. Parameter name: Name] DotNetForum.Library.BOL.Admin.ForumCreate(Category category, String Name, Int32 Position) in d:\Misc\SF\dnfBB\DNFLib\BOL\Admin.cs:241 DotNetForum.WebSite.Admin.Controls.CreateForum.btnCreat eForum_Click(Object sender, EventArgs e) in d:\Misc\SF\dnfBB\wwwroot\Admin\Controls\CreateForum.asc x.cs:93 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105 System.Web.UI.WebControls.Button.RaisePostBackEvent (String eventArgument) +107 System.Web.UI.WebControls.Button.System.Web.UI.IPostBac kEventHandler.RaisePostBackEvent(String eventArgument) +7 System.Web.UI.Page.RaisePostBackEvent (IPostBackEventHandler sourceControl, String eventArgument) +11 System.Web.UI.Page.RaisePostBackEvent (NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568423&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-30 18:23:32
|
Bugs item #1568421, was opened at 2006-09-30 18:23 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=1568421&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: None Priority: 5 Submitted By: Bosie (sbosanquet) Assigned to: Nobody/Anonymous (nobody) Summary: Blank Category Name Exception (Admin Only) Initial Comment: Not entering a category name when creating a new category (http://localhost/dnf/Admin/EditCategories.aspx) generates the following exception: Server Error in '/dnf' Application. ------------------------------------------------------- ------------------------- Name is invalid 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: Name is invalid Source Error: Line 143: { Line 144: if (Name == null || Name == String.Empty) Line 145: throw new ArgumentException("Name is invalid"); Line 146: Line 147: if (Name.Length > 100) Source File: d:\Misc\SF\dnfBB\DNFLib\BOL\Admin.cs Line: 145 Stack Trace: [ArgumentException: Name is invalid] DotNetForum.Library.BOL.Admin.CategoryCreate(Int64 BoardID, String Name, Int32 Position) in d:\Misc\SF\dnfBB\DNFLib\BOL\Admin.cs:145 DotNetForum.WebSite.Admin.Classes.CreateCategory.btnCre ateCategory_Click(Object sender, EventArgs e) in d:\Misc\SF\dnfBB\wwwroot\Admin\Controls\CreateCategory. ascx.cs:73 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105 System.Web.UI.WebControls.Button.RaisePostBackEvent (String eventArgument) +107 System.Web.UI.WebControls.Button.System.Web.UI.IPostBac kEventHandler.RaisePostBackEvent(String eventArgument) +7 System.Web.UI.Page.RaisePostBackEvent (IPostBackEventHandler sourceControl, String eventArgument) +11 System.Web.UI.Page.RaisePostBackEvent (NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568421&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-30 17:16:22
|
Bugs item #1568400, was opened at 2006-09-30 17:14 Message generated for change (Settings changed) made by sbosanquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568400&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: Fixed Priority: 5 Submitted By: Bosie (sbosanquet) Assigned to: Bosie (sbosanquet) Summary: Unread Posts Icon Initial Comment: The unread post icon is displayed next to the forum after you delete all of the topics in the forum. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568400&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-30 17:14:16
|
Bugs item #1568400, was opened at 2006-09-30 17:14 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=1568400&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: Being Fixed as you look Status: Open Resolution: None Priority: 5 Submitted By: Bosie (sbosanquet) Assigned to: Bosie (sbosanquet) Summary: Unread Posts Icon Initial Comment: The unread post icon is displayed next to the forum after you delete all of the topics in the forum. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568400&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-30 16:43:37
|
Bugs item #1568390, was opened at 2006-09-30 16:43 Message generated for change (Settings changed) made by sbosanquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568390&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: Fixed Priority: 5 Submitted By: Bosie (sbosanquet) Assigned to: Bosie (sbosanquet) Summary: Last Post Initial Comment: Forum Last Post is still displayed when the last post in the forum has been deleted. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568390&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-30 16:43:19
|
Bugs item #1568390, was opened at 2006-09-30 16:43 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=1568390&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: Open Resolution: None Priority: 5 Submitted By: Bosie (sbosanquet) Assigned to: Bosie (sbosanquet) Summary: Last Post Initial Comment: Forum Last Post is still displayed when the last post in the forum has been deleted. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568390&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-30 15:50:19
|
Bugs item #1568247, was opened at 2006-09-30 09:45 Message generated for change (Settings changed) made by sbosanquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568247&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 - MySQL Group: Fixed Next Release >Status: Closed Resolution: Fixed Priority: 9 Submitted By: Bosie (sbosanquet) Assigned to: Bosie (sbosanquet) Summary: Delete last Post in Topic Initial Comment: When deleting the last post in a topic. The category becomes invisible. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568247&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-30 15:50:16
|
Bugs item #1568247, was opened at 2006-09-30 09:45 Message generated for change (Settings changed) made by sbosanquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568247&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 - MySQL >Group: Fixed Next Release Status: Open >Resolution: Fixed Priority: 9 Submitted By: Bosie (sbosanquet) Assigned to: Bosie (sbosanquet) Summary: Delete last Post in Topic Initial Comment: When deleting the last post in a topic. The category becomes invisible. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568247&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-30 13:57:24
|
Bugs item #1568320, was opened at 2006-09-30 13:20 Message generated for change (Settings changed) made by sbosanquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568320&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 - MySQL >Group: Fixed Next Release >Status: Closed >Resolution: Fixed Priority: 9 Submitted By: Bosie (sbosanquet) Assigned to: Bosie (sbosanquet) Summary: Reply Quote Broken Initial Comment: When executing a reply or quote to a post an exception is raised indicating that the "input string is not correct" ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568320&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-30 13:20:41
|
Bugs item #1568320, was opened at 2006-09-30 13:20 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=1568320&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 - MySQL Group: Confirmed Bug Status: Open Resolution: None Priority: 9 Submitted By: Bosie (sbosanquet) Assigned to: Bosie (sbosanquet) Summary: Reply Quote Broken Initial Comment: When executing a reply or quote to a post an exception is raised indicating that the "input string is not correct" ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568320&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-30 13:16:35
|
Feature Requests item #1568318, was opened at 2006-09-30 13:16 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=1568318&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: Presentation Layer Group: None Status: Open Resolution: None Priority: 5 Submitted By: Bosie (sbosanquet) Assigned to: Si (tectsoft) Summary: Non Persistant Logon Initial Comment: It would be nice if the forum has the option of remembering the user information or not, i.e. remember me option ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1568318&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-30 13:11:48
|
Bugs item #1568296, was opened at 2006-09-30 11:50 Message generated for change (Settings changed) made by sbosanquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568296&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 - MySQL >Group: Fixed Next Release >Status: Closed >Resolution: Fixed Priority: 9 Submitted By: Bosie (sbosanquet) Assigned to: Bosie (sbosanquet) Summary: Search doesn't return any results Initial Comment: Search isn't returning any results ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568296&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-30 11:50:28
|
Bugs item #1568296, was opened at 2006-09-30 11:50 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=1568296&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 - MySQL Group: Being Fixed as you look Status: Open Resolution: None Priority: 9 Submitted By: Bosie (sbosanquet) Assigned to: Bosie (sbosanquet) Summary: Search doesn't return any results Initial Comment: Search isn't returning any results ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568296&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-30 10:57:45
|
Bugs item #1568281, was opened at 2006-09-30 10:57 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=1568281&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: None Status: Open Resolution: None Priority: 7 Submitted By: Bosie (sbosanquet) Assigned to: Si (tectsoft) Summary: User Search Initial Comment: type in a search string on the user search page and press enter. No search results returned. If you click the search button everything works ok. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568281&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-30 09:45:21
|
Bugs item #1568247, was opened at 2006-09-30 09:45 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=1568247&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 - MySQL Group: Being Fixed as you look Status: Open Resolution: None Priority: 9 Submitted By: Bosie (sbosanquet) Assigned to: Bosie (sbosanquet) Summary: Delete last Post in Topic Initial Comment: When deleting the last post in a topic. The category becomes invisible. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568247&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-30 08:51:24
|
Feature Requests item #1568232, was opened at 2006-09-30 08:51 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=1568232&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: Presentation Layer Group: Planned Status: Open Resolution: None Priority: 5 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: Admin category - Quick links Initial Comment: Need to add quick links at the top of the category admin, i.e: Categories > [category Name] > Forums - [Forum Name] or something similar for easy navigation ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1568232&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-30 07:16:13
|
Feature Requests item #1568203, was opened at 2006-09-30 07:16 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=1568203&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: Presentation Layer Group: Planned Status: Open Resolution: None Priority: 5 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: Delete category when deleteing last forum Initial Comment: When the last forum within a category is moved/deleted automatically delete the category ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1568203&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-30 07:09:17
|
Bugs item #1568023, was opened at 2006-09-29 21:10 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568023&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: Delete empty Category - Admin Only Initial Comment: Server Error in '/' Application. Invalid CATEGORYID; Value can not be null 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: Invalid CATEGORYID; Value can not be null 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: Invalid CATEGORYID; Value can not be null] DotNetForum.Library.DAL.FirebirdDB.AdminCategoryDelete(UserSession Session, Category Category) DotNetForum.Library.BOL.Admin.CategoryDelete(Category category) DotNetForum.WebSite.Admin.Controls.EditCategory.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 Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568023&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-29 21:30:18
|
Bugs item #1568037, was opened at 2006-09-29 21:28 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568037&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: View avatar when no permission Initial Comment: when user has no permissions to view user profiles and an avatar is set then the following exception occurs: Server Error in '/' Application. -------------------------------------------------------------------------------- Object reference not set to an instance of an object. 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.NullReferenceException: Object reference not set to an instance of an object. 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: [NullReferenceException: Object reference not set to an instance of an object.] DotNetForum.WebSite.Controls.ViewPost.LoadUserDetails() DotNetForum.WebSite.Controls.ViewPost.LoadPostDetails() DotNetForum.WebSite.Controls.ViewPost.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.Control.LoadRecursive() +98 System.Web.UI.Control.LoadRecursive() +98 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=1568037&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-29 21:28:42
|
Bugs item #1568037, was opened at 2006-09-29 21: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=1568037&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: None Status: Open Resolution: None Priority: 5 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: View avatar when no permission Initial Comment: when user has no permissions to view user profiles and an avatar is set then the following exception occurs: Server Error in '/' Application. -------------------------------------------------------------------------------- Object reference not set to an instance of an object. 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.NullReferenceException: Object reference not set to an instance of an object. 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: [NullReferenceException: Object reference not set to an instance of an object.] DotNetForum.WebSite.Controls.ViewPost.LoadUserDetails() DotNetForum.WebSite.Controls.ViewPost.LoadPostDetails() DotNetForum.WebSite.Controls.ViewPost.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.Control.LoadRecursive() +98 System.Web.UI.Control.LoadRecursive() +98 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=1568037&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-09-29 21:10:49
|
Bugs item #1568023, was opened at 2006-09-29 21:10 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=1568023&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: Delete empty Category - Admin Only Initial Comment: Server Error in '/' Application. Invalid CATEGORYID; Value can not be null 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: Invalid CATEGORYID; Value can not be null 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: Invalid CATEGORYID; Value can not be null] DotNetForum.Library.DAL.FirebirdDB.AdminCategoryDelete(UserSession Session, Category Category) DotNetForum.Library.BOL.Admin.CategoryDelete(Category category) DotNetForum.WebSite.Admin.Controls.EditCategory.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 Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1568023&group_id=152364 |