Hey guys, I’m glad to let you know that Blaze 0.90 is now online and available for download.
There’s been some notable improvements, most of them in the core template rendering methods.
New features/functionality:
- Themes are fully contained directories with their templates and static content (images, css, javascript)
- Themes can now use ‘blocks’… just put in {area.1} as an example, to render a block (block 1) in that area
- Caching functions revised - turning cache off now deletes all cached pages
- New admin layout
- New frontend layout
- Migrated whole database over to UTF-8 (should solve some login problems)
- Added Akismet library for future blog comment spam checks
- New breadcrumb navigation… modules can add items to the breadcrumb
The next release will have this very flexible ‘core’ to work with, and I’ll be building a cracking Blog module, and improving administration for: Pages, Navigation, and users.
To make installation as simple as possible:
- Create your database and execute schema.sql
- Edit application/config/database.php - and put your database settings in here
- Set the following directories to writable (chmod -R 777): application/cache, application/logs
- Check your ‘RewriteBase’ is correct in .htaccess (By default set to run at the root of a domain, like booya.com… if you’re running blaze in a subdirectory, set the RewriteBase appropriately… i.e. /blazetest/ for: server.com/blazetest/)
The default admin username is: ‘admin’ and the password is: ‘test’ (both without quotes).
Download Blaze Now!
Important Note
Blaze will be relicensed before version 1.0. The purpose of this is to make Blaze more free and open.
I’ve read a lot of comments about the licensing issue, so standby for further news.