I have just released version 05.02.00 of my DotNetNuke Forge project, Content Dejour.
Content Dejour is a specialized HTML/Text module which can contain multiple items of HTML content to be displayed or rotated by such criteria as the current day of the year, day of the month, day of the week, time span, category, or user profile property. Day and date related critera may be specified by multi-selection. For example, display the item on Monday, Wednesday, and Friday of August and September during the hours of 9 a.m. to 12 noon. Token replacement in both the module title and the HTML/Text content is supported. The module can be configured to completely hide itself if there is no content matching the specified day/date criteria.
Highlights of the new release, which has been changed from a WSP project using dynamically compiled code to a WAP project available in both source and install packages, are as follows:
- Fixed showstopper issue of a Code Access Security exception when run on a site using an ASP.Net 4.0 application pool.
- Fixed missing localizations of control titles which no longer default to those specified in the extension manifest in DNN 5.5.x
- Content may now be selected by date range either with or without specification of the year. For example, show the content item for all dates between October 15 and February 10 of each year or between July 1, 2010 and June 30, 2012.
- Primary entity class, ContentDejourInfo now inherits from DotNetNuke.Entities.Content.ContentItem making available the new audit fields of CreatedByUserID, CreatedOnDate, LastModifiedByUserID, LastModifiedOnDate AND paves the way for implementation of taxonomy/tagging, per item ratings and comments, etc. in later releases.
You may download either the install or source packages for the 05.02.00 release at
http://contentdejour.codeplex.com/rel....
NOTE: The new release requires a
minimum DotNetNuke framework version of 05.04.00.