Stefan Küng wrote:
> Hans-Emil Skogh wrote:
>> Hi all!
>>
>> Would it be possible to change the number of task shown on one page
>> in Flyspray to something higher? We do not have that many tasks, and
>> I think they would all fit safely on one page.
>>
>> Upping the number of task per page to say 50? And if the list is
>> getting out of hand we could reduce it again. Right now it's imho
>> just a nuisance to be forced to switch page to see the newsest
>> additions on the task list.
>
> I think we would have to hack the Flyspray code for that. I don't see
> an option to set the default number of issues per page anywhere. So I
> guess it's hardcoded somewhere.
>
> Stefan
>
It appears that the "Tasks per page of the task list" is a per User
setting which can be changed from "Edit my details" once you are logged
in. The default for anonymous viewers is hardcoded at 20. To change
edit the file ..\flyspray\scripts\index.php around line 28, find
$perpage = '20';
and change the '20' to '50' or whatever
Brian
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Mar 2 23:15:31 2006