[Dspace-tech] sending mail giving error

2014-10-28 Thread dspace user
Hello all,

I have just installed dspace-4.2 JSPUI version. Sending mail is not
working  for both gmail and yahoo.Require help to resolve this issue. I
have configured in dspace.cfg as per below:

gmail

mail.server = smtp.gmail.com
mail.server.username =  x...@gmail.com
mail.server.password = *
mail.server.port = 587


yahoo

mail.server = smtp.mail.yahoo.com
mail.server.username = x...@yahoo.com
mail.server.password = **
mail.server.port = 465

can anyone help if anything is still remaining???

Thanks in advance.
--
___
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] DS-2220: Always load Google Analytics over SSL

2014-10-28 Thread Stuart Yeates

> I was shooting for always loading over HTTPS, as surely loading ANYTHING we 
> can
> over HTTPS should increase our users' security, ie jQuery, images, CSS, etc...

Yes, but only if you're assuming that only humans connect and all of them use 
modern browsers with good https support.

Many users in the developing world access on an array of kinds of hardware and 
software that we would consider obsolete. Requiring the latest and greatest web 
technologies to access our research isn't going to decrease that development 
gap.

Many tools, from plain server monitoring systems to reference checking systems 
to fancy website thumbnail services just work better and more reliably over 
http than https.

cheers
stuart
--
___
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] (no subject)

2014-10-28 Thread Hilton Gibson
Hi Erik

1. http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S07
Setup Postfix to deliver email.

2. http://wiki.lib.sun.ac.za/index.php/Install_DSpace/S04/4.X
Enable the correct email server settings in the "build.properties" file.

3. http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_DSpace/S09
Finally test the email delivery.

Cheers

hg

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

Tel: +27 21 808 4100 | Cell: +27 84 646 4758

On 28 October 2014 19:20, Erick AR  wrote:

> I´ve successfully installed Dspace 4.2 on Ubuntu 14.04, and everything
> seems normal
> but when I'm trying to add a new user, and send him an E-mail to change
> his password
> I get the next message
> Internal System Error
>
> The system has experienced an internal error. Please try to do what you
> were doing again, and if the problem persists, please contact us so we can
> fix the problem.
> I think there´s a mistake in my file  dspace.cfg, i some of this optiones
>
> · mail.server –
>
> · mail.from.address –
>
> · mail.feedback.recipient –
>
> · mail.admin –
>
> · mail.alert.recipient –
>
> · mail.registration.notify-
>
> But I don´t know what should it be in there, I hope somebody can Help me
>
> --
> Atentamente.
> *I.T.I. Erick Emir Alonso Román*
> Programmer/developer
> erickemir1...@gmail.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 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] (no subject)

2014-10-28 Thread Erick AR
I´ve successfully installed Dspace 4.2 on Ubuntu 14.04, and everything
seems normal
but when I'm trying to add a new user, and send him an E-mail to change his
password
I get the next message
Internal System Error

The system has experienced an internal error. Please try to do what you
were doing again, and if the problem persists, please contact us so we can
fix the problem.
I think there´s a mistake in my file  dspace.cfg, i some of this optiones

· mail.server –

· mail.from.address –

· mail.feedback.recipient –

· mail.admin –

· mail.alert.recipient –

· mail.registration.notify-

But I don´t know what should it be in there, I hope somebody can Help me

-- 
Atentamente.
*I.T.I. Erick Emir Alonso Román*
Programmer/developer
erickemir1...@gmail.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] Show Full item record and simple item record...

2014-10-28 Thread Peter Dietz
Hi Layale,

Here's some examples of changes to the item-view that we've been doing.
http://dc.statelibrary.sc.gov/handle/10827/886

Adding Subject and Description to the simple-item-view was managed through:
https://github.com/LongsightGroup/DSpace/blob/longsight-4_x/dspace-xmlui/src/main/webapp/themes/mirage2/xsl/aspect/artifactbrowser/item-view.xsl#L109






(You would have to ensure that implemented these templates)

