fassets_core 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,16 +1,11 @@
|
|
1
|
-
- content_for :head do
|
2
|
-
=stylesheet_link_tag 'fassets_core/application'
|
3
|
-
=javascript_include_tag 'fassets_core/application'
|
4
|
-
=yield :core_head
|
5
|
-
|
6
1
|
- content_for :catalogs_selector do
|
7
2
|
%select{ :onchange => "javascript:window.location= this.value"}
|
8
3
|
%option{ :value => "/" }= "Catalogs..."
|
9
4
|
=Catalog.all.each do |c|
|
10
5
|
- if params[:id].to_i == c.id
|
11
6
|
%option{ :value => '/catalogs/' + c.id.to_s, :selected => 'selected'}= c.title
|
12
|
-
- else
|
13
|
-
%option{ :value => '/catalogs/' + c.id.to_s}= c.title
|
7
|
+
- else
|
8
|
+
%option{ :value => '/catalogs/' + c.id.to_s}= c.title
|
14
9
|
|
15
10
|
- content_for :tray do
|
16
11
|
=render :partial => "shared/tray"
|
data/lib/fassets_core/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fassets_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,11 +10,11 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2012-10-
|
13
|
+
date: 2012-10-18 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|
17
|
-
requirement: !ruby/object:Gem::Requirement
|
17
|
+
requirement: &70371960 !ruby/object:Gem::Requirement
|
18
18
|
none: false
|
19
19
|
requirements:
|
20
20
|
- - ~>
|
@@ -22,15 +22,10 @@ dependencies:
|
|
22
22
|
version: 3.1.1
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
|
-
version_requirements:
|
26
|
-
none: false
|
27
|
-
requirements:
|
28
|
-
- - ~>
|
29
|
-
- !ruby/object:Gem::Version
|
30
|
-
version: 3.1.1
|
25
|
+
version_requirements: *70371960
|
31
26
|
- !ruby/object:Gem::Dependency
|
32
27
|
name: jquery-rails
|
33
|
-
requirement: !ruby/object:Gem::Requirement
|
28
|
+
requirement: &70370570 !ruby/object:Gem::Requirement
|
34
29
|
none: false
|
35
30
|
requirements:
|
36
31
|
- - ! '>='
|
@@ -38,15 +33,10 @@ dependencies:
|
|
38
33
|
version: '0'
|
39
34
|
type: :runtime
|
40
35
|
prerelease: false
|
41
|
-
version_requirements:
|
42
|
-
none: false
|
43
|
-
requirements:
|
44
|
-
- - ! '>='
|
45
|
-
- !ruby/object:Gem::Version
|
46
|
-
version: '0'
|
36
|
+
version_requirements: *70370570
|
47
37
|
- !ruby/object:Gem::Dependency
|
48
38
|
name: haml
|
49
|
-
requirement: !ruby/object:Gem::Requirement
|
39
|
+
requirement: &70368760 !ruby/object:Gem::Requirement
|
50
40
|
none: false
|
51
41
|
requirements:
|
52
42
|
- - ! '>='
|
@@ -54,15 +44,10 @@ dependencies:
|
|
54
44
|
version: '0'
|
55
45
|
type: :runtime
|
56
46
|
prerelease: false
|
57
|
-
version_requirements:
|
58
|
-
none: false
|
59
|
-
requirements:
|
60
|
-
- - ! '>='
|
61
|
-
- !ruby/object:Gem::Version
|
62
|
-
version: '0'
|
47
|
+
version_requirements: *70368760
|
63
48
|
- !ruby/object:Gem::Dependency
|
64
49
|
name: sqlite3
|
65
|
-
requirement: !ruby/object:Gem::Requirement
|
50
|
+
requirement: &70366260 !ruby/object:Gem::Requirement
|
66
51
|
none: false
|
67
52
|
requirements:
|
68
53
|
- - ! '>='
|
@@ -70,15 +55,10 @@ dependencies:
|
|
70
55
|
version: '0'
|
71
56
|
type: :runtime
|
72
57
|
prerelease: false
|
73
|
-
version_requirements:
|
74
|
-
none: false
|
75
|
-
requirements:
|
76
|
-
- - ! '>='
|
77
|
-
- !ruby/object:Gem::Version
|
78
|
-
version: '0'
|
58
|
+
version_requirements: *70366260
|
79
59
|
- !ruby/object:Gem::Dependency
|
80
60
|
name: mime-types
|
81
|
-
requirement: !ruby/object:Gem::Requirement
|
61
|
+
requirement: &70364470 !ruby/object:Gem::Requirement
|
82
62
|
none: false
|
83
63
|
requirements:
|
84
64
|
- - ! '>='
|
@@ -86,15 +66,10 @@ dependencies:
|
|
86
66
|
version: '0'
|
87
67
|
type: :runtime
|
88
68
|
prerelease: false
|
89
|
-
version_requirements:
|
90
|
-
none: false
|
91
|
-
requirements:
|
92
|
-
- - ! '>='
|
93
|
-
- !ruby/object:Gem::Version
|
94
|
-
version: '0'
|
69
|
+
version_requirements: *70364470
|
95
70
|
- !ruby/object:Gem::Dependency
|
96
71
|
name: fancybox-rails
|
97
|
-
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirement: &70308590 !ruby/object:Gem::Requirement
|
98
73
|
none: false
|
99
74
|
requirements:
|
100
75
|
- - ! '>='
|
@@ -102,15 +77,10 @@ dependencies:
|
|
102
77
|
version: '0'
|
103
78
|
type: :runtime
|
104
79
|
prerelease: false
|
105
|
-
version_requirements:
|
106
|
-
none: false
|
107
|
-
requirements:
|
108
|
-
- - ! '>='
|
109
|
-
- !ruby/object:Gem::Version
|
110
|
-
version: '0'
|
80
|
+
version_requirements: *70308590
|
111
81
|
- !ruby/object:Gem::Dependency
|
112
82
|
name: best_in_place
|
113
|
-
requirement: !ruby/object:Gem::Requirement
|
83
|
+
requirement: &70306510 !ruby/object:Gem::Requirement
|
114
84
|
none: false
|
115
85
|
requirements:
|
116
86
|
- - ! '>='
|
@@ -118,15 +88,10 @@ dependencies:
|
|
118
88
|
version: '0'
|
119
89
|
type: :runtime
|
120
90
|
prerelease: false
|
121
|
-
version_requirements:
|
122
|
-
none: false
|
123
|
-
requirements:
|
124
|
-
- - ! '>='
|
125
|
-
- !ruby/object:Gem::Version
|
126
|
-
version: '0'
|
91
|
+
version_requirements: *70306510
|
127
92
|
- !ruby/object:Gem::Dependency
|
128
93
|
name: devise
|
129
|
-
requirement: !ruby/object:Gem::Requirement
|
94
|
+
requirement: &70305300 !ruby/object:Gem::Requirement
|
130
95
|
none: false
|
131
96
|
requirements:
|
132
97
|
- - ! '>='
|
@@ -134,15 +99,10 @@ dependencies:
|
|
134
99
|
version: '0'
|
135
100
|
type: :development
|
136
101
|
prerelease: false
|
137
|
-
version_requirements:
|
138
|
-
none: false
|
139
|
-
requirements:
|
140
|
-
- - ! '>='
|
141
|
-
- !ruby/object:Gem::Version
|
142
|
-
version: '0'
|
102
|
+
version_requirements: *70305300
|
143
103
|
- !ruby/object:Gem::Dependency
|
144
104
|
name: guard-rspec
|
145
|
-
requirement: !ruby/object:Gem::Requirement
|
105
|
+
requirement: &70304440 !ruby/object:Gem::Requirement
|
146
106
|
none: false
|
147
107
|
requirements:
|
148
108
|
- - ! '>='
|
@@ -150,15 +110,10 @@ dependencies:
|
|
150
110
|
version: '0'
|
151
111
|
type: :development
|
152
112
|
prerelease: false
|
153
|
-
version_requirements:
|
154
|
-
none: false
|
155
|
-
requirements:
|
156
|
-
- - ! '>='
|
157
|
-
- !ruby/object:Gem::Version
|
158
|
-
version: '0'
|
113
|
+
version_requirements: *70304440
|
159
114
|
- !ruby/object:Gem::Dependency
|
160
115
|
name: guard-spork
|
161
|
-
requirement: !ruby/object:Gem::Requirement
|
116
|
+
requirement: &70303720 !ruby/object:Gem::Requirement
|
162
117
|
none: false
|
163
118
|
requirements:
|
164
119
|
- - ! '>='
|
@@ -166,15 +121,10 @@ dependencies:
|
|
166
121
|
version: '0'
|
167
122
|
type: :development
|
168
123
|
prerelease: false
|
169
|
-
version_requirements:
|
170
|
-
none: false
|
171
|
-
requirements:
|
172
|
-
- - ! '>='
|
173
|
-
- !ruby/object:Gem::Version
|
174
|
-
version: '0'
|
124
|
+
version_requirements: *70303720
|
175
125
|
- !ruby/object:Gem::Dependency
|
176
126
|
name: rspec-rails
|
177
|
-
requirement: !ruby/object:Gem::Requirement
|
127
|
+
requirement: &70318590 !ruby/object:Gem::Requirement
|
178
128
|
none: false
|
179
129
|
requirements:
|
180
130
|
- - ! '>='
|
@@ -182,15 +132,10 @@ dependencies:
|
|
182
132
|
version: '0'
|
183
133
|
type: :development
|
184
134
|
prerelease: false
|
185
|
-
version_requirements:
|
186
|
-
none: false
|
187
|
-
requirements:
|
188
|
-
- - ! '>='
|
189
|
-
- !ruby/object:Gem::Version
|
190
|
-
version: '0'
|
135
|
+
version_requirements: *70318590
|
191
136
|
- !ruby/object:Gem::Dependency
|
192
137
|
name: capybara
|
193
|
-
requirement: !ruby/object:Gem::Requirement
|
138
|
+
requirement: &70315710 !ruby/object:Gem::Requirement
|
194
139
|
none: false
|
195
140
|
requirements:
|
196
141
|
- - ! '>='
|
@@ -198,12 +143,7 @@ dependencies:
|
|
198
143
|
version: '0'
|
199
144
|
type: :development
|
200
145
|
prerelease: false
|
201
|
-
version_requirements:
|
202
|
-
none: false
|
203
|
-
requirements:
|
204
|
-
- - ! '>='
|
205
|
-
- !ruby/object:Gem::Version
|
206
|
-
version: '0'
|
146
|
+
version_requirements: *70315710
|
207
147
|
description: A facetted classification framework for digital assets.
|
208
148
|
email:
|
209
149
|
- julian@svg4all.de
|
@@ -212,180 +152,178 @@ executables: []
|
|
212
152
|
extensions: []
|
213
153
|
extra_rdoc_files: []
|
214
154
|
files:
|
215
|
-
- app/helpers/fassets_core/application_helper.rb
|
216
|
-
- app/helpers/catalogs_helper.rb
|
217
155
|
- app/helpers/classifications_helper.rb
|
218
156
|
- app/helpers/tray_positions_helper.rb
|
219
|
-
- app/helpers/assets_helper.rb
|
220
157
|
- app/helpers/labels_helper.rb
|
221
|
-
- app/
|
222
|
-
- app/
|
223
|
-
- app/
|
224
|
-
- app/
|
225
|
-
- app/
|
226
|
-
- app/
|
158
|
+
- app/helpers/catalogs_helper.rb
|
159
|
+
- app/helpers/assets_helper.rb
|
160
|
+
- app/helpers/fassets_core/application_helper.rb
|
161
|
+
- app/controllers/tray_positions_controller.rb
|
162
|
+
- app/controllers/labels_controller.rb
|
163
|
+
- app/controllers/facets_controller.rb
|
164
|
+
- app/controllers/catalogs_controller.rb
|
165
|
+
- app/controllers/fassets_core/application_controller.rb
|
166
|
+
- app/controllers/assets_controller.rb
|
167
|
+
- app/controllers/classifications_controller.rb
|
168
|
+
- app/models/asset.rb
|
169
|
+
- app/models/classification.rb
|
170
|
+
- app/models/label_filter.rb
|
171
|
+
- app/models/tray_position.rb
|
172
|
+
- app/models/facet.rb
|
173
|
+
- app/models/catalog.rb
|
174
|
+
- app/models/label.rb
|
175
|
+
- app/models/labeling.rb
|
227
176
|
- app/views/layouts/fassets_core/application.html.haml
|
228
177
|
- app/views/catalogs/show.html.haml
|
178
|
+
- app/views/catalogs/_form.html.haml
|
179
|
+
- app/views/catalogs/_box_content.html.haml
|
229
180
|
- app/views/catalogs/index.html.haml
|
230
|
-
- app/views/catalogs/
|
181
|
+
- app/views/catalogs/box.html.haml
|
231
182
|
- app/views/catalogs/_facet.html.haml
|
232
183
|
- app/views/catalogs/edit.html.haml
|
233
|
-
- app/views/catalogs/_box_content.html.haml
|
234
|
-
- app/views/catalogs/_box_catalog_list.html.haml
|
235
|
-
- app/views/catalogs/_form.html.haml
|
236
|
-
- app/views/catalogs/box.html.haml
|
237
184
|
- app/views/catalogs/_filter_item.html.haml
|
185
|
+
- app/views/catalogs/new.html.haml
|
238
186
|
- app/views/catalogs/_catalog.html.haml
|
187
|
+
- app/views/catalogs/_box_catalog_list.html.haml
|
188
|
+
- app/views/labels/_form.haml
|
189
|
+
- app/views/labels/_sidebar.html.haml
|
190
|
+
- app/views/labels/destroy.js.erb
|
239
191
|
- app/views/classifications/update.js.erb
|
192
|
+
- app/views/shared/_error.html.haml
|
193
|
+
- app/views/shared/_clipboard.html.haml
|
194
|
+
- app/views/shared/_asset_form.html.haml
|
195
|
+
- app/views/shared/_tray.html.haml
|
196
|
+
- app/views/shared/_classification.html.haml
|
197
|
+
- app/views/shared/_tray_position.html.haml
|
198
|
+
- app/views/shared/_asset.html.haml
|
199
|
+
- app/views/shared/_flash_messages.html.haml
|
200
|
+
- app/views/facets/_form.html.haml
|
201
|
+
- app/views/facets/edit.html.haml
|
240
202
|
- app/views/assets/show.html.haml
|
203
|
+
- app/views/assets/_form.html.haml
|
241
204
|
- app/views/assets/_add_asset_sidebar.html.haml
|
242
|
-
- app/views/assets/_classification.html.haml
|
243
|
-
- app/views/assets/new.html.haml
|
244
205
|
- app/views/assets/edit.html.haml
|
245
|
-
- app/views/assets/_form.html.haml
|
246
206
|
- app/views/assets/_put_on_tray.html.haml
|
247
|
-
- app/views/
|
248
|
-
- app/views/
|
249
|
-
- app/views/
|
250
|
-
- app/views/
|
251
|
-
- app/views/
|
252
|
-
- app/
|
253
|
-
- app/
|
254
|
-
- app/
|
255
|
-
- app/
|
256
|
-
- app/
|
257
|
-
- app/
|
258
|
-
- app/
|
259
|
-
- app/
|
260
|
-
- app/
|
261
|
-
- app/
|
262
|
-
- app/
|
263
|
-
- app/
|
207
|
+
- app/views/assets/new.html.haml
|
208
|
+
- app/views/assets/_classification.html.haml
|
209
|
+
- app/views/tray_positions/sort.js.rjs
|
210
|
+
- app/views/tray_positions/destroy.js.rjs
|
211
|
+
- app/views/tray_positions/create.js.rjs
|
212
|
+
- app/assets/javascripts/fassets_core/assets.js
|
213
|
+
- app/assets/javascripts/fassets_core/classification.js
|
214
|
+
- app/assets/javascripts/fassets_core/edit_box.js
|
215
|
+
- app/assets/javascripts/fassets_core/add_asset_box.js
|
216
|
+
- app/assets/javascripts/fassets_core/facets.js.erb
|
217
|
+
- app/assets/javascripts/fassets_core/catalogs.js
|
218
|
+
- app/assets/javascripts/fassets_core/index.js
|
219
|
+
- app/assets/javascripts/fassets_core/catalog_box.js
|
220
|
+
- app/assets/javascripts/fassets_core/tray.js
|
221
|
+
- app/assets/stylesheets/fassets_core/add_asset_box.css.scss
|
222
|
+
- app/assets/stylesheets/fassets_core/forms.css.scss
|
223
|
+
- app/assets/stylesheets/fassets_core/index.css
|
224
|
+
- app/assets/stylesheets/fassets_core/master.css.scss
|
225
|
+
- app/assets/stylesheets/fassets_core/sidebar.css.scss
|
226
|
+
- app/assets/stylesheets/fassets_core/assets.css.scss
|
227
|
+
- app/assets/stylesheets/fassets_core/edit_box.css.scss
|
228
|
+
- app/assets/stylesheets/fassets_core/tray.css.scss
|
229
|
+
- app/assets/stylesheets/fassets_core/catalog_box.css.scss
|
230
|
+
- app/assets/stylesheets/fassets_core/filter.css.scss
|
231
|
+
- app/assets/stylesheets/fassets_core/labels.css.scss
|
232
|
+
- app/assets/stylesheets/fassets_core/facet.css.scss
|
233
|
+
- app/assets/stylesheets/fassets_core/collapsible.css.scss
|
264
234
|
- app/assets/images/fassets_core/delete.png
|
265
|
-
- app/assets/images/fassets_core/markup_preview.png
|
266
|
-
- app/assets/images/fassets_core/drag.png
|
267
235
|
- app/assets/images/fassets_core/archive.png
|
268
236
|
- app/assets/images/fassets_core/clipboard.png
|
269
|
-
- app/assets/images/fassets_core/add.png
|
270
|
-
- app/assets/images/fassets_core/link.png
|
271
|
-
- app/assets/images/fassets_core/sort.png
|
272
237
|
- app/assets/images/fassets_core/remove.png
|
273
|
-
- app/assets/images/fassets_core/warning.png
|
274
238
|
- app/assets/images/fassets_core/collapsed.png
|
275
|
-
- app/assets/images/fassets_core/
|
239
|
+
- app/assets/images/fassets_core/add.png
|
276
240
|
- app/assets/images/fassets_core/edit.png
|
241
|
+
- app/assets/images/fassets_core/collapse.png
|
242
|
+
- app/assets/images/fassets_core/link.png
|
243
|
+
- app/assets/images/fassets_core/markup_preview.png
|
244
|
+
- app/assets/images/fassets_core/warning.png
|
245
|
+
- app/assets/images/fassets_core/drag.png
|
277
246
|
- app/assets/images/fassets_core/classify.png
|
278
|
-
- app/assets/
|
279
|
-
- app/assets/stylesheets/fassets_core/forms.css.scss
|
280
|
-
- app/assets/stylesheets/fassets_core/application.css
|
281
|
-
- app/assets/stylesheets/fassets_core/index.css
|
282
|
-
- app/assets/stylesheets/fassets_core/add_asset_box.css.scss
|
283
|
-
- app/assets/stylesheets/fassets_core/tray.css.scss
|
284
|
-
- app/assets/stylesheets/fassets_core/edit_box.css.scss
|
285
|
-
- app/assets/stylesheets/fassets_core/assets.css.scss
|
286
|
-
- app/assets/stylesheets/fassets_core/collapsible.css.scss
|
287
|
-
- app/assets/stylesheets/fassets_core/filter.css.scss
|
288
|
-
- app/assets/stylesheets/fassets_core/master.css.scss
|
289
|
-
- app/assets/stylesheets/fassets_core/catalog_box.css.scss
|
290
|
-
- app/assets/stylesheets/fassets_core/labels.css.scss
|
291
|
-
- app/assets/stylesheets/fassets_core/sidebar.css.scss
|
292
|
-
- app/assets/javascripts/fassets_core/assets.js
|
293
|
-
- app/assets/javascripts/fassets_core/tray.js
|
294
|
-
- app/assets/javascripts/fassets_core/index.js
|
295
|
-
- app/assets/javascripts/fassets_core/catalog_box.js
|
296
|
-
- app/assets/javascripts/fassets_core/add_asset_box.js
|
297
|
-
- app/assets/javascripts/fassets_core/application.js.erb
|
298
|
-
- app/assets/javascripts/fassets_core/facets.js.erb
|
299
|
-
- app/assets/javascripts/fassets_core/classification.js
|
300
|
-
- app/assets/javascripts/fassets_core/edit_box.js
|
301
|
-
- app/assets/javascripts/fassets_core/catalogs.js
|
302
|
-
- app/models/asset.rb
|
303
|
-
- app/models/labeling.rb
|
304
|
-
- app/models/tray_position.rb
|
305
|
-
- app/models/facet.rb
|
306
|
-
- app/models/label_filter.rb
|
307
|
-
- app/models/catalog.rb
|
308
|
-
- app/models/classification.rb
|
309
|
-
- app/models/label.rb
|
310
|
-
- config/routes.rb
|
311
|
-
- config/initializers/uploader.rb
|
247
|
+
- app/assets/images/fassets_core/sort.png
|
312
248
|
- config/initializers/users.rb
|
249
|
+
- config/initializers/uploader.rb
|
313
250
|
- config/initializers/mime_types.rb
|
314
|
-
-
|
251
|
+
- config/routes.rb
|
252
|
+
- db/migrate/007_create_tray_positions.rb
|
253
|
+
- db/migrate/017_add_clipboard.rb
|
254
|
+
- db/migrate/001_create_catalogs.rb
|
315
255
|
- db/migrate/006_create_labelings.rb
|
316
|
-
- db/migrate/003_create_labels.rb
|
317
|
-
- db/migrate/005_create_classifications.rb
|
318
|
-
- db/migrate/010_add_label_ordering.rb
|
319
256
|
- db/migrate/20120803150826_add_position_to_facet.rb
|
320
|
-
- db/migrate/007_create_tray_positions.rb
|
321
257
|
- db/migrate/008_create_assets.rb
|
322
|
-
- db/migrate/
|
323
|
-
- db/migrate/
|
258
|
+
- db/migrate/002_create_facets.rb
|
259
|
+
- db/migrate/005_create_classifications.rb
|
260
|
+
- db/migrate/003_create_labels.rb
|
261
|
+
- db/migrate/010_add_label_ordering.rb
|
324
262
|
- db/schema.rb
|
325
263
|
- db/seeds.rb
|
326
264
|
- lib/acts_as_asset.rb
|
327
|
-
- lib/fassets_core/version.rb
|
328
|
-
- lib/fassets_core/engine.rb
|
329
|
-
- lib/fassets_core/plugins.rb
|
330
|
-
- lib/fassets_core/test_helper/acts_as_asset.rb
|
331
|
-
- lib/fassets_core/test_helper/every_assets_controller.rb
|
332
|
-
- lib/fassets_core/test_helper/every_authenticated_controller.rb
|
333
|
-
- lib/fassets_core/test_helper.rb
|
334
265
|
- lib/fassets_core.rb
|
335
266
|
- lib/tasks/cucumber.rake
|
336
267
|
- lib/tasks/fassets-core_tasks.rake
|
268
|
+
- lib/fassets_core/test_helper/acts_as_asset.rb
|
269
|
+
- lib/fassets_core/test_helper/every_authenticated_controller.rb
|
270
|
+
- lib/fassets_core/test_helper/every_assets_controller.rb
|
271
|
+
- lib/fassets_core/test_helper.rb
|
272
|
+
- lib/fassets_core/engine.rb
|
273
|
+
- lib/fassets_core/version.rb
|
274
|
+
- lib/fassets_core/plugins.rb
|
337
275
|
- MIT-LICENSE
|
338
276
|
- Rakefile
|
339
277
|
- README.md
|
278
|
+
- test/integration/navigation_test.rb
|
340
279
|
- test/fassets-core_test.rb
|
280
|
+
- test/unit/image_asset_test.rb
|
281
|
+
- test/unit/tray_position_test.rb
|
282
|
+
- test/unit/catalog_test.rb
|
283
|
+
- test/unit/labelling_test.rb
|
284
|
+
- test/unit/slide_test.rb
|
285
|
+
- test/unit/asset_content_test.rb
|
286
|
+
- test/unit/topic_test.rb
|
287
|
+
- test/unit/user_test.rb
|
288
|
+
- test/unit/frame_test.rb
|
289
|
+
- test/unit/asset_test.rb
|
290
|
+
- test/unit/facet_test.rb
|
291
|
+
- test/unit/label_test.rb
|
292
|
+
- test/unit/classification_test.rb
|
293
|
+
- test/unit/slot_test.rb
|
294
|
+
- test/unit/presentation_test.rb
|
295
|
+
- test/test_helper.rb
|
296
|
+
- test/fixtures/labels.yml
|
297
|
+
- test/fixtures/catalogs.yml
|
298
|
+
- test/fixtures/labellings.yml
|
299
|
+
- test/fixtures/tray_positions.yml
|
300
|
+
- test/fixtures/slides.yml
|
301
|
+
- test/fixtures/assets.yml
|
302
|
+
- test/fixtures/topics.yml
|
303
|
+
- test/fixtures/frames.yml
|
304
|
+
- test/fixtures/facets.yml
|
305
|
+
- test/fixtures/image_assets.yml
|
306
|
+
- test/fixtures/classifications.yml
|
307
|
+
- test/fixtures/users.yml
|
308
|
+
- test/fixtures/slots.yml
|
309
|
+
- test/fixtures/asset_contents.yml
|
310
|
+
- test/fixtures/presentations.yml
|
311
|
+
- test/functional/users_controller_test.rb
|
312
|
+
- test/functional/tray_positions_controller_test.rb
|
313
|
+
- test/functional/classifications_controller_test.rb
|
341
314
|
- test/functional/slots_controller_test.rb
|
342
|
-
- test/functional/files_controller_test.rb
|
343
|
-
- test/functional/catalogs_controller_test.rb
|
344
315
|
- test/functional/labellings_controller_test.rb
|
345
|
-
- test/functional/
|
346
|
-
- test/functional/
|
316
|
+
- test/functional/catalogs_controller_test.rb
|
317
|
+
- test/functional/files_controller_test.rb
|
347
318
|
- test/functional/presentations_controller_test.rb
|
348
|
-
- test/functional/classifications_controller_test.rb
|
349
|
-
- test/functional/users_controller_test.rb
|
350
319
|
- test/functional/sessions_controller_test.rb
|
351
|
-
- test/functional/labels_controller_test.rb
|
352
|
-
- test/functional/file_assets_controller_test.rb
|
353
|
-
- test/functional/urls_controller_test.rb
|
354
320
|
- test/functional/facets_controller_test.rb
|
321
|
+
- test/functional/urls_controller_test.rb
|
322
|
+
- test/functional/assets_controller_test.rb
|
323
|
+
- test/functional/labels_controller_test.rb
|
355
324
|
- test/functional/slides_controller_test.rb
|
325
|
+
- test/functional/file_assets_controller_test.rb
|
356
326
|
- test/functional/content_controller_test.rb
|
357
|
-
- test/fixtures/catalogs.yml
|
358
|
-
- test/fixtures/slides.yml
|
359
|
-
- test/fixtures/topics.yml
|
360
|
-
- test/fixtures/classifications.yml
|
361
|
-
- test/fixtures/labellings.yml
|
362
|
-
- test/fixtures/presentations.yml
|
363
|
-
- test/fixtures/facets.yml
|
364
|
-
- test/fixtures/slots.yml
|
365
|
-
- test/fixtures/frames.yml
|
366
|
-
- test/fixtures/users.yml
|
367
|
-
- test/fixtures/asset_contents.yml
|
368
|
-
- test/fixtures/labels.yml
|
369
|
-
- test/fixtures/assets.yml
|
370
|
-
- test/fixtures/image_assets.yml
|
371
|
-
- test/fixtures/tray_positions.yml
|
372
|
-
- test/test_helper.rb
|
373
|
-
- test/unit/tray_position_test.rb
|
374
|
-
- test/unit/catalog_test.rb
|
375
|
-
- test/unit/frame_test.rb
|
376
|
-
- test/unit/asset_test.rb
|
377
|
-
- test/unit/presentation_test.rb
|
378
|
-
- test/unit/topic_test.rb
|
379
|
-
- test/unit/user_test.rb
|
380
|
-
- test/unit/labelling_test.rb
|
381
|
-
- test/unit/slot_test.rb
|
382
|
-
- test/unit/facet_test.rb
|
383
|
-
- test/unit/slide_test.rb
|
384
|
-
- test/unit/image_asset_test.rb
|
385
|
-
- test/unit/classification_test.rb
|
386
|
-
- test/unit/label_test.rb
|
387
|
-
- test/unit/asset_content_test.rb
|
388
|
-
- test/integration/navigation_test.rb
|
389
327
|
- test/performance/browsing_test.rb
|
390
328
|
homepage: https://github.com/fassets/
|
391
329
|
licenses: []
|
@@ -401,7 +339,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
401
339
|
version: '0'
|
402
340
|
segments:
|
403
341
|
- 0
|
404
|
-
hash:
|
342
|
+
hash: 520050769
|
405
343
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
406
344
|
none: false
|
407
345
|
requirements:
|
@@ -410,61 +348,61 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
410
348
|
version: '0'
|
411
349
|
segments:
|
412
350
|
- 0
|
413
|
-
hash:
|
351
|
+
hash: 520050769
|
414
352
|
requirements: []
|
415
353
|
rubyforge_project:
|
416
|
-
rubygems_version: 1.8.
|
354
|
+
rubygems_version: 1.8.10
|
417
355
|
signing_key:
|
418
356
|
specification_version: 3
|
419
357
|
summary: A facetted classification framework for digital assets.
|
420
358
|
test_files:
|
359
|
+
- test/integration/navigation_test.rb
|
421
360
|
- test/fassets-core_test.rb
|
361
|
+
- test/unit/image_asset_test.rb
|
362
|
+
- test/unit/tray_position_test.rb
|
363
|
+
- test/unit/catalog_test.rb
|
364
|
+
- test/unit/labelling_test.rb
|
365
|
+
- test/unit/slide_test.rb
|
366
|
+
- test/unit/asset_content_test.rb
|
367
|
+
- test/unit/topic_test.rb
|
368
|
+
- test/unit/user_test.rb
|
369
|
+
- test/unit/frame_test.rb
|
370
|
+
- test/unit/asset_test.rb
|
371
|
+
- test/unit/facet_test.rb
|
372
|
+
- test/unit/label_test.rb
|
373
|
+
- test/unit/classification_test.rb
|
374
|
+
- test/unit/slot_test.rb
|
375
|
+
- test/unit/presentation_test.rb
|
376
|
+
- test/test_helper.rb
|
377
|
+
- test/fixtures/labels.yml
|
378
|
+
- test/fixtures/catalogs.yml
|
379
|
+
- test/fixtures/labellings.yml
|
380
|
+
- test/fixtures/tray_positions.yml
|
381
|
+
- test/fixtures/slides.yml
|
382
|
+
- test/fixtures/assets.yml
|
383
|
+
- test/fixtures/topics.yml
|
384
|
+
- test/fixtures/frames.yml
|
385
|
+
- test/fixtures/facets.yml
|
386
|
+
- test/fixtures/image_assets.yml
|
387
|
+
- test/fixtures/classifications.yml
|
388
|
+
- test/fixtures/users.yml
|
389
|
+
- test/fixtures/slots.yml
|
390
|
+
- test/fixtures/asset_contents.yml
|
391
|
+
- test/fixtures/presentations.yml
|
392
|
+
- test/functional/users_controller_test.rb
|
393
|
+
- test/functional/tray_positions_controller_test.rb
|
394
|
+
- test/functional/classifications_controller_test.rb
|
422
395
|
- test/functional/slots_controller_test.rb
|
423
|
-
- test/functional/files_controller_test.rb
|
424
|
-
- test/functional/catalogs_controller_test.rb
|
425
396
|
- test/functional/labellings_controller_test.rb
|
426
|
-
- test/functional/
|
427
|
-
- test/functional/
|
397
|
+
- test/functional/catalogs_controller_test.rb
|
398
|
+
- test/functional/files_controller_test.rb
|
428
399
|
- test/functional/presentations_controller_test.rb
|
429
|
-
- test/functional/classifications_controller_test.rb
|
430
|
-
- test/functional/users_controller_test.rb
|
431
400
|
- test/functional/sessions_controller_test.rb
|
432
|
-
- test/functional/labels_controller_test.rb
|
433
|
-
- test/functional/file_assets_controller_test.rb
|
434
|
-
- test/functional/urls_controller_test.rb
|
435
401
|
- test/functional/facets_controller_test.rb
|
402
|
+
- test/functional/urls_controller_test.rb
|
403
|
+
- test/functional/assets_controller_test.rb
|
404
|
+
- test/functional/labels_controller_test.rb
|
436
405
|
- test/functional/slides_controller_test.rb
|
406
|
+
- test/functional/file_assets_controller_test.rb
|
437
407
|
- test/functional/content_controller_test.rb
|
438
|
-
- test/fixtures/catalogs.yml
|
439
|
-
- test/fixtures/slides.yml
|
440
|
-
- test/fixtures/topics.yml
|
441
|
-
- test/fixtures/classifications.yml
|
442
|
-
- test/fixtures/labellings.yml
|
443
|
-
- test/fixtures/presentations.yml
|
444
|
-
- test/fixtures/facets.yml
|
445
|
-
- test/fixtures/slots.yml
|
446
|
-
- test/fixtures/frames.yml
|
447
|
-
- test/fixtures/users.yml
|
448
|
-
- test/fixtures/asset_contents.yml
|
449
|
-
- test/fixtures/labels.yml
|
450
|
-
- test/fixtures/assets.yml
|
451
|
-
- test/fixtures/image_assets.yml
|
452
|
-
- test/fixtures/tray_positions.yml
|
453
|
-
- test/test_helper.rb
|
454
|
-
- test/unit/tray_position_test.rb
|
455
|
-
- test/unit/catalog_test.rb
|
456
|
-
- test/unit/frame_test.rb
|
457
|
-
- test/unit/asset_test.rb
|
458
|
-
- test/unit/presentation_test.rb
|
459
|
-
- test/unit/topic_test.rb
|
460
|
-
- test/unit/user_test.rb
|
461
|
-
- test/unit/labelling_test.rb
|
462
|
-
- test/unit/slot_test.rb
|
463
|
-
- test/unit/facet_test.rb
|
464
|
-
- test/unit/slide_test.rb
|
465
|
-
- test/unit/image_asset_test.rb
|
466
|
-
- test/unit/classification_test.rb
|
467
|
-
- test/unit/label_test.rb
|
468
|
-
- test/unit/asset_content_test.rb
|
469
|
-
- test/integration/navigation_test.rb
|
470
408
|
- test/performance/browsing_test.rb
|
@@ -1,16 +0,0 @@
|
|
1
|
-
// Place your application-specific JavaScript functions and classes here
|
2
|
-
//
|
3
|
-
//= require jquery
|
4
|
-
//= require jquery_ujs
|
5
|
-
//= require jquery-ui
|
6
|
-
//= require jquery.iframe-transport
|
7
|
-
//= require jquery.collapsiblePanel-0.2.0
|
8
|
-
//= require fancybox
|
9
|
-
//= require jquery.purr
|
10
|
-
//= require best_in_place
|
11
|
-
//= require_tree .
|
12
|
-
//= require_self
|
13
|
-
|
14
|
-
$.ajaxSetup({ 'beforeSend': function(xhr) {
|
15
|
-
xhr.setRequestHeader("Accept", "text/javascript,text/html");
|
16
|
-
}});
|
@@ -1,16 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
*= require fancybox
|
3
|
-
*= require fassets_core/catalog_box
|
4
|
-
*= require fassets_core/add_asset_box
|
5
|
-
*= require_self
|
6
|
-
*= require fassets_core/master
|
7
|
-
*= require fassets_core/assets
|
8
|
-
*= require fassets_core/tray
|
9
|
-
*= require fassets_core/labels
|
10
|
-
*= require fassets_core/forms
|
11
|
-
*= require fassets_core/collapsible
|
12
|
-
*= require fassets_core/sidebar
|
13
|
-
*= require fassets_core/filter
|
14
|
-
*= require fassets_core/facet
|
15
|
-
*= require fassets_core/edit_box
|
16
|
-
*/
|