Re: [Dspace-tech] importing to the db directly

2013-04-09 Thread helix84
As an example, put the following code on line 75 here: https://github.com/DSpace/DSpace/blob/dspace-3.0/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-view.xsl#L75 a xsl:attribute name=href xsl:value-of

Re: [Dspace-tech] Upgrading DSpace database only from 1.5.2 to 3.1

2013-04-09 Thread helix84
Hi Hugh, the database upgrade steps are as easy as running an SQL file. The only obvious thing that can go wrong is that you don't run them in the correct sequence. I personally haven't ever encountered any problem with this procedure. So, with postgres, log in as your dspace user and run psql

[Dspace-tech] moving community

2013-04-09 Thread Webshet, Sisay (ILRI)
Hi All, I just moved sub community from communtu to another without any error , But I can't see the update Does re index required? sudo/home/x/bin/dspace community-filiator --remove --parent=10568/101 --child=10568/178 sudo/home/x/bin/dspace community-filiator --set

Re: [Dspace-tech] moving community

2013-04-09 Thread helix84
On Tue, Apr 9, 2013 at 12:30 PM, Webshet, Sisay (ILRI) s.webs...@cgiar.org wrote: I just moved sub community from communtu to another without any error , But I can’t see the update Does re index required? I don't think so. Indexing is done on individual items regardless where in the hierarchy

Re: [Dspace-tech] (no subject)

2013-04-09 Thread Meron Mesfin
hi there again  when i install maven and run mvn archetype:generate at the end of the command it asks me about Groupid: artifactid: version: 1.0snapshot: package: do you have any idea what i should write on the listed questions.please thanks best

[Dspace-tech] Submit item

2013-04-09 Thread rémi Asare
Hi there, My name is Remi Asare, i''ve installed Dspace on localhost. DO i need to go on a server before the submission works? it's because i've tried a submission but nothing special happened Thanks -- Rémi Asare. --

Re: [Dspace-tech] (no subject)

2013-04-09 Thread helix84
Hi Meron, please, always type a subject when sending a message to the DSpace mailing lists! Also, see the link below for other mailing list etiquette. I don't have such an extensive experience with Maven to know what you're trying to achieve with mvn archetype:generate, but according to the

Re: [Dspace-tech] Submit item

2013-04-09 Thread helix84
Hi Rémi, no, you don't need to install DSpace on a different computer to make submission work. But you need to provide more details when reporting a problem. Include all of the following: * DSpace version and interface * What exactly is displayed when the submission is not working (screenshot

[Dspace-tech] Select advisor in Submission form instead of entering name manually

2013-04-09 Thread LifeH2O
The submission forms are constructed using input-forms.xml We want to select the advisor who is already registered on DSpace using a dropdown or lookup. How to do that. The lookup plugin perhaps need a special server with list of users that can be added. Also we want that supervisor to be there

Re: [Dspace-tech] (no subject)

2013-04-09 Thread Mark H. Wood
On Tue, Apr 09, 2013 at 04:09:30AM -0700, Meron Mesfin wrote:  when i install maven and run mvn archetype:generate at the end of the command archetype:generate is not something you would do when building DSpace (unless you are creating a new Maven project to contain e.g. a new webapp to become

Re: [Dspace-tech] How to Add more than 3 Workflow Steps?

2013-04-09 Thread Tim Donohue
There are some XMLUI guides up on our wiki at: https://wiki.duraspace.org/display/DSPACE/DSpaceResources#DSpaceResources-Guides These guides are all slightly dated, but they still give a good overview of how the XMLUI functions. So, they might be a good place to start. Specifically, these all

Re: [Dspace-tech] How to Add more than 3 Workflow Steps?

2013-04-09 Thread Hilton Gibson
In addition, here is step-by-step guide that may help, based on Ubuntu: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Asset_Presentation On 9 April 2013 15:58, Tim Donohue tdono...@duraspace.org wrote: There are some XMLUI guides up on our wiki at: