Login

Username

Password





Register   Reset password

Cuyahoga news

Status update

Just a little update to let you all know what's going on currently with Cuyahoga development.

Cuyahoga 2.0 development
Max has just commited the foundation for content abstraction, categorization and versioning to the trunk. More details about this will follow shortly. For people working off the trunk: be warned that this is now a huge work-in-progress area so no guarantees about any stability whatsoever.

New Wiki and bugtracker
In the next weeks we are going to use Trac as integrated solution for the wiki and bugtracking. Although Jira has served us well during the years, the advantage of having everything integrated made us decide to switch. We will shutdown the wiki at sourceforge.

Database support
It has always been a wish to support more databases. Because we're using NHibernate we can theoretically support every database that NHibernate supports. The only reason we didn't do this is the huge amount of work that is involved with creating and maintaining all database scripts for the different platforms.
Fortunately, the guys at Datanamic were so kind to donate a license of their product Dezign for Databases (Expert edition). This is going to make database maintenance a lot easier.
The goal is to add support for Firebird (1.5 and 2.0) and Oracle (9i, 10g) for the upcoming releases.

AJAX support for modules (including ASP.NET AJAX)
Lately, there has been a lot of activity in this area by several community members. We'll try and combine the idea's in a single add-on package (Cuyahoga.Web.Extensions) that will enable Ajax development for the current 1.5.0 release.

7/28/2007 3:17:00 PM Published by Martijn Boland Category Cuyahoga Comments 4

Comments
  • Dont forget mono support for 2.0 release !!

    Cheers.

    by Bolo - 7/30/2007 12:56:51 PM
  • We don't forget Mono support, but the problem is that we have to deal with:
    - Some incompatibilities in Mono;
    - Third party dependencies that are not fully supported in Mono.
    Two weeks ago, I tried it again with Mono 1.2.4 but I ran into issues with NAnt and Mono for the umpteenth time and didn't have time to really look after it.
    Maybe some people with a little bit more patience can give it a try with the 1.5.0 version?

    by Martijn Boland - 7/30/2007 11:41:47 PM
  • Hi Matijn,

    I have tried cuyahoga 1.5.0 against mono 1.2.5 preview. Cuyahoga can render content pages but administration pages gives 500 internal error :

    System.NullReferenceException: Object reference not set to an instance of an object
    at Webo.Web.UI.BasePageControl.set_Css (System.String value) [0x00000]


    I have just tried, i will leave a message in the forum when i have the time to investigate a little bit more.

    You can get mono 1.2.5 preview here :

    http://mono.ximian.com/monobuild/preview/download-preview/

    Great news for mono users!!

    Thanks,

    by Bolo - 8/1/2007 4:59:17 PM
  • thanks!

    by identy - 8/21/2007 9:03:06 PM

Back