[PR #4105] [MERGED] Add csv file render support defaultly #17245

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4105
Author: @lunny
Created: 6/3/2018
Status: Merged
Merged: 7/20/2018
Merged by: @lafriks

Base: masterHead: lunny/render_csv


📝 Commits (3)

  • 5304fa6 add csv file render support defaultly
  • 8da44d1 escaping csv column content
  • 0258ab6 Merge branch 'master' into lunny/render_csv

📊 Changes

3 files changed (+84 additions, -0 deletions)

View changed files

📝 main.go (+1 -0)
modules/markup/csv/csv.go (+58 -0)
modules/markup/csv/csv_test.go (+25 -0)

📄 Description

will partial fix #4104

Before:
image

After:
image


🔄 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/4105 **Author:** [@lunny](https://github.com/lunny) **Created:** 6/3/2018 **Status:** ✅ Merged **Merged:** 7/20/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `lunny/render_csv` --- ### 📝 Commits (3) - [`5304fa6`](https://github.com/go-gitea/gitea/commit/5304fa6bf491d0e4a9693809c374f9e0a2e0b235) add csv file render support defaultly - [`8da44d1`](https://github.com/go-gitea/gitea/commit/8da44d1844a59f3be47896a5033bcf603b1fd945) escaping csv column content - [`0258ab6`](https://github.com/go-gitea/gitea/commit/0258ab6095256ce5721903bc01f72ee58ad68d50) Merge branch 'master' into lunny/render_csv ### 📊 Changes **3 files changed** (+84 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `main.go` (+1 -0) ➕ `modules/markup/csv/csv.go` (+58 -0) ➕ `modules/markup/csv/csv_test.go` (+25 -0) </details> ### 📄 Description will partial fix #4104 Before: ![image](https://user-images.githubusercontent.com/81045/40882629-9cd780e0-671a-11e8-88af-3e09e8c50c90.png) After: ![image](https://user-images.githubusercontent.com/81045/40883629-9f24f69c-6734-11e8-8ccd-860a79c9f5d3.png) --- <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:30:42 -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#17245