1.Add: Cms:Resource server control. e.g: <cms:resource namespace="ns1" key="key1" defaultvalue="defaultValue">. This can be used as an alternative to <%=this.GetResource("namespace", "key", "defaultvalue")%>
2.Bug fixed: Html.PageLink issue. The generated link was appended some additional attributes. This is corrected now.
3.Add: ContentTemplate property Parameter can now accept predefined enum value. In the setting windows, enum values will appear as a dropdownlist.
Example of define enum values for property.
[Enum(Values="Home,Version,gpl3,contactus,license")]
public string UserKey { get; set; }
4.Bug fixed: Item change warning when item did not really get modified.
5.Add: Automatically load, compress and combine both Javascript & Theme CSS files. Combining & loading are Ordered by file name
6.Add: Add entryurl when adding modules to pages, so that one modules can have different entryurls in different pages.
7.Add: CSSRules.txt file for rules of loading CSS files. Additonal tags can be added together with the CSS file. For example
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="main-msie.css" /><![endif]-->
8.Add: Display template for scheme field in the list page.
Files in this download
Kooboo.zip: The main Kooboo application in Visual Studio website mode.
Kooboo.ModuleTemplate.vsi: Kooboo module development template for Visual Studio.NET 2008 and Visual web developer.
Kooboo_Source.zip: Kooboo full source code including a MSSQL .mdb database file. Sample blog module and VS.NET solution for extension development are included.
Kooboowpi1.1.0.0.zip: Installation file for Microsoft web platform installer
SQL
upgradefrom_1.0.1.0.zip: The Sql database change script to upgrade from version 1.0.1.0.
System requirement
- Windows XP/Vista/2003/2008
- IIS5.0, 6.0, 7.0
- NET framework 3.5 with service pack 1 or higher version.
- MS SQL Express 2005 or higher version
Additional requirement
- Kooboo must be installed on the root of an IIS web site
- Under IIS 5.0 & 6.0, wildcard file extension must be setup to be executed ASP.NET engine in order for ASP.NET MVC framework to work correctly.
For installation guide, quick start and product documentation, please see
http://www.kooboo.com
Online demo & documentation
Online demo access, see
http://www.kooboo.com/demoOnline documentation, see
http://www.kooboo.com/documents
Upgrade from 1.0.1.0
You only need to execute database change script at file: SQL
upgradefrom_1.0.1.0.zip