[Dspace-tech] Structure builder with code HTML inside

2013-11-29 Thread Daniel Garcia
Hi, I'm triyng to import a sample of structure with script: /dspace/bin/ .dspace structure-builder The code is: ?xml version=1.0 encoding=iso-8859-1 ? import_structure community nameProva2/name description/description intro/intro

Re: [Dspace-tech] Structure builder with code HTML inside

2013-11-29 Thread helix84
Hi Daniel, I haven't tried it, but it should be standard XML, so try one of the standard ways of including HTML in XML: http://stackoverflow.com/questions/1398571/html-inside-xml-should-i-use-cdata-or-encode-the-html#answer-1398976 Regards, ~~helix84 Compulsory reading: DSpace Mailing List

Re: [Dspace-tech] Migrating customizations

2013-11-29 Thread David Abeijón
Hello, I just realized that we are using a custom java class for authentication: \dspace-api\src\main\java\org\dspace\authenticate\MyLDAPAuthentication.java How could I migrate this class from v1.6.2 to v1.7.2 Thank you, - David - David Abeijón Durán Técnico Medio Informática C.I.T.I

[Dspace-tech] Modify submission.js

2013-11-29 Thread Ruben
Hi all, I'm trying to modify dspace/webapps/xmlui/WEB-INF/classes/aspects/Submission/submission.js because I want to add one functionality to Save Exit option. DSpace sends an email to the people who are designated to accept/reject/edit an item when a submission is completed, and adds the

Re: [Dspace-tech] Migrating customizations

2013-11-29 Thread helix84
Hi David, it should just work if you copy your modified class to 1.7.2 and configure it (see below). The authentication API hasn't changed (AFAIK), even if the modules did. You'll have to migrate plugin.sequence.org.dspace.authenticate.AuthenticationMethod =

Re: [Dspace-tech] Structure builder with code HTML inside

2013-11-29 Thread Daniel Garcia
Hi Helix, For example: |htmlThis isbbold/b/html| I try with this standard: |htmlThis is lt;bgt;boldlt;/bgt;/html| And works! Input structure correcty in Dspace. Thanks again! Best regards, Daniel | | El 29/11/13 12:00, helix84 ha escrit: Hi Daniel, I haven't tried it, but it