浏览代码

Updates to release v4.3.5 fixes #745 fixes #753

Kartik Visweswaran 8 年之前
父节点
当前提交
6fe98f761f
共有 5 个文件被更改,包括 7 次插入3 次删除
  1. 5 1
      CHANGE.md
  2. 1 1
      js/fileinput.js
  3. 0 0
      js/fileinput.min.js
  4. 1 1
      js/locales/ru.js
  5. 0 0
      js/locales/vi.js

+ 5 - 1
CHANGE.md

@@ -3,9 +3,13 @@ Change Log: `bootstrap-fileinput`
 
 ## version 4.3.5 (under development)
 
-**Date:** 09-Aug-2016
+**Date:** 09-Sep-2016
 
 1. (bug #734): Correct right parsing of `fileuploaded` event params.
+2. (enh #736): Update Portugese Brazilian Translations.
+3. (enh #741): Update Vietnamese Translations.
+4. (enh #745): Update Russian Translations.
+5. (bug #753): Correct IE11 file clear bug when using without ajax.
 
 ## version 4.3.4
 

+ 1 - 1
js/fileinput.js

@@ -1439,6 +1439,7 @@
         },
         _clearFileInput: function () {
             var self = this, $el = self.$element, $srcFrm, $tmpFrm, $tmpEl;
+            self.fileInputCleared = true;
             if (isEmpty($el.val())) {
                 return;
             }
@@ -1460,7 +1461,6 @@
             } else { // normal input clear behavior for other sane browsers
                 $el.val('');
             }
-            self.fileInputCleared = true;
         },
         _resetUpload: function () {
             var self = this;

文件差异内容过多而无法显示
+ 0 - 0
js/fileinput.min.js


+ 1 - 1
js/locales/ru.js

@@ -37,7 +37,7 @@
         msgInvalidFileType: 'Запрещенный тип файла для "{name}". Только "{types}" разрешены.',
         msgInvalidFileExtension: 'Запрещенное расширение для файла "{name}". Только "{extensions}" разрешены.',
         msgUploadAborted: 'Выгрузка файла прервана',
-        msgUploadThreshold: 'Processing...',
+        msgUploadThreshold: 'Обработка...',
         msgValidationError: 'Ошибка проверки',
         msgLoading: 'Загрузка файла {index} из {files} …',
         msgProgress: 'Загрузка файла {index} из {files} - {name} - {percent}% завершено.',

+ 0 - 0
js/locales/vi.js


部分文件因为文件数量过多而无法显示