[
http://jira.dspace.org/jira/browse/DS-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=10797#action_10797
]
Stuart Lewis commented on DS-295:
---------------------------------
Some comments:
- the MIME type needs to be set to text/html; charset=utf-8 otherwise some of
the characters in the CC licence don't come through correctly
- Upgrade instructions need to include:
INSERT INTO bitstreamformatregistry (bitstream_format_id, mimetype,
short_description, description, support_level, internal) VALUES
(nextval('bitstreamformatregistry_seq'), 'text/html; charset=utf=8', 'CC
License', 'Item-specific Creative Commons license agreed upon to submission',
'1', true);
UPDATE bitstream SET bitstream_format_id = (SELECT bitstream_format_id FROM
bitstreamformatregistry WHERE short_description = 'CC License') WHERE name =
'license_text' AND source = 'org.dspace.license.CreativeCommons';
Does anyone have any objections to this fix being applied for 1.6?
> CC License being assigned incorrect Mime Type during submission.
> ----------------------------------------------------------------
>
> Key: DS-295
> URL: http://jira.dspace.org/jira/browse/DS-295
> Project: DSpace 1.x
> Issue Type: Bug
> Components: DSpace API
> Affects Versions: 1.6.0
> Reporter: Steven Williams
> Assignee: Stuart Lewis
> Attachments: bitstream-format.patch, CreativeCommons.patch
>
>
> The Creative Commons License is sharing the Default License Format with a
> mime type of text/plain, but the CC License bitstream should have a mime type
> of text/html. Browsers that render the CC License depending on the mime type
> will display the raw HTML/CSS making the CC License unreadable for the
> average user. To correct this issue a new format needs to be created for the
> Creative Commons License and the submission process needs to assign the new
> format. The attached CreativeCommons.patch replaces the assigned "License"
> format with a "CC License" form.
> Location to apply patch:
> dspace-api/src/main/java/org/dspace/license/CreativeCommons.java
> The attached bitstream-formats.xml adds the new CC License format with mime
> type text/html. This will insure the format is created when dspace is
> installed.
> Location to apply patch: dspace/config/registries/bitstream-formats.xml
>
> Credit also goes to Ladd Hanson
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.dspace.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel