Issue Details (XML | Word | Printable)

Key: GLIFFY-1761
Type: Bug Bug
Status: Code Complete Code Complete
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Chris Kohlhardt
Reporter: Richard Tang
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Gliffy

Full Size link goes to page that just prints $globalHelper.renderConfluenceMacro($macro)

Created: 14/Dec/09 03:09 PM   Updated: 06/Jan/10 06:19 PM
Component/s: Confluence Plugin Integration
Affects Version/s: Gliffy Plugin for Confluence 2.0.2
Fix Version/s: Gliffy Confluence Plugin 2.0.3
Security Level: Anyone may view

File Attachments: 1. Java Archive File GliffyPluginForConfluence_2.0.2.jar (5.62 MB)

Environment: Linux, PostgreSQL, Atlassian Confluence 3.1

Iteration: 1
Incident Count: 2


 Description  « Hide
Clicking on a "Full Size" link under a Gliffy image will take you to a page that just has the title with the line:

$globalHelper.renderConfluenceMacro($macro)

under it.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Eric Chiang added a comment - 16/Dec/09 06:56 PM

Shannon Krebs added a comment - 05/Jan/10 06:12 AM
The remove diagram action also just has
${renderedContent}

where the rendered diagram macro should be. I think this is related to a deprecated method being removed. I've dealt with a similar bug in the Bubbles plugin a little while back: http://jira.adaptavist.com/browse/BUBBLES-384

(The problem won't show up a compile time since the method is called from a velocity template.)


Chris Kohlhardt added a comment - 05/Jan/10 04:30 PM
Thanks for the tip Shannon, that fixed it!

I've attached a patched version of the most recent Gliffy plugin for Confluence which fixes this problem.