* Script contains some generic default functionality
* Includes PICKLES automatic Ajax handling
* Zebra stripes are applied to tables (assuming the even and odd classes are defined)
* Forms automatically have return false applied on submit.
* Includes functions disableEnterKey(), autoTab() and truncate()
* Set all variables to public for easier access from the Controller (easier than writing setter methods, meh.)
* Added engine variable and defaulted it to PHP.
* File was little more than just a stub file for the Cache class.
Removed Mailer class.
* Attempting to remove non-critical classes from the system.
* Class will be re-added / re-factored at a later date once the core of PICKLES is done.
Removed Security class.
* Removing non-critcal classes from the system.
* Security class was not very generic and will be replaced down the road once the security scheme is full realized.
Removed Form class.
* Removing non-critcal classes from PICKLES to help the rewrite efforts.
* Form class would take a database table and convert it into a webform. Nice script, but really had no place in PICKLES.
* Eventually will replace with a generic HTML form element generation class.
Added INSTALL file.
Updated derivation of the hostname.
* Hostname is now defaulted in the class variable definition.
Refactoring Controller and Module
* Removing non-critcal classes from PICKLES to help the rewrite efforts.
* Form class would take a database table and convert it into a webform. Nice script, but really had no place in PICKLES.
* Eventually will replace with a generic HTML form element generation class.
* Removing non-critcal classes from the system.
* Security class was not very generic and will be replaced down the road once the security scheme is full realized.
* Smarty is no longer the default templating engine for PICKLES, so I decided to remove the custom functions.
* Most of the good functions are available at http://github.com/joshtronic/smarty-functions
* May re-add these to another location and port them over to be functions that can be used outside of Smarty.