el_vfs_client 0.3.3 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/app/assets/audios/sounds/rm.wav +0 -0
- data/app/assets/images/el_vfs/elfinder/crop.gif +0 -0
- data/app/assets/images/el_vfs/elfinder/toolbar.png +0 -0
- data/app/assets/javascripts/el_vfs/elfinder.js +19 -9595
- data/app/assets/javascripts/el_vfs/i18n/elfinder.LANG.js +72 -5
- data/app/assets/javascripts/el_vfs/i18n/elfinder.ru.js +68 -4
- data/app/assets/stylesheets/el_vfs/elfinder.sass +282 -371
- data/app/assets/stylesheets/el_vfs/jquery_ui.sass +22 -31
- data/app/assets/stylesheets/el_vfs/theme.sass +2 -0
- data/app/views/el_finder/layout.html.erb +1 -1
- data/lib/el_vfs_client.rb +1 -1
- data/lib/el_vfs_client/version.rb +1 -1
- metadata +45 -37
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* jQuery UI CSS Framework 1.8.
|
2
|
+
* jQuery UI CSS Framework 1.8.18
|
3
3
|
*
|
4
4
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
5
5
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -31,25 +31,14 @@
|
|
31
31
|
list-style: none
|
32
32
|
|
33
33
|
.ui-helper-clearfix
|
34
|
+
&:before
|
35
|
+
content: ""
|
36
|
+
display: table
|
34
37
|
&:after
|
35
|
-
content: "
|
36
|
-
display:
|
37
|
-
height: 0
|
38
|
+
content: ""
|
39
|
+
display: table
|
38
40
|
clear: both
|
39
|
-
|
40
|
-
display: inline-block
|
41
|
-
|
42
|
-
/* required comment for clearfix to work in Opera \
|
43
|
-
*/
|
44
|
-
|
45
|
-
* html .ui-helper-clearfix
|
46
|
-
height: 1%
|
47
|
-
|
48
|
-
.ui-helper-clearfix
|
49
|
-
display: block
|
50
|
-
|
51
|
-
/* end clearfix
|
52
|
-
*/
|
41
|
+
zoom: 1
|
53
42
|
|
54
43
|
.ui-helper-zfix
|
55
44
|
width: 100%
|
@@ -95,7 +84,7 @@
|
|
95
84
|
height: 100%
|
96
85
|
|
97
86
|
/*
|
98
|
-
* jQuery UI CSS Framework 1.8.
|
87
|
+
* jQuery UI CSS Framework 1.8.18
|
99
88
|
*
|
100
89
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
101
90
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -816,7 +805,7 @@
|
|
816
805
|
border-radius: 8px
|
817
806
|
|
818
807
|
/*
|
819
|
-
* * jQuery UI Resizable 1.8.
|
808
|
+
* * jQuery UI Resizable 1.8.18
|
820
809
|
* *
|
821
810
|
* * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
822
811
|
* * Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -894,7 +883,7 @@
|
|
894
883
|
top: -5px
|
895
884
|
|
896
885
|
/*
|
897
|
-
* * jQuery UI Selectable 1.8.
|
886
|
+
* * jQuery UI Selectable 1.8.18
|
898
887
|
* *
|
899
888
|
* * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
900
889
|
* * Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -909,7 +898,7 @@
|
|
909
898
|
border: 1px dotted black
|
910
899
|
|
911
900
|
/*
|
912
|
-
* jQuery UI Accordion 1.8.
|
901
|
+
* jQuery UI Accordion 1.8.18
|
913
902
|
*
|
914
903
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
915
904
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -959,7 +948,7 @@
|
|
959
948
|
display: block
|
960
949
|
|
961
950
|
/*
|
962
|
-
* jQuery UI Autocomplete 1.8.
|
951
|
+
* jQuery UI Autocomplete 1.8.18
|
963
952
|
*
|
964
953
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
965
954
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -982,7 +971,7 @@
|
|
982
971
|
*/
|
983
972
|
|
984
973
|
/*
|
985
|
-
* jQuery UI Menu 1.8.
|
974
|
+
* jQuery UI Menu 1.8.18
|
986
975
|
*
|
987
976
|
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
|
988
977
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -1017,7 +1006,7 @@
|
|
1017
1006
|
margin: -1px
|
1018
1007
|
|
1019
1008
|
/*
|
1020
|
-
* jQuery UI Button 1.8.
|
1009
|
+
* jQuery UI Button 1.8.18
|
1021
1010
|
*
|
1022
1011
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
1023
1012
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -1035,7 +1024,8 @@
|
|
1035
1024
|
cursor: pointer
|
1036
1025
|
text-align: center
|
1037
1026
|
zoom: 1
|
1038
|
-
overflow:
|
1027
|
+
overflow: hidden
|
1028
|
+
*overflow: visible
|
1039
1029
|
|
1040
1030
|
/* the overflow property removes extra width in IE
|
1041
1031
|
*/
|
@@ -1125,7 +1115,7 @@ button.ui-button::-moz-focus-inner
|
|
1125
1115
|
|
1126
1116
|
/* reset extra padding in Firefox
|
1127
1117
|
/*
|
1128
|
-
* jQuery UI Dialog 1.8.
|
1118
|
+
* jQuery UI Dialog 1.8.18
|
1129
1119
|
*
|
1130
1120
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
1131
1121
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -1186,7 +1176,7 @@ button.ui-button::-moz-focus-inner
|
|
1186
1176
|
cursor: move
|
1187
1177
|
|
1188
1178
|
/*
|
1189
|
-
* jQuery UI Slider 1.8.
|
1179
|
+
* jQuery UI Slider 1.8.18
|
1190
1180
|
*
|
1191
1181
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
1192
1182
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -1241,7 +1231,7 @@ button.ui-button::-moz-focus-inner
|
|
1241
1231
|
top: 0
|
1242
1232
|
|
1243
1233
|
/*
|
1244
|
-
* * jQuery UI Tabs 1.8.
|
1234
|
+
* * jQuery UI Tabs 1.8.18
|
1245
1235
|
* *
|
1246
1236
|
* * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
1247
1237
|
* * Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -1296,7 +1286,7 @@ button.ui-button::-moz-focus-inner
|
|
1296
1286
|
*/
|
1297
1287
|
|
1298
1288
|
/*
|
1299
|
-
* jQuery UI Datepicker 1.8.
|
1289
|
+
* jQuery UI Datepicker 1.8.18
|
1300
1290
|
*
|
1301
1291
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
1302
1292
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -1465,7 +1455,7 @@ button.ui-button::-moz-focus-inner
|
|
1465
1455
|
/*must have*/
|
1466
1456
|
|
1467
1457
|
/*
|
1468
|
-
** jQuery UI Progressbar 1.8.
|
1458
|
+
** jQuery UI Progressbar 1.8.18
|
1469
1459
|
**
|
1470
1460
|
** Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
1471
1461
|
** Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -1477,6 +1467,7 @@ button.ui-button::-moz-focus-inner
|
|
1477
1467
|
.ui-progressbar
|
1478
1468
|
height: 2em
|
1479
1469
|
text-align: left
|
1470
|
+
overflow: hidden
|
1480
1471
|
.ui-progressbar-value
|
1481
1472
|
margin: -1px
|
1482
1473
|
height: 100%
|
@@ -29,7 +29,7 @@
|
|
29
29
|
}
|
30
30
|
},
|
31
31
|
uiOptions: {
|
32
|
-
toolbar: [['
|
32
|
+
toolbar: [['up', 'mkdir', 'upload', 'quicklook', 'rm', 'view']],
|
33
33
|
},
|
34
34
|
getFileCallback : function(file) {
|
35
35
|
var info_path = $('#info_path', window.parent.document);
|
data/lib/el_vfs_client.rb
CHANGED
@@ -4,7 +4,7 @@ require 'rails'
|
|
4
4
|
module ElVfsClient
|
5
5
|
class Engine < ::Rails::Engine
|
6
6
|
initializer :assets do |config|
|
7
|
-
::Rails.application.config.assets.precompile += %w( engine.js el_vfs/el_vfs.css )
|
7
|
+
::Rails.application.config.assets.precompile += %w( engine.js el_vfs/el_vfs.css sounds/rm.wav )
|
8
8
|
end
|
9
9
|
end
|
10
10
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: el_vfs_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -12,11 +12,11 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date: 2012-
|
15
|
+
date: 2012-05-16 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: configliere
|
19
|
-
requirement: &
|
19
|
+
requirement: &6571600 !ruby/object:Gem::Requirement
|
20
20
|
none: false
|
21
21
|
requirements:
|
22
22
|
- - ! '>='
|
@@ -24,10 +24,10 @@ dependencies:
|
|
24
24
|
version: '0'
|
25
25
|
type: :runtime
|
26
26
|
prerelease: false
|
27
|
-
version_requirements: *
|
27
|
+
version_requirements: *6571600
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: curb
|
30
|
-
requirement: &
|
30
|
+
requirement: &6570920 !ruby/object:Gem::Requirement
|
31
31
|
none: false
|
32
32
|
requirements:
|
33
33
|
- - ! '>='
|
@@ -35,10 +35,10 @@ dependencies:
|
|
35
35
|
version: '0'
|
36
36
|
type: :runtime
|
37
37
|
prerelease: false
|
38
|
-
version_requirements: *
|
38
|
+
version_requirements: *6570920
|
39
39
|
- !ruby/object:Gem::Dependency
|
40
40
|
name: rails
|
41
|
-
requirement: &
|
41
|
+
requirement: &6570280 !ruby/object:Gem::Requirement
|
42
42
|
none: false
|
43
43
|
requirements:
|
44
44
|
- - ! '>='
|
@@ -46,7 +46,7 @@ dependencies:
|
|
46
46
|
version: '0'
|
47
47
|
type: :runtime
|
48
48
|
prerelease: false
|
49
|
-
version_requirements: *
|
49
|
+
version_requirements: *6570280
|
50
50
|
description: Description of ElVfsClient.
|
51
51
|
email:
|
52
52
|
- mail@openteam.ru
|
@@ -54,47 +54,49 @@ executables: []
|
|
54
54
|
extensions: []
|
55
55
|
extra_rdoc_files: []
|
56
56
|
files:
|
57
|
-
- app/
|
58
|
-
- app/assets/
|
59
|
-
- app/assets/
|
60
|
-
- app/assets/javascripts/el_vfs/i18n/elfinder.LANG.js
|
61
|
-
- app/assets/javascripts/el_vfs/elfinder.js
|
62
|
-
- app/assets/stylesheets/el_vfs/elfinder.sass
|
63
|
-
- app/assets/stylesheets/el_vfs/reset.sass
|
64
|
-
- app/assets/stylesheets/el_vfs/jquery_ui.sass
|
65
|
-
- app/assets/stylesheets/el_vfs/el_vfs.sass
|
66
|
-
- app/assets/stylesheets/el_vfs/theme.sass
|
67
|
-
- app/assets/images/el_vfs/ui/ui-icons_888888_256x240.png
|
68
|
-
- app/assets/images/el_vfs/ui/ui-bg_glass_55_fbf9ee_1x400.png
|
69
|
-
- app/assets/images/el_vfs/ui/ui-icons_cd0a0a_256x240.png
|
70
|
-
- app/assets/images/el_vfs/ui/ui-bg_glass_75_dadada_1x400.png
|
71
|
-
- app/assets/images/el_vfs/ui/ui-bg_glass_75_e6e6e6_1x400.png
|
72
|
-
- app/assets/images/el_vfs/ui/ui-bg_flat_0_aaaaaa_40x100.png
|
73
|
-
- app/assets/images/el_vfs/ui/ui-bg_flat_75_ffffff_40x100.png
|
57
|
+
- app/controllers/el_vfs_client/el_finder_controller.rb
|
58
|
+
- app/assets/images/el_vfs/ui/ui-bg_glass_65_ffffff_1x400.png
|
59
|
+
- app/assets/images/el_vfs/ui/ui-icons_454545_256x240.png
|
74
60
|
- app/assets/images/el_vfs/ui/ui-icons_2e83ff_256x240.png
|
75
61
|
- app/assets/images/el_vfs/ui/ui-bg_highlight-soft_75_cccccc_1x100.png
|
76
|
-
- app/assets/images/el_vfs/ui/ui-
|
62
|
+
- app/assets/images/el_vfs/ui/ui-bg_glass_75_e6e6e6_1x400.png
|
63
|
+
- app/assets/images/el_vfs/ui/ui-icons_cd0a0a_256x240.png
|
77
64
|
- app/assets/images/el_vfs/ui/ui-icons_222222_256x240.png
|
78
65
|
- app/assets/images/el_vfs/ui/ui-bg_glass_95_fef1ec_1x400.png
|
79
|
-
- app/assets/images/el_vfs/ui/ui-
|
80
|
-
- app/assets/images/el_vfs/
|
81
|
-
- app/assets/images/el_vfs/
|
82
|
-
- app/assets/images/el_vfs/
|
66
|
+
- app/assets/images/el_vfs/ui/ui-bg_flat_75_ffffff_40x100.png
|
67
|
+
- app/assets/images/el_vfs/ui/ui-icons_888888_256x240.png
|
68
|
+
- app/assets/images/el_vfs/ui/ui-bg_flat_0_aaaaaa_40x100.png
|
69
|
+
- app/assets/images/el_vfs/ui/ui-bg_glass_55_fbf9ee_1x400.png
|
70
|
+
- app/assets/images/el_vfs/ui/ui-bg_glass_75_dadada_1x400.png
|
71
|
+
- app/assets/images/el_vfs/elfinder/icons-small.png
|
83
72
|
- app/assets/images/el_vfs/elfinder/arrows-normal.png
|
84
73
|
- app/assets/images/el_vfs/elfinder/spinner-mini.gif
|
85
|
-
- app/assets/images/el_vfs/elfinder/quicklook-bg.png
|
86
|
-
- app/assets/images/el_vfs/elfinder/icons-big.png
|
87
|
-
- app/assets/images/el_vfs/elfinder/dialogs.png
|
88
74
|
- app/assets/images/el_vfs/elfinder/progress.gif
|
89
|
-
- app/assets/images/el_vfs/elfinder/
|
75
|
+
- app/assets/images/el_vfs/elfinder/toolbar.png
|
76
|
+
- app/assets/images/el_vfs/elfinder/quicklook-icons.png
|
77
|
+
- app/assets/images/el_vfs/elfinder/icons-big.png
|
78
|
+
- app/assets/images/el_vfs/elfinder/logo.png
|
90
79
|
- app/assets/images/el_vfs/elfinder/arrows-active.png
|
80
|
+
- app/assets/images/el_vfs/elfinder/dialogs.png
|
91
81
|
- app/assets/images/el_vfs/elfinder/resize.png
|
92
|
-
- app/
|
82
|
+
- app/assets/images/el_vfs/elfinder/quicklook-bg.png
|
83
|
+
- app/assets/images/el_vfs/elfinder/crop.gif
|
84
|
+
- app/assets/javascripts/el_vfs/elfinder.js
|
85
|
+
- app/assets/javascripts/el_vfs/i18n/elfinder.ru.js
|
86
|
+
- app/assets/javascripts/el_vfs/i18n/elfinder.LANG.js
|
87
|
+
- app/assets/javascripts/engine.js
|
88
|
+
- app/assets/stylesheets/el_vfs/theme.sass
|
89
|
+
- app/assets/stylesheets/el_vfs/reset.sass
|
90
|
+
- app/assets/stylesheets/el_vfs/el_vfs.sass
|
91
|
+
- app/assets/stylesheets/el_vfs/jquery_ui.sass
|
92
|
+
- app/assets/stylesheets/el_vfs/elfinder.sass
|
93
|
+
- app/assets/audios/sounds/rm.wav
|
94
|
+
- app/views/el_finder/layout.html.erb
|
93
95
|
- config/routes.rb
|
96
|
+
- lib/el_vfs_client.rb
|
94
97
|
- lib/el_vfs_client/version.rb
|
95
98
|
- lib/el_vfs_client/engine.rb
|
96
99
|
- lib/tasks/el_vfs_client_tasks.rake
|
97
|
-
- lib/el_vfs_client.rb
|
98
100
|
- MIT-LICENSE
|
99
101
|
- Rakefile
|
100
102
|
- README.rdoc
|
@@ -110,15 +112,21 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
110
112
|
- - ! '>='
|
111
113
|
- !ruby/object:Gem::Version
|
112
114
|
version: '0'
|
115
|
+
segments:
|
116
|
+
- 0
|
117
|
+
hash: 4264304147877796131
|
113
118
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
114
119
|
none: false
|
115
120
|
requirements:
|
116
121
|
- - ! '>='
|
117
122
|
- !ruby/object:Gem::Version
|
118
123
|
version: '0'
|
124
|
+
segments:
|
125
|
+
- 0
|
126
|
+
hash: 4264304147877796131
|
119
127
|
requirements: []
|
120
128
|
rubyforge_project:
|
121
|
-
rubygems_version: 1.8.
|
129
|
+
rubygems_version: 1.8.10
|
122
130
|
signing_key:
|
123
131
|
specification_version: 3
|
124
132
|
summary: Summary of ElVfsClient.
|