<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>msdnforumsclient Source Control Rss Feed</title><link>http://www.codeplex.com/msdnforumsclient/SourceControl/ListDownloadableCommits.aspx</link><description>msdnforumsclient Source Control Rss Description</description><item><title>Source code checked in, #17021</title><link>http://www.codeplex.com/msdnforumsclient/SourceControl/ListDownloadableCommits.aspx</link><description>Changes to test suite to automate some UI tests</description><author>JohnDAddamio</author><pubDate>Wed, 12 Nov 2008 00:15:58 GMT</pubDate><guid isPermaLink="false">Source code checked in, #17021 20081112121558A</guid></item><item><title>Source code checked in, #16999</title><link>http://www.codeplex.com/msdnforumsclient/SourceControl/ListDownloadableCommits.aspx</link><description>Changes to allow all locales that are supported by the operating system</description><author>JohnDAddamio</author><pubDate>Tue, 11 Nov 2008 22:58:25 GMT</pubDate><guid isPermaLink="false">Source code checked in, #16999 20081111105825P</guid></item><item><title>Source code checked in, #13173</title><link>http://www.codeplex.com/msdnforumsclient/SourceControl/ListDownloadableCommits.aspx</link><description>-          Added function called ProcessPendingActions in SynchornizationController&amp;#13;&amp;#10;-          Added tests for this and update ForumDataCreator to help read PendingActions from xml&amp;#13;&amp;#10;-          Updated schema for PendingActions stable&amp;#13;&amp;#10;-          Put manual syncs on a background thread so that their call backs are also on background threads&amp;#13;&amp;#10;</description><author>mmanela</author><pubDate>Tue, 21 Oct 2008 22:14:41 GMT</pubDate><guid isPermaLink="false">Source code checked in, #13173 20081021101441P</guid></item><item><title>Source code checked in, #13158</title><link>http://www.codeplex.com/msdnforumsclient/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>mmanela</author><pubDate>Tue, 21 Oct 2008 19:47:35 GMT</pubDate><guid isPermaLink="false">Source code checked in, #13158 20081021074735P</guid></item><item><title>Source code checked in, #12859</title><link>http://www.codeplex.com/msdnforumsclient/SourceControl/ListDownloadableCommits.aspx</link><description>UpdateTests for reverting back to GetAllForums. Was missed out in previous check in.</description><author>skannan</author><pubDate>Fri, 17 Oct 2008 22:33:12 GMT</pubDate><guid isPermaLink="false">Source code checked in, #12859 20081017103312P</guid></item><item><title>Source code checked in, #12858</title><link>http://www.codeplex.com/msdnforumsclient/SourceControl/ListDownloadableCommits.aspx</link><description>ShelveSet&amp;#58; ChangetoGetAllForums&amp;#13;&amp;#10; &amp;#13;&amp;#10;&amp;#42; Since there is a pending bug with GetAllForumsBrief method temporarily switching to GetAllForums&amp;#13;&amp;#10; &amp;#13;&amp;#10;</description><author>skannan</author><pubDate>Fri, 17 Oct 2008 22:06:53 GMT</pubDate><guid isPermaLink="false">Source code checked in, #12858 20081017100653P</guid></item><item><title>Source code checked in, #12832</title><link>http://www.codeplex.com/msdnforumsclient/SourceControl/ListDownloadableCommits.aspx</link><description>the fix for issue &amp;#35;2533 - When adding forums you can&amp;#39;t multi-select.&amp;#13;&amp;#10;&amp;#13;&amp;#10;Fix allows user to multi-select when adding or removing forums from lists in the subscription dialog</description><author>JohnDAddamio</author><pubDate>Wed, 15 Oct 2008 20:45:40 GMT</pubDate><guid isPermaLink="false">Source code checked in, #12832 20081015084540P</guid></item><item><title>Source code checked in, #12830</title><link>http://www.codeplex.com/msdnforumsclient/SourceControl/ListDownloadableCommits.aspx</link><description>UpdateTitle&amp;#13;&amp;#10;&amp;#13;&amp;#10;Update the title in both installer and the app.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#91;Reviewed by John D earlier &amp;#93;</description><author>skannan</author><pubDate>Wed, 15 Oct 2008 17:57:29 GMT</pubDate><guid isPermaLink="false">Source code checked in, #12830 20081015055729P</guid></item><item><title>Source code checked in, #12785</title><link>http://www.codeplex.com/msdnforumsclient/SourceControl/ListDownloadableCommits.aspx</link><description>1.&amp;#9;Added Debug-Test configuration to AppThemes and ForumsProvider projects &amp;#8211; Matt, this was the cause of that build error the other week where ForumsProvider did not build in Debug-Test configuration  w&amp;#47;o having built in Debug first.&amp;#13;&amp;#10;2.&amp;#9;Added Name properties to items in ToolBarTrayView to improve testability &amp;#8211; can&amp;#8217;t find them w&amp;#47;o names &amp;#13;&amp;#10;3.&amp;#9;Changed ToString override in ForumsClassExtensions to return DisplayName rather than Name so it&amp;#8217;s consistent with what is displayed.&amp;#13;&amp;#10;</description><author>JohnDAddamio</author><pubDate>Tue, 14 Oct 2008 22:43:45 GMT</pubDate><guid isPermaLink="false">Source code checked in, #12785 20081014104345P</guid></item><item><title>Source code checked in, #12763</title><link>http://www.codeplex.com/msdnforumsclient/SourceControl/ListDownloadableCommits.aspx</link><description>Some of the high level changes&amp;#58;&amp;#13;&amp;#10;&amp;#8226;         Created a Folder Model which the folder tree view binds to elements of.  These contain ViewModel&amp;#8217;s which views on the right side of the screen will bind to.&amp;#13;&amp;#10;&amp;#8226;         Created a MyThreadsView which displays the users threads&amp;#13;&amp;#10;&amp;#8226;         Began storing the logged in users information and permissions&amp;#13;&amp;#10;&amp;#8226;         Update SyncService Summaries to tell if an item was added or updated&amp;#13;&amp;#10;&amp;#8226;         Added an ObjectRegistry which keeps a single instance of each data object in memory.&amp;#13;&amp;#10;&amp;#8226;         Changed how updates work, now instead of walking the object tree we fire events to the specific object which is updated.&amp;#13;&amp;#10;&amp;#8226;         Updated Database schema to get ready for writes&amp;#13;&amp;#10;&amp;#8226;         Put PostView inside of ThreadView to share its binding&amp;#13;&amp;#10;&amp;#8226;         Updated tests for re organization and ObjectRegistry&amp;#13;&amp;#10;</description><author>mmanela</author><pubDate>Fri, 10 Oct 2008 21:16:57 GMT</pubDate><guid isPermaLink="false">Source code checked in, #12763 20081010091657P</guid></item><item><title>Source code checked in, #12760</title><link>http://www.codeplex.com/msdnforumsclient/SourceControl/ListDownloadableCommits.aspx</link><description>FIltering out en-in locale.  The service should not be returning this locale.  It causes a crash on XP when we try to get the corresponding LCID.</description><author>mmanela</author><pubDate>Thu, 09 Oct 2008 17:19:22 GMT</pubDate><guid isPermaLink="false">Source code checked in, #12760 20081009051922P</guid></item><item><title>Source code checked in, #12571</title><link>http://www.codeplex.com/msdnforumsclient/SourceControl/ListDownloadableCommits.aspx</link><description>Checking in test plan</description><author>JohnDAddamio</author><pubDate>Thu, 25 Sep 2008 20:55:33 GMT</pubDate><guid isPermaLink="false">Source code checked in, #12571 20080925085533P</guid></item><item><title>Source code checked in, #12542</title><link>http://www.codeplex.com/msdnforumsclient/SourceControl/ListDownloadableCommits.aspx</link><description>Change all &amp;#42;Synch&amp;#42; names to &amp;#42;Options&amp;#42;</description><author>JohnDAddamio</author><pubDate>Mon, 22 Sep 2008 22:55:22 GMT</pubDate><guid isPermaLink="false">Source code checked in, #12542 20080922105522P</guid></item><item><title>Source code checked in, #12541</title><link>http://www.codeplex.com/msdnforumsclient/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>JohnDAddamio</author><pubDate>Mon, 22 Sep 2008 20:48:55 GMT</pubDate><guid isPermaLink="false">Source code checked in, #12541 20080922084855P</guid></item><item><title>Source code checked in, #12540</title><link>http://www.codeplex.com/msdnforumsclient/SourceControl/ListDownloadableCommits.aspx</link><description>Added a null check on the selectedForum and selectedPost when marking a post as read.</description><author>mmanela</author><pubDate>Mon, 22 Sep 2008 18:16:08 GMT</pubDate><guid isPermaLink="false">Source code checked in, #12540 20080922061608P</guid></item><item><title>Source code checked in, #12516</title><link>http://www.codeplex.com/msdnforumsclient/SourceControl/ListDownloadableCommits.aspx</link><description>Changed listviews in subscribe dialog to be single select since we don&amp;#39;t support multiselect.</description><author>mmanela</author><pubDate>Fri, 19 Sep 2008 21:46:50 GMT</pubDate><guid isPermaLink="false">Source code checked in, #12516 20080919094650P</guid></item><item><title>Source code checked in, #12514</title><link>http://www.codeplex.com/msdnforumsclient/SourceControl/ListDownloadableCommits.aspx</link><description>Added a search filter box to the FilterView.  &amp;#13;&amp;#10;This lets the user filter by RootPost subject. &amp;#13;&amp;#10; I also added a cancel button which clears the search&amp;#13;&amp;#10;</description><author>mmanela</author><pubDate>Fri, 19 Sep 2008 15:57:02 GMT</pubDate><guid isPermaLink="false">Source code checked in, #12514 20080919035702P</guid></item><item><title>Source code checked in, #12445</title><link>http://www.codeplex.com/msdnforumsclient/SourceControl/ListDownloadableCommits.aspx</link><description>&amp;#42; Adding additional image files</description><author>skannan</author><pubDate>Fri, 12 Sep 2008 21:25:46 GMT</pubDate><guid isPermaLink="false">Source code checked in, #12445 20080912092546P</guid></item><item><title>Source code checked in, #12443</title><link>http://www.codeplex.com/msdnforumsclient/SourceControl/ListDownloadableCommits.aspx</link><description>Shelveset&amp;#58; FilterBy&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#42; Added a filter by combox to allow the user to filter following&amp;#13;&amp;#10;      - Show All &amp;#40;Reset just FilterBy items&amp;#41;&amp;#13;&amp;#10;      - Unanswered&amp;#13;&amp;#10;      - Answered&amp;#13;&amp;#10;      - General Discussion&amp;#13;&amp;#10;      - Proposed Answers&amp;#13;&amp;#10;</description><author>skannan</author><pubDate>Fri, 12 Sep 2008 18:20:57 GMT</pubDate><guid isPermaLink="false">Source code checked in, #12443 20080912062057P</guid></item><item><title>Source code checked in, #12438</title><link>http://www.codeplex.com/msdnforumsclient/SourceControl/ListDownloadableCommits.aspx</link><description>Added filters to the thread view.&amp;#13;&amp;#10;Created a FIlterableView which contains the threaded view. &amp;#13;&amp;#10;Added aditional properties to PostContainer and changed when RootPosts get populated in ForumContainer.</description><author>mmanela</author><pubDate>Fri, 12 Sep 2008 16:36:37 GMT</pubDate><guid isPermaLink="false">Source code checked in, #12438 20080912043637P</guid></item></channel></rss>