Return error on wrong use of the Paginator
authorbep <bjorn.erik.pedersen@gmail.com>
Tue, 31 Mar 2015 20:33:24 +0000 (21:33 +0100)
committerbep <bjorn.erik.pedersen@gmail.com>
Tue, 31 Mar 2015 20:33:17 +0000 (22:33 +0200)
commitbec4bdae992841f011239dac8c685e13470a90f3
tree416c00cd413a5a3109005cdf76e813ce16363216
parentbec22f8981c251f88594689c65ad7b8822fe1b09
Return error on wrong use of the Paginator

`Paginate`now returns error when

1) `.Paginate` is called after `.Paginator`
2) `.Paginate` is repeatedly called with different arguments

This should help remove some confusion.

This commit also introduces DistinctErrorLogger, to prevent spamming the log for duplicate rendering errors from the pagers.

Fixes #993
helpers/general.go
hugolib/pagination.go
hugolib/pagination_test.go
hugolib/site.go