Revision history for Perl extension CGI::Uploader.
0.61_02
- Minor POD cleanups
0.61_01
- Added custom_meta() method for more flexible meta data handled
- clarified code and extended documentation
- exposed 'build_loc' function, which may be useful as a utility function,
or for a sub-class.
- custom fields are now returned with meta_hashref()
0.60_02
- Added up_table_map test and fixed some related code.
0.60_01
- Added 'up_table_map' configuration option, allowing for custom column
names.
- Documentation for several functions added.
- Began refactoring to make support for Apache::Request easier.
0.50_03 Mon Mar 22, 2004
- possible "binmode" test fix for Windows platforms.
0.50_02 Sun Mar 21, 2004
- Removed dependence on Image::Size
- Documentation clarifications (David Manura)
0.50_01 Web Feb 11, 2004
- Removed dependence on Data::FormValidator
0.40_01 Sun Feb 8, 2004
- Extensive documentation updates, thanks to feedback from David Manura.
0.30_01 Fri Feb 6, 2004
- The API was largely re-worked, with several methods renamed and a few
added. No backwards compatibility can be expected.
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.
- The interface for delete_upload() has changed to accomodate
deleting based on directly providing a upload ID.
0.02 Sun May 18 2003
- initial public release
0.01 Sat May 17 16:15:05 2003
- original version; created by h2xs 1.22 with options
-b 5.5.0 -XAn CGI::Uploader