Changeset 4500
- Timestamp:
- 06/28/06 17:03:46 (4 years ago)
- Files:
-
- plugins/upload_progress/CHANGELOG (modified) (1 diff)
- plugins/upload_progress/lib/multipart_progress.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/upload_progress/CHANGELOG
r3546 r4500 1 1 *SVN* 2 2 3 * Make Upload Progress work with edge Rails [4388] and higher, retain compatibility to earlier builds 4 3 5 * Make Upload Progress work with edge Rails [3526] and higher, retain compatibility to earlier builds plugins/upload_progress/lib/multipart_progress.rb
r3546 r4500 159 159 params 160 160 end 161 162 # Required because of changes in [4388] 163 unless private_instance_methods.include?("read_params_from_query") 164 def read_params_from_query 165 read_params(:get,nil) 166 end 167 end 161 168 162 169 # Prevent redefinition of aliases on multiple includes