Re: [Dspace-tech] Error 500 while trying POST \login

2015-06-10 Thread Aman Singh
Hi Peter, Need your help again. This time I am trying to upload a file using curl_setopt in php5.5 and @ is deprecated as prefix. So , can you help me writing request body again. I have tried using CURLFile enabling safe upload but every time a txt file with all the data is getting uploaded.

[Dspace-tech] What's the plan for Browse by functionality?

2015-06-10 Thread Alan Orth
Hi, Discovery's great but Browse by does some things that we like, such as being able to paginate the results (compare browse[0] with discovery[1])! The problem is that Browse by is terrible because it still uses Lucene, which means we have to maintain parallel lists of indexes for both Lucene

[Dspace-tech] Replace Creative Commons licence when editing an item

2015-06-10 Thread Domingo Iglesias
Hello, in version 1.8.x we could change the creative commons when editing an item. We have realized that the button to perform this action has disappeared in version 5.2. How can we change the licence in the new version? Thanks --- Domingo Iglesias Universitat de Barcelona Area de Tecnologies

[Dspace-tech] Dspace 4.2 customization

2015-06-10 Thread Wasefer Zaman
We have installed dspace 4.2 on RHEL for our organization. But we are not able to change the home page. Can you please help me in doing this? With regards, Wasefer Zaman 9874673636 --

Re: [Dspace-tech] Error 500 while trying POST \login

2015-06-10 Thread Peter Dietz
Hi Aman, Your PHP snippet doesn't have all that much information. https://wiki.duraspace.org/display/DSDOC5x/REST+API#RESTAPI-Items From the documentation, to upload an item is: - POST /items/{item id}/bitstreams - Add bitstream to item. You must post a Bitstream From the readme:

Re: [Dspace-tech] How to search items by metadata using REST API?

2015-06-10 Thread Bruno Zanette
Hey Alan, Take a look at the commentaries on the REST-API's documentation's page. I've answered a similar question there. https://wiki.duraspace.org/display/DSDOC5x/REST+API?focusedCommentId=68068154#comment-68068154 But basically, the request that you have to send is something like this: curl -k

[Dspace-tech] filter-media extract text for Excel files (xls and xlsx)

2015-06-10 Thread Ed Goulet
All, Is there such a media filter to extract text from Excel files? Like org.dspace.app.mediafilter.PDFFilter ... but it might be org.dspace.app.mediafilter.XLSFilter ? Ed --

[Dspace-tech] How to search items by metadata using REST API?

2015-06-10 Thread Alan Orth
Hey, I'm using DSpace 4.3 and trying to search for items matching certain metadata. The REST API docs on GitHub[0] mention that you can POST to `rest/items/find-by-metadata-field`, but it doesn't give any more information than that (like how to specify query parameters). I've tried several