2009-02-20 : Website Template Updated : v2.6.0
Any users upgrading will have to update their style sheets as all validation icons required a new <div> to fit them (see enhancement 1). Page stats moved into same <div>.
Also, the ./images directory has been tidied up - validation icons and style sheet images have been put into sub-directories.
Enhancements
- Added a news feed in RSS 2.0 and Atom 1.0 formats with new validation icons to go with them. Icons moved out of page lists into new division defined in style sheet.
- News page name can now be changed to any name, "Blog" for example. New variable in <setup.php>.
New Setup Variables (see <setup-sample.php> for details)
- $my_news_page
Bug Fixes
- Fixed array lookups if arrays are empty on the very rare occasion that the software installed and no pages are present *at all*
- Stopped page / image calls outside of their designated directories, i.e. if someone specified a page / image with "../../another_file"
See the downloads page.
2009-02-10 : Website Template Updated : v2.5.0
Enhancements
- Changed how the software adds "IE Fixes" code into the generated XHTML. This involves looking for specific file names, e.g. <lt_7-pencils.css> which will contain fixes for IE less than version 7. See the website template for a full description. Any user upgrading to this version will have to re-name their IE_Fixes files.
New Setup Variables (see <setup-sample.php> for details)
None.
Bug Fixes
None.
See the downloads page.
2009-02-02 : Website Template Updated : v2.4.0
Enhancements
- Added the ability to have IE_fixes style sheets for any "extra" style sheets. These must live in ./style_sheets/extra/IE_fixes
- Allowed the default page to be something other than "Home" - see new variable $my_default_home_page in <setup.php>.
New Setup Variables (see <setup-sample.php> for details)
- $my_default_home_page
- $my_disable_w3c_validation
Bug Fixes
None.
See the downloads page.
2009-02-01 : Website Template Updated : v2.3.1
Enhancements
None.
New Setup Variables (see <setup-sample.php> for details)
None.
Bug Fixes
- Discovered that if a page or sub-page is purely a number, the function to display the category was just displaying a blank line (missing check when checking for leading numbers for numerical sorting).
See the downloads page.