Hi,
                                                                 JSPUI
 XMLUI
recent.submissions.count = 0 and             Not        Dispalay
<property name="max" value="20">

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

recent.submissions.count = 0                    Not          Not
<property name="max" value="0">

recent.submissions.count = 20 and           Display    Not
<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
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to