<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>CKS Source Control Rss Feed</title><link>http://www.codeplex.com/CKS/SourceControl/ListDownloadableCommits.aspx</link><description>CKS Source Control Rss Description</description><item><title>Source code checked in, #96930</title><link>http://cks.codeplex.com/SourceControl/changeset/changes/96930</link><description>Changes for SP2013</description><author>ReneHezser</author><pubDate>Sun, 23 Dec 2012 10:04:32 GMT</pubDate><guid isPermaLink="false">Source code checked in, #96930 20121223100432A</guid></item><item><title>Source code checked in, #96896</title><link>http://cks.codeplex.com/SourceControl/changeset/changes/96896</link><description>Visual Studio 2012&amp;#13;&amp;#10;Added compatibility with&amp;#13;&amp;#10;- Windows Server 2012&amp;#13;&amp;#10;- SharePoint 2013</description><author>ReneHezser</author><pubDate>Fri, 21 Dec 2012 19:58:11 GMT</pubDate><guid isPermaLink="false">Source code checked in, #96896 20121221075811P</guid></item><item><title>Source code checked in, #94877</title><link>http://cks.codeplex.com/SourceControl/changeset/changes/94877</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 22:38:35 GMT</pubDate><guid isPermaLink="false">Source code checked in, #94877 20121001103835P</guid></item><item><title>Source code checked in, #94876</title><link>http://cks.codeplex.com/SourceControl/changeset/changes/94876</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:31:06 GMT</pubDate><guid isPermaLink="false">Source code checked in, #94876 20121001103106P</guid></item><item><title>Source code checked in, #57274</title><link>http://cks.codeplex.com/SourceControl/changeset/changes/57274</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Wed, 28 Jul 2010 22:13:23 GMT</pubDate><guid isPermaLink="false">Source code checked in, #57274 20100728101323P</guid></item><item><title>Source code checked in, #53654</title><link>http://cks.codeplex.com/SourceControl/changeset/changes/53654</link><description>EBE&amp;#13;&amp;#10;- Metablog API&amp;#13;&amp;#10;&amp;#9;- Send &amp;#34;speaking&amp;#34; Exceptions to the user&amp;#13;&amp;#10;&amp;#9;- ensure authentication on anonymous blogs to prevent access denied&amp;#13;&amp;#10;&amp;#9;- fixed theme detection by creating a draft post if approval is required</description><author>ReneHezser</author><pubDate>Mon, 07 Jun 2010 10:55:59 GMT</pubDate><guid isPermaLink="false">Source code checked in, #53654 20100607105559A</guid></item><item><title>Source code checked in, #52674</title><link>http://cks.codeplex.com/SourceControl/changeset/changes/52674</link><description>EBE&amp;#13;&amp;#10;fix for running on IIS 7 in classic mode</description><author>ReneHezser</author><pubDate>Mon, 31 May 2010 09:54:59 GMT</pubDate><guid isPermaLink="false">Source code checked in, #52674 20100531095459A</guid></item><item><title>Source code checked in, #47816</title><link>http://cks.codeplex.com/SourceControl/changeset/changes/47816</link><description></description><author>ReneHezser</author><pubDate>Thu, 29 Apr 2010 18:55:13 GMT</pubDate><guid isPermaLink="false">Source code checked in, #47816 20100429065513P</guid></item><item><title>Source code checked in, #40714</title><link>http://cks.codeplex.com/SourceControl/changeset/view/40714</link><description>EBE&amp;#13;&amp;#10;- fixed Caching&amp;#13;&amp;#10;</description><author>ReneHezser</author><pubDate>Thu, 04 Mar 2010 21:07:03 GMT</pubDate><guid isPermaLink="false">Source code checked in, #40714 20100304090703P</guid></item><item><title>Patch Uploaded: #4664</title><link>http://cks.codeplex.com/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/dliong'&gt;dliong&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;This patch upgrade contains the following changes from the previous version back in Oct 2 2008&lt;br /&gt;&lt;br /&gt;1. Customise email messages &amp;#40;12&amp;#92;template&amp;#92;features&amp;#92;layouts&amp;#92;fba&amp;#92;emails&amp;#92;&amp;#42;.xslt&amp;#41; that gets sent to  users upon pending for new membership request, membership approval email, membership rejection  email and password recovery emails has been updated with meaningful message and new variables&lt;br /&gt;&lt;br /&gt;2. Feature.xml under FBAManagementSelf folder contains error when people tried to install and  activiate the FBA self management feature &amp;#40;see  http&amp;#58;&amp;#47;&amp;#47;cks.codeplex.com&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;51117&amp;#41;&lt;br /&gt;So the featureID &amp;#40;23c44729-fb03-4882-a0bf-c6fb3ddd81fd&amp;#41; has been commented out&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3.The following code has been updated&amp;#58;&lt;br /&gt;&lt;br /&gt;3.1 membershiprequest.cs&lt;br /&gt;&amp;#8226;&amp;#9;Random password generated by CKS FBA sometimes does not comform to password policy set in  the web.config file. So a new funtion call GeneratePolicyPassword has been created that will  check if generated password is valid according to password policy and repeatedly keep  generating the next random password unti it is valid. A default hardcoded password will  be  use if system does not generate a valid password after 8 times&lt;br /&gt;&amp;#8226;&amp;#9;Static string variable SiteAdminEmail contains a default email address where users can email for any queries regarding their membership request or password &lt;br /&gt;&amp;#8226;&amp;#9;New bool function &amp;#40;isUserInDB&amp;#41; to check if new user membership request already exist in SQL database.It checks if user&amp;#39;s name or email already exist in database&lt;br /&gt;&amp;#8226;&amp;#9;New bool function &amp;#40;isUserInReviewList&amp;#41; to check for duplicated email address if a new user&amp;#39;s membership request is already added into the SharePoint FBA membership Request Management List.&lt;br /&gt;&lt;br /&gt;3.2 MembershipRequestControl.cs&lt;br /&gt;&amp;#8226;&amp;#9;Check if new member request already exist in the SharePoint review list. Only add new user if email address is unique.&lt;br /&gt;&lt;br /&gt;3.3 Utils.cs&lt;br /&gt;&amp;#8226;&amp;#9;Write error log for any CKS FBA activities to a separate log file named &amp;#34;CKS-FBA.log&amp;#34; located in the 12 Hive log folder. Error log is also written to the stan&lt;/p&gt;</description><author>dliong</author><pubDate>Tue, 15 Dec 2009 09:19:21 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #4664 20091215091921A</guid></item><item><title>Source code checked in, #29521</title><link>http://cks.codeplex.com/SourceControl/changeset/view/29521</link><description>EBE&amp;#13;&amp;#10;Quickfix for &amp;#34;Invalid Post Id&amp;#34;</description><author>ReneHezser</author><pubDate>Tue, 24 Nov 2009 08:09:38 GMT</pubDate><guid isPermaLink="false">Source code checked in, #29521 20091124080938A</guid></item><item><title>Source code checked in, #29004</title><link>http://cks.codeplex.com/SourceControl/changeset/view/29004</link><description>EBE&amp;#13;&amp;#10;- if trackback was not successfull, try pingback&amp;#13;&amp;#10;- improved logging</description><author>ReneHezser</author><pubDate>Sun, 11 Oct 2009 11:42:56 GMT</pubDate><guid isPermaLink="false">Source code checked in, #29004 20091011114256A</guid></item><item><title>Source code checked in, #28996</title><link>http://cks.codeplex.com/SourceControl/changeset/view/28996</link><description>EBE&amp;#13;&amp;#10;- Added logging &amp;#40;configured on EBE settings page&amp;#41; to SharePoint Logs directory. Currently only for Trackback&amp;#47;Pingback&amp;#13;&amp;#10;- fixed a bug in Pingback Url detection</description><author>ReneHezser</author><pubDate>Sat, 10 Oct 2009 18:27:32 GMT</pubDate><guid isPermaLink="false">Source code checked in, #28996 20091010062732P</guid></item><item><title>Source code checked in, #28867</title><link>http://cks.codeplex.com/SourceControl/changeset/view/28867</link><description>fixed bugs with themed wikis</description><author>ReneHezser</author><pubDate>Mon, 28 Sep 2009 17:00:11 GMT</pubDate><guid isPermaLink="false">Source code checked in, #28867 20090928050011P</guid></item><item><title>Source code checked in, #28377</title><link>http://cks.codeplex.com/SourceControl/changeset/view/28377</link><description>EBE&amp;#13;&amp;#10;- Feature stapling support implemented&amp;#13;&amp;#10;- Show error if AAM does not know the current URL while enabling the site feature</description><author>ReneHezser</author><pubDate>Wed, 05 Aug 2009 20:16:02 GMT</pubDate><guid isPermaLink="false">Source code checked in, #28377 20090805081602P</guid></item><item><title>Source code checked in, #28258</title><link>http://cks.codeplex.com/SourceControl/changeset/view/28258</link><description>Code tidy &amp;#38; Re-added SPFileCacheDependency</description><author>TheKid</author><pubDate>Tue, 28 Jul 2009 13:16:27 GMT</pubDate><guid isPermaLink="false">Source code checked in, #28258 20090728011627P</guid></item><item><title>Source code checked in, #28257</title><link>http://cks.codeplex.com/SourceControl/changeset/view/28257</link><description>Re-included XmlFeed.cs and UserDetails.cs</description><author>TheKid</author><pubDate>Tue, 28 Jul 2009 13:02:23 GMT</pubDate><guid isPermaLink="false">Source code checked in, #28257 20090728010223P</guid></item><item><title>Source code checked in, #28256</title><link>http://cks.codeplex.com/SourceControl/changeset/view/28256</link><description>Added caching to the XML controls...&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#60;EBE&amp;#58;XmlFeed runat&amp;#61;&amp;#39;server&amp;#39; FeedUrl&amp;#61;&amp;#39;http&amp;#58;&amp;#47;&amp;#47;feeds.feedburner.com&amp;#47;TheKid&amp;#39; Cache-Enabled&amp;#61;&amp;#39;True&amp;#39; Cache-Timeout&amp;#61;&amp;#39;300&amp;#39; &amp;#47;&amp;#62;</description><author>TheKid</author><pubDate>Tue, 28 Jul 2009 12:54:28 GMT</pubDate><guid isPermaLink="false">Source code checked in, #28256 20090728125428P</guid></item><item><title>Source code checked in, #28255</title><link>http://cks.codeplex.com/SourceControl/changeset/view/28255</link><description>Added the ability to exclude the EBE HttpModule from specific paths.&amp;#13;&amp;#10;&amp;#13;&amp;#10;Add entry to web.config appSettings called &amp;#39;EBE_ExcludedPaths&amp;#39; which is a semi-colon seperated list of paths. &amp;#60;add name&amp;#61;&amp;#39;EBE_ExcludedPaths&amp;#39; value&amp;#61;&amp;#39;&amp;#47;Pages&amp;#47;&amp;#39; &amp;#47;&amp;#62;</description><author>TheKid</author><pubDate>Tue, 28 Jul 2009 12:26:31 GMT</pubDate><guid isPermaLink="false">Source code checked in, #28255 20090728122631P</guid></item><item><title>Source code checked in, #28254</title><link>http://cks.codeplex.com/SourceControl/changeset/view/28254</link><description>Fixed exception when publishing feature activated at the site collection</description><author>TheKid</author><pubDate>Tue, 28 Jul 2009 12:20:40 GMT</pubDate><guid isPermaLink="false">Source code checked in, #28254 20090728122040P</guid></item></channel></rss>