Bladeren bron

update semantic

Unknwon 9 jaren geleden
bovenliggende
commit
768c78d143

+ 1 - 1
README.md

@@ -5,7 +5,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra
 
 Gogs (Go Git Service) is a painless self-hosted Git service.
 
-##### Current version: 0.6.7 Beta
+##### Current version: 0.6.8 Beta
 
 <table>
     <tr>

+ 0 - 22
public/config.codekit

@@ -83,17 +83,6 @@
 		"outputPathIsOutsideProject": 0,
 		"outputPathIsSetByUser": 0
 		},
-	"\/css\/themes\/default\/assets\/images\/flags.png": {
-		"fileType": 32768,
-		"ignore": 0,
-		"ignoreWasSetByUser": 0,
-		"initialSize": 28123,
-		"inputAbbreviatedPath": "\/css\/themes\/default\/assets\/images\/flags.png",
-		"outputAbbreviatedPath": "\/css\/themes\/default\/assets\/images\/flags.png",
-		"outputPathIsOutsideProject": 0,
-		"outputPathIsSetByUser": 0,
-		"processed": 0
-		},
 	"\/img\/404.png": {
 		"fileType": 32768,
 		"ignore": 0,
@@ -248,17 +237,6 @@
 		"outputPathIsSetByUser": 0,
 		"processed": 0
 		},
-	"\/js\/min\/gogs-min.js": {
-		"fileType": 64,
-		"ignore": 1,
-		"ignoreWasSetByUser": 0,
-		"inputAbbreviatedPath": "\/js\/min\/gogs-min.js",
-		"outputAbbreviatedPath": "\/js\/min\/min\/gogs-min-min.js",
-		"outputPathIsOutsideProject": 0,
-		"outputPathIsSetByUser": 0,
-		"outputStyle": 1,
-		"syntaxCheckerStyle": 1
-		},
 	"\/js\/semantic-2.0.8.min.js": {
 		"fileType": 64,
 		"ignore": 0,

File diff suppressed because it is too large
+ 0 - 10
public/css/semantic-2.0.8.min.css


File diff suppressed because it is too large
+ 10 - 0
public/css/semantic-2.1.2.min.css


BIN
public/css/themes/github/assets/fonts/octicons-local.ttf


File diff suppressed because it is too large
+ 91 - 0
public/css/themes/github/assets/fonts/octicons.svg


BIN
public/css/themes/github/assets/fonts/octicons.ttf


BIN
public/css/themes/github/assets/fonts/octicons.woff


File diff suppressed because it is too large
+ 0 - 10
public/js/semantic-2.0.8.min.js


File diff suppressed because it is too large
+ 10 - 0
public/js/semantic-2.1.2.min.js


+ 2 - 2
templates/base/head.tmpl

@@ -18,11 +18,11 @@
 	<link rel="stylesheet" href="{{AppSubUrl}}/css/font-awesome-4.4.0.min.css">
 
 	<!-- Stylesheet -->
-	<link rel="stylesheet" href="{{AppSubUrl}}/css/semantic-2.0.8.min.css">
+	<link rel="stylesheet" href="{{AppSubUrl}}/css/semantic-2.1.2.min.css">
 	<link rel="stylesheet" href="{{AppSubUrl}}/css/gogs.min.css?v={{AppVer}}">
 
 	<!-- JavaScript -->
-	<script src="{{AppSubUrl}}/js/semantic-2.0.8.min.js"></script>
+	<script src="{{AppSubUrl}}/js/semantic-2.1.2.min.js"></script>
 	<script src="{{AppSubUrl}}/js/gogs.js?v={{AppVer}}"></script>
 
 	<title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>

Some files were not shown because too many files changed in this diff