You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers
parnic 7503cd35c2
Use the total issue count for UI (#20785)
* Use the total issue count for UI

This fixes a problem where the "All" line item on the Issues or Pull Requests page was only showing the count of the selected repos instead of the total of all issues/prs in all repos.

The "total number of shown issues" number is now stashed in a different context variable in case it wants to be used by the frontend later. It's currently not being used.

Fixes #20574

* Remove unused context variable

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
3 years ago
..
api Remove follow from commits by file (#20765) 3 years ago
common Rework raw file http header logic (#20484) 3 years ago
install Rework mailer settings (#18982) 3 years ago
private Add migrate repo archiver and packages storage support on command line (#20757) 3 years ago
utils refactor webhook *NewPost (#20729) 3 years ago
web Use the total issue count for UI (#20785) 3 years ago
init.go Refactor legacy git init (#20376) 3 years ago