1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-25 22:34:12 +00:00
Beego/utils/pagination
Athurg Gooth d961ae4cd8 Fix RequestURI nil caused template parse failed
Sometime RequestURI is not set, e.g. running after a front proxy server.

We should always follow the document's directive, to use Request.URL instead of RequestURI.

Refer: http://golang.org/pkg/net/http/#Request
2014-12-25 11:23:04 +08:00
..
controller.go Fix paginator attributes cannot be modified bug 2014-12-11 16:42:50 +08:00
doc.go Remove PaginationController interface and pass context instead. Refs #835. 2014-10-08 16:01:42 +02:00
paginator.go Fix RequestURI nil caused template parse failed 2014-12-25 11:23:04 +08:00
utils.go Move pagination to utils/pagination. Refs #837, #835. 2014-10-06 11:37:08 +02:00