================================ ++ Change Log for Version 1.4 ++ ================================ -- recorded by Oscar Godson -- ==New Features!== * Deploy* now includes the following JavaScript libraries: - jQuery (since version 1.0) - jQuery UI - Prototype - script.aculo.us - MooTools - Dojo - SWFObject - Yahoo! User Interface Library (YUI) * Now has Includes with include files: - header.php - footer.php - sidebar.php - navigation.php * The header.php contains all the header content from the DOCTYPE to the * The footer.php contains * You can now actually put includes in your index.php page with the "Put in the Deploy* Project Framework" option. - This will nest the navigation.php include in the header.php - This will nest the sidebar.php include in the footer.php - This will put the navigation.php and sidebar.php includes in the index.php if you do not choose header.php * Deploy* gives you chance to install a totally blank Wordpress ( wordpress.org ) blog thanks to the WP Framework ( wpframework.com ) - Working version is still in a private testing stage. Email if you want to help. * Deploy* now supports CSS templates - It will automatically add all the CSS files from the template into the code - Any images in an images directory in your template directory will be copied over as well - IE conditionals are supported. All CSS files in a "ie" directory will be copied over and Deploy* will generate IE conditionals + You can create an IE6 conditional by placing and naming your file like: ie/ie6.css + You can create an IE7 conditional by placing and naming your file like: ie/ie7.css + You can create an IE conditional (all versions) by placing and naming your file like: ie/ie.css * Added a few templates - 1 Column, 2 Column (one with a left and one with a right sidebar and a fluid left sidebar), and also a 3 Column template * JavaScript now generates additional options by simply adding a class of "options" to the next UL you want to be additional options of the preceding UL. * Now has "Conditional Options" which only appear when a parent input is chosen that has a value matching the class. - e.g. .conditional_options-jquery instead of .options would only appear if an input with the value of jquery ( inside of

s * Cancel buttons are now generated if you create a "yes or no" question with options * JavaScript is now much different on how it handles the fading in of options. It is much cleaner, works better and a lot less code. * Tooltips are now generated and are SEO friendly by putting the tips in a sup.help rather than in the class name its self. * In the CSS section "None" is now "Directory Only". * In the CSS section "Resets" is now "Blank With Resets" * Deploy* will automatically generate a .php page instead of .html even if the user never selects the php index file option if the user selects any number of include files. ==File Updates== * Updated the reset.css file with a newer version. Some changes are: - and are now bolded by default - and are now italicized by default - Links no longer have a dotted outline in some browsers (e.g. firefox) - No longer minified for easier editing + Future option to minify is on the list. * Deploy* no longer runs a local copy of jQuery. It now uses Google's AJAX Libraries API: - http://code.google.com/apis/ajaxlibs/ - This also goes for all generated deploys. + Option to include a actual file is on the list ==Bug Fixes== * Bug #2 Fixed a bug that happened ≈0.2% of the time where a file wouldn't be copied using the exec(cp) function. Instead I use a custom function called import_file(). - NOTE: This was the only bug I have found and wasn't actually ever reported. This method seems to be more reliable, however has not been tested on a mass scale such as live on projectdeploy.org which generates around 10,000 deploys a month. * Bug #3 Fixed a mixup of pngFixes. It now uses the following one, and works out of the box with not transparent gif - NOTE: http://www.campbellsdigitalsoup.co.uk/about/png-fix/