Re: [Dspace-tech] oai

2013-04-11 Thread João Melo
Hi Jose, all filters are inclusive filters (they are used to include items, not to exclude them). That is, using that filter XOAI will show those items with RESTRICTED on dc.rights.restrict. If you find it too hard to implement, we do offer XOAI specific project configuration services, more info

Re: [Dspace-tech] hide communities/collecitons from discovery search

2013-04-11 Thread Matthew Drover
Yes, I¹m using Mirage. On a side note, is it possible to exclude results form a public user so they do not see items they have no access to. I was thinking of editing the indexing method to not index them, but I¹m hoping there is another way. Any ideas. -Matthew On 2013-04-11 10:56 AM, "helix84

Re: [Dspace-tech] oai

2013-04-11 Thread Jose Blanco
helix84, I'm trying to restrict some items from appearing in oai and it's not quite working. This is the filter I added to the xoai.xml: org.dspace.xoai.filter.DSpaceAtLeastOneMetadataFilter dc.rights.restrict contai

Re: [Dspace-tech] RV: Problem installing Dspace 3.1

2013-04-11 Thread Mark H. Wood
I think that the actual failure must have occurred earlier than any of the messages in your screenshot. The messages shown are just DSpace cleaning up and exiting. Given the step which failed, the first thing I would look for is a problem with connecting to the database. I would check the creden

Re: [Dspace-tech] RV: Problem installing Dspace 3.1

2013-04-11 Thread helix84
The actual problem is not displayed on that screen, it's in the text above that is not displayed. Redirect the ant output to a file and send the file as an attachment. Or copy the whole ant output, if possible. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.dur

Re: [Dspace-tech] DSpace 3.1 XMLUI, Sequencing ds-option-set menu items

2013-04-11 Thread helix84
It also might be this one, it really just needs some trial and error: https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/viewArtifacts/Navigation.java#L85 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duras

Re: [Dspace-tech] DSpace 3.1 XMLUI, Sequencing ds-option-set menu items

2013-04-11 Thread helix84
I haven't tried it, but I think you can configure it here: https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/discovery/Navigation.java#L123 It requires you to rebuild DSpace, though. Regards, ~~helix84 Compulsory reading: DSpace Mailing List

Re: [Dspace-tech] hide communities/collecitons from discovery search

2013-04-11 Thread helix84
xmlui is an interface, not theme. I'll assume you're using the default Mirage interface. The generic solution (works regardless of theme used) is to comment out the following "if" block and rebuild DSpace: https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-xmlui/src/main/java/org/dspace/app/

[Dspace-tech] DSpace 3.1 XMLUI, Sequencing ds-option-set menu items

2013-04-11 Thread Terry Brady
I would like to re-arrange the lists of menu items that care created in XMLUI. Currently, these lists appear in the following order: Browse, My Account, Context, Administrative, Discovery, Statistics, RSS. I would like to place the Discovery list after the browse list. Can I re-arrange this orde

Re: [Dspace-tech] JSPUI warning

2013-04-11 Thread helix84
On Thu, Apr 11, 2013 at 2:40 PM, Amandeep Kapila wrote: > WARN org.dspace.core.PluginManager @ No Configuration entry found for > Sequence Plugin interface=org.dspace.plugin.SiteHomeProcessor > If you want to use Discovery, follow all the steps in this chapter: https://wiki.duraspace.org/displ

[Dspace-tech] JSPUI warning

2013-04-11 Thread Amandeep Kapila
Hello, Everything seems to work fine for me after the permission issue is resolved. But still am getting a warning message in dspace log whenever jspui interface starts. The message is, WARN org.dspace.core.PluginManager @ No Configuration entry found for Sequence Plugin interface=org

Re: [Dspace-tech] hide communities/collecitons from discovery search

2013-04-11 Thread Drover, Matt
Sorry, it's dspace 3 and xmlui. From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Thursday, April 11, 2013 9:46 AM To: Drover, Matt Cc: dspace-tech Subject: Re: [Dspace-tech] hide communities/collecitons from discovery search DSpace version and theme? Re

Re: [Dspace-tech] hide communities/collecitons from discovery search

2013-04-11 Thread helix84
DSpace version and theme? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Precog is a next-generation analytics platform capable of

[Dspace-tech] hide communities/collecitons from discovery search

2013-04-11 Thread Drover, Matt
I have discovery setup as my search option. It works great. But I would like it to only display items found. Currently it displays a list of communities and collections then the items. Is this possible ? Matthew Drover Programmer Consultant Immersive Technology Distance Education, Learning and

[Dspace-tech] (no subject)

2013-04-11 Thread Awanish Singh
Hi i m using dspace 1.8.2 and want to ,when i click on title link it open pdf file. this is in full.jsp any tile(xyz) and i want like this any tile(xyz) Thanks Awanish Singh 9910287114 -- Precog is a next-generation

Re: [Dspace-tech] Rejected Reason

2013-04-11 Thread LifeH2O
In the database, table /metadatavalue/ with /metadata_field_id/ =28 contains the reason and history of approval and rejection of an item. I don't know how to get and display this on mydspace page. The submission History/Log in table /metadatavalue/ with /metadata_field_id/=28 /"Submitted by The

Re: [Dspace-tech] Using DRI during processing mets.xml

2013-04-11 Thread helix84
It's actually trivial because the data is already available in the SFXLink variable. So just insert where you need it within this template (assuming the Mirage theme): https://github.com/DSpace/DSpace/blob/dspace-3.0/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/ite

Re: [Dspace-tech] Check all Item permissions

2013-04-11 Thread helix84
Hi Craig, this should work (I haven't tested it extensively): SELECT item_idFROM itemWHERE item_id NOT IN ( SELECT resource_id FROM resourcepolicy WHERE resource_type_id = '2' AND epersongroup_id = '0') But are you sure you want to know about item permissions, not bitstream permissions?

[Dspace-tech] Check all Item permissions

2013-04-11 Thread Craig Strydom
Hi All, I have just upgraded from Dspace 1.7 to 1.8.2. My problem is that some items are not viewable by Anonymous users and the Wild card item permission add does not seem to add this permission to ALL items - this problem was present in the previous instances as well. Is there mysql query

Re: [Dspace-tech] Version Issues

2013-04-11 Thread helix84
On Wed, Apr 10, 2013 at 6:53 PM, Amandeep Kapila wrote: > Thanks for all the information. I can't dare for Wheezy now with a production > server as I may bump into some bug issues. Its always wise to move a little > behind especially the OS. Paradoxically, if you look at the number of bugs at t