Browse Source

update some libs

Unknwon 9 years ago
parent
commit
92535c9df0

+ 26 - 24
conf/locale/TRANSLATORS

@@ -1,27 +1,29 @@
 # This file lists all PUBLIC individuals having contributed content to the translation.
 # Entries are in alphabetical order.
 
-Akihiro YAGASAKI <[email protected]>
-Alexander Steinhöfer <[email protected]>
-Alexandre Magno <[email protected]>
-Arthur Aslanyan <[email protected]>
-Barış Arda Yılmaz <[email protected]>
-Christoph Kisfeld <[email protected]>
-Daniel Speichert <[email protected]>
-Dmitriy Nogay <[email protected]>
-Gregor Santner <[email protected]>
-Huimin Wang <[email protected]>
-ilko <email>
-Lafriks <[email protected]>
-Lauri Ojansivu <[email protected]>
-Luc Stepniewski <[email protected]>
-Marc Schiller <[email protected]>
-Miguel de la Cruz <[email protected]>
-Morten Sørensen <[email protected]>
-Natan Albuquerque <[email protected]>
-Odilon Junior <[email protected]>
-Thomas Fanninger <[email protected]>
-Tilmann Bach <[email protected]>
-Vladimir Vissoultchev <[email protected]>
-YJSoft <[email protected]>
-Łukasz Jan Niemier <[email protected]>
+Akihiro YAGASAKI <yaggytter AT momiage DOT com>
+Alexander Steinhöfer <kontakt AT lx-s DOT de>
+Alexandre Magno <alexandre DOT mbm AT gmail DOT com>
+Andrey Nering <andrey AT nering DOT com DOT br>
+Arthur Aslanyan <arthur DOT e DOT aslanyan AT gmail DOT com>
+Barış Arda Yılmaz <ardayilmazgamer AT gmail DOT com>
+Christoph Kisfeld <christoph DOT kisfeld AT gmail DOT com>
+Daniel Speichert <daniel AT speichert DOT pl>
+Dmitriy Nogay <me AT catwhocode DOT ga>
+Gregor Santner <gdev AT live DOT de>
+Hamid Feizabadi <hamidfzm AT gmail DOT com>
+Huimin Wang <wanghm2009 AT hotmail DOT co DOT jp>
+ilko
+Lafriks <lafriks AT gmail DOT com>
+Lauri Ojansivu <x AT xet7 DOT org>
+Luc Stepniewski <luc AT stepniewski DOT fr>
+Marc Schiller <marc AT schiller DOT im>
+Miguel de la Cruz <miguel AT mcrx DOT me>
+Morten Sørensen <klim8d AT gmail DOT com>
+Natan Albuquerque <natanalbuquerque5 AT gmail DOT com>
+Odilon Junior <odilon DOT junior93 AT gmail DOT com>
+Thomas Fanninger <gogs DOT thomas AT fanninger DOT at>
+Tilmann Bach <tilmann AT outlook DOT com>
+Vladimir Vissoultchev <wqweto AT gmail DOT com>
+YJSoft <yjsoft AT yjsoft DOT pe DOT kr>
+Łukasz Jan Niemier <lukasz AT niemier DOT pl>

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


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


File diff suppressed because it is too large
+ 0 - 0
public/js/libs/clipboard-1.3.1.min.js


File diff suppressed because it is too large
+ 6 - 0
public/js/libs/clipboard-1.5.3.min.js


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


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


+ 1 - 1
templates/base/footer.tmpl

@@ -44,6 +44,6 @@
 	<script src="{{AppSubUrl}}/js/libs/dropzone-4.0.1.js"></script>
 	{{end}}
 	<script src="{{AppSubUrl}}/js/libs/emojify-1.1.0.min.js"></script>
-	<script src="{{AppSubUrl}}/js/libs/clipboard-1.3.1.min.js"></script>
+	<script src="{{AppSubUrl}}/js/libs/clipboard-1.5.3.min.js"></script>
 	
 </html>

+ 2 - 2
templates/base/head.tmpl

@@ -20,11 +20,11 @@
 	<link rel="stylesheet" href="{{AppSubUrl}}/css/font-awesome-4.4.0.min.css">
 
 	<!-- Stylesheet -->
-	<link rel="stylesheet" href="{{AppSubUrl}}/css/semantic-2.1.3.min.css">
+	<link rel="stylesheet" href="{{AppSubUrl}}/css/semantic-2.1.5.min.css">
 	<link rel="stylesheet" href="{{AppSubUrl}}/css/gogs.css?v={{AppVer}}">
 
 	<!-- JavaScript -->
-	<script src="{{AppSubUrl}}/js/semantic-2.1.3.min.js"></script>
+	<script src="{{AppSubUrl}}/js/semantic-2.1.5.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