This repository has been archived by the owner on Jul 14, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added 5 js libs to gitea-common; 15 to go.
This now break until upstream accepts PR #2241 [1] and a new tarball is imported with the changes. [1] go-gitea/gitea#2241
- Loading branch information
1 parent
43b7a93
commit ac68d3d
Showing
4 changed files
with
30 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,23 @@ | ||
# libjs-highlight.js | ||
#/usr/share/javascript/highlight.js/highlight.min.js /usr/share/gitea/public/vendor/plugins/highlight/highlight.pack.js | ||
#/usr/share/javascript/highlight.js/styles/default.css /usr/share/gitea/public/vendor/plugins/highlight/default.css | ||
#/usr/share/javascript/highlight.js/styles/github.css /usr/share/gitea/public/vendor/plugins/highlight/github.css | ||
usr/share/javascript/highlight.js/highlight.min.js | ||
usr/share/gitea/public/vendor/plugins/highlight/highlight.pack.js | ||
usr/share/javascript/highlight.js/styles/default.css | ||
usr/share/gitea/public/vendor/plugins/highlight/default.css | ||
usr/share/javascript/highlight.js/styles/github.css | ||
usr/share/gitea/public/vendor/plugins/highlight/github.css | ||
# libjs-codemirror | ||
usr/share/javascript/codemirror/addon/mode | ||
usr/share/gitea/public/vendor/plugins/codemirror/addon/mode | ||
usr/share/javascript/codemirror/mode | ||
usr/share/gitea/public/vendor/plugins/codemirror/mode | ||
# libjs-jquery | ||
usr/share/javascript/jquery/jquery.min.js | ||
usr/share/gitea/public/vendor/jquery/jquery.min.js | ||
# libjs-clipboard | ||
usr/share/javascript/clipboard/clipboard.js | ||
usr/share/gitea/public/vendor/clipboard/clipboard.min.js | ||
# libjs-jquery-timepicker | ||
usr/share/javascript/jquery-timepicker/jquery-ui-timepicker-addon.css | ||
usr/share/gitea/public/vendor/jquery.datetimepicker/jquery.datetimepicker.css | ||
usr/share/javascript/jquery-timepicker/jquery-ui-timepicker-addon.js | ||
usr/share/gitea/public/vendor/jquery.datetimepicker/jquery.datetimepicker.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# These settings don't seem to use STATIC_ROOT_PATH ;; probably a bug | ||
/usr/share/gitea/conf /var/lib/gitea/conf | ||
/usr/share/gitea/public /var/lib/gitea/public | ||
/usr/share/gitea/templates /var/lib/gitea/templates | ||
usr/share/gitea/conf var/lib/gitea/conf | ||
usr/share/gitea/public var/lib/gitea/public | ||
usr/share/gitea/templates var/lib/gitea/templates | ||
# Gitea is built to use a relative custom/ location for managed-files. | ||
# The relative bit should be fixed so this can move to a changed default config. | ||
/etc/gitea /var/lib/gitea/custom | ||
etc/gitea var/lib/gitea/custom |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters