Re: [Dspace-tech] Want to add custom filter type in dspace 4.x search filter facet

2015-02-26 Thread Pablo Buenaposada
Well, all the files you modified in the dspace installation need to be overwritten in the dspace source, or added if you created them as new in the dspace installation. For example, Messages.properties is only in the source so you don't have to do nothing. input-forms.xml is in the source and in th

Re: [Dspace-tech] Manakin, collection name

2015-02-26 Thread Andrea Schweer
Hi, On 27/02/15 01:16, Anja Radoicic wrote: This helps me save the trail variable. Now I have to somehow acces the fourth or fifth element of the trail. Is there a way to do that? Also, this is just a workaround to access the coll

Re: [Dspace-tech] DSpace 5 - Embargo lift date - message to administrator

2015-02-26 Thread Andrea Schweer
Hi, On 27/02/15 01:09, Hilton Gibson wrote: On 26 February 2015 at 14:05, Adan Roman wrote: Sending an email to administrator can be done creating a curation tast

Re: [Dspace-tech] main servlet for url pattern: dspaceurl.com/*

2015-02-26 Thread Tim Donohue
Hi Pablo, Sorry for the delayed response. Assuming you are looking to use the XMLUI, I think what you are looking for is the XMLUI "sitemap.xmap" (which is an Apache Cocoon config): https://github.com/DSpace/DSpace/blob/master/dspace-xmlui/src/main/webapp/sitemap.xmap This sitemap config file

Re: [Dspace-tech] Shibboleth login on DSpace 4.2

2015-02-26 Thread Tim Donohue
Hi George, Apologies, I just responded to the wrong thread. :) This was meant for someone else, as you are obviously using Shibboleth authentication. - Tim On 2/26/2015 3:39 PM, Tim Donohue wrote: > Hi George, > > Sorry for the delayed response. This issue sounds very similar to this bug: > > h

Re: [Dspace-tech] [DSpace-tech]: user profile

2015-02-26 Thread Tim Donohue
Hi Nada, Sorry for the delayed response. This issue sounds very similar to this bug: https://jira.duraspace.org/browse/DS-2421 Simply put, I'm fairly certain the LDAPAuthentication plugin is not working correctly *unless* you configure either: "search.anonymous=true" OR specify both: "search

Re: [Dspace-tech] Shibboleth login on DSpace 4.2

2015-02-26 Thread Tim Donohue
Hi George, Sorry for the delayed response. This issue sounds very similar to this bug: https://jira.duraspace.org/browse/DS-2421 Simply put, I'm fairly certain the LDAPAuthentication plugin is not working correctly *unless* you configure either: "search.anonymous=true" OR specify both: "sear

Re: [Dspace-tech] Browsing by Issue Date

2015-02-26 Thread Hilton Gibson
Perhaps this will help: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Language 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: +27 84 646 4758 On 26

[Dspace-tech] OAI9 Workshop in Geneva 17-19 June 2015

2015-02-26 Thread Thomas Krichel
The OAI9 Workshop on Current Developments in Scholarly Communication is taking place in the University of Geneva and in CERN, Geneva, on 17-19 June 2015. The meeting's web site is http://indico.cern.ch/event/332370/ There are six plenary sessions * Technical developments *

[Dspace-tech] Browsing by Issue Date

2015-02-26 Thread bender
Hi, I want to translate the name of the months in the section "Browsing by Issue Date", from english to italian. I'm still searching the way to do this, but without success. The version of dspace is 4.2, and the theme is Reference. Can anyone help me? Bender ---

[Dspace-tech] DSPACE SECURITY ADVISORY: New DSpace 5.1, 4.3 and 3.4 releases resolve security issues in XMLUI and JSPUI

2015-02-26 Thread Tim Donohue
All, In recent weeks, several security vulnerabilities where discovered in the XMLUI and JSPUI of DSpace 3.x, 4.x and 5.x sites. Some of these vulnerabilities also affect Space 1.x.x sites. While these security vulnerabilities vary in severity (see below), WE RECOMMEND ALL DSPACE USERS CONSID

Re: [Dspace-tech] 5.1 source tarball has DOS line ends in some files

2015-02-26 Thread Tim Donohue
Chris, Thanks for letting us know. This has now been resolved and the release files/packages have been updated. - Tim On 2/25/2015 4:30 PM, Chris Gray wrote: > In the source tarball for 5.1, the script file dspace/bin/dspace has DOS > line ends so it can't run on Linux. Instead you get an erro

Re: [Dspace-tech] Reinstate a group of items that has previously been withdrawn with Batch Metadata Editing Tool

2015-02-26 Thread BARRERA BARRERA, Carlos
Hello, Excel creates CSV files with a semicolon as field separator. I have changed it for commas and works! Thank you for the answers, Carles Barrera Universitat Pompeu Fabra, Barcelona 2015-02-26 13:03 GMT+01:00 Àlex Magaz Graça : > El 26/02/15 a les 12:13, Àlex Magaz Graça ha escrit: > >

Re: [Dspace-tech] Configuring DSpace to allow access to all the metadata and password-protecting the Full text

2015-02-26 Thread Claudia Jürgen
Hello Admire, when you create a collection set DEFAULT_ITEM_READ to anonymous and DEFAULT_BITSTREAM_READ to whatever group should have access. During the ingest the items will derive their policies from these settings. The splash page with the metadata will be visible to everyone, accessing the

[Dspace-tech] Viewing an uploaded item in DSpace 4.2 xmlui

2015-02-26 Thread poonam_anthony
Hi, I'm trying to change the how an item is viewed in DSpace. By default on the search results page when you click on the title or icon it redirects to a new page where more details about the item are displayed. I want to skip this page and directly open the file in view mode when the title is cl

[Dspace-tech] Configuring DSpace to allow access to all the metadata and password-protecting the Full text

2015-02-26 Thread Admire Mutsikiwa
Hi I would like to configure one of my DSpace collection to allow access to its metadata and password protect access to full text. How do I go about it? Kind Regards, Admire Mutsikiwa (Mr) ICT Manager Libraries University of Zimbabwe Tel:+263-4-303276 Mob:+263782476883 "It i

[Dspace-tech] Modifying Item description in search results page

2015-02-26 Thread poonam_anthony
Hi I am working with DSpace 4.2 xmlui Mirage theme. I want to modify the item description to show some additional metadata information.The current search results page By default, the name of the author and issue date are displayed along with the title of the item.

Re: [Dspace-tech] Want to add custom filter type in dspace 4.x search filter facet

2015-02-26 Thread Pablo Buenaposada
in jspui version english Message.Properties isn't as you expect in the installed directory. You have to modify it in the source directory and return to compile, the file is located here sourceFolder/dspace-api/src/main/resources/ -- View this message in context: http://dspace.2283337.n4.nabble.

Re: [Dspace-tech] Manakin, collection name

2015-02-26 Thread Anja Radoicic
Hi helix84 :) This helps me save the trail variable. Now I have to somehow acces the fourth or fifth element of the trail. Is there a way to do that? Also, this is just a workaround to access the collection name. Is there another way that you would suggest to get to a collection name or com

Re: [Dspace-tech] DSpace 5 - Embargo lift date - message to administrator

2015-02-26 Thread Hilton Gibson
On 26 February 2015 at 14:05, Adan Roman wrote: > Sending an email to administrator can be done creating a curation tast > that search the resource policy of items and send an email if its date is > near. ​Hi Adan Do you have a published example of this curation task? Cheers hg​ *Hilton G

Re: [Dspace-tech] DSpace 5 - Embargo lift date - message to administrator

2015-02-26 Thread Adan Roman
Hi Lotta The embargo of DSpace 5 works different from 1.8.2. It don't use metadata to store the date of the end ot the embargo. Dspace 5 store the policy with a start date. So is the authorization system which start using this policy when the date is reached. Sending an email to administrato

Re: [Dspace-tech] Reinstate a group of items that has previously been withdrawn with Batch Metadata Editing Tool

2015-02-26 Thread Àlex Magaz Graça
El 26/02/15 a les 12:13, Àlex Magaz Graça ha escrit: > El 26/02/15 a les 10:12, BARRERA BARRERA, Carlos ha escrit: > > Hello, > > > > We are tring to reinstate a group of items that has previously been > > withdrawn with Batch Metadata Editing Tool: > > > > [dspace]/bin/dspace metadata-import -f me

Re: [Dspace-tech] Manakin, collection name

2015-02-26 Thread Anja Le Blanc
Hi Anja I don't know a lot about XLST ... I think the path to the data should be something like "/dri:document/dri:meta/dri:pageMeta/dri:trail" But I am sure there are other people on this list who can help you further. Best regards Anja -- Anja Le Blanc Software Developer University of Manc

Re: [Dspace-tech] Manakin, collection name

2015-02-26 Thread helix84
Hi Anja, save it in a variable outside any template, then you can use it even in any dim template. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ---

Re: [Dspace-tech] Manakin, collection name

2015-02-26 Thread Anja Radoicic
Hi Anja :) I think you are right. Can you please give me an example how to access trail part from item-view.xsl. Until now I have only been accessing metadata fields and it was through dim:field. For example, I was using: select="dim:field[@element='description'][@qualifier='tableofcontents']/

Re: [Dspace-tech] Manakin, collection name

2015-02-26 Thread Anja Le Blanc
Hi Anja If you go to your item page and add '?XML' (http://[URL]/xmlui/[handle]?XML) to the URL you can see which data you can access. The content of might be what you are after. Best regards, Anja -- Anja Le Blanc Software Developer University of Manchester Library On 26/02/2015 10:16, Anj

Re: [Dspace-tech] Reinstate a group of items that has previously been withdrawn with Batch Metadata Editing Tool

2015-02-26 Thread Àlex Magaz Graça
El 26/02/15 a les 10:12, BARRERA BARRERA, Carlos ha escrit: > Hello, > > We are tring to reinstate a group of items that has previously been > withdrawn with Batch Metadata Editing Tool: > > [dspace]/bin/dspace metadata-import -f metadata.csv > > heading row: > id,collection,action > > item rows: >

Re: [Dspace-tech] main servlet for url pattern: dspaceurl.com/*

2015-02-26 Thread Pablo Buenaposada
nobody? -- View this message in context: http://dspace.2283337.n4.nabble.com/main-servlet-for-url-pattern-dspaceurl-com-tp4676559p4676776.html Sent from the DSpace - Tech mailing list archive at Nabble.com. -- Dive int

[Dspace-tech] Manakin, collection name

2015-02-26 Thread Anja Radoicic
Dear all, I was hoping you could help me with something. We are trying to change the item view page in our DSpace. We have been rearranging the page by changing the order of dc metadata fields and it worked wonderfully. But now we have come to a moment where we need to use the name of the col

Re: [Dspace-tech] Reinstate a group of items that has previously been withdrawn with Batch Metadata Editing Tool

2015-02-26 Thread helix84
On Thu, Feb 26, 2015 at 10:12 AM, BARRERA BARRERA, Carlos wrote: > "Bad metadata declaration in row 1: id;collection;action" It seems that you're using a semicolon as field separator. The separator has to be a comma. If already have a comma in the data, you should enclose the value in double qu

[Dspace-tech] Reinstate a group of items that has previously been withdrawn with Batch Metadata Editing Tool

2015-02-26 Thread BARRERA BARRERA, Carlos
Hello, We are tring to reinstate a group of items that has previously been withdrawn with Batch Metadata Editing Tool: [dspace]/bin/dspace metadata-import -f metadata.csv heading row: id,collection,action item rows: 28801,1,reinstate 26223,1,reinstate performing 'actions' on items, but throws

Re: [Dspace-tech] DSpace 5 application not showing

2015-02-26 Thread Lewatle Phaladi
Hi Euler and DSpace Team, I have executed the command as follows mvn clean -U package -Dmirage2.on=true? After executing it I then restarted tomcat and I still receive similar error. Build results were Successful for the above command Regards, Lewatle -Original Message- From: euler [m