Update the Kooboocms.zip,KoobooSource.zip&Kooboo_wpi.zip at 2010-4-14 with some issues fixed.
New features
You can now use tools like windows explorer to manage Binary folder. Drag and drop files directly from your Windows PC.
Enable you to manage your content via some third party tools like MS Office word or MS live writer
an open and cross-platform protocol used for content synchronization between different systems or different Kooboo instances.
By simple configuration, you can create RSS feeds from your content.
Kooboo CMS is now running on ASP.NET MVC version 2.
- Add API to query contents by multiple categories.
Add possibility to query content by more than one categories. See:
http://forum.kooboo.com/yaf_postst333_Query-content-by-multiple-categories.aspx
- Add conditional content view
You can add search conditions into your content view and save them.
FCKeditor has a file management function by default.
In the web.config, under appSettings, find <add key="enableVersioning" value="true"/>. Turn it off will increase the system performance in case that you do not need the versioning function.
- Installer page will hide SQlite version automatically when installing on X64 machine.
By default, we include the X86 version of SQLite, if user want to use SQLite in the X64 system, they need to implement and compile the source code
- Custom module ID and prefix
Previously, a module in a page will be rendered as "km1234" in the URL,this is to make sure that each module can has its own set of URL. Right now, it is possible to define prefix in the web.config and define a custom ID when adding a module to a page.
This can have benefits on SEO and other things. See:
http://forum.kooboo.com/yaf_postst308_Module-urls-and-the-km1234-segment.aspx
Changes.
- "Include Items". If you check "Include Items" when creating a folder based on a parent folder. New added content in the parent folder will be automatically included in sub folder.
- Subdirectory 'Javascript' of the Kooboo is renamed to 'Kooboojs'.
This is to avoid namig conflict. JS files in this folder will be included in Kooboo module as well so that module can use the JS files from Kooboo and those Html editors.
Bugs fixed:
Limited by wiki editor, please see changelog.txt.