[Dspace-tech] Change Password Page

2012-10-03 Thread Umair Kayani
Hi all, Can anyone tell me why i am directed to xmlui interface for my password change option from jspui interface. There are other jspui pages also which have few links which redirects its response to xmlui. In short I want to use jspui interface in all means rather then xmlui. Help

Re: [Dspace-tech] Change Password Page

2012-10-03 Thread AMJAD USMAN
Hi Kayani, Open dspace configuration file and Check this parameter.ukay...@niftetrust.com if it is set to xmlui, then change it to jspui hope it will solve ur problem. Regards Amjad From: ukay...@niftetrust.com To: dspace-tech@lists.sourceforge.net Date: Wed, 3 Oct 2012 11:01:20 +0500 Subject:

Re: [Dspace-tech] Change Password Page

2012-10-03 Thread AMJAD USMAN
Hi Kayani, Mistakenly, i copied wrong statement. check this parameterdspace.url = ${dspace.baseUrl}/xmlui if it is xmlui, then change it to jspui RegardsAmjad From: amjad...@hotmail.com To: ukay...@niftetrust.com; dspace-tech@lists.sourceforge.net Date: Wed, 3 Oct 2012 13:05:09 +0500 Subject:

Re: [Dspace-tech] Change Password Page

2012-10-03 Thread Umair Kayani
Thanks amjad it was helpful Thanks Regards Umair Kayani +92 21 111-112-222 Ext 234 From: AMJAD USMAN [mailto:amjad...@hotmail.com] Sent: Wednesday, October 03, 2012 1:35 PM To: ukay...@niftetrust.com; dspace-tech@lists.sourceforge.net Subject: RE: [Dspace-tech] Change Password Page

[Dspace-tech] Full text searching in highlighted way

2012-10-03 Thread Umair Kayani
HI all, Is there a way through which I can get all search result which satisfies my searched words on my repository and its meta data in a highlighted way. For e.g. If I want to search monetary document I want all the results where this word exists whether it is in pdf or in metadata where

Re: [Dspace-tech] Full text searching in highlighted way

2012-10-03 Thread helix84
Hi Umair, this will be possible in the upcoming DSpace 3.0 due out in about a month (in the XMLUI interface). The default style is just bold text, but achieving the style you want should be a matter of simple css change. You can see a preview here:

[Dspace-tech] More detailed statistics front page.

2012-10-03 Thread Hilton Gibson
Hi Is it possible to add the top 10 downloaded items to the front page statistics? See: http://scholar.sun.ac.za/statistics-home There is one item on our repository that has many downloads, but few file views. See: http://scholar.sun.ac.za/handle/10019.1/5400/statistics For advocacy this would

[Dspace-tech] Dspace 1.8 browse not working for special characters

2012-10-03 Thread Wellaway, Ian
Hi, Try putting Müller into the search box on our repository: https://eric.exeter.ac.uk/repository It comes back with searching for Müller. I've read the following posts:

Re: [Dspace-tech] More detailed statistics front page.

2012-10-03 Thread helix84
On Wed, Oct 3, 2012 at 12:44 PM, Hilton Gibson hilton.gib...@gmail.com wrote: Is it possible to add the top 10 downloaded items to the front page statistics? Hi Hilton, as an example, here's a similiar Solr query:

Re: [Dspace-tech] Dspace 1.8 browse not working for special characters

2012-10-03 Thread helix84
Hi Ian, I think this is the issue that has been reported here: https://jira.duraspace.org/browse/DS-1152 You can try the solution/workaround listed there. Regards, ~~helix84 -- Don't let slow site performance ruin

Re: [Dspace-tech] Full text searching in highlighted way

2012-10-03 Thread Umair Kayani
Thanks helix for the reply. Lets say if in current dpsace 1.8.2 version which I shall be using if I want my returned result in highlighted way how can I do it with css. Thanks Regards uk -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84

Re: [Dspace-tech] Full text searching in highlighted way

