[Dspace-tech] add metadata to collection or community

2015-01-07 Thread Stefanie Behnke
Dear all, a happy New Year! Is it possible to add metadata also to collections or to communities? For instance to give a DOI-Url to a collection? (We are using Dspace 3.1) Thanking you in advance Stefanie

Re: [Dspace-tech] Query to get ID of thumbnail of primary bitstream

2015-01-07 Thread helix84
Hi Mark, Jacob, you're both correct. bundle.name was used in DSpace up to version 4. DSpace 5 and later moves metadata of DSpace objects to the metadatavalue table. The code in ItemDAOPostgres is clearly wrong, but has been missed, probably because it rarely triggers. I filed a bug report [1]

[Dspace-tech] LDAP Authentication - login.specialgroup property

2015-01-07 Thread Nada Abo-Eita
Dear DSpace community, I want any user log in to dspace to be member of the students group (Note that this group is already created on dspace). So to do that, I changed the login.specialgroup to Students in authentication-ldap.cfg and then restart tomcat. But it doesn't work with me. Can someone

Re: [Dspace-tech] add metadata to collection or community

2015-01-07 Thread helix84
Hi Stefanie, this is not easily doable in DSpace 3 (though you could add a new property to the Collection/Community class and corresponding columns to their tables). It is possible since DSpace 5, which allows custom metadata on these objects, although it doesn't have any UI to edit them yet.

Re: [Dspace-tech] LDAP Authentication - login.specialgroup property

2015-01-07 Thread helix84
I already answered your question here: http://dspace.2283337.n4.nabble.com/Adding-e-people-into-groups-automatically-td4675556.html Can you specify what exactly doesn't seem to work? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] add metadata to collection or community

2015-01-07 Thread Stefanie Behnke
Thanks, Helix, for your answer, I think I will wait on Dspace 5. Best regards Stefanie -Ursprüngliche Nachricht- Von: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] Im Auftrag von helix84 Gesendet: Mittwoch, 7. Januar 2015 11:31 An: Stefanie Behnke Cc: dspace-tech Betreff: Re:

[Dspace-tech] free configurable url

2015-01-07 Thread Stefanie Behnke
Dear all, is it possible to create a html page with an url, that is free configurable in Dspace? For instance: http://mydspaceurl/somethingelse Thanking you in advance Stefanie -- Dive into the World of Parallel

Re: [Dspace-tech] LDAP Authentication - login.specialgroup property

2015-01-07 Thread Nada Abo-Eita
Hi helix, I did exactly what you mentioned here http://dspace.2283337.n4.nabble.com/Adding-e-people-into-groups-automatically-td4675556.html Based on my changes if any user log in to dspace then they should become a member of the specified group in login.specialgroup property in my case

Re: [Dspace-tech] LDAP Authentication - login.specialgroup property

2015-01-07 Thread Hilton Gibson
Hi All When using LDAP auth, does membership rely on the auto-register config setting? 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

Re: [Dspace-tech] free configurable url

2015-01-07 Thread helix84
On Wed, Jan 7, 2015 at 11:55 AM, Stefanie Behnke dsp...@eurographics-office-goslar.de wrote: is it possible to create a html page with an url, that is free configurable in Dspace? For instance: http://mydspaceurl/somethingelse XMLUI or JSPUI? Please, read

Re: [Dspace-tech] Error when attempting to shard-solr-index

2015-01-07 Thread Bill Tantzen
My simple solution: add str name=fl continent,isBot,submitter,statistics_type,previousWorkflowStep, city,latitude,type,uid,owningItem,scopeType,countryCode,sortBy,id,longitude, owningComm,owner,scopeId,workflowItemId,ip,query,dns,workflowStep,userAgent,actor,

Re: [Dspace-tech] LDAP Authentication - login.specialgroup property

2015-01-07 Thread Hilton Gibson
Hi Helix So this all depends on the quality of the metadata in the LDAP tree/server. Is it possible to map an LDAP filter to a group in DSpace? Assuming you only have one LDAP server to refer to, not a separate staff and student LDAP server, just one. Cheers hg *Hilton Gibson* Ubuntu Linux

Re: [Dspace-tech] LDAP Authentication - login.specialgroup property

2015-01-07 Thread helix84
On Wed, Jan 7, 2015 at 1:33 PM, Hilton Gibson hilton.gib...@gmail.com wrote: Is it possible to map an LDAP filter to a group in DSpace? Yes, both a filter and an attribute: https://github.com/DSpace/DSpace/blob/dspace-5.0-rc3/dspace/config/modules/authentication-ldap.cfg#L150-168 Assuming you

Re: [Dspace-tech] Error when attempting to shard-solr-index

2015-01-07 Thread Bill Tantzen
This article on optimistic concurrency: http://heliosearch.org/solr/optimistic-concurrency/ explains (I believe) exactly what's going on... In SolrLogger.java, the .csv files created for insertion into the new shared indexes are composed using ALL fields -- including _version_. Any NEW

Re: [Dspace-tech] help on recent submissions

2015-01-07 Thread Hugo Agud
Hey it woked fine! thanks!!! On the other hand we have the euskera language translated, how can we share with the community. On the other hand we have also developed a little solution for chnage español into Español, if anybody needs it thanks to all 2015-01-07 13:23 GMT+01:00 Hilton Gibson

[Dspace-tech] DSpace Formatting Question : Superscripts in Abstract Field

2015-01-07 Thread Rosarie Coughlan
Hello, Is there a simple solution to add Superscript characters to DSpace - abstract field? I tried: When I input the Unicode in the item metadata record, it appears to recognize it as a superscript. When I hit the update button, the record display refreshes and the Unicode displays

Re: [Dspace-tech] DSpace Formatting Question : Superscripts in Abstract Field

2015-01-07 Thread euler
Which UI are you using? XMLUI or JSPUI? In xmlui, you can use disable-output-escaping=yes to allow HTML entities to render properly to any fields that you desire. In your case, when filling up the form for the abstract and to render the superscript properly, you can use Tsup3/sup/T1. Please see

Re: [Dspace-tech] LDAP Authentication - login.specialgroup property

2015-01-07 Thread helix84
On Wed, Jan 7, 2015 at 1:56 PM, helix84 heli...@centrum.sk wrote: On Wed, Jan 7, 2015 at 1:33 PM, Hilton Gibson hilton.gib...@gmail.com wrote: Is it possible to map an LDAP filter to a group in DSpace? Yes, both a filter and an attribute: