Arnold Daniels
|
2da61eebb4
|
Merge branch 'master' into 122-Clear_input_name_gives_issue_when_using_fileupload_with_AJAX
|
2018-04-28 13:28:44 +02:00 |
|
Arnold Daniels
|
a6d8cb29cd
|
Merge pull request #558 from Minstel/296-File_input_widget_doesnt_choose_file_on_UI
296 file input widget doesnt choose file on ui
|
2018-04-28 13:26:59 +02:00 |
|
minstel
|
b146864f9f
|
Added clearName option (fixes #122)
|
2017-07-22 15:13:11 +07:00 |
|
minstel
|
fadafb57fe
|
Reset input on init (fixes #296)
|
2017-07-22 14:38:39 +07:00 |
|
minstel
|
ce2df76a0c
|
Allow float value for file max size
|
2017-07-22 13:45:51 +07:00 |
|
minstel
|
4f77865657
|
Set max file size for file input (fixes #334)
|
2017-07-22 00:32:33 +07:00 |
|
Andrew Cherytsya
|
a1854f43dd
|
Removed console
|
2017-03-07 16:09:49 +02:00 |
|
Andrew Cherytsya
|
1d5dca063e
|
Add posibilities #370: Support exif orientation
|
2017-03-07 15:40:12 +02:00 |
|
Andrew Cherytsya
|
b4e9b58d05
|
Fix #345: Input file validation using Jasny v3.1.3 and jQuery Validator v1.13.1
|
2017-03-06 14:34:10 +02:00 |
|
minstel
|
4b5f033d46
|
Allow multiple file upload (fixes #9)
|
2017-02-23 16:47:58 +07:00 |
|
minstel
|
cae5798d8f
|
SVG support for file input preview (fixes #489)
|
2017-01-11 22:14:17 +07:00 |
|
Andrii Cherytsya
|
6d18413346
|
Fixed issue 179 by commit: ba75c17 revert
|
2016-10-03 17:54:06 +03:00 |
|
Andrii Cherytsya
|
d3044d67f0
|
Changed back js file formatiing.
Removed 'jscs' test from grunt (jscss formating).
|
2016-10-03 17:29:17 +03:00 |
|
Andrii Cherytsya
|
b18bed6237
|
Merge branch 'travis-publishing'
Conflicts:
dist/js/jasny-bootstrap.js
dist/js/jasny-bootstrap.min.js
js/fileinput.js
|
2016-10-03 16:22:56 +03:00 |
|
Andrii Cherytsya
|
119508c28b
|
Fixed js files after grunt formatting
|
2016-10-03 14:20:12 +03:00 |
|
Andrii Cherytsya
|
1d7b2a6c0a
|
Forgot update some files
|
2016-10-03 11:43:32 +03:00 |
|
Pau Rodriguez-Estivill
|
ba75c1732e
|
Fixed issue 179, stack overflow.
|
2016-07-16 02:23:14 +02:00 |
|
Guilherme Nascimento
|
6191dadc66
|
Update fileinput.js
|
2016-03-09 14:12:12 -03:00 |
|
Guilherme Nascimento
|
5c2e463d13
|
Firefox returns empty in .css()
Firefox returns empty in `.css()` and parseInt("", 10) returns NaN
Any calcs with NaN returns NaN
|
2016-03-09 14:02:32 -03:00 |
|
Dehalion
|
0f007adb71
|
trigger clear.bs.fileinput event if user cancels
this.clear() expects the event object as parameter otherwise it won't trigger the 'clear.bs.fileinput' event
so we have to trigger it ourselves
|
2016-01-03 19:53:16 -04:00 |
|
Dehalion
|
9e3e85ee72
|
give e as parameter for this.clear()
this.clear() expects the event object as parameter if it is triggered by the user
otherwise it won't trigger the 'clear.bs.fileinput' event
|
2016-01-03 19:53:16 -04:00 |
|
Ivan Povalyukhin
|
e07a929749
|
[whitespace gardening] - rm trailing whitespaces
|
2016-01-03 19:53:16 -04:00 |
|
Arnold Daniels
|
9700e42f67
|
Fixed customizer. Fixes #233
Bump version to 3.1.3
|
2016-01-03 19:53:15 -04:00 |
|
Arnold Daniels
|
45a6182f79
|
Minor changes
|
2016-01-03 19:53:15 -04:00 |
|
Arnold Daniels
|
5e62112251
|
Replace grunt-sed with grunt-text-replace
Set version to 3.1.2
|
2016-01-03 19:53:15 -04:00 |
|
Arnold Daniels
|
414ad616a8
|
Don't trigger fileinput.change when fileinput.clear is called manually. Fixes #216
Insert fileinput <input type="hidden"> right before <input type="file">. Fixes #215
Clean up less and scss comment
|
2016-01-03 19:53:15 -04:00 |
|
Arnold Daniels
|
a85e02dcea
|
stop propagation for file input, input element. Fixes #182
|
2016-01-03 19:53:15 -04:00 |
|
Arnold Daniels
|
726f682884
|
Use var files instead of setting e.target.files for file input. Fixes #163 (thanks to @ducman)
|
2016-01-03 19:53:15 -04:00 |
|
Arnold Daniels
|
4e4ff669b3
|
Only preview gif, png and jpeg images. Fixes #181
|
2016-01-03 19:53:15 -04:00 |
|
Arnold Daniels
|
9988bbff94
|
Pressing cancel in a file input clears it, so Fileinput.clear() needs to be called. Fixes #194
|
2016-01-03 19:53:15 -04:00 |
|
Arnold Daniels
|
4ceef3e52b
|
Orphan branch starting v3.1
Before this version jasny/bootstrap was a fork of twbs/bootstrap
|
2016-01-03 19:29:36 -04:00 |
|