Re: [dspace-tech] how to use find-by-metadata?

2016-09-14 Thread Bruno Nocera Zanette
Dante and Luiz, The request must be in the format: {"key":"dc.XXX.YYY", "value":"Query"} Example: curl -k -4 -H "accept: application/json" -H "Content-Type: application/json" -X POST " https://demo.dspace.org/rest/items/find-by-metadata-field; -d "{"key":"dc.title","value":"Test"}" Hope this

Re: [dspace-tech] REST Interface Sample App on Rails

2016-09-14 Thread Bruno Nocera Zanette
I've updated the app with several fixes, including Item edit, Table style and adding buttons to create an object directly inside some other object. The only thing that is still missing is adding/removing metadata fields to item's form. For now there are only title and author fields for new items

Re: [dspace-tech] How do I change the text in the submission license?

2016-09-14 Thread Andrea Schweer
Hi, On 09/15/2016 03:41 AM, Donald Bynum wrote: I am using the XMLUI implementation. I cannot see any option in the Administrative menu area to edit the license text. I have updated the text in the default.license file in both the dspacesource\config directory as well as the dspace\config

Re: [dspace-tech] how to use find-by-metadata?

2016-09-14 Thread Luiz dos Santos
need help + 1 On Wed, Sep 14, 2016 at 3:57 PM, Dante Valencia wrote: > Hi friends > I need help with understanding how to use (find-vy-metadata) with Rest > For example, I do this in loggout > try { > > > DefaultHttpClient httpClient = new

[dspace-tech] how to use find-by-metadata?

2016-09-14 Thread Dante Valencia
Hi friends I need help with understanding how to use (find-vy-metadata) with Rest For example, I do this in loggout try { DefaultHttpClient httpClient = new DefaultHttpClient(); HttpPost postRequest = new HttpPost( "http://10.3.11.134:8080/rest/logout;);

Re: [dspace-tech] How to authorize a group to add/delete users to another group

2016-09-14 Thread Evgeni Dimitrov
Yes Monika, I know - this is what I am doing now. And what I want is to delegate ONLY this to somebody else. My reason to hope that it could be possible is this: - the policies are attached to resources - the policies say who can perform an action on the resource (e.g. ADD/REMOVE) - the

[dspace-tech] full item record view abstract unexpected display

2016-09-14 Thread Courtney Matthews
Hello all, Words in the full item view record abstract are being split between lines when using Firefox and Internet Explorer. Using the Firefox inspect tool we removed the word-break class and this resulted in the expected display. Which scss file should we edit in dspace-source to prevent

[dspace-tech] How do I change the text in the submission license?

2016-09-14 Thread Donald Bynum
I am using the XMLUI implementation. I cannot see any option in the Administrative menu area to edit the license text. I have updated the text in the default.license file in both the dspacesource\config directory as well as the dspace\config directory. But I still don't see any change when

Fwd: [dspace-tech] How to authorize a group to add/delete users to another group

2016-09-14 Thread Monika Mevenkamp
> Hi Evgeni > > As far as I know only administrators can create accounts and change group > memberships for other accounts > So to enable a power user to change other users group memberships you will > have to add that power user to the administrator group. > This of cause will allow the

Re: [dspace-tech] pdfbox vulnerability

2016-09-14 Thread Alan Orth
Awesome. That's good to hear. Thanks for the feedback, helix. Regards, On Sun, Sep 11, 2016 at 11:03 PM, helix84 wrote: > Hi Alan, I filed a (non-public) security issue when it was first > reported. Seems like an easy fix to just upgrade pdfbox, but we'll > still have to

[dspace-tech] How to authorize a group to add/delete users to another group

2016-09-14 Thread Evgeni Dimitrov
I need to authorize a user (a group) to create users and add/delete them to one other group. In DSpace-Manual I see things like "custom policy" (policy_id: 4847; resource_type_id: 2; resource_id: 89; ...). There are "DSpace types" (Bitstream: 0; ... Group: 6; Eperson: 7). But I can not figure

[dspace-tech] How to organize customizations in dspace?

2016-09-14 Thread Christoph Weber
Hello, I'm currently setting up our dspace instance and doing a few changes to customize it. Till. ex. some changes in [dspace-source]/config/input-forms.xml and [dspace-source]/config/registries/dublin-core-types.xml to support DOI. Now I wonder what the best way is to preserve this changes

[dspace-tech] Moving a collection to a different community

2016-09-14 Thread Ilja Sidoroff
Is there a "canonical" way of moving collections to different community? There is some old advice on this, which involves direct modifications to the database, and a recent one here: https://gist.github.com/alanorth/392c4660e8b022d99dfa Is this still the way to do this? br, Ilja Sidoroff

Re: [dspace-tech] A question about .csv file

2016-09-14 Thread helix84
This seems to be a common question, so I detailed it here: https://wiki.duraspace.org/display/DSPACE/TechnicalFAQ#TechnicalFAQ-MetadatavaluesinCSVexportseemtohaveduplicatecolumns Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette