caboose-cms 0.6.6 → 0.6.7
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
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
N2U2MWVlZjcwNzhlOTUxOWI4NmJmNGYwMmI4OWJmYzUxZjM0Mzg5Yw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MGU3ODcxMzU4ZjU1Y2QyYzNiNTEzMmMyMmZlOGRhMTkzNmUxYzg2Yw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MWI2YmZhMjczMjJmMjA5OTgxOWRmM2RkYmRkOTc2Njg2ZmY1Njk1NTk4MWM2
|
|
10
|
+
YWIyNWFmODlmYjk1YTFkZGIxNDI0Y2M2MjI2MmFhM2FlZmFiZWM3Zjg3ZWM1
|
|
11
|
+
NGI0ODYzMWVmYjdjZjJjMTUwY2Q2NTk0M2Y2MTIwMzQyYmYxNTM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MTE2MDI1NDljOWVlOTA2NjA0YzVjMjFlYjU2NDVmOWZhYzA5ZGQwMjBlM2U0
|
|
14
|
+
MjdmOTFhMzEwNmYyNmMyOWYzY2M5ZWE1ZjI0MDIzOTdmMzdlOTc3MjdjMTA5
|
|
15
|
+
MDM1MzMzOGVlMzQwYTAwY2RjOWEwMjU2Y2Q1M2E0NmY2ZTQ1ODM=
|
|
@@ -251,8 +251,8 @@ MediaController.prototype = {
|
|
|
251
251
|
else
|
|
252
252
|
ul = $('<p/>').html("This category is empty.");
|
|
253
253
|
$('#media').empty().append(ul);
|
|
254
|
-
if (processing)
|
|
255
|
-
|
|
254
|
+
//if (processing)
|
|
255
|
+
// setTimeout(function() { that.refresh(); }, 2000);
|
|
256
256
|
|
|
257
257
|
$.each(that.cat.media, function(i, m) {
|
|
258
258
|
$('li.media').draggable({
|
|
@@ -39,7 +39,8 @@ $(document).ready(function() {
|
|
|
39
39
|
s3_upload_url: '<%= raw @s3_upload_url %>',
|
|
40
40
|
aws_access_key_id: '<%= raw @aws_access_key_id %>',
|
|
41
41
|
policy: '<%= raw @policy %>',
|
|
42
|
-
signature: '<%= raw @signature %>'
|
|
42
|
+
signature: '<%= raw @signature %>',
|
|
43
|
+
refresh_unprocessed_images: false
|
|
43
44
|
});
|
|
44
45
|
});
|
|
45
46
|
|
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.6.
|
|
4
|
+
version: 0.6.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- William Barry
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-07-
|
|
11
|
+
date: 2015-07-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pg
|