[Dspace-tech] Thank You!

2015-02-19 Thread Sean Carte
Thank you to all who have provided DSpace 5 and the Mirage 2 theme. The
installation process of DSpace 5 is greatly improved - it almost installs
itself. And the Mirage 2 theme not only looks great and works well, but
keeps my customisations separate; this should make future upgrades easier
too.

I'm very impressed; thank you!

Sean
--
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk___
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] Want to add advanced search feature with some different metadata field than actual dspace 4.x version

2015-02-19 Thread Susmita
 

I am new in using dspace, I want to add advanced search feature in all pages
in dspace,as above image. But i can't understand the code flow for advanced
search in dspace. Can anyone help me to do this?



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Want-to-add-advanced-search-feature-with-some-different-metadata-field-than-actual-dspace-4-x-version-tp4676719.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
___
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] Activating Bootstrap Color scheme Mirage 2

2015-02-19 Thread Sean Carte
On 18 February 2015 at 08:26, Bobby  wrote:

> I am relatively new to dspace, trying to do some customization on our
> dpsace 5 instance using the mirage 2 theme. Basically just want to change
> some colour elements. Reading this documentation
> https://wiki.duraspace.org/display/DSDOC5x/XMLUI+Configuration+and+Customization?src=breadcrumbs-parent
> I got the feeling my job would be easier if I " building DSpace using one
> extra maven profile,mirage2_bootstrap_color_scheme." I can find anywhere
> how this can be done. can anyone give me pointers?
>

I don't see any mention in that link about the _style.scss document, which
gets imported into _main.scss when you build Mirage 2 with maven.

I found these resources very helpful:

https://github.com/DSpace/DSpace/tree/master/dspace-xmlui-mirage2#style
https://wiki.duraspace.org/display/DSDOC5x/Mirage+2+Configuration+and+Customization

For what it's worth, what I did was look at and modify the styles using
Firebug, then copy the modified style code to _style.scss before rebuilding
with maven.

Sean
--
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk___
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] FW: COMMUNITY LIST

2015-02-19 Thread Terry Brady
I found some old code that implemented something like this for XMLUI.  This
solution is not as elegant as the site that you referenced, but it might be
a helpful start.

*XSLT to identify the nesting level within the community/collection
hierarchy.*








hier-












*Javascript to show/hide nodes*

jQuery(document).ready(function(){
if
(jQuery("#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser").is("*"))
{

 
jQuery("#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser").find("ul.hier-3").each(function(){
 if ($(this).find("li").length > 3) {
 $(this).addClass("ccfilter").hide();
 }
});
jQuery("button.ccfilter").remove();
var foo = $("+");
jQuery("ul.ccfilter").parent("span").before(foo);
jQuery("button.ccfilter").click(function(){
 $(this).next("span").children("ul.ccfilter").toggle();
 if ($(this).next("span").children("ul.ccfilter:visible").is("*")) {
 $(this).text("-");
 } else {
 $(this).text("+");
 }
})
}
});



On Thu, Feb 12, 2015 at 9:36 AM, Fernando Casas Osorio  wrote:

> Regards,
>
> As I can configure DSpace to the list of communities and collections
> appear grouped as in this DSpace?
>
> http://dspace.mit.edu/community-list
>
> Thanks for your help.
>
> Fernando Casas Osorio
>
> --
> From: ferca...@hotmail.com
> To: dspace-tech@lists.sourceforge.net
> Date: Mon, 9 Feb 2015 07:54:30 -0500
> Subject: [Dspace-tech] COMMUNITY LIST
>
>
> Regards,
>
> Can someone help me telling me as I set "Communities & Collections" with
> drill drown?
> I hope these appear as tree but not open at all levels
>
> Thanks for your help.
>
> Fernando Casas Osorio
>
> --
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> ___ 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
>
>
> --
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> ___
> 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
>



-- 
Terry Brady
Applications Programmer Analyst
Georgetown University Library Information Technology
https://www.library.georgetown.edu/lit/code
425-298-5498 (Seattle, WA)
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk___
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] Problem assigning user privileges

2015-02-19 Thread Terry Brady
Did you create the sub-communities/collections before or after you assigned
community privileges?

I believe that the permissions will inherit to new items but not to
pre-existing objects.

For pre-existing objects, you should be able to update permissions using
Administrative/Authorizations/Wildcard Policy Admin Tool.

On Tue, Feb 17, 2015 at 5:41 PM, bender 
wrote:

> Hi,
>
> We're experiencing problems to assign user privileges to communities,
> which should be inherited by their sub-communities, sub-collections,
> collections, etc.
> In our Dspace instance, when the privileges for each user are set at
> community level, those privileges are not inherited by its sub-communities,
> sub-collections, etc.
>
> Has anyone experienced the same problem?
>
> Thanks in advance.
>
> Bender
>
>
>
> --
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
>
> http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
> ___
> 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
>



