In Trac, by default, the the number of tickets per page in a report is 100. Is it possible to increase this count? How? Could I do this in the SQL query? Thanks.
Asked
Active
Viewed 189 times
1 Answers
1
Using the trac.ini
configuration file: just configure
[report]
items_per_page = <your_item_count_per_page>

moala
- 5,094
- 9
- 45
- 66
-
It's always when you think " 'lready spent too much time searching over the net, let's make some crowdsourcing" that the answer comes by itself... – moala Sep 23 '10 at 11:39