1.Bug fixed: duplicate Text resource key
2.Improvement: Page name display order by the Navigationorder from menu tree node.
3.Change: "\StartPages" moved to "Template\StartPages"
4.Change: Page name can contains '.' For example index.html or sitemap.xml.
5.Improvement: Add user friendly message for "Application does not exist" error.
6.Change: Web.config httpModules section
Deleted: <add name="CmsMvcModule" type="Everest.CmsServices.HttpModule.CmsMvcModule,Everest.CmsServices"/>
(There are two entries, one for IIS6, the other for IIS7, both must be deleted.)
Added:
<add name="XmlRoutesModule" type="Everest.Library.Mvc.XmlRoutesModule,Everest.Library"/>
<add name="CmsControllerModule" type="Everest.CmsServices.HttpModule.CmsControllerModule,Everest.CmsServices"/>
7.Bug fixed: "Assemblies not found" when Assemblies does not exist.
http://kooboo.codeplex.com/Thread/View.aspx?ThreadId=64830. Thanks bugmenot for reported this bug.
8.Try bug fixed: "The resource cannot be found. Requested URL: /UrlRouting.axd". We are not sure it is completely fixed now, still need more test.
http://kooboo.codeplex.com/Thread/View.aspx?ThreadId=64831. Thanks bugmenot for reported this bug.
9. Try bug fixed: "Lucene.Net.Store.LockObtainFailedException".
http://kooboo.codeplex.com/Thread/View.aspx?ThreadId=64829. Thanks bugmenot for reported this bug.
10. Remove some unused files to make package smaller.
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.API.chm.zip: Kooboo development API reference. For product documentation, see
http://www.kooboo.com/documentsKooboo.BlogModule.zip: Sample Kooboo module.
Kooboo.SourceCode.zip: Kooboo full source code including a MSSQL .mdb database file.
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
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