Re: [Dspace-tech] DSpace authorization policies

2015-04-16 Thread Muilwijk, M. (Marina)
Hello Layale, you need the resourcepolicy table. Here's what I use (in DSpace 3.2) to give Anonymous read access to an item: select nextval('resourcepolicy_seq'); (this gets the next resourcepolicy_id) insert into resourcepolicy (policy_id, resource_type_id, resource_id, action_id,

[Dspace-tech] Can't delete from large number of bitstreams

2014-05-02 Thread Muilwijk, M. (Marina)
Hi everyone, we are using DSpace 3.2, with XMLUI and we have run into a problem with items that have a large number of bitstreams. When we are trying to delete a bitstream from such an item, we are sent back to whatever page we came from, just as if we pressed return rather than delete

Re: [Dspace-tech] Can't delete from large number of bitstreams

2014-05-02 Thread Muilwijk, M. (Marina)
://tomcat.apache.org/tomcat-6.0-doc/config/ajp.html and were able to work with that record again. B-- -Original Message- From: Muilwijk, M. (Marina) [mailto:m.muilw...@uu.nl] Sent: Friday, May 02, 2014 8:00 AM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] Can't delete from large

Re: [Dspace-tech] OAI-PMH not working

2013-10-16 Thread Muilwijk, M. (Marina)
Hi Keith, have you run the oai indexer recently? ([dspace]/bin/dpace oai import) We recently updated to DSpace 3.2 and had to create the index again. Regards, Marina Op 16 okt. 2013, om 14:59 heeft Keith Jones het volgende geschreven: Hi, I checked the setting, we had it set for solr,

Re: [Dspace-tech] OAI-PMH not working

2013-10-16 Thread Muilwijk, M. (Marina)
: clean-cache - Cleans the OAI cached responses compile-items - Compiles all DSpace items erase-compiled-items - Erase the OAI compiled items Parameters: -v Verbose output -h Shows this text On Wed, 16 Oct 2013, Muilwijk, M. (Marina) wrote: Hi Keith, have you run the oai

Re: [Dspace-tech] XMLUI Question - Identifying embargo/restricted thumbnails in XSLT (DSpace 3.1)

2013-10-01 Thread Muilwijk, M. (Marina)
Hi, we have taken a different approach. In our case, we only wanted this kind of functionality in one theme (of the three we use), so editing the original Java code was not an option. Instead, I wrote a little utility that is called from within that one theme. It uses the ResourcePolicy class

Re: [Dspace-tech] QDC Crosswalk and OAI 2.0

2013-08-02 Thread Muilwijk, M. (Marina)
Dimitrios, you can get any output you want by editing (or adding) an .xsl file. To get the same output as the old QDC crosswalk, you can look at qdc.xsl. It's not really a simple way, but if you have some experience with XSLT, it's not difficult. More on the metadata formats can be found at

Re: [Dspace-tech] theme colour and style

2013-01-11 Thread Muilwijk, M. (Marina)
Hi Sisay, it looks like those two pages use different versions of style.css. For instance, http://cgspace.cgiar.org/handle/10568/16814 has a color: #48732A defined for a h1, while http://dspacetest.cgiar.org/handle/10568/16814 has color: black. Do both files look identical on your server? If