Download from CodePlexNew features:
* CKFinder integration. This is mainly for file management of CKeditor. Due to limitation of CKfinder, you need to implement it yourself. Download from
http://ckfinder.com/download (ASP.NET Version), unzip and copy the ckfinder foder
to Kooboo /Javascript folder, copy the CKFinder.dll to Kooboo bin folder, and then change two values in the CKfinder config.ascx.
1. CheckAuthentication method, change the "return false" to "return true"
2. BaseUrl, change the value to "~/ContentFiles/ckfinder/", default is "/ckfinder/userfiles/"
* Upgrade tool. A Windows application to upgrade Kooboo CMS
* Check updates. An additional menu inside Kooboo CMS to check and install update by a few clicks.
* Add AddBinaryContent in ContentService to add binary content.
* Url.PageUrl("news/detail");
* Add Url.ResolveUrl("~/dir1/image1.jpg") in additional to MVC Url.Content().
Bug fixed:
* Visit by host name failed when VirtualPath is null.
* WebForm folder did get get deleted in the SQLite version..
* Site package download link error.
* Improve the installation wizard. Only copy the required files to bin folder after user select the SQLite provider.
* Change the type of Value to INT in cmisPropertyInteger.(CMIS)
* Child page preview, see:
http://forum.kooboo.com/...ner-for-child-Page.aspx
* Sitepackage integrity check with detail erorr message during import.
* Saving Schemas: ExecuteNonQuery: CommandText property has not been initialized
http://forum.kooboo.com/...t-been-initialized.aspx
* The conversion of a nvarchar data type to a datetime data type resulted in an out-of-range value.
http://forum.kooboo.com/...n-outofrange-value.aspx
* Empty list plugin on the page. see
http://forum.kooboo.com/...stst279_PagePlugin.aspx
* Replace all un-asscii to _ in UserKey. see:
http://forum.kooboo.com/...t-about-the-UserKey.aspxRegards,
Jifeng Huang
Kooboo Team
Microsoft ASP.NET MVP