Re: [Dspace-tech] Recent Submission not showing (i.e. on home page) in default 5.1 installation

2015-03-27 Thread SUZUKI Keiji
Hi Alex,

I could reproduce and fit it by setting a non-zero value
to recent.submissions.count property in dspace.cfg.

The value of this property doesn't have an influence on
XMLUI, so it may be better to change its default value.

Keiji Suzuki
Ebetsu, Japan

2015-03-26 16:26 GMT+09:00 Alex D alexdot...@mail.ru:

 Anybody? Please?.. :)



 --
 View this message in context:
 http://dspace.2283337.n4.nabble.com/Recent-Submission-not-showing-i-e-on-home-page-in-default-5-1-installation-tp4677086p4677177.html
 Sent from the DSpace - Tech mailing list archive at Nabble.com.


 --
 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

Re: [Dspace-tech] Recent Submission not showing (i.e. on home page) in default 5.1 installation

2015-03-27 Thread royopa
Hi

In DSpace with Discovery (DSpace 3+ -
https://wiki.duraspace.org/display/DSDOC3x/Discovery#Discovery-DiscoveryChangelist)
you must change another file:

*##Recent submissions*



in file [dspace]config/spring/api/discovery.xml:



Section recentSubmissionsConfiguration



!--The configuration for the recent submissions--

property name=recentSubmissionConfiguration

bean class=
org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration

property name=metadataSortField value=
dc.date.accessioned /

property name=type value=date/

property name=max value=20/

!-- If enabled the collection home page will not display
metadata but show a pageable list of recent submissions --

property name=useAsHomePage value=false/

/bean

/property



*Regards*


*Royopa*

On Fri, Mar 27, 2015 at 4:05 AM, SUZUKI Keiji z...@mbc.ocn.ne.jp wrote:

 Hi Alex,

 I could reproduce and fit it by setting a non-zero value
 to recent.submissions.count property in dspace.cfg.

 The value of this property doesn't have an influence on
 XMLUI, so it may be better to change its default value.

 Keiji Suzuki
 Ebetsu, Japan

 2015-03-26 16:26 GMT+09:00 Alex D alexdot...@mail.ru:

 Anybody? Please?.. :)



 --
 View this message in context:
 http://dspace.2283337.n4.nabble.com/Recent-Submission-not-showing-i-e-on-home-page-in-default-5-1-installation-tp4677086p4677177.html
 Sent from the DSpace - Tech mailing list archive at Nabble.com.


 --
 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




-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
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

Re: [Dspace-tech] Recent Submission not showing (i.e. on home page) in default 5.1 installation

2015-03-27 Thread SUZUKI Keiji
Hi,
 JSPUI
 XMLUI
recent.submissions.count = 0 and NotDispalay
property name=max value=20

recent.submissions.count = 20 and   Display   Dispalay
property name=max value=20

recent.submissions.count = 0Not  Not
property name=max value=0

recent.submissions.count = 20 and   DisplayNot
property name=max value=0

I don't know if this is intended, but my test is resulted in these
in version 5.1 and the current master.

Keiji Suzuki


2015-03-27 20:23 GMT+09:00 royopa roy...@gmail.com:

 Hi

 In DSpace with Discovery (DSpace 3+ -
 https://wiki.duraspace.org/display/DSDOC3x/Discovery#Discovery-DiscoveryChangelist)
 you must change another file:

 *##Recent submissions*



 in file [dspace]config/spring/api/discovery.xml:



 Section recentSubmissionsConfiguration



 !--The configuration for the recent submissions--

 property name=recentSubmissionConfiguration

 bean class=
 org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration
 

 property name=metadataSortField value=
 dc.date.accessioned /

 property name=type value=date/

 property name=max value=20/

 !-- If enabled the collection home page will not display
 metadata but show a pageable list of recent submissions --

 property name=useAsHomePage value=false/

 /bean

 /property



 *Regards*


 *Royopa*

 On Fri, Mar 27, 2015 at 4:05 AM, SUZUKI Keiji z...@mbc.ocn.ne.jp wrote:

 Hi Alex,

 I could reproduce and fit it by setting a non-zero value
 to recent.submissions.count property in dspace.cfg.

 The value of this property doesn't have an influence on
 XMLUI, so it may be better to change its default value.

 Keiji Suzuki
 Ebetsu, Japan

 2015-03-26 16:26 GMT+09:00 Alex D alexdot...@mail.ru:

 Anybody? Please?.. :)



 --
 View this message in context:
 http://dspace.2283337.n4.nabble.com/Recent-Submission-not-showing-i-e-on-home-page-in-default-5-1-installation-tp4677086p4677177.html
 Sent from the DSpace - Tech mailing list archive at Nabble.com.


 --
 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




 --
 Rodrigo Prado de Jesus
 http://about.me/royopa
 roy...@gmail.com


 --
 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

Re: [Dspace-tech] Recent Submission not showing (i.e. on home page) in default 5.1 installation

2015-03-26 Thread Alex D
Anybody? Please?.. :)



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Recent-Submission-not-showing-i-e-on-home-page-in-default-5-1-installation-tp4677086p4677177.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
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


[Dspace-tech] Recent Submission not showing (i.e. on home page) in default 5.1 installation

2015-03-19 Thread Alex D
Greeting!
Please help me with the subject - I'm struggling with it 2 days already (((
Just deployed fresh install of 5.1 - use JSPUI interface. 
Only 2 configs were changed (build.properties and config.cfg)  just for
hosts, email and DB connections - database is clear. After creating admin
user I've created root community and collection. 
Made test submission into community and... home page shows counters of
submission, keywords etc correctly - except of not showing blue carousel of
recent submissions :((
Any gues waht can cause it? I have a production installation of 4.2 - I
didn't encounter such problem in it. 
I think it just worked out of the box - but not in my fresh 5.1 case...
Please, need HELP!
Alex D.



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Recent-Submission-not-showing-i-e-on-home-page-in-default-5-1-installation-tp4677086.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
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