<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>uForum basics - Forum for Umbraco CMS</title><link>http://uforum.codeplex.com/project/feeds/rss</link><description>uForum is a small forum package for Umbraco CMS.      uForum basics is a fork of the uForum code used to run on Our Umbraco, but has been refactored to fit a more generic scenario.   </description><item><title>Source code checked in, #69631</title><link>http://uforum.codeplex.com/SourceControl/changeset/changes/69631</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:13:48 GMT</pubDate><guid isPermaLink="false">Source code checked in, #69631 20121001091348P</guid></item><item><title>Source code checked in, #69630</title><link>http://uforum.codeplex.com/SourceControl/changeset/changes/69630</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:07:03 GMT</pubDate><guid isPermaLink="false">Source code checked in, #69630 20121001090703P</guid></item><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>Patch Declined: #7473</title><link>http://uforum.codeplex.com/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/mortenbock'&gt;mortenbock&lt;/a&gt; has declined patch #7473.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Comment:&lt;/b&gt;&lt;br /&gt;Could not reproduce issue, that the patch is supposed to fix.&lt;/p&gt;</description><author>mortenbock</author><pubDate>Wed, 24 Nov 2010 16:27:53 GMT</pubDate><guid isPermaLink="false">Patch Declined: #7473 20101124042753P</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>Patch Uploaded: #7473</title><link>http://uforum.codeplex.com/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/LennardF1989'&gt;LennardF1989&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;See related workitem&lt;/p&gt;</description><author>LennardF1989</author><pubDate>Mon, 22 Nov 2010 11:35:18 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #7473 20101122113518A</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>Source code checked in, #52608</title><link>http://uforum.codeplex.com/SourceControl/changeset/changes/52608</link><description>Changed target framework to 3.5 for compatibility.</description><author>mortenbock</author><pubDate>Tue, 16 Nov 2010 21:57:25 GMT</pubDate><guid isPermaLink="false">Source code checked in, #52608 20101116095725P</guid></item><item><title>Updated Release: uForum 1.0 Beta III (nov 13, 2010)</title><link>http://uforum.codeplex.com/releases/view/55609</link><description>&lt;div class="wikidoc"&gt;This is the beta III release of uForum.&lt;br /&gt;&lt;br /&gt;Fixes include:&lt;br /&gt;Support for legacyschema&lt;br /&gt;&lt;br /&gt;This release requires Umbraco 4.5 and MS SQL database!&lt;br /&gt;&lt;br /&gt;Source can be found in the trunk of changeset 52439&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>mortenbock</author><pubDate>Tue, 16 Nov 2010 21:53:34 GMT</pubDate><guid isPermaLink="false">Updated Release: uForum 1.0 Beta III (nov 13, 2010) 20101116095334P</guid></item><item><title>Released: uForum 1.0 Beta III (Nov 13, 2010)</title><link>http://uforum.codeplex.com/releases/view/55609</link><description>
&lt;div class="wikidoc"&gt;This is the beta III release of uForum.&lt;br&gt;
&lt;br&gt;
Fixes include:&lt;br&gt;
Support for legacyschema&lt;br&gt;
&lt;br&gt;
This release requires Umbraco 4.5 and MS SQL database!&lt;br&gt;
&lt;br&gt;
Source can be found in the trunk of changeset 52439&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Tue, 16 Nov 2010 21:53:34 GMT</pubDate><guid isPermaLink="false">Released: uForum 1.0 Beta III (Nov 13, 2010) 20101116095334P</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>Updated Wiki: Home</title><link>http://uforum.codeplex.com/wikipage?version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;uForum basics&lt;/h1&gt;
&lt;p&gt;uForum basics is a fork of the uForum code used to run on Our Umbraco, but has been refactored to fit a more generic scenario.&lt;/p&gt;
&lt;p&gt;uForum basics uses ASP.NET membership, and should be able to support and membership provider that your site uses. You just need to implement a small interface (uForum.Businesslogic.Services.IMemberIdConverter) in order to convert the membership providers
 member ID (which is an Object) to and from a string. &lt;strong&gt;If you are using Umbracos own membership provider, then it runs out of the box.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Role based security is used to determine who are allowed to post/admin on a per forum basis. So you could have a forum that only a certain member group are allowed to post in.&lt;/p&gt;
&lt;p&gt;The package requires &lt;strong&gt;Umbraco 4.5.x&lt;/strong&gt; running on &lt;strong&gt;MS SQL&lt;/strong&gt; server. It works with both the new and legacy xml schema.&lt;/p&gt;
&lt;h1&gt;Support&lt;/h1&gt;
&lt;p&gt;Please use the forums on Our Umbraco if you have any questions about using the package:&amp;nbsp;&lt;a href="http://our.umbraco.org/projects/collaboration/uforum-basics"&gt;http://our.umbraco.org/projects/collaboration/uforum-basics&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>mortenbock</author><pubDate>Sat, 13 Nov 2010 15:00:27 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101113030027P</guid></item></channel></rss>