[PR #68] [CLOSED] Add pagination to release-page #15125

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/68
Author: @bkcsoft
Created: 11/4/2016
Status: Closed

Base: masterHead: 2164-release-pagination


📝 Commits (1)

  • 26229eb Add pagination to release-page

📊 Changes

3 files changed (+14 additions, -3 deletions)

View changed files

📝 models/release.go (+5 -2)
📝 routers/repo/release.go (+8 -1)
📝 templates/repo/release/list.tmpl (+1 -0)

📄 Description

This fixes #2164

Hard-coded to 10 releases per page which is what GitHub does as well :)


🔄 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/68 **Author:** [@bkcsoft](https://github.com/bkcsoft) **Created:** 11/4/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `2164-release-pagination` --- ### 📝 Commits (1) - [`26229eb`](https://github.com/go-gitea/gitea/commit/26229eb0a6300be03722355211441acc990d12a9) Add pagination to release-page ### 📊 Changes **3 files changed** (+14 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `models/release.go` (+5 -2) 📝 `routers/repo/release.go` (+8 -1) 📝 `templates/repo/release/list.tmpl` (+1 -0) </details> ### 📄 Description This fixes #2164 Hard-coded to 10 releases per page which is what GitHub does as well :) --- <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:26 -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#15125