We've also customized the show-full-metadata page to show human-text of
metadata fields (i.e. "Abstract" vs dc.description.abstract, you can still
mouse-over a field to see it's dublin-core field)
That trick was implemented by having i18n values for every metadata field:
https://github.com/LongsightGroup/DSpace/blob/longsight-4_x/dspace-xmlui/src/main/webapp/themes/mirage2/xsl/aspect/artifactbrowser/item-view.xsl#L545


xmlui.metadata.



We also have another example, where we added completely new fields to the
simple-item-view, see: https://dspace.sunyconnect.suny.edu/handle/1951/64595




Peter Dietz
Longsight
www.longsight.com
pe...@longsight.com
p: 740-599-5005 x809

On Tue, Oct 28, 2014 at 9:14 AM, royopa  wrote:

> Hello
>
> In my theme Mirage with DSpace 4.2, the file is:
>
>
> [dspace]\webapps\xmlui\themes\Mirage\lib\xsl\aspect\artifactbrowser\item-view.xsl
>
> In your case, it should be something like this.
>
> Try checking these pages also:
>
> https://wiki.duraspace.org/pages/viewpage.action?pageId=19006388
>
>
> https://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg15576.html
>
> Regards
>
> Royopa
> about.me/royopa/
>
> On Tue, Oct 28, 2014 at 5:29 AM, Layale Bassil  wrote:
>
>> Hello All,
>>
>>
>>
>> I would like to know how can I change the layout of the full item record
>> page and simple item record page?
>>
>>
>>
>> I need to show more fields of the Dublin core metadata; i.e. I need to
>> show the initials of the contributor, the address and email of the creator,
>> etc…
>>
>>
>>
>> Can you please tell me which file I should edit and how in order to
>> customize the layout of the item record display?
>>
>>
>>
>> I am working on Dspace 1.8.1 and using the default Manakin theme. I am
>> also using the XMLUI interface.
>>
>>
>>
>> Many thanks,
>>
>> Regards.
>>
>>
>> --
>>
>> ___
>> 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
>>
>
>
>
> --
> Rodrigo Prado de Jesus
> http://about.me/royopa
> roy...@gmail.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 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] Show Full item record and simple item record...

2014-10-28 Thread royopa
Hello

In my theme Mirage with DSpace 4.2, the file is:

[dspace]\webapps\xmlui\themes\Mirage\lib\xsl\aspect\artifactbrowser\item-view.xsl

In your case, it should be something like this.

Try checking these pages also:

https://wiki.duraspace.org/pages/viewpage.action?pageId=19006388

https://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg15576.html

Regards

Royopa
about.me/royopa/

On Tue, Oct 28, 2014 at 5:29 AM, Layale Bassil  wrote:

> Hello All,
>
>
>
> I would like to know how can I change the layout of the full item record
> page and simple item record page?
>
>
>
> I need to show more fields of the Dublin core metadata; i.e. I need to
> show the initials of the contributor, the address and email of the creator,
> etc…
>
>
>
> Can you please tell me which file I should edit and how in order to
> customize the layout of the item record display?
>
>
>
> I am working on Dspace 1.8.1 and using the default Manakin theme. I am
> also using the XMLUI interface.
>
>
>
> Many thanks,
>
> Regards.
>
>
> --
>
> ___
> 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
>



-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.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] DS-2220: Always load Google Analytics over SSL

2014-10-28 Thread Alan Orth
Stuart,

I was shooting for always loading over HTTPS, as surely loading ANYTHING
we can over HTTPS should increase our users' security, ie jQuery,
images, CSS, etc... but it seems Google's example code for this
traditional ga.js recommends doing exactly what we're already doing:

https://developers.google.com/analytics/devguides/collection/gajs/gaTrackingOverview

So maybe there's something they're doing with the document.location in
their script... I dunno.

Alan

On 10/27/2014 11:22 PM, Stuart Yeates wrote:
>
> Isn't the fix for this to use protocol-independent URIs? i.e. the ones
> that start with // rather than https:// or http:// ?
>
>
> Or is there an important secondary issue I'm missing?
>
>
> cheers
>
> stuart
>
>
>
>
> --
> I have a new phone number: 04 463 5692
> 
> *From:* Alan Orth 
> *Sent:* Monday, 27 October 2014 11:51 p.m.
> *To:* dspace-tech@lists.sourceforge.net
> *Subject:* [Dspace-tech] DS-2220: Always load Google Analytics over SSL
>  
> I was just poking around and noticed we conditionally load Google
> Analytics over SSL.  We should *always* load ga.js over SSL.  Bug here:
>
> https://jira.duraspace.org/browse/DS-2220
>
> Patch and pull request is linked in bug report.
>
> Cheers,
>
> -- 
> Alan Orth
> alan.o...@gmail.com 
> https://alaninkenya.org
> https://mjanja.ch
> "In heaven all the interesting people are missing." -Friedrich Nietzsche
> GPG public key ID: 0x8cb0d0acb5cd81ec209c6cdfbd1a0e09c2f836c0

-- 
Alan Orth
alan.o...@gmail.com
https://alaninkenya.org
https://mjanja.ch
"I have always wished for my computer to be as easy to use as my telephone; my 
wish has come true because I can no longer figure out how to use my telephone." 
-Bjarne Stroustrup, inventor of C++
GPG public key ID: 0x8cb0d0acb5cd81ec209c6cdfbd1a0e09c2f836c0

--
___
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] Show Full item record and simple item record...

2014-10-28 Thread Layale Bassil
Hello All,

I would like to know how can I change the layout of the full item record page 
and simple item record page?

I need to show more fields of the Dublin core metadata; i.e. I need to show the 
initials of the contributor, the address and email of the creator, etc...

Can you please tell me which file I should edit and how in order to customize 
the layout of the item record display?

I am working on Dspace 1.8.1 and using the default Manakin theme. I am also 
using the XMLUI interface.

Many thanks,
Regards.
--
___
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