Re: [Dspace-tech] Access control on dspace 1.6.2 JSPUI

2011-11-24 Thread helix84
Shrilatha, it will be much better if you use the Advanced Policy Manager
tool as Brian suggested. I didn't know about that tool before.

Regards,
~~helix84
Dňa 24.11.2011 4:16, Shrilatha Acharya shrila...@ccadd.cmmacs.ernet.in
napísal(-a):

 Thanks and thank u so much.
 Yes, as u say, even I have 100s of items in collection. So I wll try to do
 it at SQL level as u suggested. Can u also guide me on the columns of
 'resourcepolicy' table (because I see the columns r set with numbers.).what
 each column/value represents?



 -Original Message-
 From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of
 helix84
 Sent: Wednesday, November 23, 2011 4:00 PM
 To: Shrilatha Acharya
 Cc: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Access control on dspace 1.6.2 JSPUI

 On Wed, Nov 23, 2011 at 11:25, Shrilatha Acharya
 shrila...@ccadd.cmmacs.ernet.in wrote:
  Hi helix84,
  Thanks for the quick reply . I got a clue. But-
  Does it mean to say tht-
  1. if I have a collection containing items and if I change the
 authorization(bitstream reading) of the collection to a set of users, it
 does not affect each item?
  In otherwords,
  2. if I have a collection containing items, and I want the set of users
 to have a bitstream read access, I need change the authorization for each n
 every item manually/one by one?
 
  Actually my situation is the same as above. I have few collections with
 the item/bundle/bitstream with in it. And I had not set any restriction
 while creating the collection. Now I want to give a bitstream reading
 access to a set of users(group). How do I do it?

 That is correct, you have to do it for each item and bitstream
 individually. I would personally do it using SQL (resourcepolicy
 table) if it was for more than say 50 items, but of course you have to
 do that in a testing environment and back up, back up, back up the
 database!

 Regards,
 ~~helix84


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSpace in Arabic language

2011-11-24 Thread Abhishek Raval
Hello All,


I have a message.property file for Arabic language how i integrate it wth
my DSpace instance
I am using DSpace-1.7.2

-- 
Thanks n Regards
Abhishek Raval
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace in Arabic language

2011-11-24 Thread Mikael Mölsä DC

Hello,

I'm not sure about using a message.property file, but when translating 
dspace (xmlui) instances I have started with 
[dspace-source]/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/i18n/messages.xml, 
translate it to my language of choice and save it as 
[dspace-source]/dspace/modules/xmlui/src/main/webapp/i18n/messages_XX.xml. 
Redeploy (mvn package, ant update_webapps) and I can use it as a new 
language by changing default.locale (and possibly 
xmlui.supported.locales too) in dspace.cfg. Note that the original 
messages.xml file is only found in the source release of dspace.


BR,

-mm


On 24.11.2011 14:18, Abhishek Raval wrote:

Hello All,


I have a message.property file for Arabic language how i integrate it 
wth my DSpace instance

I am using DSpace-1.7.2

--
Thanks n Regards
Abhishek Raval



--
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d


___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] adding menu items to manikin interface

2011-11-24 Thread Leggett, Pete
Hi,

With regard to using Dspace Manikin/xmlui interface, I would like to add 
another menu grouping under the normal Browse My Account Administrative 
menu groupings on the left of the page - sorry if I'm not using the right 
parlance here.
This menu grouping will just be for local links, FAQ etc so very simple in 
theory, but I want it to have the same look and feel as the other menu 
groupings.

My question is, is there any easy way to do this, i.e. some simple additions to 
the template.xsl or messages.xml
or will it involve writing some java ?

Thanks for any pointers.

Pete


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Where can i find the Message.properties default file?

2011-11-24 Thread MesArch MesArch
Hello, I am a newbie when it comes to dspace and I am trying to customize
some .jsp pages (I know that this is not the right thing to do while being
a newbie but unless you try it you won't learn). It seems that I was trying
to change some text in the JSP files so I followed these instructions (
https://wiki.duraspace.org/display/DSDOC18/JSPUI+Configuration+and+Customization
)

You can also easily edit the text that appears on each JSP page by editing
the *Messages.properties* file.

Since I did not located any Messages.properties file in my Locally-modified
version neither the Dspace default directory I created one under the
Locally-modifed version with my *[dspace-src]/dspace/modules/jspui/src/main/
*resources/ and entered the value

jsp.search.results.title = THIS IS A TEST

it seems that the jsp.search.results.title now has the THIS IS A TEST value
but everything else is missing.. All i see is ??? jsp. ??? everywhere..
So where did I do wrong?

 Thanks in advance for your help,

George
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Where can i find the Message.properties default file?

2011-11-24 Thread Claudia Juergen
Hello George,

you'll finde the Messages.properties in
 [dspace-src]/dspace-api/src/main/resources/
Copy the file to [dspace-src]/dspace/modules/jspui/src/main/resources/
and edit it there. This will overlay the texts for the jspui. Note changes
for api parts are not overlayed.

Hope that helps

Claudia Jürgen

 Hello, I am a newbie when it comes to dspace and I am trying to customize
 some .jsp pages (I know that this is not the right thing to do while being
 a newbie but unless you try it you won't learn). It seems that I was
 trying
 to change some text in the JSP files so I followed these instructions (
 https://wiki.duraspace.org/display/DSDOC18/JSPUI+Configuration+and+Customization
 )

 You can also easily edit the text that appears on each JSP page by
 editing
 the *Messages.properties* file.

 Since I did not located any Messages.properties file in my
 Locally-modified
 version neither the Dspace default directory I created one under the
 Locally-modifed version with my
 *[dspace-src]/dspace/modules/jspui/src/main/
 *resources/ and entered the value

 jsp.search.results.title = THIS IS A TEST

 it seems that the jsp.search.results.title now has the THIS IS A TEST
 value
 but everything else is missing.. All i see is ??? jsp. ???
 everywhere..
 So where did I do wrong?

  Thanks in advance for your help,

 George
 --
 All the data continuously generated in your IT infrastructure
 contains a definitive record of customers, application performance,
 security threats, fraudulent activity, and more. Splunk takes this
 data and makes sense of it. IT sense. And common sense.
 http://p.sf.net/sfu/splunk-novd2d___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



Mit freundlichen Gruessen

Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/
Tel.: 0049-231-755-4043




--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] pdf over https in ie8

2011-11-24 Thread Swanepoel, Barrie
Hi list

We have just upgraded to dspace 1.7.2. Also we are running on Redhat 6 ES.

Everything is fine and actually works well. But...

We also installed an ssl certificate from Thawte in order to have secure 
connections. This works well but...

Users with Windows xp and ie8 cannot open the pdf's over this secure 
connection. It only provides an empty page.

This seems to be a well-known issue with ie8 and pdf over https.

I have tried some of the solutions proposed on for instance the pdf forums, but 
they don't work.

Installing firefox solves the issue but is not possible for all user over the 
world. ( I am thinking of placing a disclaimer on our site saying that we only 
support firefox, opera , but not ie8. Scary...)

Has anyone  experienced this? Any quick fixes that work for ie8?

I searched the dspace tech forum but could not find anything specific from the 
dspace community.

Thanks in advance.

Barrie Swanepoel
Systems Administrator
University of Johannesburg
Library and Information Centre
PO Box 524
Auckland Park
Johannesburg
Republic of South Africa
Tel: +27 11 559 2347
Cell: 082 565 7743

[Description: UJ_emailer_01]




This email and all contents are subject to the following disclaimer:

http://disclaimer.uj.ac.za
inline: image001.jpg--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech