[Dspace-tech] Need Steps to do SSO With Drupal-Dspace

2013-10-09 Thread nirav dhami
Hello, I want to do SSO with Drupal-Dspace1.8.1. Is Dspace providing any plugins ? Is it possible to fetch any Community or Collections By user? Thanks, -- October Webinars: Code for Performance Free Intel webinars can

[Dspace-tech] [SPAM] Re: [SPAM] Error with solr statistics with XMLU Dspace vs. 3.1 - Caused by: org.apache.solr.common.SolrException: Not Found

2013-10-09 Thread mgomarg
It was resolved with the changes in the file server.xml, including the connector for the port 8080. It shows now the use, search and workflow statistics. Bye! -- View this message in context: http://dspace.2283337.n4.nabble.com/Error-with-solr-statistics-with-XMLU-Dspace-vs-3-1-Caused-by-org-a

[Dspace-tech] Caused by: java.lang.ClassNotFoundException: org.dspace.app.xmlui.aspect.submission.submit.UploadStep

2013-10-09 Thread otuoma peter
We have this error when submitting an item during the upload step. java.lang.ClassNotFoundException: org.dspace.app.xmlui.aspect.submission.submit.UploadStep at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1645) at org.apache.catalina.loader.WebappClassLoader.lo

[Dspace-tech] How to config dspace to send email with content="text/html"

2013-10-09 Thread Nguyen Hung Thanh
Hi all, Default dpace send email with *content="text/plain"* How to config dspace to send email with *content="text/html"* Thank you Nguyen Hung Thanh -- October Webinars: Code for Performance Free Intel webinars can help

Re: [Dspace-tech] SimpleREST - RESTfulish interface for 3.x DSpace instances.

2013-10-09 Thread Bram Luyten
Hi Anis, there is an open call for an "official" DSpace REST API implementation at: https://jira.duraspace.org/browse/DS-1657 Is your work a candidate for this call? If yes, could you put down some information in the JIRA ticket and the code in a Github pull request? Great to see so much moveme

Re: [Dspace-tech] How to config dspace to send email with content="text/html"

2013-10-09 Thread Mark H. Wood
On Wed, Oct 09, 2013 at 10:15:47PM +0700, Nguyen Hung Thanh wrote: > Hi all, > Default dpace send email with *content="text/plain"* > How to config dspace to send email with *content="text/html"* Well, first you would have to rewrite some DSpace code so that it produces email bodies which actually

[Dspace-tech] Switch My Account and Discovery position in DSpace XMLUI home page

2013-10-09 Thread KC Roa
Greetings! I want to know how to switch the positions of the boxes in the sidebar wrapper. I particularly want to move the Discovery feature before the My Account box. What file should I edit, and where to put the corresponding code? I made a customized theme, btw. Thank you, in advance. --

Re: [Dspace-tech] DOI support for DSpace

2013-10-09 Thread Mark H. Wood
And at IUPUI we've been working on a DOI provider using EZID as the registrar. https://github.com/DSpace/DSpace/pull/308 Test results and comments welcomed. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc D

[Dspace-tech] AddThis breaks subsequent code

2013-10-09 Thread David Arromba
Hello everybody, I am using DSpace 3.0 with an XMLUI theme based on Manakin. I am trying to add code from the AddThis service, which allows for easy sharing on social networks. I added the code to item-view.xsl and so far, I have had mixed results varying from browser to brow

[Dspace-tech] Problems with Controlled Vocabularies

2013-10-09 Thread Guillermo Esteban Murillo Goussen
Hi all! I'm trying (without success) to enable the controlled vocabulary functionality in XMLUI. My input-forms.xml file looks like this: dc subject true Palabras clave twobox Escriba las palabras clave una por un

Re: [Dspace-tech] SimpleREST - RESTfulish interface for 3.x DSpace instances.

2013-10-09 Thread Peter Dietz
Hi Anis, I did a quick read-through of the code for SimpleREST for DSpace. First-off, cheers, thank you for sharing your work. I'll second the notion that activity in the topic of REST API for DSpace is a good thing. Some of my key take-aways are: - This uses Restlet as the rest api engine. This

Re: [Dspace-tech] SimpleREST - RESTfulish interface for 3.x DSpace instances.

2013-10-09 Thread Anis Moubarik
Hello Bram and thanks for the comments! This is the first time I've heard of the call for the official REST API, and I feel that SimpleREST needs more work before I'll submit it as a candidate, but thanks for the link and info! Quoting Bram Luyten : > Hi Anis, > > there is an open call for

[Dspace-tech] Increase dspace banner/logo width

2013-10-09 Thread ribin . jones
Hi everyone, I am using dspace3.2 jspui running in ubuntu. How can we increase the banner width of dspace logo which is displayed in the home page? I basically need to replace the dspace logo with our institutional banner. I replaced the dspace-blue.gif file with our new banner and changed the

Re: [Dspace-tech] SimpleREST - RESTfulish interface for 3.x DSpace instances.

2013-10-09 Thread Anis Moubarik
Hello and thanks for your words Peter. I have to look into authentication, it's true that static password in a config file is not the best way to go. XML serialization is cumbersome, but the format it produces is used already in our internal projects, and XML serialization is foreign to me