]> Sergey Matveev's repositories - public-inbox.git/commit
feed: disable navigation to previous page
authorEric Wong <e@80x24.org>
Mon, 28 Apr 2014 07:39:41 +0000 (07:39 +0000)
committerEric Wong <e@80x24.org>
Mon, 28 Apr 2014 07:53:09 +0000 (07:53 +0000)
commitac958d1d52ce32f3ad2c5af134fb229153b26062
tree10f49df931a4d68e3c2cb67b98bd2c2dc1341700
parent7398e114957146e1366916590bc19c1e5e774998
feed: disable navigation to previous page

This is unfortunately needed for scalability to long histories.
The design of git requires it to traverse full history to walk
forward in time, since commits can only record past history.

Instead, replace "prev" with a "head" link to zip us back to
the most recent page.  Users who wish to go backwards can use
browser history, which should always work on our old-fashioned
HTML pages.
lib/PublicInbox/Feed.pm