[PR #2583] [CLOSED] Comments on pull files #16485

Closed
opened 2025-11-02 12:11:44 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2583
Author: @lunny
Created: 9/23/2017
Status: Closed

Base: masterHead: lunny/commit_line_comment


📝 Commits (1)

  • 21a2b4f first step on comment in pull files

📊 Changes

11 files changed (+615 additions, -3 deletions)

View changed files

📝 models/issue_comment.go (+41 -1)
📝 models/pull.go (+37 -0)
📝 models/user.go (+6 -0)
public/css/main.css (+88 -0)
📝 public/js/index.js (+289 -0)
public/vendor/plugins/showdown/showdown.min.js (+4 -0)
📝 routers/repo/pull.go (+108 -0)
📝 routers/routes/routes.go (+3 -0)
📝 templates/base/footer.tmpl (+1 -1)
📝 templates/base/head.tmpl (+1 -1)
📝 templates/repo/diff/box.tmpl (+37 -0)

📄 Description

First step on comment in pull files, and will resolved #124, but still WIP.


🔄 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/2583 **Author:** [@lunny](https://github.com/lunny) **Created:** 9/23/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `lunny/commit_line_comment` --- ### 📝 Commits (1) - [`21a2b4f`](https://github.com/go-gitea/gitea/commit/21a2b4fd8837f1b179fdd066d062513e7bca0744) first step on comment in pull files ### 📊 Changes **11 files changed** (+615 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `models/issue_comment.go` (+41 -1) 📝 `models/pull.go` (+37 -0) 📝 `models/user.go` (+6 -0) ➕ `public/css/main.css` (+88 -0) 📝 `public/js/index.js` (+289 -0) ➕ `public/vendor/plugins/showdown/showdown.min.js` (+4 -0) 📝 `routers/repo/pull.go` (+108 -0) 📝 `routers/routes/routes.go` (+3 -0) 📝 `templates/base/footer.tmpl` (+1 -1) 📝 `templates/base/head.tmpl` (+1 -1) 📝 `templates/repo/diff/box.tmpl` (+37 -0) </details> ### 📄 Description First step on comment in pull files, and will resolved #124, but still WIP. --- <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 12:11:44 -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#16485