[PR #73] [MERGED] Add Pagination to Releases-page (and de-duplicate pagination templates) #15129

Closed
opened 2025-11-02 11:39:31 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/73
Author: @bkcsoft
Created: 11/4/2016
Status: Merged
Merged: 11/8/2016
Merged by: @lunny

Base: masterHead: gt/2164-release-pagination


📝 Commits (2)

  • 86fb1a0 Add Pagination to Releases-page
  • 562f9b6 Merge all pagination-templates into 'base/paginate'

📊 Changes

13 files changed (+25 additions, -35 deletions)

View changed files

📝 models/release.go (+5 -2)
📝 routers/repo/release.go (+8 -1)
templates/admin/base/page.tmpl (+0 -23)
📝 templates/admin/org/list.tmpl (+1 -1)
📝 templates/admin/repo/list.tmpl (+1 -1)
📝 templates/admin/user/list.tmpl (+1 -1)
📝 templates/base/paginate.tmpl (+3 -1)
📝 templates/explore/organizations.tmpl (+1 -1)
📝 templates/explore/repos.tmpl (+1 -1)
📝 templates/explore/users.tmpl (+1 -1)
📝 templates/org/home.tmpl (+1 -1)
📝 templates/repo/release/list.tmpl (+1 -0)
📝 templates/user/profile.tmpl (+1 -1)

📄 Description

See #68


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/73 **Author:** [@bkcsoft](https://github.com/bkcsoft) **Created:** 11/4/2016 **Status:** ✅ Merged **Merged:** 11/8/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `gt/2164-release-pagination` --- ### 📝 Commits (2) - [`86fb1a0`](https://github.com/go-gitea/gitea/commit/86fb1a0cb13de00a5ba49e29efa35573c01c9821) Add Pagination to Releases-page - [`562f9b6`](https://github.com/go-gitea/gitea/commit/562f9b6eae72e3f952a2ce1e74249bcd44e69272) Merge all pagination-templates into 'base/paginate' ### 📊 Changes **13 files changed** (+25 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `models/release.go` (+5 -2) 📝 `routers/repo/release.go` (+8 -1) ➖ `templates/admin/base/page.tmpl` (+0 -23) 📝 `templates/admin/org/list.tmpl` (+1 -1) 📝 `templates/admin/repo/list.tmpl` (+1 -1) 📝 `templates/admin/user/list.tmpl` (+1 -1) 📝 `templates/base/paginate.tmpl` (+3 -1) 📝 `templates/explore/organizations.tmpl` (+1 -1) 📝 `templates/explore/repos.tmpl` (+1 -1) 📝 `templates/explore/users.tmpl` (+1 -1) 📝 `templates/org/home.tmpl` (+1 -1) 📝 `templates/repo/release/list.tmpl` (+1 -0) 📝 `templates/user/profile.tmpl` (+1 -1) </details> ### 📄 Description See #68 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:39:31 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15129