CNBlogs DotText 1.0 Beta 2 重要更新

    最近发现CNBlogs DotText 1.0 Beta 2 的一个对性能影响比较大的Bug,请使用CNBlogs DotText 1.0 Beta 2 的朋友及时更新。
     更新方法:
     在Dottext\Dottext.Common\Data\Transformer.cs中将方法GetCategoryEntryCount改为如下代码:

EntryQuery eq=new EntryQuery();
            eq.PostType 
=PostType.Article|PostType.BlogPost;
            eq.PostConfig 
= PostConfig.IsActive;
            eq.CategoryID
=categoryID;
            
return Entries.GetEntryCount(eq);


posted @ 2005-06-04 16:12  dudu  阅读(2660)  评论(9编辑  收藏  举报