<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>uforum Issue Tracker Rss Feed</title><link>http://uforum.codeplex.com/WorkItem/List.aspx</link><description>uforum Issue Tracker Rss Description</description><item><title>Commented Issue: Error on deleted user [7597]</title><link>http://uforum.codeplex.com/workitem/7597</link><description>When a user is deleted and he has made posts the forum crashes.&lt;br /&gt;Comments: ** Comment from web user: mortenbock ** &lt;p&gt;Looks a bit like this issue, which should be fixed&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;uforum.codeplex.com&amp;#47;workitem&amp;#47;7060&lt;/p&gt;&lt;p&gt;Could you be a little more specific as to how the forum &amp;#34;crashes&amp;#34;&amp;#63; &lt;/p&gt;&lt;p&gt;I assume you are running the latest Beta III&amp;#63;&lt;/p&gt;</description><author>mortenbock</author><pubDate>Mon, 29 Nov 2010 16:35:50 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error on deleted user [7597] 20101129043550P</guid></item><item><title>Created Issue: Error on deleted user [7597]</title><link>http://uforum.codeplex.com/workitem/7597</link><description>When a user is deleted and he has made posts the forum crashes.&lt;br /&gt;</description><author>NielsHenriksen</author><pubDate>Mon, 29 Nov 2010 12:00:24 GMT</pubDate><guid isPermaLink="false">Created Issue: Error on deleted user [7597] 20101129120024P</guid></item><item><title>Closed Issue: Int32 to String casting errors [7580]</title><link>http://uforum.codeplex.com/workitem/7580</link><description>Your last version has problems with casting Int32 to String and other way around. I tracked this down to some lines in you Comment, Forum and Topic models, in the attachment you will find a patch file to solve the issue.&lt;br /&gt;&lt;br /&gt;In short, your database model uses Int-fields for MemberID, AuthorID, etc. But your code tries to put Strings into them, which throws up exceptions.&lt;br /&gt;&lt;br /&gt;Thanks for this awesome project.&lt;br /&gt;Comments: &lt;p&gt;Could not reproduce.&lt;/p&gt;</description><author>mortenbock</author><pubDate>Wed, 24 Nov 2010 16:27:01 GMT</pubDate><guid isPermaLink="false">Closed Issue: Int32 to String casting errors [7580] 20101124042701P</guid></item><item><title>Commented Issue: Int32 to String casting errors [7580]</title><link>http://uforum.codeplex.com/workitem/7580</link><description>Your last version has problems with casting Int32 to String and other way around. I tracked this down to some lines in you Comment, Forum and Topic models, in the attachment you will find a patch file to solve the issue.&lt;br /&gt;&lt;br /&gt;In short, your database model uses Int-fields for MemberID, AuthorID, etc. But your code tries to put Strings into them, which throws up exceptions.&lt;br /&gt;&lt;br /&gt;Thanks for this awesome project.&lt;br /&gt;Comments: ** Comment from web user: mortenbock ** &lt;p&gt;Ok, thanks for reporting back, will look into that.&lt;/p&gt;</description><author>mortenbock</author><pubDate>Tue, 23 Nov 2010 13:02:54 GMT</pubDate><guid isPermaLink="false">Commented Issue: Int32 to String casting errors [7580] 20101123010254P</guid></item><item><title>Commented Issue: Int32 to String casting errors [7580]</title><link>http://uforum.codeplex.com/workitem/7580</link><description>Your last version has problems with casting Int32 to String and other way around. I tracked this down to some lines in you Comment, Forum and Topic models, in the attachment you will find a patch file to solve the issue.&lt;br /&gt;&lt;br /&gt;In short, your database model uses Int-fields for MemberID, AuthorID, etc. But your code tries to put Strings into them, which throws up exceptions.&lt;br /&gt;&lt;br /&gt;Thanks for this awesome project.&lt;br /&gt;Comments: ** Comment from web user: LennardF1989 ** &lt;p&gt;Perhaps the DLL in the zip still holds an old version of DBInstallScripts.resx, which caused the after-commit error.&lt;/p&gt;</description><author>LennardF1989</author><pubDate>Tue, 23 Nov 2010 10:00:23 GMT</pubDate><guid isPermaLink="false">Commented Issue: Int32 to String casting errors [7580] 20101123100023A</guid></item><item><title>Commented Issue: Int32 to String casting errors [7580]</title><link>http://uforum.codeplex.com/workitem/7580</link><description>Your last version has problems with casting Int32 to String and other way around. I tracked this down to some lines in you Comment, Forum and Topic models, in the attachment you will find a patch file to solve the issue.&lt;br /&gt;&lt;br /&gt;In short, your database model uses Int-fields for MemberID, AuthorID, etc. But your code tries to put Strings into them, which throws up exceptions.&lt;br /&gt;&lt;br /&gt;Thanks for this awesome project.&lt;br /&gt;Comments: ** Comment from web user: LennardF1989 ** &lt;p&gt;No, I just downloaded the latest zip of codeplex, installed the package and was doen with it. It did threw an error when I tried to install the database, but after inspection everything seemed to be created just fine in the database. I have never used uForum before that.&lt;/p&gt;</description><author>LennardF1989</author><pubDate>Tue, 23 Nov 2010 09:55:11 GMT</pubDate><guid isPermaLink="false">Commented Issue: Int32 to String casting errors [7580] 20101123095511A</guid></item><item><title>Commented Issue: Int32 to String casting errors [7580]</title><link>http://uforum.codeplex.com/workitem/7580</link><description>Your last version has problems with casting Int32 to String and other way around. I tracked this down to some lines in you Comment, Forum and Topic models, in the attachment you will find a patch file to solve the issue.&lt;br /&gt;&lt;br /&gt;In short, your database model uses Int-fields for MemberID, AuthorID, etc. But your code tries to put Strings into them, which throws up exceptions.&lt;br /&gt;&lt;br /&gt;Thanks for this awesome project.&lt;br /&gt;Comments: ** Comment from web user: mortenbock ** &lt;p&gt;Lennard, are you using a database from version 0.0.7&amp;#63; The database schema changed for version 1.0, and the author id fields are now stored as strings instead of int&amp;#39;s, to allow alternative membership providers to store something like a guid.&lt;/p&gt;&lt;p&gt;There is an sql script here http&amp;#58;&amp;#47;&amp;#47;uforum.codeplex.com&amp;#47;SourceControl&amp;#47;changeset&amp;#47;view&amp;#47;52608&amp;#35;760715 that should convert your tables to the new schema. Just make sure to backup&amp;#40;&amp;#33;&amp;#33;&amp;#33;&amp;#33;&amp;#33;&amp;#41; your data before using it, in case it fails.&lt;/p&gt;&lt;p&gt;Let me know if this works out, so I can close this issue.&lt;br /&gt;&lt;/p&gt;</description><author>mortenbock</author><pubDate>Mon, 22 Nov 2010 21:24:24 GMT</pubDate><guid isPermaLink="false">Commented Issue: Int32 to String casting errors [7580] 20101122092424P</guid></item><item><title>Commented Feature: Ensure unique url for topics [7524]</title><link>http://uforum.codeplex.com/workitem/7524</link><description>Currently, a topic like&lt;br /&gt;&lt;br /&gt;&amp;#47;forum-name&amp;#47;1234-topic-title.aspx&lt;br /&gt;&lt;br /&gt;can be accessed through &lt;br /&gt;&lt;br /&gt;&amp;#47;forum-name&amp;#47;1234-whatever-you-want.aspx&lt;br /&gt;&lt;br /&gt;Proposed solution&amp;#58; Make sure that the url matches the url that would be written for the topic. If not, 301 redirect to the correct url.&lt;br /&gt;Comments: ** Comment from web user: LennardF1989 ** &lt;p&gt;Additional note&amp;#58; Make a check if a requested topic exists&amp;#33; In the current version you could type &amp;#60;domain&amp;#62;&amp;#47;forum&amp;#47;whatever, and it would open &amp;#34;whatever&amp;#34; as if it&amp;#39;s an existing topic.&lt;/p&gt;</description><author>LennardF1989</author><pubDate>Mon, 22 Nov 2010 11:42:52 GMT</pubDate><guid isPermaLink="false">Commented Feature: Ensure unique url for topics [7524] 20101122114252A</guid></item><item><title>Commented Issue: Int32 to String casting errors [7580]</title><link>http://uforum.codeplex.com/workitem/7580</link><description>Your last version has problems with casting Int32 to String and other way around. I tracked this down to some lines in you Comment, Forum and Topic models, in the attachment you will find a patch file to solve the issue.&lt;br /&gt;&lt;br /&gt;In short, your database model uses Int-fields for MemberID, AuthorID, etc. But your code tries to put Strings into them, which throws up exceptions.&lt;br /&gt;&lt;br /&gt;Thanks for this awesome project.&lt;br /&gt;Comments: ** Comment from web user: LennardF1989 ** &lt;p&gt;It also fixes XSLT not saving due to the casting errors.&lt;/p&gt;</description><author>LennardF1989</author><pubDate>Mon, 22 Nov 2010 11:39:11 GMT</pubDate><guid isPermaLink="false">Commented Issue: Int32 to String casting errors [7580] 20101122113911A</guid></item><item><title>Created Issue: Int32 to String casting errors [7580]</title><link>http://uforum.codeplex.com/workitem/7580</link><description>Your last version has problems with casting Int32 to String and other way around. I tracked this down to some lines in you Comment, Forum and Topic models, in the attachment you will find a patch file to solve the issue.&lt;br /&gt;&lt;br /&gt;In short, your database model uses Int-fields for MemberID, AuthorID, etc. But your code tries to put Strings into them, which throws up exceptions.&lt;br /&gt;&lt;br /&gt;Thanks for this awesome project.&lt;br /&gt;</description><author>LennardF1989</author><pubDate>Mon, 22 Nov 2010 11:29:46 GMT</pubDate><guid isPermaLink="false">Created Issue: Int32 to String casting errors [7580] 20101122112946A</guid></item><item><title>Created Issue: Image tags being stripped out [7565]</title><link>http://uforum.codeplex.com/workitem/7565</link><description>I&amp;#39;m using TinyMCE with uForum to enable users to format and upload images with their posts &amp;#40;in the same way as on our.umbraco&amp;#41;.&lt;br /&gt;&lt;br /&gt;The Utills.Sanitize method has img on the whitelist RegEx, so it should be allowed, but the method also has &amp;#34;detailed img tag checking&amp;#34; which is stripping out all my image tags&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47; detailed &amp;#60;img&amp;#62; tag checking&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;if &amp;#40;&amp;#33;IsMatch&amp;#40;tagname,&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#64;&amp;#34;&amp;#60;img&amp;#92;s&lt;br /&gt;              src&amp;#61;&amp;#34;&amp;#34;https&amp;#63;&amp;#58;&amp;#47;&amp;#47;&amp;#91;-A-Za-z0-9&amp;#43;&amp;#38;&amp;#64;&amp;#35;&amp;#47;&amp;#37;&amp;#63;&amp;#61;&amp;#126;_&amp;#124;&amp;#33;&amp;#58;,.&amp;#59;&amp;#93;&amp;#43;&amp;#34;&amp;#34;&lt;br /&gt;              &amp;#40;&amp;#92;swidth&amp;#61;&amp;#34;&amp;#34;&amp;#92;d&amp;#123;1,3&amp;#125;&amp;#34;&amp;#34;&amp;#41;&amp;#63;&lt;br /&gt;              &amp;#40;&amp;#92;sheight&amp;#61;&amp;#34;&amp;#34;&amp;#92;d&amp;#123;1,3&amp;#125;&amp;#34;&amp;#34;&amp;#41;&amp;#63;&lt;br /&gt;              &amp;#40;&amp;#92;salt&amp;#61;&amp;#34;&amp;#34;&amp;#91;&amp;#94;&amp;#34;&amp;#34;&amp;#93;&amp;#42;&amp;#34;&amp;#34;&amp;#41;&amp;#63;&lt;br /&gt;              &amp;#40;&amp;#92;stitle&amp;#61;&amp;#34;&amp;#34;&amp;#91;&amp;#94;&amp;#34;&amp;#34;&amp;#93;&amp;#42;&amp;#34;&amp;#34;&amp;#41;&amp;#63;&lt;br /&gt;              &amp;#92;s&amp;#63;&amp;#47;&amp;#63;&amp;#62;&amp;#34;&amp;#41;&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;html &amp;#61; html.Remove&amp;#40;tag.Index, tag.Length&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve commented this part out of Utills.cs for now to get images working again, but wondered what this was for&amp;#63;&lt;br /&gt;</description><author>jizepi</author><pubDate>Fri, 19 Nov 2010 16:17:26 GMT</pubDate><guid isPermaLink="false">Created Issue: Image tags being stripped out [7565] 20101119041726P</guid></item><item><title>Created Issue: Generic membership id converter [7544]</title><link>http://uforum.codeplex.com/workitem/7544</link><description>Create a generic converter that uses reflection to find the correct type of id, and then convert it to&amp;#47;from a string.&lt;br /&gt;</description><author>mortenbock</author><pubDate>Tue, 16 Nov 2010 08:54:18 GMT</pubDate><guid isPermaLink="false">Created Issue: Generic membership id converter [7544] 20101116085418A</guid></item><item><title>Created Feature: Implement Examine search [7527]</title><link>http://uforum.codeplex.com/workitem/7527</link><description>Would be really helpful to be able to search in the forum posts using examine.&lt;br /&gt;</description><author>mortenbock</author><pubDate>Sat, 13 Nov 2010 14:23:25 GMT</pubDate><guid isPermaLink="false">Created Feature: Implement Examine search [7527] 20101113022325P</guid></item><item><title>Created Feature: Notifications on new comments [7526]</title><link>http://uforum.codeplex.com/workitem/7526</link><description>Allow members to sign up for notifications when comments are made on a thread.&lt;br /&gt;</description><author>mortenbock</author><pubDate>Sat, 13 Nov 2010 14:19:42 GMT</pubDate><guid isPermaLink="false">Created Feature: Notifications on new comments [7526] 20101113021942P</guid></item><item><title>Created Issue: Let members edit their own posts [7525]</title><link>http://uforum.codeplex.com/workitem/7525</link><description>The author of a post should be allowed to edit a topic&amp;#47;comment the he wrote.&lt;br /&gt;&lt;br /&gt;Admins should be able to do the same for all topics&amp;#47;comments in their assigned forums.&lt;br /&gt;</description><author>mortenbock</author><pubDate>Sat, 13 Nov 2010 14:17:41 GMT</pubDate><guid isPermaLink="false">Created Issue: Let members edit their own posts [7525] 20101113021741P</guid></item><item><title>Created Issue: Ensure unique url for topics [7524]</title><link>http://uforum.codeplex.com/workitem/7524</link><description>Currently, a topic like&lt;br /&gt;&lt;br /&gt;&amp;#47;forum-name&amp;#47;1234-topic-title.aspx&lt;br /&gt;&lt;br /&gt;can be accessed through &lt;br /&gt;&lt;br /&gt;&amp;#47;forum-name&amp;#47;1234-whatever-you-want.aspx&lt;br /&gt;&lt;br /&gt;Proposed solution&amp;#58; Make sure that the url matches the url that would be written for the topic. If not, 301 redirect to the correct url.&lt;br /&gt;</description><author>mortenbock</author><pubDate>Sat, 13 Nov 2010 14:15:08 GMT</pubDate><guid isPermaLink="false">Created Issue: Ensure unique url for topics [7524] 20101113021508P</guid></item><item><title>Closed Feature: proper error msg when mandatory fields not filled in [4413]</title><link>http://uforum.codeplex.com/workitem/4413</link><description>From the our.umbraco forum&amp;#58;&lt;br /&gt;&lt;br /&gt;Hi,&lt;br /&gt;&lt;br /&gt;Just been creating a post and did not fill in title and the actual post, but upon submit no error msg is shown. Please add an error msg or have field validators check for mandatory fields.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;&amp;#47;Dirk&lt;br /&gt;Comments: &lt;p&gt;Fixed with changeset 52390 &lt;/p&gt;</description><author>mortenbock</author><pubDate>Fri, 12 Nov 2010 18:27:51 GMT</pubDate><guid isPermaLink="false">Closed Feature: proper error msg when mandatory fields not filled in [4413] 20101112062751P</guid></item><item><title>Closed Feature: Better error message on failing eventhandler [4414]</title><link>http://uforum.codeplex.com/workitem/4414</link><description>This error may occur, if the site does not contain the needed db tables&amp;#58;&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;our.umbraco.org&amp;#47;projects&amp;#47;uforum-basics&amp;#47;bugs&amp;#47;2589-SQL-helper-Exception-on-publish&lt;br /&gt;&lt;br /&gt;We should add a better error message from the NewForumHandler and let the user know if the tables are missing from the DB.&lt;br /&gt;Comments: &lt;p&gt;Fixed with changeset 52330 &lt;/p&gt;</description><author>mortenbock</author><pubDate>Thu, 11 Nov 2010 19:40:16 GMT</pubDate><guid isPermaLink="false">Closed Feature: Better error message on failing eventhandler [4414] 20101111074016P</guid></item><item><title>Closed Issue: Error Installing SQL 2008 and IIS 7.5 [6259]</title><link>http://uforum.codeplex.com/workitem/6259</link><description>After clicking on updating the database i get this error&amp;#58;&lt;br /&gt;&lt;br /&gt;The database failed to install properly. Errormessage&amp;#58; umbraco.DataLayer.SqlHelperException&amp;#58; Umbraco Exception &amp;#40;DataLayer&amp;#41;&amp;#58; SQL helper exception in ExecuteNonQuery ---&amp;#62; System.Data.SqlClient.SqlException&amp;#58; Foreign key &amp;#39;FK_forumTopics_umbracoNode1&amp;#39; references invalid table &amp;#39;dbo.umbracoNode&amp;#39;. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection.OnError&amp;#40;SqlException exception, Boolean breakConnection&amp;#41; at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning&amp;#40;TdsParserStateObject stateObj&amp;#41; at System.Data.SqlClient.TdsParser.Run&amp;#40;RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj&amp;#41; at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds&amp;#40;String methodName, Boolean async&amp;#41; at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery&amp;#40;DbAsyncResult result, String methodName, Boolean sendToPipe&amp;#41; at System.Data.SqlClient.SqlCommand.ExecuteNonQuery&amp;#40;&amp;#41; at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery&amp;#40;SqlConnection connection, CommandType commandType, String commandText, SqlParameter&amp;#91;&amp;#93; commandParameters&amp;#41; at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery&amp;#40;String connectionString, CommandType commandType, String commandText, SqlParameter&amp;#91;&amp;#93; commandParameters&amp;#41; at umbraco.DataLayer.SqlHelpers.SqlServer.SqlServerHelper.ExecuteNonQuery&amp;#40;String commandText, SqlParameter&amp;#91;&amp;#93; parameters&amp;#41; in d&amp;#58;&amp;#92;TeamCity&amp;#92;buildAgent&amp;#92;work&amp;#92;7380c184e9fcd3ea&amp;#92;umbraco&amp;#92;datalayer&amp;#92;SqlHelpers&amp;#92;SqlServer&amp;#92;SqlServerHelper.cs&amp;#58;line 64 at umbraco.DataLayer.SqlHelper&amp;#96;1.ExecuteNonQuery&amp;#40;String commandText, IParameter&amp;#91;&amp;#93; parameters&amp;#41; in d&amp;#58;&amp;#92;TeamCity&amp;#92;buildAgent&amp;#92;work&amp;#92;7380c184e9fcd3ea&amp;#92;umbraco&amp;#92;datalayer&amp;#92;SqlHelper.cs&amp;#58;line 217 --- End of inner exception stack trace --- at umbraco.DataLayer.SqlHelper&amp;#96;1.ExecuteNonQuery&amp;#40;String commandText, IParameter&amp;#91;&amp;#93; parameters&amp;#41; in d&amp;#58;&amp;#92;TeamCity&amp;#92;buildAgent&amp;#92;work&amp;#92;7380c184e9fcd3ea&amp;#92;umbraco&amp;#92;datalayer&amp;#92;SqlHelper.cs&amp;#58;line 223 at uForum.usercontrols.DBInstaller.installButton_Click&amp;#40;Object sender, EventArgs e&amp;#41;&lt;br /&gt;&lt;br /&gt;The problem is when i installed umbraco 4.0.1 in the database it dosen&amp;#39;t use &amp;#34;dbo.&amp;#34; in the start of the tables, it uses the username for the sql login.&lt;br /&gt;Comments: &lt;p&gt;Fixed in changeset 47484 &lt;/p&gt;</description><author>mortenbock</author><pubDate>Thu, 11 Nov 2010 19:00:57 GMT</pubDate><guid isPermaLink="false">Closed Issue: Error Installing SQL 2008 and IIS 7.5 [6259] 20101111070057P</guid></item><item><title>Closed Issue: GetUserName throws exception if a member has deleted his/her account [7060]</title><link>http://uforum.codeplex.com/workitem/7060</link><description>If a member has written a message on the forum then deleted his&amp;#47;her account&lt;br /&gt;uForum will throw this exception &amp;#40;see stacktrace&amp;#41;&amp;#58;&lt;br /&gt;&lt;br /&gt;No node exists with id &amp;#39;1106&amp;#39;&lt;br /&gt;No node exists with id &amp;#39;1106&amp;#39;&lt;br /&gt;  at umbraco.cms.businesslogic.CMSNode.setupNode&amp;#40;&amp;#41;&lt;br /&gt;  at umbraco.cms.businesslogic.member.Member.setupNode&amp;#40;&amp;#41;&lt;br /&gt;  at umbraco.cms.businesslogic.CMSNode..ctor&amp;#40;Int32 Id&amp;#41;&lt;br /&gt;  at umbraco.cms.businesslogic.Content..ctor&amp;#40;Int32 id&amp;#41;&lt;br /&gt;  at umbraco.cms.businesslogic.member.Member..ctor&amp;#40;Int32 id&amp;#41;&lt;br /&gt;  at umbraco.providers.members.UmbracoMembershipProvider.GetUser&amp;#40;Object providerUserKey, Boolean userIsOnline&amp;#41;&lt;br /&gt;  at System.Web.Security.Membership.GetUser&amp;#40;Object providerUserKey, Boolean userIsOnline&amp;#41;&lt;br /&gt;  at System.Web.Security.Membership.GetUser&amp;#40;Object providerUserKey&amp;#41;&lt;br /&gt;  at uForum.Businesslogic.Services.AuthorizationService.GetUserName&amp;#40;String id&amp;#41;&lt;br /&gt;  at uForum.Library.Xslt.GetUserName&amp;#40;String id&amp;#41;&lt;br /&gt;Comments: &lt;p&gt;Fixed by changeset 52329 &lt;/p&gt;</description><author>mortenbock</author><pubDate>Thu, 11 Nov 2010 18:56:59 GMT</pubDate><guid isPermaLink="false">Closed Issue: GetUserName throws exception if a member has deleted his/her account [7060] 20101111065659P</guid></item></channel></rss>