Closed (fixed)
Project:
WYSIWYG image upload - Inline images for your WYSIWYG
Version:
6.x-2.0-rc5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Jun 2010 at 09:56 UTC
Updated:
18 Jun 2010 at 16:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
eugenmayer commentedreleased in rc5
Comment #2
pfrenssenThis is partially fixed in rc5.
the /ajax/wysiwyg_imgupl/render_wysiwyg/ returns the correct data now (without devel debug information).
The debug data however remains in the POST request that is sent beforehand:
request:
http://www.localhost.dev/wysiwyg_imageupload/edit/15?alignment=imgupl_floating_none&form_build_id=form-276cc0b171cbfd8bbc74dcbe653c56e9&form_id=wysiwyg_imageupload_edit_form&form_token=38f635cc602228127c712960a6109038&imagecache=grote-foto&style=0&submitimagedetails=JSinsert&title=20000_1600x1200-wallpaper-cb1273512264.jpgresponse:
{ "status": true, "data": { "iid": "15" } }<div class="dev-timer"> Page execution time was 126.03 ms. </div><div class="dev-memory-usage"><h3>Memory usage:</h3> Memory used at: devel_init()=<strong>1.64</strong> MB, devel_shutdown()=<strong>17.54</strong> MB.</div>Comment #3
pfrenssenpatch in attachment
Comment #4
eugenmayer commentedI will take that one in in the hopefuly stable release or the next RC. Thanks for the contribution and feedback!
Comment #5
eugenmayer commentedaplied to git
Comment #6
eugenmayer commentedreleased in rc6