Puzzle
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
Puzzle is a dynamic base theme designed to allow for maximum abstraction in the theme layer. No longer do you need to have a large number of functions in your template.php, nor you need to specify which files to include and when. Puzzle does all the work for you during the creation/rebuilding of the theme registry. For example you can now move al of your theme overrides to their own file so where your template.php used to contain mytheme_username() you no longer need this function cluttering up your template.php. You can move it to theme/mytheme.username.inc. This file will only be loaded when theme_username is called allowing you to keep your code separated and clean and your drupal install blazing fast and free of unneeded bulk.
***This theme is really a proof of concept at this point but hopefully will begin to come together quickly.***
A lot of the main functionality that is attached to the automatic scanning and loading of files is now written. I now need some time to form a direction as to how I'm going to implement this on a larger level as base theme.