caboose-cms 0.9.52 → 0.9.53
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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/caboose/admin_media_index.js +1 -1
- data/lib/caboose/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bf2d7630a4fdb3a4f424ae823ba19cda29307cc4
|
|
4
|
+
data.tar.gz: 341ef93edb4458bce664ae118758d4565ed8be74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d2c05699532dde66a82204a92b3665d0554468fdaaa07b3a9f019ca70e114e4866c4997dbd1ce6d2be669c5fefca5d9bfa2208b2abd70e6afde2d0f654f8ac8e
|
|
7
|
+
data.tar.gz: 4dc3e9f4cbb23b8cb1a3480eb79f11bd0034810b05c854043cfd19e1c652c130d8c2663af732c66da46fe8c780a30836ff82feefc82d3ca6d12c000528492b65
|
|
@@ -154,7 +154,7 @@ MediaController.prototype = {
|
|
|
154
154
|
file_data_name: 'file', // optional, but better be specified directly
|
|
155
155
|
filters: {
|
|
156
156
|
max_file_size: '100mb', // Maximum file size
|
|
157
|
-
mime_types: [{ title: "Upload files", extensions: "jpg,jpeg,png,gif,tif,tiff,pdf,doc,docx,odt,odp,ods,ppt,pptx,xls,xlsx,zip,tgz,csv,txt" }] // Specify what files to browse for
|
|
157
|
+
mime_types: [{ title: "Upload files", extensions: "jpg,jpeg,png,gif,tif,tiff,mp3,wav,pdf,doc,docx,odt,odp,ods,ppt,pptx,xls,xlsx,zip,tgz,csv,txt" }] // Specify what files to browse for
|
|
158
158
|
},
|
|
159
159
|
flash_swf_url: '../../js/Moxie.swf', // Flash settings
|
|
160
160
|
silverlight_xap_url: '../../js/Moxie.xap', // Silverlight settings
|
data/lib/caboose/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: caboose-cms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.53
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- William Barry
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-07-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pg
|