Re: [Dspace-tech] Errors encountered when running update-discovery-index

2012-12-04 Thread Ian Boston
Hi, The upgrade to the 3.0 release fixed it. All indexes rebuilt with no errors other than data format errors, which will have to be fixed in the db. Thanks Ian On 4 December 2012 06:42, Ian Boston ib...@cam.ac.uk wrote: Excellent, thank you (both), I'll upgrade and get back to you. Should be

Re: [Dspace-tech] Batch Metadata import error: Unknown Item ID

2012-12-04 Thread helix84
Here's another one that does the same: http://tools.dspace.cam.ac.uk/metadatamapper/ I didn't check, but Peter's tool might be built on this one. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] custome submsion form

2012-12-04 Thread Claudia Jürgen
Hello Sisay, your customized input form will be used during the complete ingestion process for submitters and reviewers alike. You can customize fields in the form, so they are only visible either during the workflow or the submission by setting the visibility of a field. The values are

Re: [Dspace-tech] Batch Metadata import error: Unknown Item ID

2012-12-04 Thread Nick
Thanks for your help On Tue, Dec 4, 2012 at 4:34 AM, helix84 heli...@centrum.sk wrote: Here's another one that does the same: http://tools.dspace.cam.ac.uk/metadatamapper/ I didn't check, but Peter's tool might be built on this one. Regards, ~~helix84 Compulsory reading: DSpace

[Dspace-tech] PID link argument breaking XMLUI theme

2012-12-04 Thread Calloni, Rodrigo
Hello We are on DSpace 1.62, using XMLUI. And it is about the theme of our XMLUI that this problem is about. I am editing the xls file that has part of the theme (it is responsible for some customizations we have) and when I add the following intranet URL the UI collapses: a

Re: [Dspace-tech] PID link argument breaking XMLUI theme

2012-12-04 Thread Calloni, Rodrigo
Thanks helix it worked perfectly Would you mind explaining why this happens? Just to understand more and be able to fix similar problems in future. Rodrigo From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Tuesday, December 04, 2012 2:36 PM To: Calloni,

Re: [Dspace-tech] PID link argument breaking XMLUI theme

2012-12-04 Thread helix84
http://www.w3.org/TR/2000/REC-xml-20001006#syntax -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus

[Dspace-tech] xslt in item-view.xsl Mirage

2012-12-04 Thread Jose Blanco
I'm trying to move the Show full item record link in the item page to be just below the metadata. Right now I have this at the end of the item-view.xsl page: xsl:template name=modify-summary-view-link match=dri:p[@rend='item-view-toggle item-view-toggle-bottom'] BR/ xsl:apply-templates /

[Dspace-tech] whitespace bug with global change (commandline)

2012-12-04 Thread stuart yeates
I've encountered an issue with batch updating dates using the command line version. In my exported CSV there are two columns which differ only by whitespace differences in the language code: dc.date.copyright[ ] and dc.date.copyright[] When I try to merge these (to the second), the

Re: [Dspace-tech] xslt in item-view.xsl Mirage

2012-12-04 Thread helix84
Hi Jose, that template is processing the METS document (dim), so you can't test for a dri element, which is in a completely different input file (DRI). -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial

Re: [Dspace-tech] whitespace bug with global change (commandline)

2012-12-04 Thread helix84
Hi Stuart, that's an interesting problem. I can imagine that the values got there via editing the metadata values via the web UI. So that's probably where we should add a check to prevent this in the future. This won't be a problem in SQL whitespace handling because it's DSpace code that

Re: [Dspace-tech] xslt in item-view.xsl Mirage

2012-12-04 Thread helix84
This should work for you: !-- while processing DRI, remember the item-view-toggle URL -- xsl:variable name=ds_item_view_toggle_url select=//dri:p[contains(@rend , 'item-view-toggle') and (preceding-sibling::dri:referenceSet[@type = 'summaryView'] or following-sibling::dri:referenceSet[@type =

Re: [Dspace-tech] xslt in item-view.xsl Mirage

2012-12-04 Thread helix84
I missed the closing /xsl:template tag at the end. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- LogMeIn Rescue: Anywhere,

Re: [Dspace-tech] xslt in item-view.xsl Mirage

2012-12-04 Thread helix84
On Wed, Dec 5, 2012 at 8:51 AM, helix84 heli...@centrum.sk wrote: I missed the closing /xsl:template tag at the end. Actually, disregard that :) Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette