Re: [Dspace-tech] Any way to reorder the lists of communities/collections?

2009-06-16 Thread mikan.d.dspace listmail
We have removed the automatical Community / Collection listing from the front page and replaced it with static (HTML) list with headings and separators for clarity. This is all hard-coded in structural.xsl. Since community structure seldom changes, this has been a perfect solution for us. You can

[Dspace-tech] Create Collection Administrator In Dspace

2009-06-16 Thread hardik mishra
Hi Everbody I am using dspace jspui. I want to create a collection administrator who can manage submitters for a particular collection. After logged in as ADMIN ,In Authorization under Administer. In Authrization i chose , Manage Collection's policies and choose a collection and then edit

[Dspace-tech] Where can i change the default text messages in jspui

2009-06-16 Thread Yureshwar Dspace
Can anyone tell where can i change the default text messages in jspui. I mean from where the text is calling into the string fmt:message key=jsp.layout.header-default.alt/ -- Regards, Yureshwar Ravuri. -- Crystal Reports

[Dspace-tech] dc.description.provenance - not displayed on the item detail view

2009-06-16 Thread Janice de Oliveira E Silva Silveira
Hi Hardy, Just a quick update on the dc. Description.provenance issue: Finally is working here. So the provenance information is not diplayed on the item detail view and is still stored in the database. Although as an administrator I should be able to see this kind of information on the full

Re: [Dspace-tech] Any way to reorder the lists of communities/collections?

2009-06-16 Thread gathub
You know I have actually considered that now that I think about it more, because right now I have it set so the communities are retrieved from the database and are sorted by community_id (basically in the order they were created) However, my managers may perhaps want to add additional

Re: [Dspace-tech] DSpace search weirdness

2009-06-16 Thread bill . anderson
Correct me if I don't have this right: you had an existing instance of dspace, where search worked properly. You cloned the instance to new server, and after the transfer, media filter wasn't able to extract full text properly from PDFs with special characters in them. When you re-submit the

Re: [Dspace-tech] Where can i change the default text messages in jspui

2009-06-16 Thread Stuart Lewis
Hi, The definitive source for that file would be from the DSpace SVN repository: http://scm.dspace.org/trac/dspace/browser/dspace/tags (find the correct version you are running) /src/main/resources/Messages.properties E.g.

[Dspace-tech] Change Default Layout Text IN JSPUI

2009-06-16 Thread hardik mishra
Hi Yureshwar   Follow this steps :    Go to your dspace source directory.   C:\dspace-1.5.2-src-release\dspace-api\src\main\resources\Messages.properties   Search  jsp.layout.header-default.alt , and change whateve text you want.   Then recompile code with mvn package, Copy new jar file which is