Kooboo CMS 2.1.1.0 released

2010-04-28
New features

* Add new API RssUrl to generate RSS link, this is an extension to UrlHelper.
* Add possibility to index and search attachment content on Lucene full text search engine, some of the attachment requires ifilter component from Microsoft. Supported file attachments include: .docx, .docm, .pptx, .pptm, .xlsx,
.xlsm, .xlsb, .zip, .one, .vdx, .vsd, .vss, .vst, .vdx, .vsx, and .vtx.
Please download and install ifilter from: http://www.microsoft.com/downloads/details.aspx?FamilyId=60C92A37-719C-4077-B5C6-CAC34F4227CC&displaylang=en
For PDF support, please download from:http://www.adobe.com/support/downloads/thankyou.jsp?ftpID=2611&fileID=2457

You need to install the required components on servers, otherwise attachment content will not be indexed.

* Add DownloadableFile controltype, You can view and download file attachment.

* Add VS 2010 solution file.

Bug fixed:

* Download resource from Kooboostore.com failed. This is due to the change of URL at kooboostore.com.

* JavaScript error on IE7.

* Ckeditor failed under mode="Release". See: http://forum.kooboo.com/yaf_postsm1818_Problems-with-CKEditor.aspx#post1818

* Fixed problem when setting parent page, in some cases, it might failed. Add filter to Parent page selection list to prevent self referencing.

* Fixed case sensitive problem when replacing [ApplicationName] during site package import. It is case insensitive now.

* Fixed bug when trying to determine whether CKfinder is integrated. Previously it was checking a folder which was renamed.

* Add runtime setting section to "Web_MSSQL.config" and "Web_SQLite.config". This is to make sure that Kooboo use the 2.0.0.0 version of MVC.

* Fixed file path error on Binary Resource.

* Fixed bug on Metaweblog API when there is no categories selected. See: http://forum.kooboo.com/yaf_postst438_Error-using-Metaweblog-API.aspx

* Add security check when using the Check Update function ot upgrade Kooboo CMS. It will give error message now when there is no enough rights to overwrite files.

* Fixed "Module" and "StaticCode" error in the user role permission setting. See: http://forum.kooboo.com/yaf_postst446_Role-permission.aspx

* Fixed contentid problem in SQLite. When query content, contentid was not correctly returned.

* Fixed error when setting custom error page. Status code 403 has a problem previously.