Issue 772485
Created on 2003-07-16 17:40 by radeex, last changed 2003-07-16 22:56 by radeex.
msg897 |
Author: [hidden] (radeex) |
Date: 2003-07-16 17:40 |
|
There's no way to easily customize the number of issues
to display at once by default.
The current, hard-coded value of 50 is used in three
places:
* cgi/templating.py, which can probably be easily
updated to use the tracker's configuration,
* templates/classic/html/issue.search, and
* templates/classic_htmlbase.py, which I didn't really
examine.
|
msg898 |
Author: [hidden] (richard) |
Date: 2003-07-16 22:35 |
|
Logged In: YES
user_id=6405
The htmlbase occurance will be mirroring the issue.search one -
you may ignore it.
The one in cgi/templating is a fallback value for when nothing
else supplies one.
To control the page size, add a URL variable ":pagesize=100" or
whatever value you like.
|
msg899 |
Author: [hidden] (radeex) |
Date: 2003-07-16 22:56 |
|
Logged In: YES
user_id=493158
I don't count "add a parameter to every URL" as
"customizable", unless you mean there's some central place I
can do this for all URLs that call up issue.index. Is there one?
|
|
Date |
User |
Action |
Args |
2003-07-16 17:40:58 | radeex | create | |
|