2012-10-03 Thread helix84
On Wed, Oct 3, 2012 at 1:00 PM, Umair Kayani ukay...@niftetrust.com wrote: Thanks helix for the reply. Lets say if in current dpsace 1.8.2 version which I shall be using if I want my returned result in highlighted way how can I do it with css. There's no simple way. But if you want, you can

Re: [Dspace-tech] Dspace 1.8 browse not working for special characters

2012-10-03 Thread Wellaway, Ian
Thanks for this. I did actually see this issue during my research and was considering trying to add the ASCIFoldingFilterFactory to the solr config. But, in the meantime, Paul Needham at Cranfield Uni suggested I add the URIEncoding=UTF-8 to the AJP connector in /tomcat/conf/server.xml:

Re: [Dspace-tech] Dspace 1.8 browse not working for special characters

2012-10-03 Thread helix84
On Wed, Oct 3, 2012 at 1:19 PM, Wellaway, Ian i.j.wella...@exeter.ac.uk wrote: But, in the meantime, Paul Needham at Cranfield Uni suggested I add the URIEncoding=UTF-8 to the AJP connector in /tomcat/conf/server.xml: !-- Define an AJP 1.3 Connector on port 8009 -- Connector

[Dspace-tech] unselecting of Checkboxes

2012-10-03 Thread Anja Le Blanc
Hi All, I have a problem with DSpace (1.8.2 xmlui) check boxes. I created a class (extends the AbstractDSpaceTransformer) in which I create a set of check boxes some selected, some not. The user can change both selected ones to unselected and select others. On save I want to get the status of

[Dspace-tech] Statistics

2012-10-03 Thread Alain Tschanz
Hello, The statistics goes only 6 months back, but I would like to increase it to 18 months. Can anybody tell me how to do that? I run DSpace 1.8.2 on a Fedora 16 server. The interface is a modified version of the REFERENCE theme in XMLUI. Thank you for your time. Alain Tschanz

Re: [Dspace-tech] adding a line break to a list

2012-10-03 Thread Jose Blanco
Does any one have any suggestions for this problem. On Fri, Sep 28, 2012 at 1:06 PM, Jose Blanco blan...@umich.edu wrote: I have List identity = form.addList(identity,List.TYPE_FORM); I would like to add a line break like this: identity.addItem().addContent( ); But since

Re: [Dspace-tech] Autoregister is not working

2012-10-03 Thread Sergio Belkin
2012/10/3 Sergio Belkin seb...@gmail.com 2012/10/2 João Melo jm...@lyncode.com Hello Sergio, your DSpace seems to be communicating with the LDAP server, but the authentication fails with Result = 5 = COMPARE_FALSE.

Re: [Dspace-tech] adding a line break to a list

