<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>BlogEngine.NET Photo Gallery</title><link>http://www.codeplex.com/BlogEnginePhoto/Project/ProjectRss.aspx</link><description>This is a branch of the BlogEngine.NET project to add support for a Photo Gallery. This is a temporary project for developers only. We hope to merge back into BlogEngine source code tree in the nea...</description><item><title>New Post: Still working on this project?</title><link>http://www.codeplex.com/BlogEnginePhoto/Thread/View.aspx?ThreadId=26115</link><description>&lt;div style="line-height: normal;"&gt;the project is active?&lt;br&gt;
there are a Official Relase?&lt;br&gt;
&lt;br&gt;
if you want, i can dev it with you ...
&lt;/div&gt;</description><author>TheXeon</author><pubDate>Fri, 11 Jul 2008 22:54:46 GMT</pubDate><guid isPermaLink="false">New Post: Still working on this project? 20080711105446P</guid></item><item><title>NEW POST: Still working on this project?</title><link>http://www.codeplex.com/BlogEnginePhoto/Thread/View.aspx?ThreadId=26115</link><description>&lt;div class="wikidoc"&gt;
good question I was just about to ask! so is this project still being worked on?&lt;br /&gt;
&lt;/div&gt;</description><author>DizPodDir</author><pubDate>Fri, 18 Apr 2008 17:40:20 GMT</pubDate><guid isPermaLink="false">NEW POST: Still working on this project? 20080418054020P</guid></item><item><title>NEW POST: Still working on this project?</title><link>http://www.codeplex.com/BlogEnginePhoto/Thread/View.aspx?ThreadId=26115</link><description>&lt;div class="wikidoc"&gt;
Is this still moving forward?&lt;br /&gt;
&lt;/div&gt;</description><author>DannyDouglass</author><pubDate>Thu, 17 Apr 2008 14:16:22 GMT</pubDate><guid isPermaLink="false">NEW POST: Still working on this project? 20080417021622P</guid></item><item><title>NEW POST: 最新版，报异常</title><link>http://www.codeplex.com/BlogEnginePhoto/Thread/View.aspx?ThreadId=22850</link><description>&lt;div class="wikidoc"&gt;
Blogbase.cs中&lt;br /&gt;public static List&amp;lt;T&amp;gt; Items&lt;br /&gt;		{&lt;br /&gt;			get&lt;br /&gt;			{&lt;br /&gt;				if (_Items == null)&lt;br /&gt;				{&lt;br /&gt;					lock (_SyncRoot)&lt;br /&gt;					{&lt;br /&gt;						if (_Items == null)&lt;br /&gt;						{&lt;br /&gt;							//T dummy = new T(); // to force OnLoad to be set by derived class (hack)&lt;br /&gt;							_Items = OnLoad();&lt;br /&gt;						}&lt;br /&gt;					}&lt;br /&gt;				}&lt;br /&gt; &lt;br /&gt;				return _Items;&lt;br /&gt;			}&lt;br /&gt;		}&lt;br /&gt;返回Album对象的时候报异常。&lt;br /&gt;
&lt;/div&gt;</description><author>xewnwsl2001</author><pubDate>Tue, 26 Feb 2008 09:42:22 GMT</pubDate><guid isPermaLink="false">NEW POST: 最新版，报异常 20080226094222A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/BlogEnginePhoto/SourceControl/ListDownloadableCommits.aspx</link><description>Started to move code into seperate assembly. DO NOT DOWNLOAD.</description><author>tgiphil</author><pubDate>Thu, 07 Feb 2008 02:20:20 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080207022020A</guid></item><item><title>NEW POST: MSSQL Error</title><link>http://www.codeplex.com/BlogEnginePhoto/Thread/View.aspx?ThreadId=21387</link><description>&lt;div class="wikidoc"&gt;
When trying to use MSSQL with this I get the following error. This is with build 6475.&lt;br /&gt;Any help would be great&lt;br /&gt; &lt;br /&gt;Thanks&lt;br /&gt; &lt;br /&gt;ERROR:  &lt;br /&gt; &lt;br /&gt;Server Error in '/blogtest' Application.&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt; &lt;br /&gt;Unknown interface type returned. &lt;br /&gt;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. &lt;br /&gt; &lt;br /&gt;Exception Details: System.Exception: Unknown interface type returned.&lt;br /&gt; &lt;br /&gt;Source Error: &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Line 42:             {&lt;br /&gt;Line 43:                 int number = BlogSettings.Instance.NumberOfRecentPosts;&lt;br /&gt;Line 44:                 if (number &amp;gt; Post.Items.Count)&lt;br /&gt;Line 45:                     number = Post.Items.Count;&lt;br /&gt;Line 46: &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Source File: d:\hosting\sean25us\blogtest\App_Code\Controls\RecentPosts.cs    Line: 44 &lt;br /&gt; &lt;br /&gt;Stack Trace: &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/BlogEnginePhoto/Wiki/View.aspx?title=Exception%3a%20Unknown%20interface%20type%20returned."&gt;Exception: Unknown interface type returned.&lt;/a&gt;&lt;br /&gt;   BlogEngine.Core.Provider.BlogProviderBase.GetInterface() in BlogProviderBase.cs:36&lt;br /&gt;   BlogEngine.Core.Post..cctor() in Post.cs:218&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/BlogEnginePhoto/Wiki/View.aspx?title=TypeInitializationException%3a%20The%20type%20initializer%20for%20%27BlogEngine.Core.Post%27%20threw%20an%20exception."&gt;TypeInitializationException: The type initializer for 'BlogEngine.Core.Post' threw an exception.&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/BlogEnginePhoto/Wiki/View.aspx?title=TargetInvocationException%3a%20Exception%20has%20been%20thrown%20by%20the%20target%20of%20an%20invocation."&gt;TargetInvocationException: Exception has been thrown by the target of an invocation.&lt;/a&gt;&lt;br /&gt;   System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean&amp;amp; canBeCached, RuntimeMethodHandle&amp;amp; ctor, Boolean&amp;amp; bNeedSecurityCheck) +0&lt;br /&gt;   System.Activator.CreateInstance() +122&lt;br /&gt;   BlogEngine.Core.BlogBase`1.get_Items() in BlogBase.cs:117&lt;br /&gt;   Controls.RecentPosts.BuildPostList() in d:\hosting\sean25us\blogtest\App_Code\Controls\RecentPosts.cs:44&lt;br /&gt;   Controls.RecentPosts..cctor() in d:\hosting\sean25us\blogtest\App_Code\Controls\RecentPosts.cs:22&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/BlogEnginePhoto/Wiki/View.aspx?title=TypeInitializationException%3a%20The%20type%20initializer%20for%20%27Controls.RecentPosts%27%20threw%20an%20exception."&gt;TypeInitializationException: The type initializer for 'Controls.RecentPosts' threw an exception.&lt;/a&gt;&lt;br /&gt;   Controls.RecentPosts..ctor() +0&lt;br /&gt;   ASP.themes&lt;i&gt;standard&lt;/i&gt;sidepanel&lt;i&gt;ascx._&lt;/i&gt;BuildControl__control3() in d:\hosting\sean25us\blogtest\themes\Standard\SidePanel.ascx:56&lt;br /&gt;   ASP.themes&lt;i&gt;standard&lt;/i&gt;sidepanel&lt;i&gt;ascx._&lt;/i&gt;BuildControlTree(themes&lt;i&gt;standard&lt;/i&gt;sidepanel_ascx __ctrl) in d:\hosting\sean25us\blogtest\themes\Standard\SidePanel.ascx:1&lt;br /&gt;   ASP.themes&lt;i&gt;standard&lt;/i&gt;sidepanel_ascx.FrameworkInitialize() in d:\hosting\sean25us\blogtest\themes\Standard\SidePanel.ascx.cs:912306&lt;br /&gt;   System.Web.UI.UserControl.InitializeAsUserControlInternal() +31&lt;br /&gt;   System.Web.UI.UserControl.InitializeAsUserControl(Page page) +14&lt;br /&gt;   ASP.themes&lt;i&gt;standard&lt;/i&gt;site&lt;i&gt;master._&lt;/i&gt;BuildControlInfoBox1() in d:\hosting\sean25us\blogtest\themes\Standard\site.master:87&lt;br /&gt;   ASP.themes&lt;i&gt;standard&lt;/i&gt;site&lt;i&gt;master._&lt;/i&gt;BuildControl__control5() in d:\hosting\sean25us\blogtest\themes\Standard\site.master:76&lt;br /&gt;   ASP.themes&lt;i&gt;standard&lt;/i&gt;site&lt;i&gt;master._&lt;/i&gt;BuildControlTree(themes&lt;i&gt;standard&lt;/i&gt;site_master __ctrl) in d:\hosting\sean25us\blogtest\themes\Standard\site.master:1&lt;br /&gt;   ASP.themes&lt;i&gt;standard&lt;/i&gt;site_master.FrameworkInitialize() in d:\hosting\sean25us\blogtest\themes\Standard\site.master.cs:912307&lt;br /&gt;   System.Web.UI.UserControl.InitializeAsUserControlInternal() +31&lt;br /&gt;   System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection) +2025712&lt;br /&gt;   System.Web.UI.Page.get_Master() +48&lt;br /&gt;   System.Web.UI.Page.ApplyMasterPage() +18&lt;br /&gt;   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +543&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>sean24us</author><pubDate>Fri, 01 Feb 2008 19:42:28 GMT</pubDate><guid isPermaLink="false">NEW POST: MSSQL Error 20080201074228P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BlogEnginePhoto/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This is a branch of the BlogEngine.NET project to add support for a Photo Gallery. This is a temporary project for developers only. We hope to merge back into BlogEngine source code tree in the near future.
&lt;br /&gt; &lt;br /&gt;This project will be kept up to date with the latest changeset and releases from the BlogEngine.NET project.&lt;br /&gt; &lt;br /&gt;Please remember, this is &lt;b&gt;not&lt;/b&gt; a replacement for the core BlogEngine.NET project.  This is a place for developers to trial improvements and extensions to the core project - at present improvements are targetted towards the implementation of an integrated media management solution.&lt;br /&gt; &lt;br /&gt;The following are the main projects related to BlogEngine.NET:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/blogengine" class="externalLink"&gt;Core BlogEngine.NET Project &lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/BlogEngineExtensions" class="externalLink"&gt;BlogEngine Extensions Project &lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Demo&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Check out the &lt;a href="http://www.thinkedge.com/demo" class="externalLink"&gt;demo website&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. While on the demo site, sign in as &amp;quot;admin&amp;quot; with the default password &amp;quot;admin&amp;quot; to take a look at the new Gallery control panel. (Note: The website is set to read-only.)&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Screenshots&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Click for more &lt;a href="http://www.codeplex.com/BlogEnginePhoto/Wiki/View.aspx?title=Screenshots&amp;amp;referringTitle=Home"&gt;Screenshots&lt;/a&gt;. &lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=BlogEnginePhoto&amp;amp;DownloadId=23247" alt="Polariod.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=BlogEnginePhoto&amp;amp;DownloadId=23351" alt="ViewPhotoAlbumCropped.png" /&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>tgiphil</author><pubDate>Fri, 01 Feb 2008 07:08:01 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080201070801A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/BlogEnginePhoto/SourceControl/ListDownloadableCommits.aspx</link><description>Removed dependencies on IPublishableExtended. </description><author>tgiphil</author><pubDate>Thu, 31 Jan 2008 03:34:09 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080131033409A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/BlogEnginePhoto/SourceControl/ListDownloadableCommits.aspx</link><description>implement changesets &amp;#35;9268 and &amp;#35;9313&amp;#13;&amp;#10;</description><author>djcp1</author><pubDate>Sun, 27 Jan 2008 19:41:55 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080127074155P</guid></item><item><title>NEW POST: Delete Post MSSQL Provider</title><link>http://www.codeplex.com/BlogEnginePhoto/Thread/View.aspx?ThreadId=21056</link><description>&lt;div class="wikidoc"&gt;
Test of site and found that the Delete post link not working below is the error. Any help would be great.&lt;br /&gt; &lt;br /&gt;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. &lt;br /&gt; &lt;br /&gt;Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.&lt;br /&gt; &lt;br /&gt;Source Error: &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Line 20: 		Post post = BlogEngine.Core.Post.GetById(guid);&lt;br /&gt;Line 21: 		post.Delete();&lt;br /&gt;Line 22: 		post.Save();&lt;br /&gt;Line 23: 	}&lt;br /&gt;Line 24: &lt;br /&gt; &lt;br /&gt;Source File: d:\hosting\breanna13\blog\post.aspx.cs    Line: 22 &lt;br /&gt; &lt;br /&gt;Stack Trace: &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/BlogEnginePhoto/Wiki/View.aspx?title=NullReferenceException%3a%20Object%20reference%20not%20set%20to%20an%20instance%20of%20an%20object."&gt;NullReferenceException: Object reference not set to an instance of an object.&lt;/a&gt;&lt;br /&gt;   BlogEngine.Core.Provider.MSSQL.SQLManagedConnection.AddInParameter(String name, DbType dbType, Object value) in SQLManagedConnection.cs:231&lt;br /&gt;   BlogEngine.Core.Provider.MSSQL.CIPosts.Delete(Post post) in CIPosts.cs:324&lt;br /&gt;   BlogEngine.Core.Post.DataDelete() in Post.cs:183&lt;br /&gt;   BlogEngine.Core.BusinessBase`2.Update() in BusinessBase.cs:318&lt;br /&gt;   BlogEngine.Core.BusinessBase`2.Save() in BusinessBase.cs:299&lt;br /&gt;   post.Delete(Guid guid) in d:\hosting\breanna13\blog\post.aspx.cs:22&lt;br /&gt;   post.OnPreInit(EventArgs e) in d:\hosting\breanna13\blog\post.aspx.cs:40&lt;br /&gt;   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +521&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>sean24us</author><pubDate>Fri, 25 Jan 2008 22:53:12 GMT</pubDate><guid isPermaLink="false">NEW POST: Delete Post MSSQL Provider 20080125105312P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/BlogEnginePhoto/SourceControl/ListDownloadableCommits.aspx</link><description>Pages can now have comments.&amp;#13;&amp;#10;- Note&amp;#58; ThinkBox has been disabled due to conflict with comment preview.</description><author>tgiphil</author><pubDate>Fri, 25 Jan 2008 07:35:39 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080125073539A</guid></item><item><title>NEW POST: Storage Location</title><link>http://www.codeplex.com/BlogEnginePhoto/Thread/View.aspx?ThreadId=19524</link><description>&lt;div class="wikidoc"&gt;
Hi, any updates on the directory wise photo storage option ?&lt;br /&gt;
&lt;/div&gt;</description><author>BinaryBits</author><pubDate>Tue, 22 Jan 2008 15:30:17 GMT</pubDate><guid isPermaLink="false">NEW POST: Storage Location 20080122033017P</guid></item><item><title>NEW POST: Polaroid displays all photos </title><link>http://www.codeplex.com/BlogEnginePhoto/Thread/View.aspx?ThreadId=20393</link><description>&lt;div class="wikidoc"&gt;
Thanks; this has been fixed.&lt;br /&gt;
&lt;/div&gt;</description><author>tgiphil</author><pubDate>Fri, 18 Jan 2008 06:02:59 GMT</pubDate><guid isPermaLink="false">NEW POST: Polaroid displays all photos  20080118060259A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/BlogEnginePhoto/SourceControl/ListDownloadableCommits.aspx</link><description>Moved media classes to the new media directory. </description><author>tgiphil</author><pubDate>Fri, 18 Jan 2008 05:10:57 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080118051057A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/BlogEnginePhoto/SourceControl/ListDownloadableCommits.aspx</link><description>Incorporated CS&amp;#35; 9134.</description><author>tgiphil</author><pubDate>Fri, 18 Jan 2008 04:58:54 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080118045854A</guid></item><item><title>UPDATED WIKI: Impact Analysis</title><link>http://www.codeplex.com/BlogEnginePhoto/Wiki/View.aspx?title=Impact Analysis&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Impact Analysis&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This is a work in progress. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;BlogEngine.NET&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;themes/Standard/style.ccs - Modified&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Added CCS for PageMenu and CategoryMenu controls&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Internal Note: Consider alternative locations for stylesheet (inject the reference to the stylesheet within custom control logic).&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;b&gt;Web.Config - Modified&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Added httpHandler &amp;quot;photo.axd&amp;quot;.&lt;/li&gt;&lt;li&gt;Added photo provider model (LocalPhotoProvider &amp;amp; MSSQLPhotoProvider) for the actual photo files&lt;/li&gt;&lt;li&gt;Replaced existing data provider&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Internal Note: This is experimental and will probably be removed prior to first release.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;b&gt;web/HttpModules/UrlRewrite - Modified&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Added URL rewrites for Photo, Album, &amp;amp; Gallery&lt;/li&gt;&lt;li&gt;New methods to support new rewrite handlers (near end of file).&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Page.cs - Rewrite&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Completely refactored&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Post..cs - Rewrite&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Completely refactored&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Category..cs - Rewrite&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Completely refactored&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;BlogBasePage.cs - Modified&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Removed post.Delete call in OnPreInit (implemented elsewhere)&lt;/li&gt;&lt;li&gt;Moved base.OnLoad() in OnLoad() below &amp;quot;blog.js&amp;quot; include&lt;/li&gt;&lt;li&gt;AddJavaScriptInclude() has been refactored. New code in Utils.cs&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Internal Note: Move factor code back to BlogBasePage.cs instead of Utils.cs&lt;/li&gt;&lt;li&gt;Custom controls should not have code in either BlogBasePage.cs or Utils.cs (inject the reference to the stylesheet within custom control logic).&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;b&gt;Utils.cs - Modified&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Added RequireStandardJavaScript(), ThickBoxLoadingImagePath(), ... methods&lt;/li&gt;&lt;li&gt;Added static java script path constants&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Internal Note: Remove method and static constants. Not the proper place. Revert back to core source code.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;b&gt;UserControls/CommentView.cs - Modified&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Changed references from Post to ParentItem (which uses the new ICommentable interface)&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;This allows comments for other object besides posts.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;b&gt;UserControls/CommentView.aspx - Modified&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Changed references from Post to ParentItem (which uses the new ICommentable interface)&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;BlogEngine.Core&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;BusinessBase.cs - Modified&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Modified the Data Access region methods to use the new BlogService interface.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>tgiphil</author><pubDate>Fri, 18 Jan 2008 04:34:35 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Impact Analysis 20080118043435A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/BlogEnginePhoto/SourceControl/ListDownloadableCommits.aspx</link><description>Incorporated CS&amp;#35; 9042 &amp;#38; 9054.</description><author>tgiphil</author><pubDate>Fri, 18 Jan 2008 03:58:47 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080118035847A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/BlogEnginePhoto/SourceControl/ListDownloadableCommits.aspx</link><description>Incorporated CS&amp;#35; 8976 &amp;#38; 9008.</description><author>tgiphil</author><pubDate>Thu, 17 Jan 2008 16:09:55 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080117040955P</guid></item><item><title>UPDATED WIKI: Impact Analysis</title><link>http://www.codeplex.com/BlogEnginePhoto/Wiki/View.aspx?title=Impact Analysis&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Impact Analysis&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This is a work in progress. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;BlogEngine.Core&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;BlogEngine.NET&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;themes/Standard/style.ccs - Modified&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Added CCS for PageMenu and CategoryMenu controls&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Internal Note: Consider alternative locations for stylesheet (inject the reference to the stylesheet within custom control logic).&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;b&gt;Web.Config - Modified&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Added httpHandler &amp;quot;photo.axd&amp;quot;.&lt;/li&gt;&lt;li&gt;Added photo provider model (LocalPhotoProvider &amp;amp; MSSQLPhotoProvider) for the actual photo files&lt;/li&gt;&lt;li&gt;Replaced existing data provider&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Internal Note: This is experimental and will probably be removed prior to first release.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;b&gt;web/HttpModules/UrlRewrite - Modified&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Added URL rewrites for Photo, Album, &amp;amp; Gallery&lt;/li&gt;&lt;li&gt;New methods to support new rewrite handlers (near end of file).&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Page.cs - Rewrite&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Completely refactored&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Post..cs - Rewrite&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Completely refactored&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Category..cs - Rewrite&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Completely refactored&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;BlogBasePage.cs - Modified&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Removed post.Delete call in OnPreInit (implemented elsewhere)&lt;/li&gt;&lt;li&gt;Moved base.OnLoad() in OnLoad() below &amp;quot;blog.js&amp;quot; include&lt;/li&gt;&lt;li&gt;AddJavaScriptInclude() has been refactored. New code in Utils.cs&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Internal Note: Move factor code back to BlogBasePage.cs instead of Utils.cs&lt;/li&gt;&lt;li&gt;Custom controls should not have code in either BlogBasePage.cs or Utils.cs (inject the reference to the stylesheet within custom control logic).&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;b&gt;Utils.cs - Modified&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Added RequireStandardJavaScript(), ThickBoxLoadingImagePath(), ... methods&lt;/li&gt;&lt;li&gt;Added static java script path constants&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Internal Note: Remove method and static constants. Not the proper place. Revert back to core source code.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;b&gt;UserControls/CommentView.cs - Modified&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Changed references from Post to ParentItem (which uses the new ICommentable interface)&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;This allows comments for other object besides posts.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;b&gt;UserControls/CommentView.aspx - Modified&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Changed references from Post to ParentItem (which uses the new ICommentable interface)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>tgiphil</author><pubDate>Thu, 17 Jan 2008 16:07:35 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Impact Analysis 20080117040735P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/BlogEnginePhoto/SourceControl/ListDownloadableCommits.aspx</link><description>Incorporated CS&amp;#35; 8906 &amp;#40;untested&amp;#41;.</description><author>tgiphil</author><pubDate>Thu, 17 Jan 2008 15:15:57 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080117031557P</guid></item></channel></rss>