Tech List

[index] [prev] [next] [options] [help]
See the Mailing Lists Page for how to subscribe and unsubscribe.

eprints_tech messages

Please note: this page shows emails that have been sent to the eprints_tech mailing list. Some of these may be spam emails we have failed to filter.

Re: [EP-tech] Changing Default Number of Items in Review List from 10 to 30

From: "Roman Chyla" <roman.chyla AT gmail.com>
Date: Wed, 7 May 2008 22:58:46 +0200


Threading: [EP-tech] Changing Default Number of Items in Review List from 10 to 30 from C.McGee AT utas.edu.au
      • This Message

*** 
http://www.eprints.org/tech.php/id/%3Cea0115e90805071358h10a5418cpfb8472c84872ce0b%40mail.gmail.com%3E
*** EPrints community wiki - http://wiki.eprints.org/

My guess is,
screen=Items is calling Search in the render section
Search is calling Paginate
and there one can find:
my $pagesize = $opts{page_size} || 10; # TODO: get default from somewhere?

(I am glad to have discovered the paginate.pm now)

I would be really curious to know. And to know how others debug Eprints

roman

On Wed, May 7, 2008 at 10:37 PM, Christian McGee <C.McGee AT utas.edu.au> 
wrote:
> Hi,
>
> I have had a request by our Eprints Manager in the UTas Library to change
> the number of items displayed on each page of the review list from 10 to 
30.
> For the life of me I cannot find where this is set.  Can someone tell me
> where in the code and/or the configuration this default setting can be
> changed?
>
> We are currently running eprints 3.03.
>
> Thanks and regards, Christian.
>
>
>
> --
>
> Christian McGee,  Senior Computer Systems Officer,
>
> School of Computing and Information Systems, University of Tasmania,
>
> Telephone: +61 03 6324 3445,  Fax: +61 03 6324 3368,
>
> E-mail: C.McGee AT utas.edu.au
>
>


[index] [prev] [next] [options] [help]