Page MenuHomePhabricator

ViewVC paging
Closed, ResolvedPublic

Description

ViewVC has the Log View feature we all know and log. But for some files, like Article.php, it is really starting to get long and takes longer to load.

Apparently, there is a use_pagesize option for this. If set, to, say, 20, then directories and logs show 20 items at a time.

Also, note that limit_changes may already be set, which is just a default max item limit. Paging is probably better than this.


Version: unspecified
Severity: enhancement

Details

Reference
bz13417

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:05 PM
bzimport set Reference to bz13417.

Set to 20. Things load a lot faster... but it'd be nice if there was a way to search in the commit notices...

Heh, I was just giving 20 as an example. Wouldn't 50 or so be better? Not sure.

Upped to 100 and hacked in a separate use_dirsize option so directories aren't paged at the same level. (Not using paging for dirs.)