​Download from CodePlex
New 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
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/yaf_postsm961_The-resource-cannot-be-found-when-opens-Visual-Designer-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/yaf_postsm1095_Saving-Schemas-ExecuteNonQuery-CommandText-property-has-not-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/yaf_postsm1104_The-conversion-of-a-nvarchar-data-type-to-a-datetime-data-type-resulted-in-an-outofrange-value.aspx
- Empty list plugin on the page. see http://forum.kooboo.com/yaf_postst279_PagePlugin.aspx
- Replace all un-asscii to _ in UserKey. see: http://forum.kooboo.com/yaf_postsm1132_Two-request-about-the-UserKey.aspx
