Browse Source

update some libs

for-closed-social
Unknwon 9 years ago
parent
commit
92535c9df0
9 changed files with 66 additions and 58 deletions
  1. +26
    -24
      conf/locale/TRANSLATORS
  2. +0
    -11
      public/css/semantic-2.1.3.min.css
  3. +11
    -0
      public/css/semantic-2.1.5.min.css
  4. +0
    -1
      public/js/libs/clipboard-1.3.1.min.js
  5. +7
    -0
      public/js/libs/clipboard-1.5.3.min.js
  6. +0
    -19
      public/js/semantic-2.1.3.min.js
  7. +19
    -0
      public/js/semantic-2.1.5.min.js
  8. +1
    -1
      templates/base/footer.tmpl
  9. +2
    -2
      templates/base/head.tmpl

+ 26
- 24
conf/locale/TRANSLATORS View File

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

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


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


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


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


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


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


+ 1
- 1
templates/base/footer.tmpl View File

@ -44,6 +44,6 @@
<script src="{{AppSubUrl}}/js/libs/dropzone-4.0.1.js"></script> <script src="{{AppSubUrl}}/js/libs/dropzone-4.0.1.js"></script>
{{end}} {{end}}
<script src="{{AppSubUrl}}/js/libs/emojify-1.1.0.min.js"></script> <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> </html>

+ 2
- 2
templates/base/head.tmpl View File

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

Loading…
Cancel
Save