Issue Details (XML | Word | Printable)

Key: JRA-8567
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Dylan Etkin [Atlassian]
Reporter: Jeff Turner [Atlassian]
Votes: 1
Watchers: 2
Operations

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

Allow images in plugins

Created: 18/Nov/05 03:40 AM   Updated: 16/Apr/08 07:41 PM
Component/s: Permissions Security
Affects Version/s: None
Fix Version/s: 3.5

Time Tracking:
Original Estimate: 4 hours
Original Estimate - 4 hours
Remaining Estimate: 4 hours
Remaining Estimate - 4 hours
Time Spent: Not Specified
Remaining Estimate - 4 hours

Issue Links:
Duplicate
 

Participants: Brian Nguyen, David Peterson, Dylan Etkin [Atlassian], Jeff Turner [Atlassian] and Vincent Thoulé
Since last comment: 2 years, 37 weeks, 2 days ago
Resolution Date: 19/Jan/06 11:51 PM
Labels:


 Description  « Hide
It would often be useful to be able to package images like icons inside a plugin. AFAIK it isn't currently possible.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
David Peterson added a comment - 18/Nov/05 03:46 AM
You could just import the 'download/resources' servlet from Confluence. That would allow other files such as CSS or JS files to be packaged in plugins also.

Vincent Thoulé added a comment - 08/Dec/05 09:19 AM
Seeing the documentation http://confluence.atlassian.com/display/DOC/Downloadable+Plugin+Resources , it seems be useful for my requirement ( JRA-8752).
What is the procedure to import this servlet, if we do not dispose a licence of Confluence ?

Thks.


Brian Nguyen added a comment - 11/Dec/05 05:27 PM
Hi Vincent,

As far as I can tell, you will not be able to do this in JIRA without access to the Confluence code. This has now been scheduled for 3.5, so you can watch this issue for further updates.

Thanks,
Brian


Dylan Etkin [Atlassian] added a comment - 19/Jan/06 11:51 PM
I have refactored the code that Confluence uses into a shared dependancy, the plugins framework. JIRA now can include download resources in its plugins in the same manner that you can in Confluence. You can see the doc about how to use this here: http://confluence.atlassian.com/display/JIRA/Downloadable+Plugin+Resources