Name |
Description |
AkismetSpamBlockingService |
Uses the Akismet service to determine if a comment is SPAM |
ArchiveMonthsList |
Summary description for ArchiveMonthsList. |
BaseHtmlForm |
This form class is injected into the template |
BlogStatistics |
Represents the statistics for this blog. |
BookControl |
|
BookControlDesigner |
|
CacheFactory |
|
CategoryList |
|
DataCache |
|
EditControlAdapter |
Converts a 3rd party text editor control's interface to the common interface needed by dasBlog |
HttpCache |
Wrapper for the HostingEnvironment.Cache. |
MatchedTag |
Represents a matched tag. |
MatchedTagCollection |
Converts a match collection to a tag collection. Takes care of illegal tags, non-closed, and non-balanced end-tags. |
MovableTypeBlacklist |
MovableTypeBlacklist is a class that can check if a url is on the MT-Blacklist Master Copy http://www.jayallen.org/comment_spam/blacklist.txt. |
NamingPanel |
|
NavigatorItem |
|
NavigatorItemCollection |
A collection of elements of type NavigatorItem |
NavigatorItemCollection.Enumerator |
Type-specific enumeration class, used by NavigatorItemCollection.GetEnumerator. |
NavigatorXml |
|
ProfileMapperModule |
|
ReferralBlackList |
|
ReferralBlackListFactory |
|
ReferralUrlBlacklist |
Summary description for ContentReferralBlacklist. |
RobotDefinition |
|
SearchHighlight |
|
SideBarList |
|
SideBarOpmlList |
|
SiteUtilities |
Summary description for Utils. |
TemplateProcessor |
Summary description for BaseTemplateProcessor. |
TemplateProcessor.CachedMacro |
|
TextBoxAdapter |
Converts the TextBox control to the interface needed by dasBlog |
TitleMapperModule |
|
UrlMapperModule |
|
UrlMapperModuleSectionHandler |
|
Utils |
|
ValidTag |
|
ValidTagCollection |
|
WeblogCalendar |
WeblogCalendar is derived from the ASP.NET Calendar control. We need to do this, because we want to modify its style through our templates. Second reason is that only a day that has weblogs entries should be a link. The last reason is that we don't want "hard coded" style, which the base class Calendar does. For example, the color for the NextPrev links is hard coded to 'Black'; unless you explicitely change the ForeColor property ;-) |