Re: [Dspace-tech] DSpace 4.1 JSPUI Filter issues

2014-06-08 Thread Alexander Wong
Dear Teo,

Thanks - it works right away.

Regards,
Alexander Wong


On Fri, Jun 6, 2014 at 5:59 PM, Teo Tokis teoto...@gmail.com wrote:

 Alexander, you can add an attribute 'required' in the filter form.
 something like thisQ
 input type=text id=filterquery name=filterquery size=45
 class=ui-autocomplete-input autocomplete=off required in the
 ...\search\discovery.jsp file

 Teo.
 ​

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] JSPUI in 4.1

2014-06-08 Thread Andrea Bollini
Hi George,
yes starting with dspace 4 the jspui switch from a custom heavy table 
based style to a more clean, tableless layout build on top of bootstrap 3.
Almost any jsp page in DSpace has been changed primary removing layout 
tables. Custom classes has been replaced by bootstrap classes as table 
instead of miscTable, etc.
You can find some tips and the description of the new layout here:
http://www.slideshare.net/DuraSpace/2514-dspace-user-interface-innovation-presentation-slides
My suggestion is to start from scratch, build a bootstrap css (see 
slides 30-38) using your institutional palette and hack the header-*.jsp 
and footer.jsp
Hope this help,
Andrea

Il 06/06/2014 15.39, George Stanley Kozak ha scritto:
 Hi,

 I accidentally sent this question first to the dspace-general list.  My 
 apologies.  That's what I get for doing my email on my smart phone.
 Here is my question:
 In the past, we at Cornell University have used our own design and style 
 sheets with the JSPUI.  I have successfully migrated this design from release 
 to release modifying the Jsp pages.  However, I see that the JSPUI, in 4.1 is 
 radically different.  Are the differences in the new JSPUI documented 
 somewhere so I can figure out if our Jsp changes will work?

 George Kozak
 Digital Library Specialist
 Cornell University Library Information Technologies (CUL-IT)
 218 Olin Library
 Cornell University
 Ithaca, NY 14853
 607-255-8924


 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/NeoTech
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette: 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


-- 
Andrea Bollini
Soluzioni per la Ricerca Istituzionale
Cineca

Via dei Tizii, 6
00185 Roma, Italy
tel. +39 06 44 486 087 - mob. +39 348 82 77 525
http://www.cineca.it


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] IPv4/6 double stack setup and session hijacking prevention

2014-06-08 Thread Becker, Pascal-Nicolas
Hi,


today I used my test installation of DSpace for the first time from home where 
I have IPv4 and IPv6 in a dual stack setup. My server has an IPv4 and IPv6 
connection as well, but in my office I currently have IPv4 only. So today I was 
using DSPACE JSPUI (master branch from early may 2014) in a IPv4/IPv6 dual 
stack setup for the first time.


While using DSpace I was asked to login every two minutes. As this was quite 
annoying I looked in to dspace.log and found the following line:


2014-06-08 14:01:13,201 WARN  org.dspace.app.webui.util.UIUtil @ POSSIBLE 
HIJACKED SESSION: request from 2001:6f8:::::: does not 
match original session address: 85.XXX.XXX.XXX. Authentication rejected.


I think the problem is obvious: My mac is alternating using IPv4 and IPv6 to 
connect to my DSpace installation. DSpace detects this as a possible session 
hijacking attack and invalidates my session.


Has anyone had the same problem (already)? Has anyone an idea how to solve this 
problem? And please don't suggest me to use either IPv4 or IPv6. ;-)


Regards,

  Pascal


P.S. A solution could be to save a IPv4 and a IPv6 address to prevent session 
hijacking while supporting IPv4/6 double stack setups. But even then we could 
run into problems with IPv6 privacy extensions...
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] JSPUI in 4.1

2014-06-08 Thread George Stanley Kozak
Thank you, Andrea:
This will greatly help.

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CULIT)
218 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924


From: Andrea Bollini a.boll...@cineca.it
Sent: Sunday, June 8, 2014 7:09 AM
To: George Stanley Kozak; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] JSPUI in 4.1