-- 
Terry Brady
Applications Programmer Analyst
Georgetown University Library Information Technology
https://www.library.georgetown.edu/lit/code
425-298-5498 (Seattle, WA)
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk___
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] Not All of my records are being exported via OIA

2015-02-19 Thread emilio lorenzo

Ther is no problem,

a package of OAI-pMH records is 100 records. You must reissue the 
request making use of the resumption-token sent by DSpace  to get the 
next 100 records and so on


The resumption-token can be found at the end of the response, you´ll 
find something like:


 MToxMDB8Mjp8Mzp8NDp8NTpvYWlfZGM=

If you use that token in a new request you´ll get records 101-200 and so on.

you must code the requests to get the complete set indicated by  
completeListSize="13945"


regards
Emilio



El 19/02/2015 a las 16:07, Admire Mutsikiwa escribió:


Hi

I have a number of records in our repository http://ir.uz.ac.zw . I 
have been checking the number of records being exported using   Perl 
script that makes use of the  Net::OAI::Harvester. It appears only 100 
records are being exported and yet we have over a thousand records. 
What could be the problem.


Kind Regards,

Admire Mutsikiwa (Mr)

ICT Manager

Libraries

University of Zimbabwe

Tel:+263-4-303276

Mob:+263782476883

*“It is easy to dodge our responsibilities, but we cannot dodge the 
consequences of dodging our responsibilities.” *Josiah Charles Stamp 
**




--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk


___
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


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk___
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] Fwd: Customize XMLUI page listing "Browse by Author"

2015-02-19 Thread royopa
Hi all,



I need customize the XMLUI page listing "Browse by Author" (see image
below), maybe include other metadata in parenthesis.





Is it possible? How I can do this? I saw that this is not in xmlui theme,
so I think that be in java Class.



Regards!
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk___
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] Not All of my records are being exported via OIA

2015-02-19 Thread Admire Mutsikiwa
Hi

 

I have a number of records in our repository http://ir.uz.ac.zw . I have
been checking the number of records being exported using   Perl script that
makes use of the  Net::OAI::Harvester. It appears only 100 records are being
exported and yet we have over a thousand records. What could be the problem.

 

Kind Regards,

 

Admire Mutsikiwa (Mr)

ICT Manager

Libraries

University of Zimbabwe

Tel:+263-4-303276

Mob:+263782476883

 

"It is easy to dodge our responsibilities, but we cannot dodge the
consequences of dodging our responsibilities."  Josiah Charles Stamp
 

 

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk___
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] Encryption, APIs in DSpace

2015-02-19 Thread Vikram .
Corrected a typo(in caps)

The documents are related to allegations of  corruption in public offices. The 
requirements are such that only authorised users may view the documents. Even 
those with administrative access, such as DBAs (for metadata stores) and Sys 
Admins(assetstores) should NOT be able to access the documents.--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk___
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] DSpace 5 upgrade error

2015-02-19 Thread Tim Donohue
Hi Lewatle,

This doesn't sound like an *upgrade* error. It actually looks more like 
an error with building the Mirage2 theme (xmlui-mirage2).

You may want to review some of the "Common Build Issues" with Mirage2. 
I'm not certain which exactly is the problem here, but it's possible one 
of them is causing Mirage2 to build improperly.

https://wiki.duraspace.org/display/DSDOC5x/Mirage+2+Configuration+and+Customization#Mirage2ConfigurationandCustomization-CommonBuildIssues

My guess is also that if you used the original Mirage, your site likely 
would work (but might be worth verifying). It seems like Mirage2 is just 
not building properly.

Tim

On 2/19/2015 8:29 AM, Lewatle Phaladi wrote:
> Hi All,
>
> After restarting tomcat immediately after upgrade process I am getting
> the following error, I am using Mirage2 theme
>
> This communication is intended for the addressee only. It is
> confidential. If you have received this communication in error, please
> notify us immediately and destroy the original message. You may not copy
> or disseminate this communication without the permission of the
> University. Only authorised signatories are competent to enter into
> agreements on behalf of the University and recipients are thus advised
> that the content of this message may not be legally binding on the
> University and may contain the personal views and opinions of the
> author, which are not necessarily the views and opinions of The
> University of the Witwatersrand, Johannesburg. All agreements between
> the University and outsiders are subject to South African Law unless the
> University agrees in writing to the contrary.
>
>
>
>
>
> --
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
>
>
>
> ___
> 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
>
>
>

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
___
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] DSpace 5 upgrade error

2015-02-19 Thread Lewatle Phaladi
Hi All,

After restarting tomcat immediately after upgrade process I am getting the 
following error, I am using Mirage2 theme

[cid:image001.png@01D04C61.2F93F9F0]



This communication is 
intended for the addressee only. It is confidential. If you have received this 
communication in error, please notify us immediately and destroy the original 
message. You may not copy or disseminate this communication without the 
permission of the University. Only authorised signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless the University agrees in 
writing to the contrary. 

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk___
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