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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3f5da37e2d8165a6c2c89ead5c48533481ac6c81
4
- data.tar.gz: 5869633c618869d65bdd3a2c10a2cddec24ae499
3
+ metadata.gz: ba46320004f546f275db956b91de09cfb44262c1
4
+ data.tar.gz: 879c323acaab5d41be449bb1a25f9a034da1d56f
5
5
  SHA512:
6
- metadata.gz: 430649a0642308886a6b93fa5e833470096f4f976af8c9a4ec41f851350a81a1f98bb7af8deca21e60e4afe592ffde6c7b968cce386f6b9149c1d72a5cb963bd
7
- data.tar.gz: fb7a3088bfa85b4672a80ce863ed6ac4ed7db1fe75731a0103cca5823c5b733dd469e56a56c0508f9f72483d7c86547798154529645127aa8e52e385314e248e
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.10.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.1)
23
- actionpack (= 4.2.1)
24
- actionview (= 4.2.1)
25
- activejob (= 4.2.1)
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.1)
29
- actionview (= 4.2.1)
30
- activesupport (= 4.2.1)
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.1)
35
- actionview (4.2.1)
36
- activesupport (= 4.2.1)
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.1)
41
- activejob (4.2.1)
42
- activesupport (= 4.2.1)
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.1)
45
- activesupport (= 4.2.1)
44
+ activemodel (4.2.3)
45
+ activesupport (= 4.2.3)
46
46
  builder (~> 3.1)
47
- activerecord (4.2.1)
48
- activemodel (= 4.2.1)
49
- activesupport (= 4.2.1)
47
+ activerecord (4.2.3)
48
+ activemodel (= 4.2.3)
49
+ activesupport (= 4.2.3)
50
50
  arel (~> 6.0)
51
- activesupport (4.2.1)
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.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.1)
134
+ rack (1.6.4)
135
135
  rack-test (0.6.3)
136
136
  rack (>= 1.0)
137
- rails (4.2.1)
138
- actionmailer (= 4.2.1)
139
- actionpack (= 4.2.1)
140
- actionview (= 4.2.1)
141
- activejob (= 4.2.1)
142
- activemodel (= 4.2.1)
143
- activerecord (= 4.2.1)
144
- activesupport (= 4.2.1)
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.1)
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.1)
157
- actionpack (= 4.2.1)
158
- activesupport (= 4.2.1)
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.14)
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.1)
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="#">&larr; ' + oLang.sPrevious + '</a></li>' + '<li class="next disabled"><a href="#">' + oLang.sNext + ' &rarr; </a></li>' + '</ul>');
97
+ $(nPaging).addClass('pagination').append('<ul class="pagination">' + '<li class="prev disabled"><a href="#">&larr; ' + oLang.sPrevious + '</a></li>' + '<li class="next disabled"><a href="#">' + oLang.sNext + ' &rarr; </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": "bootstrap",
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": "bootstrap",
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": "bootstrap",
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": "bootstrap",
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": "bootstrap",
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": "bootstrap",
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": "bootstrap",
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": "bootstrap",
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
@@ -1,3 +1,3 @@
1
1
  module Kaui
2
- VERSION = '0.10.0'
2
+ VERSION = '0.11.0'
3
3
  end
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.10.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-06-16 00:00:00.000000000 Z
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.2.2
540
+ rubygems_version: 2.4.6
542
541
  signing_key:
543
542
  specification_version: 4
544
543
  summary: Killbill Admin UI mountable engine
@@ -1,3 +0,0 @@
1
- $(document).on('init.dt', function(){
2
- $('.dataTables_paginate').find('ul').addClass('pagination');
3
- });