Here’s a fresh update for Blaze. This release should keep you on your toes; progress has been pretty good recently, and there’s another weekend up ahead to really get cracking on this…
Changes:
- Modules now have their own routes file, letting you build urls like: blog/2007/06/first-post/ without changing the main routes.php file
- New ‘Blog’ module now standard - backend will be in next release
- New System library and system preferences in admin backend
- Switch caching on/off in backend
- Site title is set in backend
- Basic User library built… backend is now locked with authentication
Install instructions.
- Unzip the file.
- Place it in your web directory.
- Make sure that your RewriteBase is correct in /.htaccess …. if you are in a subfolder like site.com/blaze/ - your rewritebase should be /blaze/
- Run the schema.sql on a clean database… set up your config/config.php and config/database.php accordingly.
Note: Default admin username is ‘admin’ with password ‘blaze’…
Future releases will be taking care of proper salted hashes for passwords, but that’ll come with the installer.
So, I’m thinking that by the end of March, we could have a pretty sweet CodeIgniter CMS here!