[PR #2383] [MERGED] Move 3rd party js/css into public/vendor and document sources #16378

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2383
Author: @MTecknology
Created: 8/24/2017
Status: Merged
Merged: 8/25/2017
Merged by: @lunny

Base: release/v1.2Head: release/v1.2


📝 Commits (1)

  • 67b4129 Move 3rd party js/css into public/vendor and document sources

📊 Changes

1354 files changed (+793 additions, -127 deletions)

View changed files

📝 Makefile (+2 -2)
📝 integrations/links_test.go (+1 -1)
📝 modules/templates/helper.go (+6 -0)
public/assets/librejs/librejs.html (+0 -84)
public/css/github.min.css (+0 -1)
📝 public/js/index.js (+1 -1)
public/vendor/VERSIONS (+60 -0)
public/vendor/assets/font-awesome/LICENSE (+97 -0)
public/vendor/assets/font-awesome/css/LICENSE (+7 -0)
📝 public/vendor/assets/font-awesome/css/font-awesome.min.css (+0 -0)
📝 public/vendor/assets/font-awesome/fonts/FontAwesome.otf (+0 -0)
public/vendor/assets/font-awesome/fonts/LICENSE (+97 -0)
📝 public/vendor/assets/font-awesome/fonts/fontawesome-webfont.eot (+0 -0)
📝 public/vendor/assets/font-awesome/fonts/fontawesome-webfont.svg (+0 -0)
📝 public/vendor/assets/font-awesome/fonts/fontawesome-webfont.ttf (+0 -0)
📝 public/vendor/assets/font-awesome/fonts/fontawesome-webfont.woff (+0 -0)
📝 public/vendor/assets/font-awesome/fonts/fontawesome-webfont.woff2 (+0 -0)
public/vendor/assets/octicons/LICENSE (+21 -0)
📝 public/vendor/assets/octicons/octicons.eot (+0 -0)
📝 public/vendor/assets/octicons/octicons.min.css (+0 -0)

...and 80 more files

📄 Description

This commit cherry picks the following commits (master -> v1.2):
a915a09
874f9be
233bbcf

Ref: https://github.com/go-gitea/gitea/issues/1484
Signed-off-by: Michael Lustfield michael@lustfield.net


🔄 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/2383 **Author:** [@MTecknology](https://github.com/MTecknology) **Created:** 8/24/2017 **Status:** ✅ Merged **Merged:** 8/25/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `release/v1.2` ← **Head:** `release/v1.2` --- ### 📝 Commits (1) - [`67b4129`](https://github.com/go-gitea/gitea/commit/67b4129bfc93a5441f87d3f4e1a9335fb9fa5190) Move 3rd party js/css into `public/vendor` and document sources ### 📊 Changes **1354 files changed** (+793 additions, -127 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+2 -2) 📝 `integrations/links_test.go` (+1 -1) 📝 `modules/templates/helper.go` (+6 -0) ➖ `public/assets/librejs/librejs.html` (+0 -84) ➖ `public/css/github.min.css` (+0 -1) 📝 `public/js/index.js` (+1 -1) ➕ `public/vendor/VERSIONS` (+60 -0) ➕ `public/vendor/assets/font-awesome/LICENSE` (+97 -0) ➕ `public/vendor/assets/font-awesome/css/LICENSE` (+7 -0) 📝 `public/vendor/assets/font-awesome/css/font-awesome.min.css` (+0 -0) 📝 `public/vendor/assets/font-awesome/fonts/FontAwesome.otf` (+0 -0) ➕ `public/vendor/assets/font-awesome/fonts/LICENSE` (+97 -0) 📝 `public/vendor/assets/font-awesome/fonts/fontawesome-webfont.eot` (+0 -0) 📝 `public/vendor/assets/font-awesome/fonts/fontawesome-webfont.svg` (+0 -0) 📝 `public/vendor/assets/font-awesome/fonts/fontawesome-webfont.ttf` (+0 -0) 📝 `public/vendor/assets/font-awesome/fonts/fontawesome-webfont.woff` (+0 -0) 📝 `public/vendor/assets/font-awesome/fonts/fontawesome-webfont.woff2` (+0 -0) ➕ `public/vendor/assets/octicons/LICENSE` (+21 -0) 📝 `public/vendor/assets/octicons/octicons.eot` (+0 -0) 📝 `public/vendor/assets/octicons/octicons.min.css` (+0 -0) _...and 80 more files_ </details> ### 📄 Description This commit cherry picks the following commits (master -> v1.2): a915a09 874f9be 233bbcf Ref: https://github.com/go-gitea/gitea/issues/1484 Signed-off-by: Michael Lustfield <michael@lustfield.net> --- <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:09:15 -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#16378