2012-10-03 Thread Tim Donohue
Hi Jose, Rather than attempting to add a line break into the DRI (which I'm not sure is easy to do or even possible), why not just do this via CSS? For example, you could use CSS to add extra padding/margin *after* a particular element in the final XHTML. This would appear like a linebreak.

Re: [Dspace-tech] Autoregister is not working

2012-10-03 Thread helix84
On Tue, Oct 2, 2012 at 11:14 PM, Sergio Belkin seb...@gmail.com wrote: ldap.id_field = uid ldap.email_field = cn Maybe you need to either set your ldap.id_field to cn or, alternatively, your ldap.email_field to uid. What is an example contents of these attributes in your directory for a given

Re: [Dspace-tech] adding a line break to a list

2012-10-03 Thread helix84
On Fri, Sep 28, 2012 at 7:06 PM, Jose Blanco blan...@umich.edu wrote: I would like to add a line break like this: identity.addItem().addContent( ); I'd go with Tim on this one but I don't know what your use for this is. So if you need to take this route, you may want to try

Re: [Dspace-tech] adding a line break to a list

2012-10-03 Thread helix84
On Wed, Oct 3, 2012 at 6:23 PM, helix84 heli...@centrum.sk wrote: is. So if you need to take this route, you may want to try identity.addItem().addContent(nbsp;); Alternatively, the similiar result (prevent self-closing tags) might be achieved using xsl:output method=html/ after your

Re: [Dspace-tech] Statistics

2012-10-03 Thread Bram Luyten
Hi Alain, I hope this works for you: https://wiki.duraspace.org/display/DSDOC3x/DSpace+Statistics#DSpaceStatistics-WebUIStatisticsModification(XMLUIOnly) Or in short, change -6 in this line to whatever you want:

Re: [Dspace-tech] adding a line break to a list

2012-10-03 Thread Jose Blanco
For me, it is easier to see find how things get rendered in the aspects than in the xslt, so that is why thought I could just change it in the aspects and not bother trying to find out where to change it in the xslt. -Jose On Wed, Oct 3, 2012 at 12:26 PM, helix84 heli...@centrum.sk wrote: On

Re: [Dspace-tech] adding a line break to a list

2012-10-03 Thread Jose Blanco
BTW, I had already tried identity.addItem().addContent(nbsp;); and it did give me a line break, but also rendered nbsp; ( literally ). -Jose On Wed, Oct 3, 2012 at 12:23 PM, helix84 heli...@centrum.sk wrote: On Fri, Sep 28, 2012 at 7:06 PM, Jose Blanco blan...@umich.edu wrote: I would like

Re: [Dspace-tech] Statistics

2012-10-03 Thread Alain Tschanz
Thank you for your response. I changed the number from -6 to -18 and recompiled the code but the statistics page still only displays 6 months of data. Any ideas why? Alain From: bluy...@gmail.com [mailto:bluy...@gmail.com] On Behalf Of Bram Luyten Sent: Wednesday, October 3, 2012 12:55 PM To:

[Dspace-tech] Question about XMLUI

2012-10-03 Thread George S Kozak
Hi, everyone: I recently upgraded to DSpace 1.8.2 (using JSPUI interface). After a number of false starts, I am starting to look at the XMLUI interface. On my test server, I was looking at all of the Interfaces that come ready-made. I have looked at the Default Theme and the Classic Theme,

Re: [Dspace-tech] Question about XMLUI

2012-10-03 Thread Tim Donohue
Hi George, This actually doesn't sound like out-of-the-box DSpace 1.8.2. Are you using a customized version of the XMLUI? * There's no TableTheme in DSpace 1.8.2: https://github.com/DSpace/DSpace/tree/dspace-1_8_x/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes * Also, in DSpace

Re: [Dspace-tech] Question about XMLUI

2012-10-03 Thread George S Kozak
Tim: That's it! It's the test customizations that I made back in DSpace 1.7.1. I didn't think I migrated them when I went to DSpace 1.8.2, but I must have, by accident. In fact, I know exactly what the copy entity is!! Thank you for clearing things up for me! George Kozak Digital Library

Re: [Dspace-tech] Question about XMLUI

2012-10-03 Thread helix84
On Wed, Oct 3, 2012 at 9:29 PM, Tim Donohue tdono...@duraspace.org wrote: So, I guess I'm wondering whether the errors you are running across are actually customizations from somewhere else? Or perhaps they are minor customizations someone made in your DSpace 1.7.1 and they are now erroring

Re: [Dspace-tech] Question about XMLUI

2012-10-03 Thread George S Kozak
Thanks, will do! George Kozak Digital Library Specialist Cornell University Library Information Technologies (CUL-IT) 501 Olin Library Cornell University Ithaca, NY 14853 607-255-8924 -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent:

Re: [Dspace-tech] adding a line break to a list

2012-10-03 Thread helix84
On Wed, Oct 3, 2012 at 7:18 PM, Jose Blanco blan...@umich.edu wrote: BTW, I had already tried identity.addItem().addContent(nbsp;); and it did give me a line break, but also rendered nbsp; ( literally ). I see what the problem might be. The addContent() method is inherited from TextContainer,