The gl Labs Team is pleased to annouce glFusion v1.0.0 Release Candidate 2, the second release candidate. Thanks to some great feedback we have made several small bug fixes and a few more key enhancements.
Distribution Packaging
Installing Geeklog has always been a difficult thing to explain, stuff goes in the web root, stuff goes outside the web root. To make it clearer what files go where, we have broken the glFusion distribution into two directories; private/ and public_html/. All the files in the private/ directory should be placed outside the web directory. All the files in the public_html/ directory go in the web directory.
Safe Template Customization
Another challenge with running a Geeklog site is that each time an upgrade comes along, for either the core distribution, or your theme of choice, you end up overwriting your customizations with the new templates from the release. glFusion now supports createing a custom/ directory under each of the theme directories where you can copy and customize your templates. This protects them from being overwritten during an upgrade and also gives you an excellent inventory of exactly what templates you have modified.
For example; if you wanted to insert a Ad Block between the story body and the story footer, you would edit storybodytext.thtml. Now, you will create a custom/ directory under public_html/layout/nouveau/, copy the storybodytext.thtml there and then customize it. glFusion will always look in the custom/ directories first and use that template instead of the stock templates.
There have been several bug fixes as well, for more details....Read More...