kaui 0.10.0 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +36 -36
- data/app/assets/javascripts/application.js +0 -2
- data/app/assets/javascripts/kaui/bootstrap-tweaks.js +2 -2
- data/app/views/kaui/account_timelines/show.html.erb +1 -1
- data/app/views/kaui/accounts/index.html.erb +1 -1
- data/app/views/kaui/bundles/index.html.erb +1 -1
- data/app/views/kaui/custom_fields/index.html.erb +1 -1
- data/app/views/kaui/invoices/index.html.erb +1 -1
- data/app/views/kaui/payment_methods/index.html.erb +1 -1
- data/app/views/kaui/payments/index.html.erb +1 -1
- data/app/views/kaui/tags/index.html.erb +1 -1
- data/lib/kaui/version.rb +1 -1
- metadata +3 -4
- data/app/assets/javascripts/kaui/datatables-tweaks.js +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba46320004f546f275db956b91de09cfb44262c1
|
4
|
+
data.tar.gz: 879c323acaab5d41be449bb1a25f9a034da1d56f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8cbfa2bbb2c1b6444a37b99bcd2968bdd0ffc6af2e49273d3abb6296ff1cc73f4899e8420ae25036e20cc287a3c329c35791df66809d3af691b3f1487d6816ec
|
7
|
+
data.tar.gz: bbf05f79bb08e98d79d8594107986fbd601aef3dd3398dee0dd27df9f78713696184d26857b90cc871d8cf165c960e6016112eff70ba28b16b41537c5a4a09ad
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
kaui (0.
|
4
|
+
kaui (0.11.0)
|
5
5
|
cancan (~> 1.6.10)
|
6
6
|
carmen-rails (~> 1.0.0)
|
7
7
|
d3_rails (~> 3.2.8)
|
@@ -19,42 +19,42 @@ PATH
|
|
19
19
|
GEM
|
20
20
|
remote: http://rubygems.org/
|
21
21
|
specs:
|
22
|
-
actionmailer (4.2.
|
23
|
-
actionpack (= 4.2.
|
24
|
-
actionview (= 4.2.
|
25
|
-
activejob (= 4.2.
|
22
|
+
actionmailer (4.2.3)
|
23
|
+
actionpack (= 4.2.3)
|
24
|
+
actionview (= 4.2.3)
|
25
|
+
activejob (= 4.2.3)
|
26
26
|
mail (~> 2.5, >= 2.5.4)
|
27
27
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
28
|
-
actionpack (4.2.
|
29
|
-
actionview (= 4.2.
|
30
|
-
activesupport (= 4.2.
|
28
|
+
actionpack (4.2.3)
|
29
|
+
actionview (= 4.2.3)
|
30
|
+
activesupport (= 4.2.3)
|
31
31
|
rack (~> 1.6)
|
32
32
|
rack-test (~> 0.6.2)
|
33
33
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
34
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
35
|
-
actionview (4.2.
|
36
|
-
activesupport (= 4.2.
|
34
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
35
|
+
actionview (4.2.3)
|
36
|
+
activesupport (= 4.2.3)
|
37
37
|
builder (~> 3.1)
|
38
38
|
erubis (~> 2.7.0)
|
39
39
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
40
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
41
|
-
activejob (4.2.
|
42
|
-
activesupport (= 4.2.
|
40
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
41
|
+
activejob (4.2.3)
|
42
|
+
activesupport (= 4.2.3)
|
43
43
|
globalid (>= 0.3.0)
|
44
|
-
activemodel (4.2.
|
45
|
-
activesupport (= 4.2.
|
44
|
+
activemodel (4.2.3)
|
45
|
+
activesupport (= 4.2.3)
|
46
46
|
builder (~> 3.1)
|
47
|
-
activerecord (4.2.
|
48
|
-
activemodel (= 4.2.
|
49
|
-
activesupport (= 4.2.
|
47
|
+
activerecord (4.2.3)
|
48
|
+
activemodel (= 4.2.3)
|
49
|
+
activesupport (= 4.2.3)
|
50
50
|
arel (~> 6.0)
|
51
|
-
activesupport (4.2.
|
51
|
+
activesupport (4.2.3)
|
52
52
|
i18n (~> 0.7)
|
53
53
|
json (~> 1.7, >= 1.7.7)
|
54
54
|
minitest (~> 5.1)
|
55
55
|
thread_safe (~> 0.3, >= 0.3.4)
|
56
56
|
tzinfo (~> 1.1)
|
57
|
-
arel (6.0.
|
57
|
+
arel (6.0.2)
|
58
58
|
bcrypt (3.1.10)
|
59
59
|
builder (3.2.2)
|
60
60
|
cancan (1.6.10)
|
@@ -131,19 +131,19 @@ GEM
|
|
131
131
|
spoon (~> 0.0)
|
132
132
|
pry-rails (0.3.4)
|
133
133
|
pry (>= 0.9.10)
|
134
|
-
rack (1.6.
|
134
|
+
rack (1.6.4)
|
135
135
|
rack-test (0.6.3)
|
136
136
|
rack (>= 1.0)
|
137
|
-
rails (4.2.
|
138
|
-
actionmailer (= 4.2.
|
139
|
-
actionpack (= 4.2.
|
140
|
-
actionview (= 4.2.
|
141
|
-
activejob (= 4.2.
|
142
|
-
activemodel (= 4.2.
|
143
|
-
activerecord (= 4.2.
|
144
|
-
activesupport (= 4.2.
|
137
|
+
rails (4.2.3)
|
138
|
+
actionmailer (= 4.2.3)
|
139
|
+
actionpack (= 4.2.3)
|
140
|
+
actionview (= 4.2.3)
|
141
|
+
activejob (= 4.2.3)
|
142
|
+
activemodel (= 4.2.3)
|
143
|
+
activerecord (= 4.2.3)
|
144
|
+
activesupport (= 4.2.3)
|
145
145
|
bundler (>= 1.3.0, < 2.0)
|
146
|
-
railties (= 4.2.
|
146
|
+
railties (= 4.2.3)
|
147
147
|
sprockets-rails
|
148
148
|
rails-deprecated_sanitizer (1.0.3)
|
149
149
|
activesupport (>= 4.2.0.alpha)
|
@@ -153,15 +153,15 @@ GEM
|
|
153
153
|
rails-deprecated_sanitizer (>= 1.0.1)
|
154
154
|
rails-html-sanitizer (1.0.2)
|
155
155
|
loofah (~> 2.0)
|
156
|
-
railties (4.2.
|
157
|
-
actionpack (= 4.2.
|
158
|
-
activesupport (= 4.2.
|
156
|
+
railties (4.2.3)
|
157
|
+
actionpack (= 4.2.3)
|
158
|
+
activesupport (= 4.2.3)
|
159
159
|
rake (>= 0.8.7)
|
160
160
|
thor (>= 0.18.1, < 2.0)
|
161
161
|
rake (10.4.2)
|
162
162
|
responders (2.1.0)
|
163
163
|
railties (>= 4.2.0, < 5)
|
164
|
-
sass (3.4.
|
164
|
+
sass (3.4.16)
|
165
165
|
sass-rails (5.0.3)
|
166
166
|
railties (>= 4.0.0, < 5.0)
|
167
167
|
sass (~> 3.1)
|
@@ -178,7 +178,7 @@ GEM
|
|
178
178
|
ffi
|
179
179
|
sprockets (3.2.0)
|
180
180
|
rack (~> 1.0)
|
181
|
-
sprockets-rails (2.3.
|
181
|
+
sprockets-rails (2.3.2)
|
182
182
|
actionpack (>= 3.0)
|
183
183
|
activesupport (>= 3.0)
|
184
184
|
sprockets (>= 2.8, < 4.0)
|
@@ -8,9 +8,7 @@
|
|
8
8
|
//= require jquery_ujs
|
9
9
|
//= require dataTables/jquery.dataTables
|
10
10
|
//= require dataTables/bootstrap/3/jquery.dataTables.bootstrap
|
11
|
-
//= require dataTables/jquery.dataTables
|
12
11
|
//= require d3
|
13
12
|
//= require twitter/bootstrap
|
14
13
|
//= require kaui/bootstrap-tweaks
|
15
14
|
//= require kaui/validation
|
16
|
-
//= require kaui/datatables-tweaks
|
@@ -94,7 +94,7 @@ $(document).ready(function() {
|
|
94
94
|
}
|
95
95
|
};
|
96
96
|
|
97
|
-
$(nPaging).addClass('pagination').append('<ul>' + '<li class="prev disabled"><a href="#">← ' + oLang.sPrevious + '</a></li>' + '<li class="next disabled"><a href="#">' + oLang.sNext + ' → </a></li>' + '</ul>');
|
97
|
+
$(nPaging).addClass('pagination').append('<ul class="pagination">' + '<li class="prev disabled"><a href="#">← ' + oLang.sPrevious + '</a></li>' + '<li class="next disabled"><a href="#">' + oLang.sNext + ' → </a></li>' + '</ul>');
|
98
98
|
var els = $('a', nPaging);
|
99
99
|
$(els[0]).bind('click.DT', {
|
100
100
|
action: "previous"
|
@@ -166,4 +166,4 @@ $(document).ready(function() {
|
|
166
166
|
format: 'yyyy-mm-dd'
|
167
167
|
});
|
168
168
|
});
|
169
|
-
});
|
169
|
+
});
|
@@ -320,7 +320,7 @@
|
|
320
320
|
function initTable() {
|
321
321
|
return $("#timeline-table").dataTable({
|
322
322
|
"sDom": "<'row'<'col-md-6'l><'col-md-6'f>r>t<'row'<'col-md-6'i><'col-md-6'p>>",
|
323
|
-
"sPaginationType": "
|
323
|
+
"sPaginationType": "simple_numbers",
|
324
324
|
"oLanguage": {
|
325
325
|
"sLengthMenu": "_MENU_ records per page"
|
326
326
|
},
|
@@ -22,7 +22,7 @@
|
|
22
22
|
$(document).ready(function() {
|
23
23
|
$('#accounts-table').dataTable({
|
24
24
|
"sDom": "<'row'<'col-md-6'l><'col-md-6'f>r>t<'row'<'col-md-6'i><'col-md-6'p>>",
|
25
|
-
"sPaginationType": "
|
25
|
+
"sPaginationType": "simple_numbers",
|
26
26
|
"bProcessing": true,
|
27
27
|
"bServerSide": true,
|
28
28
|
"sAjaxSource": "<%= accounts_pagination_path :format => :json %>"
|
@@ -20,7 +20,7 @@
|
|
20
20
|
$(document).ready(function() {
|
21
21
|
$('#bundles-table').dataTable({
|
22
22
|
"sDom": "<'row'<'col-md-6'l><'col-md-6'f>r>t<'row'<'col-md-6'i><'col-md-6'p>>",
|
23
|
-
"sPaginationType": "
|
23
|
+
"sPaginationType": "simple_numbers",
|
24
24
|
"bProcessing": true,
|
25
25
|
"bServerSide": true,
|
26
26
|
"sAjaxSource": "<%= bundles_pagination_path :format => :json %>"
|
@@ -19,7 +19,7 @@
|
|
19
19
|
$(document).ready(function() {
|
20
20
|
$('#custom_fields-table').dataTable({
|
21
21
|
"sDom": "<'row'<'col-md-6'l><'col-md-6'f>r>t<'row'<'col-md-6'i><'col-md-6'p>>",
|
22
|
-
"sPaginationType": "
|
22
|
+
"sPaginationType": "simple_numbers",
|
23
23
|
"bProcessing": true,
|
24
24
|
"bServerSide": true,
|
25
25
|
"sAjaxSource": "<%= custom_fields_pagination_path :format => :json %>"
|
@@ -21,7 +21,7 @@
|
|
21
21
|
$(document).ready(function() {
|
22
22
|
$('#invoices-table').dataTable({
|
23
23
|
"sDom": "<'row'<'col-md-6'l><'col-md-6'f>r>t<'row'<'col-md-6'i><'col-md-6'p>>",
|
24
|
-
"sPaginationType": "
|
24
|
+
"sPaginationType": "simple_numbers",
|
25
25
|
"bProcessing": true,
|
26
26
|
"bServerSide": true,
|
27
27
|
"sAjaxSource": "<%= invoices_pagination_path :format => :json %>"
|
@@ -21,7 +21,7 @@
|
|
21
21
|
$(document).ready(function() {
|
22
22
|
$('#paymentMethods-table').dataTable({
|
23
23
|
"sDom": "<'row'<'col-md-6'l><'col-md-6'f>r>t<'row'<'col-md-6'i><'col-md-6'p>>",
|
24
|
-
"sPaginationType": "
|
24
|
+
"sPaginationType": "simple_numbers",
|
25
25
|
"bProcessing": true,
|
26
26
|
"bServerSide": true,
|
27
27
|
"sAjaxSource": "<%= payment_methods_pagination_path :format => :json %>"
|
@@ -21,7 +21,7 @@
|
|
21
21
|
$(document).ready(function() {
|
22
22
|
$('#payments-table').dataTable({
|
23
23
|
"sDom": "<'row'<'col-md-6'l><'col-md-6'f>r>t<'row'<'col-md-6'i><'col-md-6'p>>",
|
24
|
-
"sPaginationType": "
|
24
|
+
"sPaginationType": "simple_numbers",
|
25
25
|
"bProcessing": true,
|
26
26
|
"bServerSide": true,
|
27
27
|
"sAjaxSource": "<%= payments_pagination_path :format => :json %>"
|
@@ -19,7 +19,7 @@
|
|
19
19
|
$(document).ready(function() {
|
20
20
|
$('#tags-table').dataTable({
|
21
21
|
"sDom": "<'row'<'col-md-6'l><'col-md-6'f>r>t<'row'<'col-md-6'i><'col-md-6'p>>",
|
22
|
-
"sPaginationType": "
|
22
|
+
"sPaginationType": "simple_numbers",
|
23
23
|
"bProcessing": true,
|
24
24
|
"bServerSide": true,
|
25
25
|
"sAjaxSource": "<%= tags_pagination_path :format => :json %>"
|
data/lib/kaui/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kaui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Killbill core team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-07-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -279,7 +279,6 @@ files:
|
|
279
279
|
- app/assets/images/kaui/.gitkeep
|
280
280
|
- app/assets/javascripts/application.js
|
281
281
|
- app/assets/javascripts/kaui/bootstrap-tweaks.js
|
282
|
-
- app/assets/javascripts/kaui/datatables-tweaks.js
|
283
282
|
- app/assets/javascripts/kaui/validation.js
|
284
283
|
- app/assets/stylesheets/application.css
|
285
284
|
- app/assets/stylesheets/bootstrap_and_overrides.css
|
@@ -538,7 +537,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
538
537
|
version: '0'
|
539
538
|
requirements: []
|
540
539
|
rubyforge_project:
|
541
|
-
rubygems_version: 2.
|
540
|
+
rubygems_version: 2.4.6
|
542
541
|
signing_key:
|
543
542
|
specification_version: 4
|
544
543
|
summary: Killbill Admin UI mountable engine
|