[Dspace-tech] Apache/Tomcat/DSpace munging jquery files

2013-09-09 Thread Owen Williams
Hello, We're using: Apache 2.2.15 Tomcat 7.0.41 DSpace 3.1 branch from git Some aspect of the above and XMLUI is munging things like /* */ comments from Javascript and other things which are difficult to identify because the Javascript is minified. The result breaks the fancy box code I'm

Re: [Dspace-tech] default.license : Manakin : XMLUI : style

2013-09-03 Thread Owen Williams
helix84, On Tue, 2013-09-03 at 14:13 +0200, helix84 wrote: I did some preliminary investigation. The license text gets added to DRI here: https://github.com/DSpace/DSpace/blob/dspace-3.2/dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/submission/submit/LicenseStep.java#L105 And

Re: [Dspace-tech] default.license : Manakin : XMLUI : style

2013-09-03 Thread Owen Williams
Helix84, On Tue, 2013-09-03 at 15:42 +0200, helix84 wrote: I understand your motivation to refrain from modifying any Java code. Without digging much deeper, I recommend you to ignore (in XSL) the license text as Java inserts it into DRI. Instead, use the XSL document() call to include a

[Dspace-tech] default.license : Manakin : XMLUI : style

2013-09-02 Thread Owen Williams
Hello, I'm trying to update our DSpace 3.1 dev instance to use a new license. When I change the default.license file on disk, rebuild and re-start the service any style is stripped (in this case just newlines) from the license when rendered. In JSPUI we can use /dspace-admin/license-edit to

[Dspace-tech] Producing an ICS file on the fly

2013-07-18 Thread Owen Williams
Hello, I have a plan to create an ICS file on the fly given a date and a summary: BEGIN:VCALENDAR VERSION:2.0 PRODID:-//hacksw/handcal//NONSGML v1.0//EN BEGIN:VEVENT UID:u...@example.com DTSTAMP:19970714T17Z ORGANIZER;CN=DSpace Admin:MAILTO:dspace.ad...@example.com

[Dspace-tech] Changing Thumbnails

2011-08-10 Thread Owen Williams
Hello, I'm developing code to produce sliders or carousels of thumbnails. We're hoping to include video in our repository www.dora.dmu.ac.uk. I thought I could add a thumbnail upload at the point where a bitstream is uploaded. But I found that the preferred method is to use: dspace