Re: [Dspace-tech] DS-2220: Always load Google Analytics over SSL

2014-10-30 Thread Alan Orth
Fair point. As a technologist working in the developing world, this should matter more to me, but alas, my heart always cries "deploy hard crypto!". There is a compromise between the two somewhere... In related news, today Google announced that Chrome 39 will disable SSLv3 fallback, and Chrome 40

Re: [Dspace-tech] Link Checker in Dspace

2014-10-30 Thread Stuart Yeates
That looks like your DNS host is redirecting unknown domains to a commercial sales site. If you change your DNS settings you may get a sane answer. cheers stuart -- I have a new phone number: 04 463 5692 From: Edna Hagan Sent: Friday, 31 October 2014 6:48 a.m

[Dspace-tech] Link Checker in Dspace

2014-10-30 Thread Edna Hagan
Hello community, We are working on Dspace 3.1 JSPUI/ UNIX. We have configured the Link Checker to check bad links in the dc.identifier.uri field. As a test we put 2 bad links in the metadata record and this was not reported as bad links. A test with the curl command indicates it recognises / re

Re: [Dspace-tech] PDF Citation Coverpage (Retention of PDF/A compliance and bookmarks)

2014-10-30 Thread Peter Dietz
Hi Elvi, I'm glad there's interest in the PDF citation page. This would be wise to enhance this to not cause issues with PDF/A source content. The makeCitedDocument(bitstream) is the relevant piece of code. https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/dissemina

Re: [Dspace-tech] trying to find pdf file from upload.

2014-10-30 Thread Peter Dietz
It might be worth it to take a peak at the old iText. I noticed in a StackOverflow post that it exists. I guess we could make a content disseminator interface. Subclass that to PDF-Citation-CoverPage, then have a PDFBOX implementation, and an iText (LGPL) implementation, and have spring wire it up.

[Dspace-tech] PDF Citation Coverpage (Retention of PDF/A compliance and bookmarks)

2014-10-30 Thread Nemiz, Elvi
Hello Peter, I would like to ask regarding PDF citation coverpage since this is already merged in the master branch. These past few days, I am trying to modify CitationDocument.java to retain PDF/A compliance of my pdfs (almost all our pdfs are at least PDF/A1-b compliant) since pdfbox supports PD

Re: [Dspace-tech] Question about metedata localizaton

2014-10-30 Thread helix84
Hi Alex, you're raising valid concerns regarding localization. There was code proposed to address that in DSpace 5 [1], unfortunately it was postponed by the contributor for technical reasons, but we'll likely see it reworked in DSpace 6. I also proposed an improvement to facets which would includ

[Dspace-tech] Question about metedata localizaton

2014-10-30 Thread Alex Dubiv
Greetings! I'm new in DSpace but trying to get deeper into it. My name is Alex and I'm from Ukraine - I managed to localize almost all parts of interface and forms of our Dspace installation. But I have one critical question about data organization and translation. In the input form of publicat

Re: [Dspace-tech] DSpace error "ClientAbortException"

2014-10-30 Thread helix84
On Thu, Oct 30, 2014 at 1:30 PM, Hilton Gibson wrote: > We will be upgrading to 4.X in Jan 2015, after 5.X is released. > So this will be fixed then. Not really fixed, please note that the message is only reduced from a full stacktrace to a single line. But of course, you can tweak the log level

Re: [Dspace-tech] DSpace error "ClientAbortException"

2014-10-30 Thread Hilton Gibson
Thx Helix. We will be upgrading to 4.X in Jan 2015, after 5.X is released. So this will be fixed then. Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025C Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21 808 4100 | Cell

Re: [Dspace-tech] trying to find pdf file from upload.

2014-10-30 Thread helix84
Hi Adán, we've already been using PDFbox in DSpace before this feature for PDF text extraction and thumbnail generation in filter-media and as a PDF packager, so this is a good choice. That said, we'll need to address the encoding issue mentioned and described in [1] - probably by upgrading when P

Re: [Dspace-tech] DSpace error "ClientAbortException"

2014-10-30 Thread helix84
Stuart has suggested why this may be happening on a regular basis. Apart from that, it is common for this to occur occasionally when clients abort a page load or download. If you only want to address the consequence - a long log message for a mostly harmless event, use this patch [1] for your DSpac

Re: [Dspace-tech] Not affect the Code that was changes from [dspace-source] jsptag

2014-10-30 Thread Lindse Yohan
Dear mr.bhavesh can you share snap of the code, so i can understand in better way. -- View this message in context: http://dspace.2283337.n4.nabble.com/Not-affect-the-Code-that-was-changes-from-dspace-source-jsptag-tp4668396p4675361.html Sent from the DSpace - Tech mailing list archive at Nabb

Re: [Dspace-tech] Not affect the Code that was changes from [dspace-source] jsptag

2014-10-30 Thread Bhavesh Patel
Dear Lindse Yohan, I was not able to open the popup (may be some syntax error I was face) but I have customize some code on that view/open link..that will open the link on new window for specific file type (using if..else condition). Regards, Bhavesh Thanks & Regards, *Bhavesh R. Patel * - w

Re: [Dspace-tech] Not affect the Code that was changes from [dspace-source] jsptag

2014-10-30 Thread Lindse Yohan
Dear mr.bhavesh, from internet i came through your post. Infact i have same requirement as you mentioned. i want to open a popup window on view/open click in item display page. i have not explored much except itemtag.java. if you have got successfully open popup window on view/open please te

Re: [Dspace-tech] trying to find pdf file from upload.

2014-10-30 Thread Adan Roman Ruiz
Hello Peter. have you thought to use an old version of itext? 4.1.6 / 4.2.0 Were released under the LGPL and MPL. regards Adán Román Ruiz ARVO Consultores 2014-10-29 20:12 GMT+01:00 Peter Dietz : > Yep. > > BTW, Thanks for your interest in this feature, I've decided to rewrite the > PDF Citatio