[Dspace-tech] Hide bitstreams with restricted access?

2013-06-18 Thread Jessica Drechsler (GEI)
Hi all, is there a possibility to hide bitstreams in DSpace? We have some bitstreams which should not be accessed by everybody. Currently we restrict their access so that only a special group can access them. So people who don't belong to this group can't open the files, but they can see that

Re: [Dspace-tech] Hide bitstreams with restricted access?

2013-06-18 Thread helix84
Hi Jessica, copy this mets:file template over to your theme, in order to override it: https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-view.xsl#L388 Them make the following modifications to the XSL file that contains

Re: [Dspace-tech] Questions on upgrading from 1.5 to 3.1 and maintaining a live and test instance

2013-06-18 Thread helix84
On Mon, Jun 17, 2013 at 6:52 PM, Spencer Lamm sla...@swarthmore.edu wrote: 1) This wiki post by Mark Diggory details how to upgrade on the same box without overwriting - essentially install the new code, diff the config file differences, copy the db files to the new instance, and run the db

Re: [Dspace-tech] Hide bitstreams with restricted access?

2013-06-18 Thread helix84
On Tue, Jun 18, 2013 at 11:13 AM, M. Àngels Pulido m.angels.pul...@uvic.cat wrote: If you select Metadata files, when you Upload a new bitstream, this bitstream is not visible. That's right, files in other bundles than ORIGINAL or CONTENT will be hidden by default. The problems with this

Re: [Dspace-tech] Hide bitstreams with restricted access?

2013-06-18 Thread M. Àngels Pulido
Yes Helix, to us this approach works because we want to hide the bitstream that is a .pdf where the user put the permission to publish their work: article, book, etc.  in our repository and therefore, this document contains

Re: [Dspace-tech] Hide bitstreams with restricted access?

2013-06-18 Thread helix84
On Tue, Jun 18, 2013 at 12:06 PM, M. Àngels Pulido m.angels.pul...@uvic.cat wrote: Yes Helix, to us this approach works because we want to hide the bitstream that is a .pdf where the user put the permission to publish their work: article, book, etc. in our repository and therefore, this

[Dspace-tech] Index file

2013-06-18 Thread remi asare
Hello, Please guys, is there any index file that bounds together the JSPUI homepage? or anything like that? Please i really need it to change the cellspacing. Thanks in advance -- This SF.net email is sponsored by

Re: [Dspace-tech] Index file

2013-06-18 Thread helix84
On Tue, Jun 18, 2013 at 1:43 PM, remi asare remi.as...@gmail.com wrote: Please guys, is there any index file that bounds together the JSPUI homepage? or anything like that? Please i really need it to change the cellspacing. Thanks in advance Hello Remi, is this what you're looking for?

Re: [Dspace-tech] Index file

2013-06-18 Thread remi asare
I don't think so, because what i'm looking i am seeing it there. Ill explain myself; i'm using firebug to do the real time edition of JSP. In the firebug menu the code line that i'm supposed to find is : table class= centralPane width=99% cellspacing=1 cellpadding=3 border=0 But i'm not finding

Re: [Dspace-tech] Index file

2013-06-18 Thread helix84
On Tue, Jun 18, 2013 at 2:17 PM, remi asare remi.as...@gmail.com wrote: I don't think so, because what i'm looking i am seeing it there. Ill explain myself; i'm using firebug to do the real time edition of JSP. In the firebug menu the code line that i'm supposed to find is : table

Re: [Dspace-tech] Index file

2013-06-18 Thread Kostas Stamatis
Maybe you are looking for: layout/header-default.jsp (renders the top of the page - the header) https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-jspui/src/main/weba pp/layout/header-default.jsp https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-jspui/src/main/webap

Re: [Dspace-tech] Index file

2013-06-18 Thread remi asare
Will it work if i grep in the source? if so i will rebuild after right? 2013/6/18 Kostas Stamatis kstama...@ekt.gr Maybe you are looking for: ** ** layout/header-default.jsp (renders the top of the page – the header) ** **

