VERSION 2.2 (October 5th 2008) Released

We have quite a few new features along with a few new bug fixes.

Custom Macros: The number one issue resolved by this release is the 2.1 version inability to support legacy custom macros. This has been resolved!
  
Resolved Theme loading issue: (missing Mobile Theme crashed system for mobile browsers)
  
Added check to delete entry method: only admin or author is allowed to delete; (Window Live Writer (WLW) editing allowed contributor to delete admin posts.
  
Added OPENID identifier editbox to user edit page:  And some cleanup of the sitesecurity classes: (extensive OPENID for comments support added)

web.config for use in IIS7 Integrated mode: (sample file for IIS7 hosting in default Integrated mode, document in release.
 
Fixed live comment preview bug: (The last allowed tag was not working correctly in the live preview)

Added support for themed 404 pages: (an optional feature if you control IIS).

Fixed IsDaylightSavingTime bug: which always returned false, resulting in comments always being off by one hour.

OPENID Improvements:  Added configuration page options for OPENID comments and admin, and updated site.config file; (version upgrades should take updated site.config file change into consideration) 
  
BLOG Stats Macro: Blog Stats macro bug resolved.

 

VERSION 2.1 (May 11th 2008)

The dasBlog development team is pleased to announce the release of dasBlog 2.1 today (5/11/2008), along with letting you know we are slowly but surely moving the dasBlog development effort from http://sourceforge.net/  to http://www.codeplex.com/ .

CodePlex.Com

The dasBlog project presence on CodePlex is official; our Version 2.1 release is only available there. No public activity continues at Sourceforge. We will be moving the source control repository and other development support infrastructure to CodePlex as time permits.  We will be shortly freezing http://www.dasblog.us/, and all future forum type support will be at CodePlex.

Please visit us at www.CodePlex.com/dasblog


About version 2.1

This version is predominately a bug fix release with a number of other small features and incremental improvements. Our 2.0 release was based on source revision 730 and 2.1 is based on source revision 813. So you see there has been tons of activity in the background.

Some of the bugs squashed are:

  • Search result was displayed multiply times instead of once.
  • Theme picklist displayed multiply times instead of once.
  • Zip file creation of log files failed in certain cases
  • Cross posting between multiply blogs failed in certain cases
  • Better support for white space with the CSS PRE command for text formatting of sample source code etc.

Some of the new features are:

  • GeoRSS support
  • Several new user created macros for paging and theme layout improvements (currently only documented in the source);  CommentsCount, IfCommentsRawText, IfItemRawText, IfViewPermalinkUrlRaw, IfParamRawText
  • Macros; OnPagePreviousLink/OnPagePreviousLink (Renders links to the previous and next posts on the same page, only in list view)
  • Macros;  IfModified (prints localized text if entry was modified) - Modified, FormattedModified, FormattedModifiedBare (prints modified date/time if the entry was modified)

 

Version 2.0 of dasBlog is released, and dasBlog goes ASP.NET 2.0 (with medium trust). (August 14th 2007)

After a long period as a .NET 1.1 application with .NET 2.0 compatibility, dasBlog has finally migrated completely to ASP.NET 2.0. This means that we can take adavantage of the 2.0 platform and provide newer features!

Tony Bunce has a fine write-up on the issues we ran into with dasBlog on Medium Trust. Here's some highlights:

"The goal of medium trust is for hosting providers to provide functional ASP.NET 2.0 hosting while also protecting against rogue or malicious applications. Unfortunately that protection comes at the cost of application flexibility. ...There are a few features that are limited in a medium trust environment: SMTP on alternative ports and Mail to Weblog via POP3...dasBlog will let you know that you don't have these privileges by displaying warnings on the configuration page.

There is some good news though, these limitations won't affect most users.  Many hosting providers that run limited trust environments don't run in the default medium trust, but rather a "modified full trust".  In that case you may already have all the permissions you need for all of the features to work."

What is dasBlog?

dasBlog is an ASP.NET blogging application. It runs on ASP.NET 2.0, (all versions 1.9x and prior run on ASP.NET 1.1 & ASP.NET 2.0) and is developed in C#. dasBlog is an evolution of the BlogX weblog engine initially written by Chris Anderson and contributors.

The initial conversion from Blogx was created by Clemens Vasters. dasBlog adds lots of additional features like Trackback, Pingback, Mail notifications, and over 50 other major modifications some unique only to dasBlog.

dasBlog does not require a database, so it is easier to get setup and cheaper to host. All that dasBlog requires is that you grant write access to a folder so that dasBlog can save your information.

dasBlog is under active development and is always seeking more contributors! If you feel that you can contribute to the project, we'd love to hear from you.

 

DasBlog 1.9.7 Release - Final ASP.NET 1.1 Version

 

Omar pulled the trigger and we released DasBlog 1.9.7. Download it.

A few points to note about this release.

  • This is the final release on an ASP.NET 1.1 codebase. No bugs will be fixed unless this release kills a kitten.
    • NOTE: To be clear, even though this is compiled under ASP.NET 1.1, it runs GREAT under .NET 2.0 as is. Just follow the comments in the web.config to change a few settings.
  • The next release will literally be in a week or so, will will be called DasBlog 2.0 and will be compiled under .NET 2.0 and have changes to support Medium Trust environments.
    • This will allow folks downloading the source to compile DasBlog happily with VS 2005 or Orcas, or just MSBuild.
  • We'll announce a one year roadmap with our plan to move towards .NET 3.5 as well as a new release every 60 days.
  • We will very likely move to a location that is not SourceForge.
  • We'll have a visual refresh of the main project page as well as some consolidation, but for now:

In this release we've fixed some and added some:

  • Fixed a metric buttload of bugs
  • Taken in more patches from the public than any other release (Thanks public!)
  • Category and Home Page Paging Macros
  • LiveComment Preview (thanks SubText!)
  • Emailed Daily Activity Reports
  • Windows Live Writer Custom Integration
  • Support for Akismet Comment Spam Support
    • Go get a WordPress account, without a blog, and use the API key they'll send you.
  • Optionally show comments on the Permalink Page
  • Even more performance gains (4x+) in the Macro engine
  • New Internationalized Languages, including Swedish (Thanks Per Salmi!)
    • This brings our total supported language count up to 15! Although we can ALWAYS use more, and we really need double-checkers and updaters to put in localized strings for some of the new features!
  • Support for Blogging directly from Word 2007
  • Many fixes in our Blogger API and MetaWebLog API support
  • Better detection of referrals from Search Engines
  • CSS fixes and additions like highlighting of the Blog Author's comments
    • Make the comment email address match the email address in sitesecurity.config for this feature.
  • DHTML Timeline of Posts from the MIT Simile project
  • Support for SMTP Servers like Gmail for notifications
  • New themes
  • Support for THREE Rich Editors - FreeTextBox, FCKEditor and TinyMCE (in DasBlog Contrib, see the source)

Thanks to the DasBlog team and the active folks on the Developer List (in no particular order)....

Omar Shahine, Clemens Vasters, Tom Watts, Ken Hughes, Paul Van Brenk, John Forsythe, Nick Schweitzer, Kenneth Lefebvre, Ben Scheirman, Tim Sherrill, Alexander Gross, James Snape, Raymond Llewellyn, Tony Bunce, Josh Flanagan, Aaron Fischer, Anthony Bouch, Ayende Rahien, Ben Taylor, George V. Reilly, Greg Hughes, Mike Schinkel, Marc Mercuri, Rajiv Popat, Tim Sherrill

...and the many patch contributors!

When selecting a Blog based on ASP.NET, I encourage you to check out DasBlog but also these other .NET based blog engines:

Enjoy.

Other dasBlog Support Sites:

dasBlog.us—dasForum the self help site