dnfbb-developers Mailing List for dnfBB (Page 22)
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-10-29 13:35:00
|
Feature Requests item #1586648, was opened at 2006-10-29 13:09 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1586648&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: Accepted Priority: 5 Private: No Submitted By: Bosie (sbosanquet) Assigned to: Nobody/Anonymous (nobody) Summary: Reply Subjects Initial Comment: It would be nice if each post (e.g. replies) could have its own subject title if required. The posts should all still come under the main subject title. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1586648&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-10-29 13:19:04
|
Bugs item #1586230, was opened at 2006-10-28 12:24 Message generated for change (Comment added) made by sbosanquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1586230&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: None Status: Open >Resolution: Accepted Priority: 6 Private: No Submitted By: Bosie (sbosanquet) Assigned to: Bosie (sbosanquet) Summary: MySQL .NET Connector (1.0.8 RC) Initial Comment: Board fails to load with the MySQL .Net Connector 1.0.8 RC with the following error: http://localhost/dnf/Error.aspx&Error=Exception+during+ execution+of+'DNF_USERS_GET'% 3a+Value+was+either+too+large+or+too+small+for+an+unsig ned+byte. ---------------------------------------------------------------------- >Comment By: Bosie (sbosanquet) Date: 2006-10-29 13:19 Message: Logged In: YES user_id=1025541 Issued a bug report to MySQL (http://bugs.mysql.com/bug.php?id=23749). Waiting on response. The problem is occurs when you have VarChar declarations over 255 in size e.g. OUT opSIGNATURE VARCHAR(2500) ---------------------------------------------------------------------- Comment By: Bosie (sbosanquet) Date: 2006-10-29 08:10 Message: Logged In: YES user_id=1025541 More detailed Exception: Value was either too large or too small for an unsigned byte. 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.OverflowException: Value was either too large or too small for an unsigned byte. 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: [OverflowException: Value was either too large or too small for an unsigned byte.] System.Byte.Parse(String s, NumberStyles style, NumberFormatInfo info) +2577833 MySql.Data.MySqlClient.StoredProcedure.ParseType(String type, String sql_mode, MySqlParameter p) +535 MySql.Data.MySqlClient.StoredProcedure.ParseParameter(String parmDef, ContextString cs, String sqlMode) +568 MySql.Data.MySqlClient.StoredProcedure.ParseBody(String body, String sqlMode) +429 MySql.Data.MySqlClient.StoredProcedure.DiscoverParameters(String spName) +44 MySql.Data.MySqlClient.ProcedureCache.AddNew(MySqlConnection connection, String spName) +79 MySql.Data.MySqlClient.ProcedureCache.GetProcedure(MySqlConnection conn, String spName) +226 MySql.Data.MySqlClient.StoredProcedure.Prepare(MySqlCommand cmd) +93 [MySqlException: Exception during execution of 'DNF_USERS_GET': Value was either too large or too small for an unsigned byte.] MySql.Data.MySqlClient.StoredProcedure.Prepare(MySqlCommand cmd) +1282 MySql.Data.MySqlClient.MySqlCommand.PrepareSqlBuffers(String sql) +266 MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) +185 MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() +6 DotNetForum.Library.DAL.MySqlDB.UserGet(UserSession Session, Int64 UserID) +3210 DotNetForum.Library.BOL.UserSession..ctor(String SessionID, Boolean LoggedIn, Boolean UseInternalCache) +144 DotNetForum.Library.BOL.UserSession.LoginGuestUser(Int64 BoardID, Int32 Days, Boolean UseInternalCache, String IPAddress) +158 DotNetForum.WebSite.Classes.BaseWebForm.LoginUser() +314 DotNetForum.WebSite.Classes.BaseWebForm.GetSession() +173 DotNetForum.WebSite.Classes.BaseWebForm.OnInit(EventArgs e) +24 DotNetForum.WebSite.WebForm1.OnInit(EventArgs e) +52 System.Web.UI.Control.InitRecursive(Control namingContainer) +321 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +692 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1586230&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-10-29 13:09:51
|
Feature Requests item #1586648, was opened at 2006-10-29 13:09 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=1586648&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 Private: No Submitted By: Bosie (sbosanquet) Assigned to: Nobody/Anonymous (nobody) Summary: Reply Subjects Initial Comment: It would be nice if each post (e.g. replies) could have its own subject title if required. The posts should all still come under the main subject title. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1586648&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-10-29 10:15:09
|
Feature Requests item #1558205, was opened at 2006-09-13 21:34 Message generated for change (Settings changed) made by sbosanquet 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: Planned Status: Open Resolution: Accepted >Priority: 5 Private: No Submitted By: Si (tectsoft) >Assigned to: Bosie (sbosanquet) 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-10-29 09:10:45
|
Bugs item #1586230, was opened at 2006-10-28 12:24 Message generated for change (Comment added) made by sbosanquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1586230&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: None Status: Open Resolution: None Priority: 6 Private: No Submitted By: Bosie (sbosanquet) Assigned to: Bosie (sbosanquet) Summary: MySQL .NET Connector (1.0.8 RC) Initial Comment: Board fails to load with the MySQL .Net Connector 1.0.8 RC with the following error: http://localhost/dnf/Error.aspx&Error=Exception+during+ execution+of+'DNF_USERS_GET'% 3a+Value+was+either+too+large+or+too+small+for+an+unsig ned+byte. ---------------------------------------------------------------------- >Comment By: Bosie (sbosanquet) Date: 2006-10-29 08:10 Message: Logged In: YES user_id=1025541 More detailed Exception: Value was either too large or too small for an unsigned byte. 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.OverflowException: Value was either too large or too small for an unsigned byte. 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: [OverflowException: Value was either too large or too small for an unsigned byte.] System.Byte.Parse(String s, NumberStyles style, NumberFormatInfo info) +2577833 MySql.Data.MySqlClient.StoredProcedure.ParseType(String type, String sql_mode, MySqlParameter p) +535 MySql.Data.MySqlClient.StoredProcedure.ParseParameter(String parmDef, ContextString cs, String sqlMode) +568 MySql.Data.MySqlClient.StoredProcedure.ParseBody(String body, String sqlMode) +429 MySql.Data.MySqlClient.StoredProcedure.DiscoverParameters(String spName) +44 MySql.Data.MySqlClient.ProcedureCache.AddNew(MySqlConnection connection, String spName) +79 MySql.Data.MySqlClient.ProcedureCache.GetProcedure(MySqlConnection conn, String spName) +226 MySql.Data.MySqlClient.StoredProcedure.Prepare(MySqlCommand cmd) +93 [MySqlException: Exception during execution of 'DNF_USERS_GET': Value was either too large or too small for an unsigned byte.] MySql.Data.MySqlClient.StoredProcedure.Prepare(MySqlCommand cmd) +1282 MySql.Data.MySqlClient.MySqlCommand.PrepareSqlBuffers(String sql) +266 MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) +185 MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() +6 DotNetForum.Library.DAL.MySqlDB.UserGet(UserSession Session, Int64 UserID) +3210 DotNetForum.Library.BOL.UserSession..ctor(String SessionID, Boolean LoggedIn, Boolean UseInternalCache) +144 DotNetForum.Library.BOL.UserSession.LoginGuestUser(Int64 BoardID, Int32 Days, Boolean UseInternalCache, String IPAddress) +158 DotNetForum.WebSite.Classes.BaseWebForm.LoginUser() +314 DotNetForum.WebSite.Classes.BaseWebForm.GetSession() +173 DotNetForum.WebSite.Classes.BaseWebForm.OnInit(EventArgs e) +24 DotNetForum.WebSite.WebForm1.OnInit(EventArgs e) +52 System.Web.UI.Control.InitRecursive(Control namingContainer) +321 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +692 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1586230&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-10-29 09:04:59
|
Bugs item #1586162, was opened at 2006-10-28 08:17 Message generated for change (Comment added) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1586162&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: 7 Private: No Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: Post user info - Post/Topic Count link Initial Comment: When viewing a post, the poster info on the left has a link to search for posts for a user, this link is incorrect and produces an error. Link: http://www.fbtalk.net\search.aspx/?type=Posts#ID={userid} Error: Server not found Firefox can't find the server at www.fbtalk.net\search.aspx. * Check the address for typing errors such as ww.example.com instead of www.example.com * If you are unable to load any pages, check your computer's network connection. * If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web ---------------------------------------------------------------------- >Comment By: Si (tectsoft) Date: 2006-10-29 08:04 Message: Logged In: YES user_id=1154545 This has been fixed, however users can still not search on topics or posts, instead they search on all data. A new FR has been added: FR #1586567 - Extend Search facility(http://sourceforge.net/tracker/index.php?func=detail&aid=1586567&group_id=152364&atid=784892) This new fr will solve the problem ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1586162&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-10-29 09:03:55
|
Feature Requests item #1586567, was opened at 2006-10-29 08:03 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=1586567&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 Private: No Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: Extend Search facility Initial Comment: Allow search to be done on Posts and Topics, at the moment only posts is an option ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1586567&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-10-28 12:24:26
|
Bugs item #1586230, was opened at 2006-10-28 12: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=1586230&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: None Status: Open Resolution: None Priority: 6 Private: No Submitted By: Bosie (sbosanquet) Assigned to: Bosie (sbosanquet) Summary: MySQL .NET Connector (1.0.8 RC) Initial Comment: Board fails to load with the MySQL .Net Connector 1.0.8 RC with the following error: http://localhost/dnf/Error.aspx&Error=Exception+during+ execution+of+'DNF_USERS_GET'% 3a+Value+was+either+too+large+or+too+small+for+an+unsig ned+byte. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1586230&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-10-28 11:18:29
|
Bugs item #1586165, was opened at 2006-10-28 08:41 Message generated for change (Settings changed) made by sbosanquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1586165&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: None Priority: 9 Private: No Submitted By: Bosie (sbosanquet) Assigned to: Bosie (sbosanquet) Summary: Usergroup Unassign Exception Initial Comment: 1) Create a new category [e.g. Test Category] 2) Create a new forum [E.g. New Test Forum] 3) Try unassigning the new usergroups created for that forum ([Test Category]New Test Forum - Moderator). This produces the following exception: Server Error in '/dnf' Application. ------------------------------------------------------- ------------------------- 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: Line 301: Line 302: if (usergroup == null) Line 303: throw new ArgumentNullException("usergroup"); Line 304: Line 305: DALHelper.GetDatabase ().AdminForumUserGroupRemove(_session, forum, usergroup); Source File: d:\Misc\SF\dnfBB_SVN\v1 \DNFLib\BOL\Admin.cs Line: 303 Stack Trace: [ArgumentNullException: Value cannot be null. Parameter name: usergroup] DotNetForum.Library.BOL.Admin.ForumUserGroupRemove (Forum forum, UserGroup usergroup) in d:\Misc\SF\dnfBB_SVN\v1\DNFLib\BOL\Admin.cs:303 DotNetForum.WebSite.Admin.Controls.EditForumUserGroups. btnUnassingGroup_Click(Object sender, EventArgs e) in d:\Misc\SF\dnfBB_SVN\v1 \wwwroot\Admin\Controls\EditForumUserGroups.ascx.cs:95 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 ------------------------------------------------------- ------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210 ---------------------------------------------------------------------- Comment By: Bosie (sbosanquet) Date: 2006-10-28 08:49 Message: Logged In: YES user_id=1025541 Could be linked with Bug #1586166 ---------------------------------------------------------------------- Comment By: Bosie (sbosanquet) Date: 2006-10-28 08:43 Message: Logged In: YES user_id=1025541 This is probably only limited to MySQL. Need to check. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1586165&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-10-28 11:18:29
|
Bugs item #1586166, was opened at 2006-10-28 08:42 Message generated for change (Settings changed) made by sbosanquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1586166&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: None Priority: 9 Private: No Submitted By: Bosie (sbosanquet) Assigned to: Bosie (sbosanquet) Summary: Usergroups Initial Comment: Not all usergroups are displayed in the admin section under the usergroup section. ---------------------------------------------------------------------- Comment By: Bosie (sbosanquet) Date: 2006-10-28 10:01 Message: Logged In: YES user_id=1025541 Create a new category and you will find the new usergroups associated with that category do not show up in the usergoups list even through you run the query manually they all seem to be there. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1586166&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-10-28 11:09:21
|
Bugs item #1586165, was opened at 2006-10-28 08:41 Message generated for change (Settings changed) made by sbosanquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1586165&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: Version 1 Status: Open Resolution: None Priority: 9 Private: No Submitted By: Bosie (sbosanquet) >Assigned to: Bosie (sbosanquet) Summary: Usergroup Unassign Exception Initial Comment: 1) Create a new category [e.g. Test Category] 2) Create a new forum [E.g. New Test Forum] 3) Try unassigning the new usergroups created for that forum ([Test Category]New Test Forum - Moderator). This produces the following exception: Server Error in '/dnf' Application. ------------------------------------------------------- ------------------------- 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: Line 301: Line 302: if (usergroup == null) Line 303: throw new ArgumentNullException("usergroup"); Line 304: Line 305: DALHelper.GetDatabase ().AdminForumUserGroupRemove(_session, forum, usergroup); Source File: d:\Misc\SF\dnfBB_SVN\v1 \DNFLib\BOL\Admin.cs Line: 303 Stack Trace: [ArgumentNullException: Value cannot be null. Parameter name: usergroup] DotNetForum.Library.BOL.Admin.ForumUserGroupRemove (Forum forum, UserGroup usergroup) in d:\Misc\SF\dnfBB_SVN\v1\DNFLib\BOL\Admin.cs:303 DotNetForum.WebSite.Admin.Controls.EditForumUserGroups. btnUnassingGroup_Click(Object sender, EventArgs e) in d:\Misc\SF\dnfBB_SVN\v1 \wwwroot\Admin\Controls\EditForumUserGroups.ascx.cs:95 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 ------------------------------------------------------- ------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210 ---------------------------------------------------------------------- Comment By: Bosie (sbosanquet) Date: 2006-10-28 08:49 Message: Logged In: YES user_id=1025541 Could be linked with Bug #1586166 ---------------------------------------------------------------------- Comment By: Bosie (sbosanquet) Date: 2006-10-28 08:43 Message: Logged In: YES user_id=1025541 This is probably only limited to MySQL. Need to check. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1586165&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-10-28 10:01:51
|
Bugs item #1586166, was opened at 2006-10-28 08:42 Message generated for change (Comment added) made by sbosanquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1586166&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: Version 1 Status: Open Resolution: None Priority: 9 Private: No Submitted By: Bosie (sbosanquet) Assigned to: Bosie (sbosanquet) Summary: Usergroups Initial Comment: Not all usergroups are displayed in the admin section under the usergroup section. ---------------------------------------------------------------------- >Comment By: Bosie (sbosanquet) Date: 2006-10-28 10:01 Message: Logged In: YES user_id=1025541 Create a new category and you will find the new usergroups associated with that category do not show up in the usergoups list even through you run the query manually they all seem to be there. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1586166&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-10-28 08:49:30
|
Bugs item #1586165, was opened at 2006-10-28 08:41 Message generated for change (Comment added) made by sbosanquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1586165&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: Version 1 Status: Open Resolution: None Priority: 9 Private: No Submitted By: Bosie (sbosanquet) Assigned to: Nobody/Anonymous (nobody) Summary: Usergroup Unassign Exception Initial Comment: 1) Create a new category [e.g. Test Category] 2) Create a new forum [E.g. New Test Forum] 3) Try unassigning the new usergroups created for that forum ([Test Category]New Test Forum - Moderator). This produces the following exception: Server Error in '/dnf' Application. ------------------------------------------------------- ------------------------- 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: Line 301: Line 302: if (usergroup == null) Line 303: throw new ArgumentNullException("usergroup"); Line 304: Line 305: DALHelper.GetDatabase ().AdminForumUserGroupRemove(_session, forum, usergroup); Source File: d:\Misc\SF\dnfBB_SVN\v1 \DNFLib\BOL\Admin.cs Line: 303 Stack Trace: [ArgumentNullException: Value cannot be null. Parameter name: usergroup] DotNetForum.Library.BOL.Admin.ForumUserGroupRemove (Forum forum, UserGroup usergroup) in d:\Misc\SF\dnfBB_SVN\v1\DNFLib\BOL\Admin.cs:303 DotNetForum.WebSite.Admin.Controls.EditForumUserGroups. btnUnassingGroup_Click(Object sender, EventArgs e) in d:\Misc\SF\dnfBB_SVN\v1 \wwwroot\Admin\Controls\EditForumUserGroups.ascx.cs:95 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 ------------------------------------------------------- ------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210 ---------------------------------------------------------------------- >Comment By: Bosie (sbosanquet) Date: 2006-10-28 08:49 Message: Logged In: YES user_id=1025541 Could be linked with Bug #1586166 ---------------------------------------------------------------------- Comment By: Bosie (sbosanquet) Date: 2006-10-28 08:43 Message: Logged In: YES user_id=1025541 This is probably only limited to MySQL. Need to check. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1586165&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-10-28 08:43:49
|
Bugs item #1586165, was opened at 2006-10-28 08:41 Message generated for change (Comment added) made by sbosanquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1586165&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: Version 1 Status: Open Resolution: None Priority: 9 Private: No Submitted By: Bosie (sbosanquet) Assigned to: Nobody/Anonymous (nobody) Summary: Usergroup Unassign Exception Initial Comment: 1) Create a new category [e.g. Test Category] 2) Create a new forum [E.g. New Test Forum] 3) Try unassigning the new usergroups created for that forum ([Test Category]New Test Forum - Moderator). This produces the following exception: Server Error in '/dnf' Application. ------------------------------------------------------- ------------------------- 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: Line 301: Line 302: if (usergroup == null) Line 303: throw new ArgumentNullException("usergroup"); Line 304: Line 305: DALHelper.GetDatabase ().AdminForumUserGroupRemove(_session, forum, usergroup); Source File: d:\Misc\SF\dnfBB_SVN\v1 \DNFLib\BOL\Admin.cs Line: 303 Stack Trace: [ArgumentNullException: Value cannot be null. Parameter name: usergroup] DotNetForum.Library.BOL.Admin.ForumUserGroupRemove (Forum forum, UserGroup usergroup) in d:\Misc\SF\dnfBB_SVN\v1\DNFLib\BOL\Admin.cs:303 DotNetForum.WebSite.Admin.Controls.EditForumUserGroups. btnUnassingGroup_Click(Object sender, EventArgs e) in d:\Misc\SF\dnfBB_SVN\v1 \wwwroot\Admin\Controls\EditForumUserGroups.ascx.cs:95 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 ------------------------------------------------------- ------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210 ---------------------------------------------------------------------- >Comment By: Bosie (sbosanquet) Date: 2006-10-28 08:43 Message: Logged In: YES user_id=1025541 This is probably only limited to MySQL. Need to check. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1586165&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-10-28 08:42:54
|
Bugs item #1586166, was opened at 2006-10-28 08:42 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=1586166&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: Version 1 Status: Open Resolution: None Priority: 9 Private: No Submitted By: Bosie (sbosanquet) Assigned to: Bosie (sbosanquet) Summary: Usergroups Initial Comment: Not all usergroups are displayed in the admin section under the usergroup section. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1586166&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-10-28 08:41:30
|
Bugs item #1586165, was opened at 2006-10-28 08:41 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=1586165&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: Version 1 Status: Open Resolution: None Priority: 9 Private: No Submitted By: Bosie (sbosanquet) Assigned to: Nobody/Anonymous (nobody) Summary: Usergroup Unassign Exception Initial Comment: 1) Create a new category [e.g. Test Category] 2) Create a new forum [E.g. New Test Forum] 3) Try unassigning the new usergroups created for that forum ([Test Category]New Test Forum - Moderator). This produces the following exception: Server Error in '/dnf' Application. ------------------------------------------------------- ------------------------- 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: Line 301: Line 302: if (usergroup == null) Line 303: throw new ArgumentNullException("usergroup"); Line 304: Line 305: DALHelper.GetDatabase ().AdminForumUserGroupRemove(_session, forum, usergroup); Source File: d:\Misc\SF\dnfBB_SVN\v1 \DNFLib\BOL\Admin.cs Line: 303 Stack Trace: [ArgumentNullException: Value cannot be null. Parameter name: usergroup] DotNetForum.Library.BOL.Admin.ForumUserGroupRemove (Forum forum, UserGroup usergroup) in d:\Misc\SF\dnfBB_SVN\v1\DNFLib\BOL\Admin.cs:303 DotNetForum.WebSite.Admin.Controls.EditForumUserGroups. btnUnassingGroup_Click(Object sender, EventArgs e) in d:\Misc\SF\dnfBB_SVN\v1 \wwwroot\Admin\Controls\EditForumUserGroups.ascx.cs:95 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 ------------------------------------------------------- ------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1586165&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-10-28 08:17:06
|
Bugs item #1586162, was opened at 2006-10-28 08:17 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=1586162&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 Private: No Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: Post user info - Post/Topic Count link Initial Comment: When viewing a post, the poster info on the left has a link to search for posts for a user, this link is incorrect and produces an error. Link: http://www.fbtalk.net\search.aspx/?type=Posts#ID={userid} Error: Server not found Firefox can't find the server at www.fbtalk.net\search.aspx. * Check the address for typing errors such as ww.example.com instead of www.example.com * If you are unable to load any pages, check your computer's network connection. * If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1586162&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-10-27 21:09:48
|
Bugs item #1585244, was opened at 2006-10-26 17:40 Message generated for change (Comment added) made by sbosanquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1585244&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: Feeds Group: Version 1 Status: Closed Resolution: Accepted Priority: 9 Private: No Submitted By: Bosie (sbosanquet) Assigned to: Si (tectsoft) Summary: Feeds can access admin only forums Initial Comment: Looking at the firebird board www.dnfbb.net the admin only board posts can be read in the rss feed. This feed should not be able to see any of the posts which do not have feed or guest access ---------------------------------------------------------------------- >Comment By: Bosie (sbosanquet) Date: 2006-10-27 21:09 Message: Logged In: YES user_id=1025541 Found to be present in v1 release of MySQL database version as well ---------------------------------------------------------------------- Comment By: Si (tectsoft) Date: 2006-10-27 08:35 Message: Logged In: YES user_id=1154545 I was thnking about this, until we implement this fr http://sourceforge.net/tracker/index.php?func=detail&aid=1558205&group_id=152364&atid=784892 I have made the feed use guest user, so that the feeds will only report what a guest can see for now. This has been updated for version 1.1 ---------------------------------------------------------------------- Comment By: Si (tectsoft) Date: 2006-10-26 18:45 Message: Logged In: YES user_id=1154545 I have turned the feeds off for now, however, I would class this as a symptom of a feature request: http://sourceforge.net/tracker/index.php?func=detail&aid=1558205&group_id=152364&atid=784892 In that, until a feed uses the username/password then this is inevitable. I have added a FR which should combat this in the future, and add more flexibility: http://sourceforge.net/tracker/index.php?func=detail&aid=1585282&group_id=152364&atid=784892 rgds Si ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1585244&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-10-27 08:35:46
|
Bugs item #1585244, was opened at 2006-10-26 17:40 Message generated for change (Comment added) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1585244&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: Feeds Group: Version 1 >Status: Closed >Resolution: Accepted Priority: 9 Private: No Submitted By: Bosie (sbosanquet) >Assigned to: Si (tectsoft) Summary: Feeds can access admin only forums Initial Comment: Looking at the firebird board www.dnfbb.net the admin only board posts can be read in the rss feed. This feed should not be able to see any of the posts which do not have feed or guest access ---------------------------------------------------------------------- >Comment By: Si (tectsoft) Date: 2006-10-27 08:35 Message: Logged In: YES user_id=1154545 I was thnking about this, until we implement this fr http://sourceforge.net/tracker/index.php?func=detail&aid=1558205&group_id=152364&atid=784892 I have made the feed use guest user, so that the feeds will only report what a guest can see for now. This has been updated for version 1.1 ---------------------------------------------------------------------- Comment By: Si (tectsoft) Date: 2006-10-26 18:45 Message: Logged In: YES user_id=1154545 I have turned the feeds off for now, however, I would class this as a symptom of a feature request: http://sourceforge.net/tracker/index.php?func=detail&aid=1558205&group_id=152364&atid=784892 In that, until a feed uses the username/password then this is inevitable. I have added a FR which should combat this in the future, and add more flexibility: http://sourceforge.net/tracker/index.php?func=detail&aid=1585282&group_id=152364&atid=784892 rgds Si ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1585244&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-10-26 18:45:55
|
Bugs item #1585244, was opened at 2006-10-26 17:40 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1585244&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: Feeds Group: Version 1 Status: Deleted >Resolution: Rejected Priority: 9 Private: No Submitted By: Bosie (sbosanquet) Assigned to: Nobody/Anonymous (nobody) Summary: Feeds can access admin only forums Initial Comment: Looking at the firebird board www.dnfbb.net the admin only board posts can be read in the rss feed. This feed should not be able to see any of the posts which do not have feed or guest access ---------------------------------------------------------------------- Comment By: Si (tectsoft) Date: 2006-10-26 18:45 Message: Logged In: YES user_id=1154545 I have turned the feeds off for now, however, I would class this as a symptom of a feature request: http://sourceforge.net/tracker/index.php?func=detail&aid=1558205&group_id=152364&atid=784892 In that, until a feed uses the username/password then this is inevitable. I have added a FR which should combat this in the future, and add more flexibility: http://sourceforge.net/tracker/index.php?func=detail&aid=1585282&group_id=152364&atid=784892 rgds Si ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1585244&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-10-26 18:45:11
|
Bugs item #1585244, was opened at 2006-10-26 17:40 Message generated for change (Comment added) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1585244&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: Feeds Group: Version 1 >Status: Deleted Resolution: None Priority: 9 Private: No Submitted By: Bosie (sbosanquet) Assigned to: Nobody/Anonymous (nobody) Summary: Feeds can access admin only forums Initial Comment: Looking at the firebird board www.dnfbb.net the admin only board posts can be read in the rss feed. This feed should not be able to see any of the posts which do not have feed or guest access ---------------------------------------------------------------------- >Comment By: Si (tectsoft) Date: 2006-10-26 18:45 Message: Logged In: YES user_id=1154545 I have turned the feeds off for now, however, I would class this as a symptom of a feature request: http://sourceforge.net/tracker/index.php?func=detail&aid=1558205&group_id=152364&atid=784892 In that, until a feed uses the username/password then this is inevitable. I have added a FR which should combat this in the future, and add more flexibility: http://sourceforge.net/tracker/index.php?func=detail&aid=1585282&group_id=152364&atid=784892 rgds Si ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1585244&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-10-26 18:44:28
|
Feature Requests item #1585282, was opened at 2006-10-26 18:44 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=1585282&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 Private: No Submitted By: Si (tectsoft) Assigned to: Nobody/Anonymous (nobody) Summary: Forum Feed Tag Initial Comment: Each forum should have a feed indicator/tag at the database level, if false then the forum is not included in feeds, irrelivant of the feed level applied by the administrator. If true then the asministrator feed level is respected. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1585282&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2006-10-26 17:40:13
|
Bugs item #1585244, was opened at 2006-10-26 17:40 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=1585244&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: Feeds Group: Version 1 Status: Open Resolution: None Priority: 9 Private: No Submitted By: Bosie (sbosanquet) Assigned to: Nobody/Anonymous (nobody) Summary: Feeds can access admin only forums Initial Comment: Looking at the firebird board www.dnfbb.net the admin only board posts can be read in the rss feed. This feed should not be able to see any of the posts which do not have feed or guest access ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1585244&group_id=152364 |
|
From: Simon C. <si...@te...> - 2006-10-26 16:22:14
|
Good news, the dnfBB forum is back up and running with a proper url http://www.dnfbb.net If your not registered please register and email me your user id and I can add you to the right groups. Also, if anybody has more money than sense and would like to donate a domain to the project, i.e. http://www.dnfbb.??? Then this would be more than welcome, when I registered the .net domain today I noticed that some *scum* has already registered www.dnfbb.org !! No obligation of course :-) Have fun and use the forum Si |
|
From: SourceForge.net <no...@so...> - 2006-10-25 15:54:31
|
Feature Requests item #1363879, was opened at 2005-11-22 15:31 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363879&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: In Progress Status: Open >Resolution: Accepted >Priority: 9 Private: No Submitted By: Si (tectsoft) >Assigned to: Si (tectsoft) Summary: Votes/Polling Initial Comment: Provide facilities for users to create votes within topics. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363879&group_id=152364 |