commits: able to specify pageSize dynamically (#3965)

Usage: <url>?page={page}&pageSize={pageSize}

Also avoid/removed getting total commits count for pagination,
users are only allowed navigation by 'newer' and 'older'.
This commit is contained in:
Unknwon
2017-02-18 18:37:47 -05:00
parent 685737b816
commit c69900325d
11 changed files with 106 additions and 110 deletions

View File

@@ -10,7 +10,7 @@ import (
"time"
)
const _VERSION = "0.4.10"
const _VERSION = "0.4.11"
func Version() string {
return _VERSION