Hi George,
yes starting with dspace 4 the jspui switch from a custom heavy table
based style to a more clean, tableless layout build on top of bootstrap 3.
Almost any jsp page in DSpace has been changed primary removing layout
tables. Custom classes has been replaced by bootstrap classes as table
instead of miscTable, etc.
You can find some tips and the description of the new layout here:
http://www.slideshare.net/DuraSpace/2514-dspace-user-interface-innovation-presentation-slides
My suggestion is to start from scratch, build a bootstrap css (see
slides 30-38) using your institutional palette and hack the header-*.jsp
and footer.jsp
Hope this help,
Andrea

Il 06/06/2014 15.39, George Stanley Kozak ha scritto:
 Hi,

 I accidentally sent this question first to the dspace-general list.  My 
 apologies.  That's what I get for doing my email on my smart phone.
 Here is my question:
 In the past, we at Cornell University have used our own design and style 
 sheets with the JSPUI.  I have successfully migrated this design from release 
 to release modifying the Jsp pages.  However, I see that the JSPUI, in 4.1 is 
 radically different.  Are the differences in the new JSPUI documented 
 somewhere so I can figure out if our Jsp changes will work?

 George Kozak
 Digital Library Specialist
 Cornell University Library Information Technologies (CUL-IT)
 218 Olin Library
 Cornell University
 Ithaca, NY 14853
 607-255-8924


 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/NeoTech
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette: 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


--
Andrea Bollini
Soluzioni per la Ricerca Istituzionale
Cineca

Via dei Tizii, 6
00185 Roma, Italy
tel. +39 06 44 486 087 - mob. +39 348 82 77 525
http://www.cineca.it


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] how to setup usage statistics in Dspace

2014-06-08 Thread Katongole Jumah
Hello tech..
I am new in dspace installation and administration. However, I was tasked
to set up the usage statistics in dspace 3.2. Any quick guidelines for from
experienced administrators on how to make this work?

Cheers

-- 
Katongole Juma
Database Administrator
Directorate for ICT Support
Makerere University
Mobile:0702278793
email:jumah...@gmail.com
jkatong...@dicts.mak.ac.ug
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://www.hpccsystems.com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Virtual Server

2014-06-08 Thread martynseric
Hey Guys,
I would like an opinion on the use of a virtual server for Dspace. 
Recently had a fire incident that claimed the sever, so we decided to use a 
vitual server. 
Are there any disadvantages of using this server.
Sent from my BlackBerry wireless device from MTN

--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://www.hpccsystems.com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] how to setup usage statistics in Dspace

2014-06-08 Thread Hilton Gibson
Hi Katongole

Perhaps this will help:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/SOLR_Statistics

Cheers

hg

*Hilton Gibson*
Ubuntu Linux Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://scholar.sun.ac.za
http://bit.ly/goodir
http://library.sun.ac.za
http://za.linkedin.com/in/hiltongibson


On 9 June 2014 07:19, Katongole Jumah jumah...@gmail.com wrote:

 Hello tech..
 I am new in dspace installation and administration. However, I was tasked
 to set up the usage statistics in dspace 3.2. Any quick guidelines for from
 experienced administrators on how to make this work?

 Cheers

 --
 Katongole Juma
 Database Administrator
 Directorate for ICT Support
 Makerere University
 Mobile:0702278793
 email:jumah...@gmail.com
 jkatong...@dicts.mak.ac.ug







 --
 HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
 Find What Matters Most in Your Big Data with HPCC Systems
 Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
 Leverages Graph Analysis for Fast Processing  Easy Data Exploration
 http://www.hpccsystems.com
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://www.hpccsystems.com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Virtual Server

2014-06-08 Thread Hilton Gibson
Hi Eric

Perhaps this will help:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Upgrading/Hardware/New_Server#Considerations

Cheers

hg

*Hilton Gibson*
Ubuntu Linux Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://scholar.sun.ac.za
http://bit.ly/goodir
http://library.sun.ac.za
http://za.linkedin.com/in/hiltongibson


On 9 June 2014 07:50, martynse...@gmail.com wrote:

 Hey Guys,
 I would like an opinion on the use of a virtual server for Dspace.
 Recently had a fire incident that claimed the sever, so we decided to use
 a vitual server.
 Are there any disadvantages of using this server.
 Sent from my BlackBerry wireless device from MTN


 --
 HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
 Find What Matters Most in Your Big Data with HPCC Systems
 Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
 Leverages Graph Analysis for Fast Processing  Easy Data Exploration
 http://www.hpccsystems.com
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://www.hpccsystems.com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette