Summary | horde: htmlarea -> plugin -> AnselImage fails to select image form Ansel Image Gallery |
Queue | Horde.org Servers |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) |
Requester | mi.braun (at) onlinehome (dot) de |
Created | 2005-03-02 (5801 days ago) |
Due | |
Updated | 2010-05-02 (3914 days ago) |
Assigned | 2005-03-02 (5801 days ago) |
Resolved | 2005-03-04 (5799 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
New Attachment: ansel-patch[1].diff
I'm sorry but my lastly added patch also disabled window resizing -
which has nothing to do with his bug.
A new - cleaned - patch file is attached.
Assigned to
Type ⇒ Bug
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Summary ⇒ horde: htmlarea -> plugin -> AnselImage fails to select image form Ansel Image Gallery
Queue ⇒ Horde.org Servers
New Attachment: ansel-patch.diff
using the htmlarea editor fails to insert an image from an ansel
image gallery.
The problem is, that some preferences returned by an rpc call now
require to be fetched some other way, as already changed in ansel
module.
Therefor I changed
horde/services/editor/htmlarea/plugins/AnselImage/insert_image.php,
so that it now displays the gallery name correctly and takes to
correct gallery ID to fetch images from a gallery. The changes are
attched.