Re: [Dspace-tech] Default settings for items per page and ascending/descending sorting

2015-02-06 Thread Terry Brady
I encountered this issue as well, and I needed to update the java code to make this change. https://github.com/DSpace/DSpace/blob/master/dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/discovery/SearchFacetFilter.java#L75 It might be useful to log this as a DSpace issue to make this item c

Re: [Dspace-tech] HIDE COMMUNITIES

2015-02-06 Thread Terry Brady
I do not believe that this is currently possible. The links will be presented to the user and then ask them to authenticate/report no access. I would find this capability to be configurable at a collection level. It would allow a collection administrator to configure and populate a collection wi

[Dspace-tech] Metadata for bitstreams

2015-02-06 Thread euler
Dear all, I would like to ask if is it possible to add metadata for bitstreams? For example, I want to differentiate between bitstreams that were borne-digital and those that were digitized. Apologies in advance if this is in anyway related to DS-1582

Re: [Dspace-tech] Embargoed items

2015-02-06 Thread Terry Brady
I do not know how to gather this information without querying the database. Since an embargo can be set via a policy restriction rather than in metadata, I would be cautious about querying the metadata fields. Restricted Items SQL https://github.com/Georgetown-University-Libraries/batch-tools/blo

Re: [Dspace-tech] Java errors when bath importing a collection

2015-02-06 Thread Terry Brady
Is this happening for any item that you try to create, or is it only happening for this particular item? Are you experiencing this error when submitting an item through the UI? I have not seen this error before. Is it possible that your input metadata is attempting to assign a dc.identifier.uri

Re: [Dspace-tech] Embargoed items

2015-02-06 Thread Collier, Aaron
Hey Guillermo, I query SOLR to get this data for a validation script that I wrote: http://localhost:24091/solr/search/select/?q=dc.date.embargountil:*&fl=handle,dc.date.embargountil&rows=100&wt=json This makes it pretty easy to parse in PHP and do pretty much anything you need with the data

[Dspace-tech] Java errors when bath importing a collection

2015-02-06 Thread Jeffrey A Trimble
We are receiving a unique error when batch importing a collection. Please see below. I believe it is related to a previous handle glitch we’ve seen. We’d like some advice. It’s trying to use a handle already in use. But how can that be? This is brand new to the system. Is there a postgres

[Dspace-tech] Embargoed items

2015-02-06 Thread Guillermo Esteban Murillo Goussen
Hi folks! Quick question: Is there a way to list all the embargoed items or I'll have to dive into the database? Thanks a lot, Guillermo Murillo Goussen Universidad de Costa Rica www.kerwa.ucr.ac.cr -- La pureza del alma no se pierde sin consentimiento -

Re: [Dspace-tech] Bookreader (openlibrary) and videoplayer

2015-02-06 Thread Bruno Zanette
We are using REST-API. It's an request/response based interface (not a visual interface) that has been fully implemented on DSpace 5. (Dspace 4 only accepts GET requests.). For more information: [1] and [2] We chose it because we want something very customizable, for example commentaries for each

Re: [Dspace-tech] "integrity" error on file uploads

2015-02-06 Thread Donald I Macdonald
Replying to myself in case anyone else should find this helpful: I traced the problem to a section in org/dspace/submit/step/UploadStep.java that has to do with the file description string. As far as I could tell, the program was trying to add a file description string to a null bits

[Dspace-tech] R: Bookreader (openlibrary) and videoplayer

2015-02-06 Thread Massimiliano Cilurzo
Dear Bruno, Thank you for your help. Let me know your progress. Now we are at the begin and we are choosing which route is the best for us. Are you using Jspui or Xmlui? Best regards Massimiliano -Messaggio originale- Da: Bruno Zanette [mailto:brunonzane...@gmail.com] Inviato: giovedì

[Dspace-tech] R: R: R: Mirage 2

2015-02-06 Thread Massimiliano Cilurzo
Dear Andrea, We have used this command mvn clean package -P \!dspace-jspui,\!dspace-lni,\!dspace-rest,\!dspace-swordv2,\!dspace-sword,\!dspace-oai,\!dspace-rdf -Dmirage2.on=true as dspace user and before this we have changed always as dspace user the git config : git config --global