Re: [Dspace-tech] Make task pool visible to Administrator group?

2012-01-13 Thread Claudia Jürgen
Hello Vika, if they are admins, they can see all the current workflows via the admin ui. Hope that helps Claudia Jürgen Am 12.01.2012 21:21, schrieb Zafrin, Vika: Hi all, For every collection in our repository (running DSpace 1.7.2), I've set up an Accept-Reject-Edit-Metadata group, in

Re: [Dspace-tech] Make task pool visible to Administrator group?

2012-01-13 Thread Zafrin, Vika
Thanks, Claudia, butŠ what admin ui? I've submitted a test item, which is now in a workflow. I haven't taken the editing task, so it's still in the pool (it's currently the only thing there). They log in and click on Submissions, and they don't see the item or a pool. Is there someplace else we

[Dspace-tech] Statistics error with DSpace 1.8.1

2012-01-13 Thread Clive Gould
Hi I am having problem with the dspace stats script following an upgrade from 1.7.1 to 1.8.1 The solr server is running and lynx http://127.0.0.1/solr/statistics/select?q=*:* works fine and returns the statistics file However when I try to run the dspace stats script I get the following error

Re: [Dspace-tech] Statistics error with DSpace 1.8.1

2012-01-13 Thread Tim Donohue
Clive, You can change the URL/port where DSpace looks for the Solr Statistics server in the following config file: [dspace]/modules/solr-statistics.cfg Look for this entry: server = http://localhost:8080/solr/statistics It looks like you need it to instead be set to: server =

Re: [Dspace-tech] Statistics error with DSpace 1.8.1

2012-01-13 Thread Clive Gould
Hi Tim Thanks for this, but what is worrying me is that the solr-statistics.cfg file already contains the required changes :( I've run mvn and ant update Could this be a bug??? See below Clive /home/dspace/dspace-1.8.1-src-release/dspace/config/modules [dspace@standbyvle modules]$ cat

Re: [Dspace-tech] Make task pool visible to Administrator group?

2012-01-13 Thread Bram Luyten
In JSPUI this is under: /jspui/dspace-admin/workflow In the user interface a link Workflow is available from the administration options. This is not present in XMLUI yet. Here's a JIRA ticket where this is suggested to be developed (and where you can voice your support for this feature):

[Dspace-tech] Controlled Vocabulary is multiple languages

2012-01-13 Thread Antonio Anderson Souza
Dear list, We´re using Dspace 1.6.2 in Brazil digital library project. I´d like to know if the Controlled Vocabulary support multiple languages with automatic relationship with the translations, let me give an example of what we need to clarify our needs: I´ll have a controlled vocabulary in

[Dspace-tech] (no subject)

2012-01-13 Thread Ladislav Kulhanek
Hello, we had the same problem too. Most of dates was in format, but some was in -mm-dd format. We modify all dates to format, ran dspace index-init and sorting started to work. We use DSpace 1.7.1, xmlui. Ladislav Kulhanek 2011/10/27 James Bardin jbar...@bu.edu Hello,

[Dspace-tech] Removing Collection References from DSpace Search Results Pages

2012-01-13 Thread Patrick Etienne
DSpace Techs Devs, Greetings all, I'm working on a grant funded initiative for the University System of Georgia which involves several (10 at the moment) different academic institutions across the state of Georgia, all but two of whom are running DSpace for their repository software. One of our

[Dspace-tech] unsubscribe, stop, cease, desist

2012-01-13 Thread archive Ahf
Remove us from this mailing list - send no more emails of any kind to archive...@gmaiul.com -- RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now!

[Dspace-tech] DSpace IDEs - Features, Observations, and Recommendations

2012-01-13 Thread Patrick Etienne
Greetings again all, (seems I've been writing in a good bit lately) I'm writing in again to both Techs and Devs in hopes that folks might have time at some point to say a little something about different aspects of their experience with integrating their DSpace work into various IDEs. This

Re: [Dspace-tech] [Dspace-devel] DSpace IDEs - Features, Observations, and Recommendations

2012-01-13 Thread Peter Dietz
Hi Patrick, I would say my DSpace activities fall into two camps: - Configuration updates, as requested by a user (updating input-forms.xml, dspace.cfg, Messages.properties) I do the configuration updates mostly all through vim, or FTP. A user gives me an updated input-form, I upload it to the

Re: [Dspace-tech] moving community

2012-01-13 Thread Richard Rodgers
Hi Sisay: There is an administrative tool for this. See the documentation here: https://wiki.duraspace.org/display/DSDOC18/Managing+Community+Hierarchy Hope this helps, Richard On Jan 13, 2012, at 12:22 AM, Webshet, Sisay (ILRI) wrote: Hello, I want to move a dspace sub community

Re: [Dspace-tech] [Dspace-devel] DSpace IDEs - Features, Observations, and Recommendations

2012-01-13 Thread Graham Triggs
On 13 January 2012 19:25, Peter Dietz pdiet...@gmail.com wrote: You can't debug XSLT development, but that doesn't bother me. As of IntelliJ IDEA 11 - well, the commercial 'Ultimate' edition - that isn't the case any more. If you create an XML file for the input that you expect to pass to the

Re: [Dspace-tech] [Dspace-devel] DSpace IDEs - Features, Observations, and Recommendations

2012-01-13 Thread Sands Alden Fish
Hi Patrick, I'm on of the developers that uses the NetBeans IDE for all of my DSpace work. I'm sure there are a lot of similarities in terms of functionality that IntelliJ provides, but as was mentioned, the auto-complete feature for methods and fields in a given class can give you a lot of

Re: [Dspace-tech] [Dspace-devel] DSpace IDEs - Features, Observations, and Recommendations

2012-01-13 Thread Mark H. Wood
On Fri, Jan 13, 2012 at 01:58:10PM -0500, Patrick Etienne wrote: The other question I have concerning IntelliJ and NetBeans is what experience folks might have with integration into Jira. I'm aware that Atlassian has plugins for both Eclipse and IntelliJ, but nothing for NetBeans. The Jira

Re: [Dspace-tech] [Dspace-devel] Removing Collection References from DSpace Search Results Pages

2012-01-13 Thread Mark Diggory
You might also look at DSIndexer.java, you can comment out the actual indexing of the Communtiy/Collection objects, then they will not be returned at all. TBH, I've never found this feature of search very useful at all. Mark On Fri, Jan 13, 2012 at 9:43 AM, Patrick Etienne

Re: [Dspace-tech] [Dspace-devel] DSpace IDEs - Features, Observations, and Recommendations

2012-01-13 Thread revskill
Thank you for questions and replies. I have 6 months working with Dspace. My roadmap ( to me ) is - Trying to build Dspace from source using Maven + Eclipse, then import the project into eclipse to view the source. - Understand the database schema and basic class implementations. - To really