Click here to Skip to main content
15,881,600 members
Articles / Web Development / ASP.NET

Eucalypto - ASP.NET CMS Library using NHibernate

Rate me:
Please Sign up or sign in to vote.
4.84/5 (36 votes)
10 Jun 2009MIT24 min read 318.5K   4.6K   260  
An ASP.NET server library for creating CMS website (forums, articles/wiki, news, users/roles, ...), using NHibernate for data access.
Change log for Eucalypto.Demo. 
Note that the version of Eucalypto core library can be different from the version of Eucalypto Demo.

Version 0.8.5.3 (2 Feb 2007)
	-IMPORTANT: Fixed some bugs to prevent html script attacks and to correctly handle special characters for user input.
	-Fixed the error panel to correctly show the InnerException message
	-Set the login timeout to 365 days for the "remember me" feature (web.config)

Version 0.8.5.2
	-Added the Search link also on the category page (Forum\ViewForum.aspx, Forum\ViewForum.aspx.cs, Wiki\ViewCategory.aspx, Wiki\ViewCategory.aspx.cs)
	-Added a comment on the Login page for informations on user name and e-mail (CreateUser.aspx)

Version 0.8.5.1
	-Fixed a bug on the RSS generator that doesn't update the Channel.LastBuildDate. (Forum\ForumRss.aspx.cs, Wiki\CategoryRSS.aspx.cs, News\CategoryRSS.aspx.cs)
	-Changed the time to live (ttl) of the rss from 60 to 5
	-Added the ChangeLog.txt file


Version 0.8.5.0
	-First public version

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer
Italy Italy
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions