CMS MADE SIMPLE FORGE

SuperSizer

 

[#6714] base64 works, but not in the way specified in documentation

avatar
Created By: Kenneth Griffith (kendo451)
Date Submitted: Fri Jul 29 09:27:20 -0400 2011

Assigned To:
Version: 0.9.6
CMSMS Version: None
Severity: Minor
Resolution: Accepted
State: Open
Summary:
base64 works, but not in the way specified in documentation
Detailed Description:
Testing the base64 parameter, I find that:

base64='tag' works, but omits mime type for jpg or gif.  Omites mime type and
data for png images.
base64='true'  produces a null string -> should produce
"data:image/gif;base64,[base64data]"
base64='straight' produces a null string -> should produce [base64string]



History

Comments
avatar
Date: 2011-07-30 17:09
Posted By: Jeremy Bass (jeremybass)

I'll test and fix, tk for letting me know.
Cheers -Jeremy
      
Updates

Updated: 2011-07-30 17:09
resolution_id: 5 => 6

Updated: 2011-07-29 16:42
description: Testing the base64 parameter, I find that: base64='tag' works, but omits mime type base64='true' produces a null string -> should produce "data:image/gif;base64,[base64data]" base64='straight' produces a null string -> should produce [base64string] => Testing the base64 parameter, I find that: base64='tag' works, but omits mime type for jpg or gif. Omites mime type and data for png images. base64='true' produces a null string -> should produce "data:image/gif;base64,[base64data]" base64='straigh

Updated: 2011-07-29 09:45
description: Testing the base64 parameter, I find that: base64='tag' works perfectly. base64='true' produces a null string -> should produce "data:image/gif;base64,[base64data]" base64='straight' produces a null string -> should produce [base64string] => Testing the base64 parameter, I find that: base64='tag' works, but omits mime type base64='true' produces a null string -> should produce "data:image/gif;base64,[base64data]" base64='straight' produces a null string -> should produce [base64string]
resolution_id: => 5