6 May 2007 ---------- In developing Flashnode 5.2 I found a fairly large bug in the validation code, particularly in respect of resetting values to defaults. This update fixes Flash 5.1. It also now presents the Flash options in a collapsible form and tidies up the form layout a little bit. 21 April 2007 ------------- Slight change to _flash_check_settings() as module is being prepared for addition to Drupal repository and ufo.js cannot be included. check_settings will now check for presence of ufo.js, warn if it is not found, and offer a link the zip file. Where module name is displayed to end user it has been changed to Flash node to bring it in line with the Drupal project name. Internally it is still just flash, but starts migration toward correct project name. Next release will be flashnode both externally and internally. UPDATE.txt instructions added for users coming from the original direct download version of the module. Updating is easiest if the old module is removed first. No content is lost doing it this way! 20 April 2007 ------------- Bug fix: updating a flash node did not reset the filter cache, so nodes that use flash macros did not update to reflect new content. Thanks to Andreas Hennig for reporting this one! 06 April 2007 ------------- Forgot to amend flash.install so it didn't create fid in the first place! Fixed. 04 April 2007 ------------- Discovered that the update routine didn't add the fid column, but then realised fid isn't actually needed, so the update is to drop it if it exists! 16 March 2007 ------------- Some minor changes to the string formatting, to make better use of t('') 24 February 2007 ---------------- First version for Drupal 5.x! Main change is to the code to use the new administration callback. Otherwise module is much as it was before! I guess this makes it version 5.x-1.0 12 December 2006 ---------------- Flash field was not required so it was possible to submit a node without having a flash file linked to it. A file must now be given before you can submit node. Flash field renamed to Flash file to make it clearer what is needed. Flash field had a a weight of -3 which meant it rose to the top when editing - weighting removed so it appears in main flash area now. 06 December 2006 ---------------- Some minor changes and extra comments. Nothing significant. Version number changed to 4.7.x.1.1 to bring in line with Drupal module scheme. 28 November 2006 ---------------- First version for Drupal 4.7! All functionality of original module retained. .install written to automate creation of {flash} table in the database. Ready for release for testing (I think!) 26 April 2006 ------------- Version 1.4 Filter added to allow Flash to be re-used in other nodes. Filter allows various scaling methods to re-size flash content. 18 April 2006 ------------- Code tidied up further, and validation routine made neater. Some minor changes to _load. Probably ready for this to be released and tested fully! 18 April 2006 ------------- Some serious debugging as a few glitches became apparent! Also made it so if version or build are left blank they will reset to the defaults automatically. Error handling made neater so if invalid file loaded other errors should be skipped. 17 April 2006 ------------- Now uses image_get_info to try and determine the flash movie size. If height and width are left blank on the submission form then if the settings can be obtained from the Flash file then they will be used. Changed the configuration page to allow this too, by allowing empty height and width settings. Tries to check the file type was valid. If invalid deletes the uploaded file and sets an error. Cannot submit until a valid upload is given. Done to try and avoid hangs by accidentally loading the wrong type of file! Changed text area title to Body. 17 April 2006 ------------- Tidied up a lot, and removed redundant image.module elements. All flash data combined in $node->flash for ease of understanding. Remove fid from {flash} table - no longer needed. 16 April 2006 ------------- First version for Drupal 4.6 ; $Id: CHANGELOG.txt,v 1.3.2.1 2007-05-06 15:14:48 stuartgreenfield Exp $