Re: [Dspace-tech] Index file

2013-06-18 Thread helix84
On Tue, Jun 18, 2013 at 3:21 PM, remi asare remi.as...@gmail.com wrote: Will it work if i grep in the source? if so i will rebuild after right? grep only searches for the file which contains given text, it has nothing to do with modifying DSpace. You can then proceed as usual. I recommend using

Re: [Dspace-tech] Index file

2013-06-18 Thread remi asare
sorry for bother, i've never used grep options, can you please show how to do it? 2013/6/18 helix84 heli...@centrum.sk On Tue, Jun 18, 2013 at 3:21 PM, remi asare remi.as...@gmail.com wrote: Will it work if i grep in the source? if so i will rebuild after right? grep only searches for the

Re: [Dspace-tech] Index file

2013-06-18 Thread helix84
cd [dspace-source] grep -RnI text you're searching * Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- This SF.net email is

Re: [Dspace-tech] Index file

2013-06-18 Thread remi asare
Thanks a lot Helix. 2013/6/18 helix84 heli...@centrum.sk cd [dspace-source] grep -RnI text you're searching * Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] sorting bitstreams

2013-06-18 Thread Shixing Wen
We are using 3.1, jspui. In 3.x, there is a function to move bitstreams up or down within an item. However, it is a manual process, one at a time. We are adding lots of newspaper issues to items, not in a particular order at a given time, whenever files are available from the scanning stations.

[Dspace-tech] El recurso requerido (/jspui) no esta disponible

2013-06-18 Thread Jimena Quiroga
Hi everybody! I´m trying to install a dspace repository under windows 7, I got error. Could somebody help me?? Thanks a lot, Jimena HTTP Status 404 - /jspui type Status report message /jspui description The requested resource (/jspui) is not available.

Re: [Dspace-tech] Psuedo video streaming with item attachment and seeking enabled

2013-06-18 Thread Sara Amato
I'm trying to get this working in xmlui, and find that while I can get the proper looking code on the page, e.g. video src=/xmlui/bitstream/handle/10177/62/Knopf.mp4?sequence=1 width=320 height=240 controls= autobuffer= / the video does not play. If I go to the link directly, it downloads

Re: [Dspace-tech] El recurso requerido (/jspui) no esta disponible

2013-06-18 Thread Kostas Stamatis
Dear Jimera, It seems that your web container does not recognise jspui as a webapp. Please, follow instructions from the installation documentation (https://wiki.duraspace.org/display/DSDOC3x/Installation#Installation-Installation), point 9 and down. What kind of web server are you using?

Re: [Dspace-tech] sorting bitstreams

2013-06-18 Thread Kostas Stamatis
Dear Shixing, can you create a JIRA ticket mentioning your request regarding bitstream ordering? Our JIRA issue tracking system is located in https://jira.duraspace.org . Regards, Kostas On Jun 18, 2013, at 7:10 PM, Shixing Wen s...@d.umn.edu wrote: We are using 3.1, jspui. In 3.x,

Re: [Dspace-tech] sorting bitstreams

2013-06-18 Thread Shixing Wen
Thanks, Kostas, for the suggestion. I've created a JIRA ticket: DS-1579 - sort all the bitstreams in an item in the ascending or descending order by the file name https://jira.duraspace.org/browse/DS-1579 Shixing On Tue, Jun 18, 2013 at 2:56 PM, Kostas Stamatis kstama...@ekt.gr wrote: Dear

Re: [Dspace-tech] El recurso requerido (/jspui) no esta disponible

2013-06-18 Thread Kostas Stamatis
Dear Jimera, Your server xml seems fine. The web.xml doesn’t need to be touched. However, you should try these urls: http://localhost:8080/jspui and http://localhost:8080/xmlui with a / before the webapp name and not with : Also, in tomcat manager (http://localhost:8080/manager/html) –