root/vendor/file-column-0.3.1/CHANGELOG @ 7

Revision 2, 1.6 kB (checked in by falcon, 17 years ago)

added plugins

  • Property svn:executable set to *
Line 
10.3.1
2    * make object with file_columns serializable
3    * use normal require for RMagick, so that it works with gem
4      and custom install as well
5
60.3
7    * fixed bug where empty file uploads were not recognized with some browsers
8    * fixed bug on windows when "file" utility is not present
9    * added option to disable automatic file extension correction
10    * Only allow one attribute per call to file_column, so that options only
11      apply to one argument
12    * try to detect when people forget to set the form encoding to
13      'multipart/form-data'
14    * converted to rails plugin
15    * easy integration with RMagick
16
170.2
18    * complete rewrite using state pattern
19    * fixed sanitize filename [Michael Raidel]
20    * fixed bug when no file was uploaded [Michael Raidel]
21    * try to fix filename extensions [Michael Raidel]
22    * Feed absolute paths through File.expand_path to make them as simple as possible
23    * Make file_column_field helper work with auto-ids (e.g., "event[]")
24
250.1.3
26    * test cases with more than 1 file_column
27    * fixed bug when file_column was called with several arguments
28    * treat empty ("") file_columns as nil
29    * support for binary files on windows
30
310.1.2
32    * better rails integration, so that you do not have to include the modules yourself. You
33      just have to "require 'rails_file_column'" in your "config/environment.rb"
34    * Rakefile for testing and packaging
35
360.1.1 (2005-08-11)
37    * fixed nasty bug in url_for_file_column that made it unusable on Apache
38    * prepared for public release
39   
400.1 (2005-08-10)
41    * initial release
Note: See TracBrowser for help on using the browser.