Re: [dspace-tech] Re: Hiding communities/collections from unauthenticated users.

2019-02-12 Thread Paul Münch
Hello Shaun, it is possible for you to share a code template here or in a public git repository? Many thanks and kind regards, Paul Münch Am 12.02.19 um 12:19 schrieb Shaun donovan: > > Hi Diego. > > I have done this with JQuery. It is a simple solution and it works. > Let me know if you would

Re: [dspace-tech] Editing a submitted item

2019-02-12 Thread Tim Donohue
Hi Evgeni, To be honest, I don't know whether the UI (either XMLUI or JSPUI) will even provide the user with a link to edit the Item, regardless of whether he/she has Item WRITE permissions. Originally, both UIs allowed Administrators to edit items. As noted in my previous message this only

RE: [dspace-tech] Mirage 2 Customisation

2019-02-12 Thread Fitchett, Deborah
You don’t *need* to create a custom theme, but it may be tidier to do so and it’s not hard to. .scss files are designed to work with SASS and Compass. If you have those installed, then you make changes in the .scss file(s) and run the compass compile command to get them compiled into the final

Re: [dspace-tech] Editing a submitted item

2019-02-12 Thread Evgeni Dimitrov
Thank you Tim, I am wondering will it work if I add in the end of the submission process a non-interactive AuthorizationStep? It will add to the item a WRITE policy for the submitter. Best regards Evgeni On Tuesday, February 12, 2019 at 5:54:20 PM UTC+2, Tim Donohue wrote: > > Hello Evgeni, >

Re: [dspace-tech] Re: DOI DATACITE schema 4.1

2019-02-12 Thread Tim Donohue
Hello Massimiliano, Since you are running DSpace 5.6, you'd have two options to get to DataCite v4.1 compatibility: - Either you should upgrade to DSpace 6.3 (the latest version of 6.x), and then apply this patch https://github.com/DSpace/DSpace/pull/2321 - Or, you would need to apply

Re: [dspace-tech] Re: DOI DATACITE schema 4.1

2019-02-12 Thread Massimiliano CILURZO
Dear Tim. I'm running DSpace 5.6 I could install this patch on it? I would like to try this patch, If you tell me that I could use it only on DSpace 6.0 I'll try it first on a test server with DSpace 6.0. If I can I'll try to help for this patch with some notes about it. Thanks Best regards

[dspace-tech] Flat Community List in Mirage 2 Theme.

2019-02-12 Thread Kev Evans
Hi How to Flat Community List in Mirage 2 Theme? Essentially Disable the expandable list. Is this a config option or a customisation? Thanks in advance for the help. Cheers Kev -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct:

[dspace-tech] Mirage 2 Customisation

2019-02-12 Thread Kev Evans
Hi I need to make some basic customisation to the Mirage 2 Theme. (CSS, Logos, Footer links) Am I correct in my assumptions: I don't need to create a Custom Theme? If so do I need to follow the same process? The css changes can be made in _style.scss? Will this override the Mirage 2

[dspace-tech] Discovery Advanced Search in Dspace 6.3

2019-02-12 Thread Kev Evans
Hi I want to display a link to Advance Search Options on the Home page and is the Discovery Page. {discover?advanced=true} How can this be enabled as a default in Dspace 6.3 Cheers Kevin -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct:

Re: [dspace-tech] Editing a submitted item

2019-02-12 Thread Tim Donohue
Hello Evgeni, Unfortunately, as far as I'm aware, this is only supported in DSpace 6.0 in the JSPUI when you have Item Versioning enabled. See the documentation here:

Re: [dspace-tech] Re: Hiding communities/collections from unauthenticated users.

2019-02-12 Thread Shaun donovan
Hi Diego. I have done this with JQuery. It is a simple solution and it works. Let me know if you would like to try it and I will send you the code. Kind Regards. Shaun. On 2019/02/12 09:00, Antti Laurila wrote: Hi! I'll respond on behalf Ilja, we were working on the same project. And the

[dspace-tech] Editing a submitted item

2019-02-12 Thread Evgeni Dimitrov
If a user has "Add" permission for a collection, this user can submit an item to the collection. Is there a way to allow this user to edit the metadata of "his" item but no other items in the collection? Without changing policies after the submission. -- All messages to this mailing list should