[Dspace-tech] Discovery Back end rewrite review required

2011-06-23 Thread Kevin Van de velde
Hi, For the release of DSpace 1.8.0 I have rewritten the back end of discovery to make it more logical for developers (Sidebarfacets are set with a separate transformer instead of transformers inheriting from this one, ...). With the discovery back end rewrite I have also made a new option

Re: [Dspace-tech] How to configure DSpace to all member when registering into DSpace will automatically become members of a special group

2011-06-23 Thread Mark H. Wood
Special groups are assigned dynamically at login. They don't appear in an EPerson's list of group memberships. How did you determine that the user was not a member of the QT group? It seems to me that membership in a special group can only be detected by attempting access to something to which

[Dspace-tech] File upload limit

2011-06-23 Thread George Kiraz
Does anyone know how we can set the limit of the size of files to be uploaded? We have files as large as 1 GB that need uploading to collections using the front end. We are looking for clear instructions (e.g., go this such-and-such file on such-and-such folder, and edit such-and-such line)

[Dspace-tech] adding cosing to manakin

2011-06-23 Thread Blanco, Jose
I have cosign running in my jspui, and I'm trying to run it now in xmlui, so I added the following to the xmui web.xml file: filter filter-nameCosign Authentication Filter/filter-name filter-classedu.umich.auth.cosign.CosignAuthenticationFilterIII/filter-class init-param

[Dspace-tech] Error searching the Entire Dspace

2011-06-23 Thread Anitha Paruchuri
I get an Internal System Error when I try to Search my entire Dspace but searching inside the individual communities works. Here is my dspace error log searching the word 'art' under a general search and then under a specific community 2011-06-23 16:35:53,682 WARN

Re: [Dspace-tech] File upload limit

2011-06-23 Thread revskill
Have you tried batch import ? 2011/6/24 George Kiraz gki...@gorgiaspress.com ** ** ** ** ** ** Does anyone know how we can set the limit of the size of files to be uploaded? We have files as large as 1 GB that need uploading to collections using the front end. ** ** We are looking

[Dspace-tech] Truong Dung invites you to use Boxbe

2011-06-23 Thread Truong Dung
I'm inviting you to join Boxbe. Here's the link: https://www.boxbe.com/register?tc=8495796458_175338667 -Truong This message was sent at the request of revskil...@gmail.com. If you want to opt-out of invitations from Boxbe members, use this link:

Re: [Dspace-tech] File upload limit

2011-06-23 Thread Mark Diggory
http://www.dspace.org/1_7_1Documentation/Submission%20User%20Interface.html#SubmissionUserInterface-ConfiguringtheFileUploadstep On Thursday, June 23, 2011, George Kiraz gki...@gorgiaspress.com wrote: Does anyone know how we can set the limit of the size of files to be

Re: [Dspace-tech] adding cosing to manakin

2011-06-23 Thread Mark Diggory
Yes, you need to look for the dependency for cosign in your jspui pom.xml and add it to your xmlui pom.xml Best, Mark On Thu, Jun 23, 2011 at 12:00 PM, Blanco, Jose blan...@umich.edu wrote: I have cosign running in my jspui, and I'm trying to run it now in xmlui, so I added the following to