Revision history for Perl extension CGI::Uploader.

2.18 Feb 1, 2011

[INTERNAL]

2.17 Thu Apr 2 11:43:50 EDT 2009

[BUG FIXES]

2.16 Thu Apr 2 11:36:40 EDT 2009

[BUG FIXES]

[DOCUMENTATION]

[INTERNAL]

2.15 Sun Jul 15 07:21:24 EDT 2007

[INTERNAL]

2.14 Thu May 24 13:19:27 EDT 2007

[BUG FIXES]

2.13 Mon Apr 9 22:39:54 EDT 2007

[BUG FIXES]

2.12 Thu Feb 15 17:43:20 EST 2007

[ENHANCEMENTS]

2.11 Mon Dec 19 20:18:00 EST 2005

[BUG FIXES]

2.1 Sun Dec 18 21:39:23 EST 2005

[ENHANCEMENTS]

       gen_files => {
           photo_thumbnail =>  gen_thumb({ w => 100, h => 100}),
       }

2.0 Sat Dec 17 23:12:35 EST 2005

[ENHANCEMENTS]

transform_method => gen_thumb({ w => 100, h => 100 }),

The old syntax is still supported.

[BUG FIXES]

[INTERNALS]

1.2 Thu Dec 15 22:35:39 EST 2005

[BUG FIXES]

[INTERNALS]

1.1 Wed Dec 14 21:23:56 EST 2005

[INTERNALS]

1.1_1 Mon Apr 4 07:52:01 EST 2005

[THINGS THAT MIGHT BREAK YOUR CODE]

[ENHANCEMENTS]

[BUG FIXES]

[INTERNALS]

1.00

0.80_02 08/19/04

0.80_01

[RELEASE NOTES]
I changed the API again. The code has been refactored to remove all image-specific code from the main package. In it's place a more general "transform_method" option has been added. With this, you can specify any arbitrary transformation you want to make to a file. You might choose to decrypt a file, compress it, append to it, or otherwise alter it.

The thumbnailing code still exists, but has been moved to CGI::Uploader::Transform::ImageMagick::gen_thumb().

However, most of the examples and tests still do rely on "gen_thumb()" for examples, so test failures will occur if Image::Magick is not installed for now. I'd like some help to streamline this.

Along the way, I removed the regular expression support to simplify the refactoring. It may well come back.

Beyond these changes, things are pretty much the same. Let me know if you have any feedback on the API before this turns into a stable 1.0 release.

Mark Stosberg
mark@summersault.com

0.76.02

        [ENHANCEMENTS]
        - Added image gallery recipe to cookbook
        - Added README to examples/friends_photos

0.76_01 Sun Apr 25, 2004

     [BUG FIXES]
     - Fixed syntax errors in Cookbook SQL example
     - Fixed bug where default query object wasn't loading correctly
     - Fixed documtention of fk_meta() to match current interface.
     - Fixed bug in t/up_table_map.t test
     
     [ENHANCEMENTS]
     - Added example application to distribution

0.75_02

0.75_01

Added support for specifying fields to process via regular expressions.

0.70_02 Wed Apr 21, 2004

0.70_01

0.63_01

0.62_01

0.61_02

0.61_01

0.60_02

0.60_01

0.50_03 Mon Mar 22, 2004

0.50_02 Sun Mar 21, 2004

0.50_01 Web Feb 11, 2004

0.40_01 Sun Feb 8, 2004

0.30_01 Fri Feb 6, 2004

0.10

        [THINGS THAT MIGHT BREAK YOUR CODE]
        - create_img_tmpl_vars() has been replaced
          with a more generic create_tmpl_vars(). 
          It should still work the same for images,
          and better for non-images

        - install_uploads() Now returns a hash ref 
        based on the valid hash, with appropriate additions
        and deletions already made.

0.02 Sun May 18 2003

0.01 Sat May 17 16:15:05 2003